aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2016-09-11Core/Movement: Changed movement flags2 to uint32Shauren
2016-09-11Core/Movement: Implemented double jumpShauren
2016-09-10Core/Items: Removed invalid item bind type 5Shauren
2016-09-10Core/Creatures: Defined CREATURE_DIFFICULTYFLAGS_UNK4 as ↵Kinzcool
CREATURE_DIFFICULTYFLAGS_NO_CORPSE_UPON_DEATH
2016-09-09Core/Enums: Added my creaturedifficulty flags researchKinzcool
2016-09-09Core/Items: Defined all item flagsShauren
2016-09-08Core/Players: Fixed new created characters starting in wrong specializationShauren
Closes #17913
2016-09-07DB/Creatures: Fixed the health of creatures over level 105Kinzcool
2016-09-07Core/Items: Implement proper flag to check for real time duration (instead ↵Shauren
of played time) on items with limited duration
2016-09-06Core/PacketIO: Defined smaller limits for incoming array sizes in client ↵Shauren
packets (default is 1000)
2016-09-06Core/Creatures: Load expansion data from `HealthScalingExpansion` column ↵Kinzcool
instead of the now-deprecated `exp` one
2016-09-05Core/PacketIO: Replace std::list uses with std::vector in packetsShauren
2016-09-04Core/Items: Add missing nullptr check in ↵Shauren
WorldSession::HandleConfirmArtifactRespec
2016-09-03Core/Items: Fixed feral form model not updating when equipping/removing artifactShauren
2016-09-03Core/Commands: Fixed buildVincent-Michael
2016-09-03Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ↵xjose93
(#17301) (cherry picked from commit e2c01899272d1e6c6bbf990676b818cceaf18c9c)
2016-09-03Core/PacketIO: Updated SMSG_QUERY_CREATURE_RESPONSE for 7.0.3Vincent-Michael
2016-09-03Scripts/Commands: Small QoL adjustmentstreeston
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3)
2016-09-01Core/Random: Remove no longer needed hack for VS 2013Shauren
2016-08-31Core/PacketIO: Enable SMSG_WHOShauren
Closes #17712