| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-21 | Core/PacketIO: Fixed unneccessary packet spam when units become visible for ↵ | Shauren | |
| players Before this change, one player starting to see any unit (CreateObject) would trigger sending root, feather fall, water walk, hover, can turn while falling and double jump status changes to ALL nearby players | |||
| 2016-10-20 | Tools: Automatically create directories for tools (#17971) | keke222 | |
| 2016-10-20 | Core/AI: initial support for monster sparring (#17673) | Manuel Carrasco | |
| (cherry picked from commit 303066509d907d4836a935371492092f05d47c7e) | |||
| 2016-10-19 | Core/Spells: Fixed a crash happening when casting a spell with effects that ↵ | Shauren | |
| only exist on some difficulties but not on others (for example, effect 2 of 98175) | |||
| 2016-10-18 | Core/Players: Fixed player model weirdness with teleports/shapeshifts/transforms | Shauren | |
| Closes #18048 | |||
| 2016-10-17 | Core/Spells: Defined new proc flags | Shauren | |
| 2016-10-16 | Core/Auras: Implemented SPELL_AURA_CAN_TURN_WHILE_FALLING | Shauren | |
| 2016-10-15 | Core/DataStores: Fixed loading int arrays from trailing packed blobs in db2 ↵ | Shauren | |
| files Closes #18072 | |||
| 2016-10-15 | [6.x] Core/Spells: Implement SPELL_AURA_INTERFERE_TARGETTING (#17566) | Krudor | |
| 2016-10-15 | Core/Spells: Removed a faulty aura handler | Krudor | |
| Closes #17590 | |||
| 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 | |
