aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-07SmartAI: Fixed a bug where creatures would clear movement flags when they ↵robinsch
shouldn't at SetCombatMove.
2015-07-06Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵Shauren
session timezone offset should be used there, not server offset (cherry picked from commit aa3b05c312626d903228aa7a768a069bce5fe526)
2015-07-06SQL: Quickfix a typoNyeriah
2015-07-06DB/Misc: Spawn several missing gameobjects and creatures in The EyeNyeriah
- Several pack of mobs and triggers spawned - Spawned doors at Kael's room - Corrected spawn coords for Kael'thas and his advisors from sniffs - Removed improper spawns of Ember of Alar
2015-07-05Scripts/Ulduar: Fix Flame Leviathan instance lockjackpoz
Fix Flame Leviathan instance lock not being granted to players because they were ejected from the vehicles as soon as boss died. Players are now ejected some seconds later. Close https://github.com/TrinityCore/TrinityCore/issues/15005
2015-07-05Core/Spells: Normalize Z for last point in a charge pathjackpoz
Normalize the new point that 124398feefc64fe77ab01f469fbde645edbeb80f adds to a charge path.
2015-07-04Core/Misc: Fix build warningsjackpoz
Fix build warning reported by clang 3.6
2015-07-04Merge pull request #15006 from Kaev/3.3.5MitchesD
Updated BattlegroundWS.cpp 15. minute timer check
2015-07-04Update BattlegroundWS.cppKaev
Changed timer check from 900000 to 15*MINUTE*IN_MILLISECONDS for better readability.
2015-07-04Core/Executables: Add --version and -v to worldserver and authserver argumentsDDuarte
Closes #14993 (cherry picked from commit 0f082e8f925f17e585fd221b901f55581d2d68ab) Conflicts: src/server/bnetserver/Main.cpp
2015-07-04Buildsystem: Fixed disabling compiler warnings in dep for clang/iccDDuarte
(cherry picked from commit c24787f6665b5ea2b696bdfa7134a19ab5a3c331) (reverts 77f7f562683753a15bd2d3f80e65385f88383566) Conflicts: dep/CascLib/CMakeLists.txt dep/zmqpp/CMakeLists.txt
2015-07-04Core/ObjectMgr: Fix 3 -Wunused-private-field warnings in TempSummonGroupKeyDDuarte
Replace a memcmp by a lexicographical comparison with std::tie (cherry picked from commit 1df20a2134dbb84d1eb30024171ccd7e8b103e47)
2015-07-03Scripts/Commands: ".mmap path line" now uses raycast pathfindingjackpoz
Add "line" optional parameter to ".mmap path" command to use raycast implementation of recast, useful to simulate charge paths.
2015-07-03Core/Spells: Fix Charge "no path" error with huge targetsjackpoz
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-03Scripts/EoE: fixed crashjoschiwald
- removed some useless code (and some other random changes)
2015-07-02Scripts/EyeOfEternity: Fix crash added in ↵jackpoz
d1853f693b2c1a60134603d946e31f71f26535c0 Close https://github.com/TrinityCore/TrinityCore/issues/14984#issuecomment-118044904
2015-07-02Dep/G3D: Backport fix from G3D10jackpoz
2015-07-02CI/Travis: Report travis build as broken if new build warnings get added to ↵jackpoz
the sources
2015-07-02Merge pull request #14797 from czw/3.3.5mik1893
Core/Spells: Fix DK Death rune selection
2015-07-02DB/World schema backport: split quest_template and quest_template_addonShinDarth
Closes #14982 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2015-07-01DB/Misc: Brewfest - Wrong item in vendorsAokromes
By sirikfoll, closes #14989
2015-07-01DB/Creature: Fixing some auras set with a wrong eventAokromes
By Killyana, closes #14875
2015-07-01DB/Misc: Fix a runtime errorAokromes
By Killyana, updates #14730
2015-07-01Dep/gsoap: Turn off build warningsjackpoz
Disable -Wunused-parameter warnings in gsoap library to have a 0-warning build till the library gets updated
2015-07-01Dep/CppFormat: Update cppformat to cppformat/cppformat@7859f8123311c1b8f698Naios
* clean up our custom CMakeList.txt
2015-07-01Core/Misc: Fix build warningsjackpoz
2015-07-01Core/Unit: Fix issue with Divine Shield immunitiesrobinsch
Closes #14910
2015-06-30Cleanup duplicated names from contributors list.Naios
* ref 1a7a9619d87e95ecdc75fe01
2015-06-30Core/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-30Core/Utilities: Fix callback invokation when there are no tasks present.Naios
* thx @joschiwald for noticing.
2015-06-30Scripts/RubySanctum: Fix build warningsNyeriah
2015-06-30Merge pull request #14979 from ShinDarth/gitignoreCarbenium
Add nbproject/* to gitignore (cherry picked from commit a0f9cadb18f1e1cfd2879a49b2dc66566652dbae)
2015-06-30Merge pull request #14898 from tkrokli/improved_devouring_plaguemik1893
[3.3.5] Core/Spells: Improved Devouring Plague spell direct damage
2015-06-30Core/Spells: Implemented CAST_FLAG_IMMUNITYShauren
2015-06-29Buildsystem/Clang: Suppress warningjackpoz
Suppress -Wmismatched-tags warnings on clang to avoid false positive warnings reported using gcc 4.8
2015-06-29Merge pull request #14941 from ShinDarth/db_backports3Carbenium
DB/World schema backport: move questItem* fields to *_questitem tables
2015-06-29Merge pull request #14969 from chaodhib/taunt_threat_fixesmik1893
[Spell] Fix bugged amount of threat given by Taunt
2015-06-29Merge pull request #14976 from robinsch/wgTimermik1893
Core/WorldState: WG Interface timer Closes issue #14913
2015-06-29DB/World schema backport: move questItem* fields to *_questitem tablesShinDarth
2015-06-29[SpellEffect] Fix bugged amount of threat given by Tauntchaodhib
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-29Build/CMake: Fix finding MySQL installDDuarte
(cherry picked from commit d4deb17a2f94d06b7eab232b90e874fa58675b36)
2015-06-29Core/WorldState: Send BATTLEFIELD_WG_WORLD_STATE_ACTIVE when sending initial ↵robinsch
world states for Wintergrasp. This will fix issue #14913
2015-06-29Merge pull request #14971 from ShinDarth/fix_char_updNaios
DB/Characters fix auto updater
2015-06-29DB/Characters fix auto updaterShinDarth
2015-06-28Core/Dependencies: Fix some warnings in G3Djackpoz
2015-06-28Tools/Misc: Fix build warningsjackpoz
2015-06-28Core/Dependencies: Update recastjackpoz
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-28Update 2015_06_28_02_world.sqlAokromes
2015-06-28DB/Gameobject: Silithyst MoundAokromes
By Killyana, closes #14637
2015-06-28DB/Quest: Master the StormAokromes
By Killyana, closes #1883