aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-21Core/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-20Tools: Automatically create directories for tools (#17971)keke222
2016-10-20Core/AI: initial support for monster sparring (#17673)Manuel Carrasco
(cherry picked from commit 303066509d907d4836a935371492092f05d47c7e)
2016-10-19Core/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-18Core/Players: Fixed player model weirdness with teleports/shapeshifts/transformsShauren
Closes #18048
2016-10-17Core/Spells: Defined new proc flagsShauren
2016-10-16Core/Auras: Implemented SPELL_AURA_CAN_TURN_WHILE_FALLINGShauren
2016-10-15Core/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-15Core/Spells: Removed a faulty aura handlerKrudor
Closes #17590
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