aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-23Update UnixInstall.txtAokromes
(cherry picked from commit 254aa21a85bbfda2503ef723fb6cb0d4c8670ca9)
2015-11-23Update UnixInstall.txtAokromes
(cherry picked from commit 2639783fe1fbb3050556948dd01066605247dbb2)
2015-11-23Update UnixInstall.txtAokromes
(cherry picked from commit 50afa7c7a5ea3723e5dccd155774a206b490acce) Conflicts: doc/UnixInstall.txt
2015-11-23Core/Quest: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1339309, 1339310 (cherry picked from commit fbaed38b5ea605e3dbd65a99835db1778ac24391)
2015-11-23Core/Player: Fix issue reported by static analysisjackpoz
Coverity defect IDs: 1010154 (cherry picked from commit 63f2675076e96abe9dad04baf1f7310b429d9eae) Conflicts: src/server/game/Entities/Player/Player.cpp
2015-11-23Merge pull request #15732 from ShinDarth/reset-health-manaMitchesD
Scripts/Duel: implement duel reset of health and mana and improve duel reset (cherry picked from commit a1150ce20f9db4634bcb7932f3f4c50a5be1d718) Conflicts: src/server/game/Spells/SpellHistory.cpp
2015-11-23Core/PacketIO: Fixed a few swapped opcodesShauren
2015-11-22Core/Logging: Build for packet log is now taken from realmlist table for the ↵Shauren
current realm, thanks @Aokromes for suggestion
2015-11-22Core/Logging: Changed build in packet logShauren
2015-11-21Core: Updated to 6.2.3.20726Shauren
2015-11-21Tools/VMapExtractor: Do not append "Data" twice.Gacko
2015-11-20Buildsystem/Tools: Removed unneeded extra flags from vmap extractorShauren
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