| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-13 | Core/Quests: Fixed quest objectives order, thanks @cocolino for pointing it out | Shauren | |
| Closes #18061 | |||
| 2016-10-12 | Core/Spells: Implement SPELL_AURA_MOD_MINIMUM_SPEED_RATE (aura 437) | Shocker | |
| 2016-10-11 | Core/Player: Fix logic fail in ApplyEquipCooldown | ariel- | |
| 2016-10-11 | Core/Items: Fixed more build warnings7.0.3/22747 | Shauren | |
| 2016-10-10 | Warning fix | Shauren | |
| 2016-10-09 | Core/Spells: Effect leap back fix (#18057) | Krudor | |
| * Fixed unintentional typo? Seemed to fix the issues related to the effect for the spells I tried. Sometimes the caster triggers leapback onto targets, and with the old code, it instead made the caster leap back instead of its targets | |||
| 2016-10-09 | Core/DataStores: Fixed loading signed db2 fields | Shauren | |
| 2016-10-09 | Core/PacketIO: Fixed SMSG_QUEST_GIVER_OFFER_REWARD_MESSAGE structure | mzk | |
| Closes #18056 | |||
| 2016-10-08 | Core/DataStores: Fixed format string for ChrSpecialization.db2 and Map.db2 | Shauren | |
| 2016-10-08 | Core/DataStores: Corrected SummonProperties.db2 structure | funjoker | |
| Closes #18036 Closes #18040 | |||
| 2016-10-08 | Core/DataStores: TaxiMaskSize not large enough | tkrokli | |
| Increase TaxiMaskSize to repair this startup error: src\server\game\DataStores\DB2Stores.cpp:844 in DB2Manager::LoadStores ASSERTION FAILED: TaxiMaskSize >= ((sTaxiNodesStore.GetNumRows() - 1) / 8) + 1 TaxiMaskSize is not large enough to contain all taxi nodes! (current value 236, required 239) Closes #18055 | |||
| 2016-10-07 | Core/Channels: remove unneeded default constructor | ariel- | |
| (cherry picked from commit 2a5548a13eaa285a34beada053ee6d55b411fe8c) | |||
| 2016-10-07 | Core/Channels: fix nopch build, take two | ariel- | |
| 2016-10-07 | Core/Channels: fix nopch build | ariel- | |
| 2016-10-07 | Core/Channels: Revamp of channel system | ariel- | |
| * Core/Chat: general cleanup and revamping: (#17576) (fbbb03212e93591a77a1169a30fb01867cd3c0e9) * Core/Channel: restore accidentally deleted line, fixes channels not honoring ownership setting (7c714179930c8c369f124d8d1404656fff0a1199) * Channel Followup: avoid setting an invisible gm as Channel owner (#17597) (8a8362ef153eca50be0bcb5670e615b9685607fc) * Core/Channel: change the way channels are stored and sent to client, fixes multiple channels per zone when using different locales (#17980) | |||
| 2016-10-05 | Core/Auras: Add root aura handler to aura type 455 | Shauren | |
| Closes #18030 | |||
| 2016-10-04 | Core/Units: Clear UNIT_NPC_EMOTESTATE on death (blizzlike) | Shauren | |
| Closes #15263 Closes #18027 | |||
| 2016-10-03 | Core/Spells: fixed SPELL_ATTR5_USABLE_WHILE_STUNNED | joschiwald | |
| (cherry picked from commit 625ca6ec1ca524f7435b34408470c9a04b675566) | |||
| 2016-10-03 | Core/DataStores: Fixed uninitialized data in power types array | Shauren | |
| Coverity CID 1363625 | |||
| 2016-10-02 | Core/Items: Fixed saving artifact power gains | Shauren | |
| 2016-10-01 | Core/Spells: use spellinfo helper methods | joschiwald | |
| 2016-10-01 | Core/Player: fixed math error | joschiwald | |
| 2016-10-01 | Core/Player: Implemented account wide mounts | MitchesD | |
| Closes #17369 | |||
| 2016-10-01 | Core/PacketIO: Fixed SMSG_MAIL_LIST_RESULT structure | Shauren | |
| 2016-09-30 | Core/Items: Reworked loading child equipment from database, these items are ↵ | Shauren | |
| now loaded last Closes #18025 | |||
| 2016-09-29 | Core/Players: Removed references to removed currencies | Shauren | |
| Closes #17721 | |||
| 2016-09-27 | Core/Player: Allow graveyards to be specified for areas, not only zones | JaredNinja | |
| Closes #14089 Closes #18006 | |||
| 2016-09-26 | Core/Commands: Slightly improve output of bnetaccount create command | Shauren | |
| Ref #18002 | |||
| 2016-09-25 | Fix non PCH build. | Gacko | |
| 2016-09-25 | Core/Scenes: Implemented scene system | Traesh | |
| Closes #17858 Closes #17976 | |||
| 2016-09-25 | Core/Config: Add config values for all power regen rates | Shauren | |
| 2016-09-24 | Core/Database: removed unused prepared statements | joschiwald | |
| 2016-09-24 | Core/Bnet: correct a typo in enum (#17991) | tkrokli | |
| The enum LOGIN_DEL_BNET_EXPERIED_ACCOUNT_BANNED should be LOGIN_DEL_BNET_EXPIRED_ACCOUNT_BANNED to avoid confusion and not need any interpretation. | |||
| 2016-09-24 | Core/Bnetserver: Re-enable ban on wrong password | Kevin Plestan | |
| Closes #17937 Closes #17969 | |||
| 2016-09-24 | Warning fix | Shauren | |
| 2016-09-24 | Warning fix | Shauren | |
| 2016-09-23 | Core/Players: Implemented regen (and out of combat decay) for all power types | Shauren | |
| 2016-09-22 | Core/PacketIO: Mark all earlyprocess packets as STATUS_NEVER, ↵ | Shauren | |
| PROCESS_INPLACE (no real change, just a cleanup for consistency) | |||
| 2016-09-22 | Core/Misc: Whitespace cleanup | Vincent-Michael | |
| 2016-09-20 | Core/Player: Set max power values from PowerType.db2 | Shauren | |
| 2016-09-19 | Core/Spells: Removed handling of deprecated spell attribute | Shauren | |
| Closes #17936 | |||
| 2016-09-18 | Core/Garrison: Defined new follower status flag | Shauren | |
| 2016-09-18 | Core/DataStores: Updated DB2 version checks to 7.0.3 (22594). (#17949) | Software Engineer | |
| 2016-09-17 | Core/DataStores: Fixed loading hotfix locales when default locale set in ↵ | Shauren | |
| worldserver.conf is not enUS | |||
| 2016-09-16 | Core/Creatures: Fixed visuals for spells cast by creatures that have ↵ | Shauren | |
| missile/travel time Closes #17950 | |||
| 2016-09-15 | Core/Scripts: Fix a crash when swapping creatures with pending vehicle join ↵ | Naios | |
| events. * Closes #17833 (cherry picked from commit 600e0be7e1f1654a2223ef22559dbd3adb6b100a) | |||
| 2016-09-15 | Core/Scripts: Fix a crash when adding/removing objects from the map while ↵ | Naios | |
| swapping * Ref #17833 (cherry picked from commit 79adaf4ee06d9ea556edc108fa448d87f0f3b57d) | |||
| 2016-09-14 | Core/Garrison: Add all garrison error codes | Shauren | |
| 2016-09-13 | Core/Garrison: Defined more garrison follower ability flags | Shauren | |
| 2016-09-12 | Core/Achievements: Minimize branch differences | Shauren | |
