aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-13Core/Quests: Fixed quest objectives order, thanks @cocolino for pointing it outShauren
Closes #18061
2016-10-12Core/Spells: Implement SPELL_AURA_MOD_MINIMUM_SPEED_RATE (aura 437)Shocker
2016-10-11Core/Player: Fix logic fail in ApplyEquipCooldownariel-
2016-10-11Core/Items: Fixed more build warnings7.0.3/22747Shauren
2016-10-10Warning fixShauren
2016-10-09Core/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-09Core/DataStores: Fixed loading signed db2 fieldsShauren
2016-10-09Core/PacketIO: Fixed SMSG_QUEST_GIVER_OFFER_REWARD_MESSAGE structuremzk
Closes #18056
2016-10-08Core/DataStores: Fixed format string for ChrSpecialization.db2 and Map.db2Shauren
2016-10-08Core/DataStores: Corrected SummonProperties.db2 structurefunjoker
Closes #18036 Closes #18040
2016-10-08Core/DataStores: TaxiMaskSize not large enoughtkrokli
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-07Core/Channels: remove unneeded default constructorariel-
(cherry picked from commit 2a5548a13eaa285a34beada053ee6d55b411fe8c)
2016-10-07Core/Channels: fix nopch build, take twoariel-
2016-10-07Core/Channels: fix nopch buildariel-
2016-10-07Core/Channels: Revamp of channel systemariel-
* 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-05Core/Auras: Add root aura handler to aura type 455Shauren
Closes #18030
2016-10-04Core/Units: Clear UNIT_NPC_EMOTESTATE on death (blizzlike)Shauren
Closes #15263 Closes #18027
2016-10-03Core/Spells: fixed SPELL_ATTR5_USABLE_WHILE_STUNNEDjoschiwald
(cherry picked from commit 625ca6ec1ca524f7435b34408470c9a04b675566)
2016-10-03Core/DataStores: Fixed uninitialized data in power types arrayShauren
Coverity CID 1363625
2016-10-02Core/Items: Fixed saving artifact power gainsShauren
2016-10-01Core/Spells: use spellinfo helper methodsjoschiwald
2016-10-01Core/Player: fixed math errorjoschiwald
2016-10-01Core/Player: Implemented account wide mountsMitchesD
Closes #17369
2016-10-01Core/PacketIO: Fixed SMSG_MAIL_LIST_RESULT structureShauren
2016-09-30Core/Items: Reworked loading child equipment from database, these items are ↵Shauren
now loaded last Closes #18025
2016-09-29Core/Players: Removed references to removed currenciesShauren
Closes #17721
2016-09-27Core/Player: Allow graveyards to be specified for areas, not only zonesJaredNinja
Closes #14089 Closes #18006
2016-09-26Core/Commands: Slightly improve output of bnetaccount create commandShauren
Ref #18002
2016-09-25Fix non PCH build.Gacko
2016-09-25Core/Scenes: Implemented scene systemTraesh
Closes #17858 Closes #17976
2016-09-25Core/Config: Add config values for all power regen ratesShauren
2016-09-24Core/Database: removed unused prepared statementsjoschiwald
2016-09-24Core/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-24Core/Bnetserver: Re-enable ban on wrong passwordKevin Plestan
Closes #17937 Closes #17969
2016-09-24Warning fixShauren
2016-09-24Warning fixShauren
2016-09-23Core/Players: Implemented regen (and out of combat decay) for all power typesShauren
2016-09-22Core/PacketIO: Mark all earlyprocess packets as STATUS_NEVER, ↵Shauren
PROCESS_INPLACE (no real change, just a cleanup for consistency)
2016-09-22Core/Misc: Whitespace cleanupVincent-Michael
2016-09-20Core/Player: Set max power values from PowerType.db2Shauren
2016-09-19Core/Spells: Removed handling of deprecated spell attributeShauren
Closes #17936
2016-09-18Core/Garrison: Defined new follower status flagShauren
2016-09-18Core/DataStores: Updated DB2 version checks to 7.0.3 (22594). (#17949)Software Engineer
2016-09-17Core/DataStores: Fixed loading hotfix locales when default locale set in ↵Shauren
worldserver.conf is not enUS
2016-09-16Core/Creatures: Fixed visuals for spells cast by creatures that have ↵Shauren
missile/travel time Closes #17950
2016-09-15Core/Scripts: Fix a crash when swapping creatures with pending vehicle join ↵Naios
events. * Closes #17833 (cherry picked from commit 600e0be7e1f1654a2223ef22559dbd3adb6b100a)
2016-09-15Core/Scripts: Fix a crash when adding/removing objects from the map while ↵Naios
swapping * Ref #17833 (cherry picked from commit 79adaf4ee06d9ea556edc108fa448d87f0f3b57d)
2016-09-14Core/Garrison: Add all garrison error codesShauren
2016-09-13Core/Garrison: Defined more garrison follower ability flagsShauren
2016-09-12Core/Achievements: Minimize branch differencesShauren