aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20Scripts/Commands: updated .npc info to show correct PhaseIDs and PhaseGroupsMitchesD
2015-11-19Tools/vmapextractor: Fixed opening casc storage for clients that dont have ↵Shauren
enUS locale installed
2015-11-18Merge pull request #15875 from elseif/6.xShauren
Update System.cpp
2015-11-19Update System.cppelseif
2015-11-17Core/Spells: Fixed Raise Dead cooldownShauren
Closes #15862 (cherry picked from commit ecbbcc8972f43376c65cb726c37cf777ee968f66)
2015-11-16Server/Config: Fix typo in bnetserver.conf.distGacko
2015-11-16Core/Player: Update some function declarationsCarbenium
2015-11-16Core/Player: Improve log messagesCarbenium
2015-11-16Core/Player:Carbenium
* sprinkle some consts * replace some C-style casts by static_cast * replace NULL by nullptr
2015-11-16Core/Misc: Fixed memory leak in trade handlerShauren
2015-11-15Fix build.Gacko
Thanks to @jackpoz / @Shauren
2015-11-15Build/Clang: Suppress unused-local-typedefs warning only for Clang 3.6.0+.Gacko
2015-11-15Build/Clang: Suppress unused-local-typedefs warning.Gacko
2015-11-15Core: Revert failVincent-Michael
2015-11-15Core: Added missing overridesVincent-Michael
2015-11-15Scripts: Added missing overridesVincent-Michael
2015-11-15Core/Condition: Remove unused codeVincent-Michael
2015-11-15Core/PacketIO: Updated and enabled guild finder opcodesShauren
2015-11-14Merge pull request #15729 from Vincent-Michael/gpsTransportblub
Core/Commands: Added transport position for command .gps
2015-11-14Core/Commands: Added transport position for command .gpsVincent-Michael
2015-11-14Core/Worldserver: Enable the database updater by default.Naios
* Seems like this feature is stable enough to enable it by default since the last missing bugs were fixed some months ago. * The database updater is the preferred method to update the databases as described in the wiki: http://collab.kpsn.org/display/tc/Databases+Installation
2015-11-14Missed changeCarbenium
2015-11-14Core/Player: Fix wrong format specifier in a log messageCarbenium
(introduced in 230e820898c4e7d17f17f5ad03bff6e981ade9b4)
2015-11-14Core: Fix warningVincent-Michael
(cherry picked from commit d0c28c66eb294c2a8443054f76fbce7a309b6356)
2015-11-14Core/Condition: Fix issue reported by static analysisVincent-Michael
Coverity defect ID: 1339314 (cherry picked from commit d1889602166b03a9c4dc07b6523410714ef3d1f6)
2015-11-14Core/Creature: Remove duplicate call to LoadCreatureAddons in Creature::CreateCarbenium
* Add error log for duplicated aura entries in creature_(template_)addon (cherry picked from commit c5f635b6896abaa3b9a2242c63c61a37fc60bf80) Conflicts: src/server/game/Entities/Creature/Creature.cpp src/server/game/Globals/ObjectMgr.cpp
2015-11-14Core/Player: Move KillRewarder to its own fileCarbenium
2015-11-14Core/PacketIO: Updated and enabled a few movement opcodesShauren
2015-11-13Core/DBLayer: Improve error message from ↵Shauren
0a27f8bce264b8f6d8c55efa8ebc97f6e9cb7d11
2015-11-13Fix non-PCH buildCarbenium
2015-11-13Core/Player: Move TradeData to its own fileCarbenium
2015-11-13Fix build for mysql versions older than 5.7Shauren
2015-11-12Core/DBLayer: Ensure that MySQL version used when compiling is the same as ↵Shauren
libmysql.dll version used for running the server. Ref #15848
2015-11-12Buildsystem: Fixed building on windows 10 with cmake 3.4Shauren
2015-11-11Tools/ConnectionPatcher: Fix signature patching on OSXCarbenium
Closes #15003
2015-11-11Core/PacketIO: Updated and enabled battlefield opcodesShauren
2015-11-10Core/Commands: Fix NULL dereference crashjackpoz
Closes #15833 (cherry picked from commit abd4e2e0f1142b8a9edfe31e58bdbca1d4e87c42)
2015-11-10Core/Units: Updated melee/spell hit chance calculationShauren
2015-11-10DB/SAI: Add missing text for Lore Keeper of NorgannonKillyana
2015-11-10Core/Player: Improve a log messageCarbenium
2015-11-09Core/ObjectMgr: Disable not linked graveyard error log for zoneId == 0Carbenium
(cherry picked from commit 52394eb93cab93e1edc930e8a0af7572b15b2b06) Conflicts: src/server/game/Globals/ObjectMgr.cpp
2015-11-09Merge pull request #15022 from robinsch/GOdespawnKillyana
SmartAI: Possibility to despawn object with SMART_ACTION_FORCE_DESPAWN (cherry picked from commit 90c4304f1eef4994f5a0e67a2dfa16210e37450b)
2015-11-09Core/Commands: Improved additem and additemset commands. Added optional ↵Shauren
parameter allowing to specify bonuslist ids for items (you can copy the ids from wowhead urls)
2015-11-09 DB/Quest: AberrationsKillyana
2015-11-09DB/Misc: Add missing gossip option text for Brassbolt Mechawrench and ↵Killyana
Reginald Arcfire Replace vendor of the brewfest condition by achievement instead of quest
2015-11-08Core/Items: Implemented new item bonus typesShauren
2015-11-08DB/SAI: fix phase related start up errorsMitchesD
2015-11-08TDB 6.03 - 2015/11/08TDB6.03Carbenium
2015-11-08DB: Add missing change to char base after ↵Carbenium
39d29edf93574d0f133a66f44f059938c4de7a98
2015-11-07Core/DataStores: Fixed reading uint64 fields from DB2 filesMelvin1263
Closes #15818 Closes #15752