aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-28DB/Quest: Prisoner of the BladespireKillyana
2015-11-28Misc: Fix some warnings reported by GCC 4.9Carbenium
2015-11-27Core/Players: Use constant gender from PLAYER_BYTES_3 where appropriate.Shauren
2015-11-27DB/Creature: Fix unit flag for BushwhackerKillyana
Closes #15865
2015-11-27DB/Creature: Remove wrong spawnsKillyana
Closes #15544
2015-11-26Dep/SFMT: Add diff fordd55e41c8158fe1f60e120b0b89469d4112158d2Carbenium
(cherry picked from commit d4608c8168e547581319386114e70e6ac953a97a)
2015-11-26Dep/SFMT: Fix a strict-aliasing warning reported by GCC 4.9Carbenium
(cherry picked from commit dd55e41c8158fe1f60e120b0b89469d4112158d2)
2015-11-26DB/Quest: The WakeningKillyana
Beyond the Graves Recruitment Closes #15827
2015-11-26SQL: Added missing update to base sqlShauren
2015-11-25DB/Misc: Fix visual issues in DeathknellKillyana
2015-11-25DB/Spawn: Reverse the last commitKillyana
2015-11-25DB/Spawns: Restore deleted objectsKillyana
If someone can find where or why those spawns were deleted it will help
2015-11-25Merge pull request #15889 from Zedron/6.xCarbenium
Core/MMaps: Fixed mmap loading after recent format change
2015-11-24Core/MMaps: Fixed mmap loadingZedron
Bug introduced in 1d2aafd
2015-11-24DB/Creature: Fix some wrong quest giversKillyana
Closes #12752 Closes #15893
2015-11-24Core/Spells: Implemented scaling spell value with item levelShauren
2015-11-23DB/Quest: Hot and ColdKillyana
Updates #15566
2015-11-23DB/Condition: Lothos Riftwaker Molten Core teleportKillyana
By @Malcrom Closes #15701
2015-11-23DB/Misc: Spawns for highbank and Twilight HighlandsKillyana
By @Malcrom
2015-11-23DB: End lineKillyana
2015-11-23DB: Add some missing cherry picksKillyana
https://github.com/TrinityCore/TrinityCore/commit/194fda8a4ed47d968fc3d436ac9b7c8f436eb5b2 https://github.com/TrinityCore/TrinityCore/commit/182d4e913c2582ee810a5559e345e5e2c8ab9a50 https://github.com/TrinityCore/TrinityCore/commit/a85bc8aa39b0fd0dea28058859f6872b85658d44 https://github.com/TrinityCore/TrinityCore/commit/ec0df1120af73ee66acb1185dc567fb37a458481
2015-11-23Fix build after recent cherry-picksCarbenium
2015-11-23Merge pull request #15884 from tkrokli/re-enable_flying_vehiclesKittnz
Core/Creature: Flying vehicles able to fly again (cherry picked from commit 38c44fad8d7ee48bcf8cac9db3f821842384619e)
2015-11-23Merge pull request #15835 from ariel-/entryCarbenium
Creature Addon should be updated when entry is changed. (cherry picked from commit 52692c3f9d09dc781add9cfee043d6f6ec80291a)
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