mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "azerothcore-wotlk",
|
"name": "azerothcore-wotlk",
|
||||||
"version": "4.0.0-dev.2",
|
"version": "4.0.0-dev.3",
|
||||||
"license": "AGPL3"
|
"license": "AGPL3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,42 @@
|
|||||||
|
## 4.0.0-dev.3 | Commit: [c35dde6fae732269357b78fb796fba21956b83fc
|
||||||
|
](https://github.com/azerothcore/azerothcore-wotlk/commit/c35dde6fae732269357b78fb796fba21956b83fc
|
||||||
|
|
||||||
|
|
||||||
|
Changelog for commit "[refactor(Collision): Update some methods to UpperCamelCase](https://github.com/azerothcore/azerothcore-wotlk/commit/b84f9b8a4b334632cb37dcebbb2dd4e087f65610)"
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
```diff
|
||||||
|
- getPosition
|
||||||
|
- getBounds
|
||||||
|
- getBounds2
|
||||||
|
- getInstanceMapTree
|
||||||
|
- getModelInstances
|
||||||
|
- getPosInfo
|
||||||
|
- getMeshData
|
||||||
|
- getGroupModels
|
||||||
|
- getIntersectionTime
|
||||||
|
- getObjectHitPos
|
||||||
|
- getAreaInfo
|
||||||
|
+ GetPosition
|
||||||
|
+ GetBounds
|
||||||
|
+ GetBounds2
|
||||||
|
+ GetInstanceMapTree
|
||||||
|
+ GetModelInstances
|
||||||
|
+ GetPosInfo
|
||||||
|
+ GetMeshData
|
||||||
|
+ GetGroupModels
|
||||||
|
+ GetIntersectionTime
|
||||||
|
+ GetObjectHitPos
|
||||||
|
+ GetAreaInfo
|
||||||
|
```
|
||||||
|
|
||||||
|
### How to upgrade
|
||||||
|
|
||||||
|
If you are using any of those methods, simply rename it by changing the first letter of the method from lowercase to uppercase.
|
||||||
|
|
||||||
|
Example: `getAreaInfo` -> `GetAreaInfo`
|
||||||
|
|
||||||
## 4.0.0-dev.2 | Commit: [3f70d0b80ff483f142ffbebf8960aeb503913a35](https://github.com/azerothcore/azerothcore-wotlk/commit/3f70d0b80ff483f142ffbebf8960aeb503913a35)
|
## 4.0.0-dev.2 | Commit: [3f70d0b80ff483f142ffbebf8960aeb503913a35](https://github.com/azerothcore/azerothcore-wotlk/commit/3f70d0b80ff483f142ffbebf8960aeb503913a35)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,34 +0,0 @@
|
|||||||
Changelog for commit "[refactor(Collision): Update some methods to UpperCamelCase](https://github.com/azerothcore/azerothcore-wotlk/commit/b84f9b8a4b334632cb37dcebbb2dd4e087f65610)"
|
|
||||||
|
|
||||||
### Changes
|
|
||||||
|
|
||||||
```diff
|
|
||||||
- getPosition
|
|
||||||
- getBounds
|
|
||||||
- getBounds2
|
|
||||||
- getInstanceMapTree
|
|
||||||
- getModelInstances
|
|
||||||
- getPosInfo
|
|
||||||
- getMeshData
|
|
||||||
- getGroupModels
|
|
||||||
- getIntersectionTime
|
|
||||||
- getObjectHitPos
|
|
||||||
- getAreaInfo
|
|
||||||
+ GetPosition
|
|
||||||
+ GetBounds
|
|
||||||
+ GetBounds2
|
|
||||||
+ GetInstanceMapTree
|
|
||||||
+ GetModelInstances
|
|
||||||
+ GetPosInfo
|
|
||||||
+ GetMeshData
|
|
||||||
+ GetGroupModels
|
|
||||||
+ GetIntersectionTime
|
|
||||||
+ GetObjectHitPos
|
|
||||||
+ GetAreaInfo
|
|
||||||
```
|
|
||||||
|
|
||||||
### How to upgrade
|
|
||||||
|
|
||||||
If you are using any of those methods, simply rename it by changing the first letter of the method from lowercase to uppercase.
|
|
||||||
|
|
||||||
Example: `getAreaInfo` -> `GetAreaInfo`
|
|
||||||
Reference in New Issue
Block a user