| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-04 | Core/Misc: Fix build warnings | jackpoz | |
| Fix build warning reported by clang 3.6 | |||
| 2015-07-04 | Merge pull request #15006 from Kaev/3.3.5 | MitchesD | |
| Updated BattlegroundWS.cpp 15. minute timer check | |||
| 2015-07-04 | Update BattlegroundWS.cpp | Kaev | |
| Changed timer check from 900000 to 15*MINUTE*IN_MILLISECONDS for better readability. | |||
| 2015-07-04 | Core/Executables: Add --version and -v to worldserver and authserver arguments | DDuarte | |
| Closes #14993 (cherry picked from commit 0f082e8f925f17e585fd221b901f55581d2d68ab) Conflicts: src/server/bnetserver/Main.cpp | |||
| 2015-07-04 | Buildsystem: Fixed disabling compiler warnings in dep for clang/icc | DDuarte | |
| (cherry picked from commit c24787f6665b5ea2b696bdfa7134a19ab5a3c331) (reverts 77f7f562683753a15bd2d3f80e65385f88383566) Conflicts: dep/CascLib/CMakeLists.txt dep/zmqpp/CMakeLists.txt | |||
| 2015-07-04 | Core/ObjectMgr: Fix 3 -Wunused-private-field warnings in TempSummonGroupKey | DDuarte | |
| Replace a memcmp by a lexicographical comparison with std::tie (cherry picked from commit 1df20a2134dbb84d1eb30024171ccd7e8b103e47) | |||
| 2015-07-03 | Scripts/Commands: ".mmap path line" now uses raycast pathfinding | jackpoz | |
| Add "line" optional parameter to ".mmap path" command to use raycast implementation of recast, useful to simulate charge paths. | |||
| 2015-07-03 | Core/Spells: Fix Charge "no path" error with huge targets | jackpoz | |
| Fix Charge returning "no path found" error when targeting targets with Object Size of 8 like Festergut by changing how the target Z coordinate is set, using only half object size. It is unclear why the CalculatePath() call in Charge handler is using target object size, maybe for corner cases where the target is slightly below the ground. | |||
| 2015-07-03 | Scripts/EoE: fixed crash | joschiwald | |
| - removed some useless code (and some other random changes) | |||
| 2015-07-02 | Scripts/EyeOfEternity: Fix crash added in ↵ | jackpoz | |
| d1853f693b2c1a60134603d946e31f71f26535c0 Close https://github.com/TrinityCore/TrinityCore/issues/14984#issuecomment-118044904 | |||
| 2015-07-02 | Dep/G3D: Backport fix from G3D10 | jackpoz | |
| 2015-07-02 | CI/Travis: Report travis build as broken if new build warnings get added to ↵ | jackpoz | |
| the sources | |||
| 2015-07-02 | Merge pull request #14797 from czw/3.3.5 | mik1893 | |
| Core/Spells: Fix DK Death rune selection | |||
| 2015-07-02 | DB/World schema backport: split quest_template and quest_template_addon | ShinDarth | |
| Closes #14982 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
| 2015-07-01 | DB/Misc: Brewfest - Wrong item in vendors | Aokromes | |
| By sirikfoll, closes #14989 | |||
| 2015-07-01 | DB/Creature: Fixing some auras set with a wrong event | Aokromes | |
| By Killyana, closes #14875 | |||
| 2015-07-01 | DB/Misc: Fix a runtime error | Aokromes | |
| By Killyana, updates #14730 | |||
| 2015-07-01 | Dep/gsoap: Turn off build warnings | jackpoz | |
| Disable -Wunused-parameter warnings in gsoap library to have a 0-warning build till the library gets updated | |||
| 2015-07-01 | Dep/CppFormat: Update cppformat to cppformat/cppformat@7859f8123311c1b8f698 | Naios | |
| * clean up our custom CMakeList.txt | |||
| 2015-07-01 | Core/Misc: Fix build warnings | jackpoz | |
| 2015-07-01 | Core/Unit: Fix issue with Divine Shield immunities | robinsch | |
| Closes #14910 | |||
| 2015-06-30 | Cleanup duplicated names from contributors list. | Naios | |
| * ref 1a7a9619d87e95ecdc75fe01 | |||
| 2015-06-30 | Core/Updater: Fix mysql cli password prompt when password is empty. | Naios | |
| * ref: http://community.trinitycore.org/topic/11510-world-server-bug-enter-password-to-update/ | |||
| 2015-06-30 | Core/Utilities: Fix callback invokation when there are no tasks present. | Naios | |
| * thx @joschiwald for noticing. | |||
| 2015-06-30 | Scripts/RubySanctum: Fix build warnings | Nyeriah | |
| 2015-06-30 | Merge pull request #14979 from ShinDarth/gitignore | Carbenium | |
| Add nbproject/* to gitignore (cherry picked from commit a0f9cadb18f1e1cfd2879a49b2dc66566652dbae) | |||
| 2015-06-30 | Merge pull request #14898 from tkrokli/improved_devouring_plague | mik1893 | |
| [3.3.5] Core/Spells: Improved Devouring Plague spell direct damage | |||
| 2015-06-30 | Core/Spells: Implemented CAST_FLAG_IMMUNITY | Shauren | |
| 2015-06-29 | Buildsystem/Clang: Suppress warning | jackpoz | |
| Suppress -Wmismatched-tags warnings on clang to avoid false positive warnings reported using gcc 4.8 | |||
| 2015-06-29 | Merge pull request #14941 from ShinDarth/db_backports3 | Carbenium | |
| DB/World schema backport: move questItem* fields to *_questitem tables | |||
| 2015-06-29 | Merge pull request #14969 from chaodhib/taunt_threat_fixes | mik1893 | |
| [Spell] Fix bugged amount of threat given by Taunt | |||
| 2015-06-29 | Merge pull request #14976 from robinsch/wgTimer | mik1893 | |
| Core/WorldState: WG Interface timer Closes issue #14913 | |||
| 2015-06-29 | DB/World schema backport: move questItem* fields to *_questitem tables | ShinDarth | |
| 2015-06-29 | [SpellEffect] Fix bugged amount of threat given by Taunt | chaodhib | |
| 1) doAddThreat call instead of AddThreat. ThreatCalcHelper shouldnt be called. Otherwise, the value of the threat that will be added to the caster will be multiplied by a threatModifier (about 1.6) 2) Taunt should give the caster the same threat as the one in the top of the list. If player A has aggro with 1000 threat, player B has 1050 threat and if player C taunts, player C should have 1050 threat after the taunt and not 1000 (the difference can be much bigger with ranged players). | |||
| 2015-06-29 | Build/CMake: Fix finding MySQL install | DDuarte | |
| (cherry picked from commit d4deb17a2f94d06b7eab232b90e874fa58675b36) | |||
| 2015-06-29 | Core/WorldState: Send BATTLEFIELD_WG_WORLD_STATE_ACTIVE when sending initial ↵ | robinsch | |
| world states for Wintergrasp. This will fix issue #14913 | |||
| 2015-06-29 | Merge pull request #14971 from ShinDarth/fix_char_upd | Naios | |
| DB/Characters fix auto updater | |||
| 2015-06-29 | DB/Characters fix auto updater | ShinDarth | |
| 2015-06-28 | Core/Dependencies: Fix some warnings in G3D | jackpoz | |
| 2015-06-28 | Tools/Misc: Fix build warnings | jackpoz | |
| 2015-06-28 | Core/Dependencies: Update recast | jackpoz | |
| Update recast to https://github.com/memononen/recastnavigation/commit/1dd5cf1883d61e723fef3d4957cf758c50e7a52b Fix 2 warnings. These changes have no effect on MMAPs and it's not needed to re-extact them. | |||
| 2015-06-28 | Update 2015_06_28_02_world.sql | Aokromes | |
| 2015-06-28 | DB/Gameobject: Silithyst Mound | Aokromes | |
| By Killyana, closes #14637 | |||
| 2015-06-28 | DB/Quest: Master the Storm | Aokromes | |
| By Killyana, closes #1883 | |||
| 2015-06-28 | DB/Quest: A Race Against Time | Aokromes | |
| By Killyana, closes #1074 | |||
| 2015-06-28 | DB/Quest: The Perfect Dissemblance | Aokromes | |
| By Killyana, closes #12439 | |||
| 2015-06-28 | DB/Creature: Innkeeper Keldamyr | Aokromes | |
| By MrSmite, closes #12474 | |||
| 2015-06-28 | DB/Misc: Fix startup errors | Aokromes | |
| By Killyana, updates #14730 | |||
| 2015-06-28 | DB/Oculus: typo in sql | mik1893 | |
| 2015-06-28 | DB/Oculus: mob missing spells / visuals | mik1893 | |
