| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-23 | Update UnixInstall.txt | Aokromes | |
| (cherry picked from commit 254aa21a85bbfda2503ef723fb6cb0d4c8670ca9) | |||
| 2015-11-23 | Update UnixInstall.txt | Aokromes | |
| (cherry picked from commit 2639783fe1fbb3050556948dd01066605247dbb2) | |||
| 2015-11-23 | Update UnixInstall.txt | Aokromes | |
| (cherry picked from commit 50afa7c7a5ea3723e5dccd155774a206b490acce) Conflicts: doc/UnixInstall.txt | |||
| 2015-11-23 | Core/Quest: Fix issues reported by static analysis | jackpoz | |
| Coverity defect IDs: 1339309, 1339310 (cherry picked from commit fbaed38b5ea605e3dbd65a99835db1778ac24391) | |||
| 2015-11-23 | Core/Player: Fix issue reported by static analysis | jackpoz | |
| Coverity defect IDs: 1010154 (cherry picked from commit 63f2675076e96abe9dad04baf1f7310b429d9eae) Conflicts: src/server/game/Entities/Player/Player.cpp | |||
| 2015-11-23 | Merge pull request #15732 from ShinDarth/reset-health-mana | MitchesD | |
| 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-23 | Core/PacketIO: Fixed a few swapped opcodes | Shauren | |
| 2015-11-22 | Core/Logging: Build for packet log is now taken from realmlist table for the ↵ | Shauren | |
| current realm, thanks @Aokromes for suggestion | |||
| 2015-11-22 | Core/Logging: Changed build in packet log | Shauren | |
| 2015-11-21 | Core: Updated to 6.2.3.20726 | Shauren | |
| 2015-11-21 | Tools/VMapExtractor: Do not append "Data" twice. | Gacko | |
| 2015-11-20 | Buildsystem/Tools: Removed unneeded extra flags from vmap extractor | Shauren | |
| 2015-11-20 | Scripts/Commands: updated .npc info to show correct PhaseIDs and PhaseGroups | MitchesD | |
| 2015-11-19 | Tools/vmapextractor: Fixed opening casc storage for clients that dont have ↵ | Shauren | |
| enUS locale installed | |||
| 2015-11-18 | Merge pull request #15875 from elseif/6.x | Shauren | |
| Update System.cpp | |||
| 2015-11-19 | Update System.cpp | elseif | |
| 2015-11-17 | Core/Spells: Fixed Raise Dead cooldown | Shauren | |
| Closes #15862 (cherry picked from commit ecbbcc8972f43376c65cb726c37cf777ee968f66) | |||
| 2015-11-16 | Server/Config: Fix typo in bnetserver.conf.dist | Gacko | |
| 2015-11-16 | Core/Player: Update some function declarations | Carbenium | |
| 2015-11-16 | Core/Player: Improve log messages | Carbenium | |
| 2015-11-16 | Core/Player: | Carbenium | |
| * sprinkle some consts * replace some C-style casts by static_cast * replace NULL by nullptr | |||
| 2015-11-16 | Core/Misc: Fixed memory leak in trade handler | Shauren | |
| 2015-11-15 | Fix build. | Gacko | |
| Thanks to @jackpoz / @Shauren | |||
| 2015-11-15 | Build/Clang: Suppress unused-local-typedefs warning only for Clang 3.6.0+. | Gacko | |
| 2015-11-15 | Build/Clang: Suppress unused-local-typedefs warning. | Gacko | |
| 2015-11-15 | Core: Revert fail | Vincent-Michael | |
| 2015-11-15 | Core: Added missing overrides | Vincent-Michael | |
| 2015-11-15 | Scripts: Added missing overrides | Vincent-Michael | |
| 2015-11-15 | Core/Condition: Remove unused code | Vincent-Michael | |
| 2015-11-15 | Core/PacketIO: Updated and enabled guild finder opcodes | Shauren | |
| 2015-11-14 | Merge pull request #15729 from Vincent-Michael/gpsTransport | blub | |
| Core/Commands: Added transport position for command .gps | |||
| 2015-11-14 | Core/Commands: Added transport position for command .gps | Vincent-Michael | |
| 2015-11-14 | Core/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-14 | Missed change | Carbenium | |
| 2015-11-14 | Core/Player: Fix wrong format specifier in a log message | Carbenium | |
| (introduced in 230e820898c4e7d17f17f5ad03bff6e981ade9b4) | |||
| 2015-11-14 | Core: Fix warning | Vincent-Michael | |
| (cherry picked from commit d0c28c66eb294c2a8443054f76fbce7a309b6356) | |||
| 2015-11-14 | Core/Condition: Fix issue reported by static analysis | Vincent-Michael | |
| Coverity defect ID: 1339314 (cherry picked from commit d1889602166b03a9c4dc07b6523410714ef3d1f6) | |||
| 2015-11-14 | Core/Creature: Remove duplicate call to LoadCreatureAddons in Creature::Create | Carbenium | |
| * 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-14 | Core/Player: Move KillRewarder to its own file | Carbenium | |
| 2015-11-14 | Core/PacketIO: Updated and enabled a few movement opcodes | Shauren | |
| 2015-11-13 | Core/DBLayer: Improve error message from ↵ | Shauren | |
| 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb7d11 | |||
| 2015-11-13 | Fix non-PCH build | Carbenium | |
| 2015-11-13 | Core/Player: Move TradeData to its own file | Carbenium | |
| 2015-11-13 | Fix build for mysql versions older than 5.7 | Shauren | |
| 2015-11-12 | Core/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-12 | Buildsystem: Fixed building on windows 10 with cmake 3.4 | Shauren | |
| 2015-11-11 | Tools/ConnectionPatcher: Fix signature patching on OSX | Carbenium | |
| Closes #15003 | |||
| 2015-11-11 | Core/PacketIO: Updated and enabled battlefield opcodes | Shauren | |
| 2015-11-10 | Core/Commands: Fix NULL dereference crash | jackpoz | |
| Closes #15833 (cherry picked from commit abd4e2e0f1142b8a9edfe31e58bdbca1d4e87c42) | |||
| 2015-11-10 | Core/Units: Updated melee/spell hit chance calculation | Shauren | |
