| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-21 | Core/Criteria: Fixed `disables` table requiring a reload for achievement ↵ | Shauren | |
| criteria Closes #17828 | |||
| 2016-08-20 | Core/Creatures: Implemented loading animkits from creature_addon (#17834) | Malcrom | |
| 2016-08-20 | Core/Misc: Don't conditionally include non platform specific headers | Shauren | |
| 2016-08-20 | Core: Fixed non pch build for unix | Vincent-Michael | |
| 2016-08-20 | Core/Spells: Fixed extended spell range while moving | Shauren | |
| Closes #17818 | |||
| 2016-08-19 | Core/World: Change worldstate storage to uint32 to fix compile warnings (its ↵ | Shauren | |
| also saved/loaded as uint32 from database) | |||
| 2016-08-18 | Core/Spells: Define SPELL_EFFECT_PLAY_SCENE (effect #198) | Shocker | |
| 2016-08-18 | Core/Items: Implemented new item flag ITEM_FLAG3_DUAL_WIELD_NOT_REQUIRED ↵ | Shauren | |
| used by feral and bear artifacts | |||
| 2016-08-17 | Core/Players: Fixed autoattack damage in shapeshift forms that don't have ↵ | Shauren | |
| offhand attacks but can dual wield (ghost wolf and druids with feral/bear artifacts) | |||
| 2016-08-16 | Core/Stats: Fixed feral melee damage calculation | Shauren | |
| 2016-08-15 | Core/Taxi: Fixed warnings in TaxiPathGraph | Shauren | |
| 2016-08-15 | Warning fixes | Shauren | |
| 2016-08-15 | Core/Items: Implemented artifacts | Shauren | |
| 2016-08-14 | Core/Creatures: Fixed loading creature template | Shauren | |
| 2016-08-14 | Core/DataStores: Fixed build | Vincent-Michael | |
| 2016-08-14 | Core/Items: Fixed default display for items that don't have any entry with ↵ | Shauren | |
| appearancemod = 0 | |||
| 2016-08-14 | Core/Creatures: Fixed typo | Vincent-Michael | |
| 2016-08-13 | Core/Creatures: Fixed typo in f94339271ee34977c8156a6253caa7b6291fff9f | Vincent-Michael | |
| 2016-08-13 | Core/Creatures: | Vincent-Michael | |
| - Renamed creature_template.exp_unk to RequiredExpansion - Added creature_template.HealthScalingExpansion - Added creature_template.VignetteID | |||
| 2016-08-12 | Core/PacketIO: Fixed typo | Vincent-Michael | |
| 2016-08-12 | Core/Packets: Remove empty file | jackpoz | |
| 2016-08-10 | Core/Account: Fix race condition in AccountMgr::UpdateAccountAccess | ariel- | |
| (cherry picked from commit 6c0b98f24c6aaf425fe654a4d44146e097352606) | |||
| 2016-08-10 | Core/Accounts: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Add code missing from d8234bed420728aaa2e0f329778730a906f7dd12 | |||
| 2016-08-10 | Core\Command: remove account_muted data on account deletion | ForesterDev | |
| (cherry picked from commit 6a87524204161234576810f770d8ad2a0b9bb9c8) # Conflicts: # src/server/database/Database/Implementation/LoginDatabase.cpp # src/server/database/Database/Implementation/LoginDatabase.h | |||
| 2016-08-10 | Core/Updater: Clarify even more this error | Aokromes | |
| (cherry picked from commit 09a1cfdf771a093b21779990ee516c22f66f4255) | |||
| 2016-08-10 | Update DBUpdater.cpp | Aokromes | |
| Because nature wins race.... (cherry picked from commit 5868509a6366d0ba7a0fe819c3ece0e4a57c7029) | |||
| 2016-08-10 | Core/DB/Updater: engrish corrections in DBUpdater.cpp (#17262) | Trond B Krokli | |
| English grammar and syntax corrections in DBUpdater.cpp - string texts corrected, source code unchanged - comments improved and checked for typos (cherry picked from commit 8fe85017125803a4ca8fd1d972b128930cd364b9) | |||
| 2016-08-10 | Server/Database: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-10 | Core/DataStores: Implemented all curve types from Curve.db2 | Shauren | |
| 2016-08-09 | Core/Spells: Renamed some old and new spell effects | Shauren | |
| 2016-08-08 | Core/Misc: Better description for a log | Aokromes | |
| (cherry picked from commit 90cff479ac16289caeb685c9a899eeafa43bf893) | |||
| 2016-08-08 | Server/Database: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-08 | Core/Spells: Changed TOTAL_AURAS to 492 | Shauren | |
| Closes #17755 | |||
| 2016-08-06 | Common/Utilities: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-06 | Core/PacketIO: Minor refactor in Opcode definitions, packet class type no ↵ | Shauren | |
| longer needs to be defined manually, it is now inferred from handler argument | |||
| 2016-08-06 | Warning fix | Shauren | |
| 2016-08-05 | Core/DataStores: Refactored DB2 loaders to no longer require sparse format ↵ | Shauren | |
| to be specified at compile time | |||
| 2016-08-05 | Update RBAC.h | Aokromes | |
| 2016-08-05 | Core/RBAC: Name some permissions from 3.3.5a to stop people reuse them | Aokromes | |
| 2016-08-04 | Core/DataStores: Fixed retrieving area info by vmaps | Shauren | |
| Closes #17723 | |||
| 2016-08-04 | Common/Logging: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-04 | Tools/VMapExtractor: Port 060256000b1a553a21581b9b65e12f7cb034e148 | DDuarte | |
| 2016-08-04 | Core/Crash reporting: Better handle max nesting level setting | jackpoz | |
| Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash. (cherry picked from commit 284dd6b80d79f5691c82eda848c7474c5b87cfd9) | |||
| 2016-08-04 | Common/Crypto: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-03 | Common/Crypto: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-03 | Common/Maps: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Partially port 1347d7cf7a8656f3db9d8b2f6e6d955e1fa8c129 too | |||
| 2016-08-03 | Core/DataStores: Fixed name validation crash on locales with utf-8 ↵ | Shauren | |
| characters encoded on more than a single byte | |||
| 2016-08-02 | Core/Misc: remove unused function prototype | ariel- | |
| (cherry picked from commit 2efd40b8049efc4c35622a7997cc47b10b468b4d) | |||
| 2016-08-02 | Core/PacketIO: Implemented SMSG_DISPLAY_GAME_ERROR | Shauren | |
| 2016-08-01 | Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel | Shauren | |
