aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-12Scripts/FoS/Bronjahm: fixed corrupted soul fragmentjoschiwald
Closes #5215
2015-07-11Spell Script for quests Among the Champions and The Grand Meleesirikfoll
Solves issues with the credit spells hitting the mount instead of the player itself.
2015-07-10Update .gitattributes to prevent CRLF issuesDDuarte
2015-07-10CRLF to LFDDuarte
Seriously....
2015-07-10Merge pull request #15023 from robinsch/combatMovementCarbenium
SmartAI: Incorrect removal of movement at SetCombatMove
2015-07-08Core/Instances: Fix some Instance Lock chat messagesjackpoz
Always send a Welcome type Instance Lock chat message when entering an instance instead of changing type based on remaining time. Fix scheduled warning message to always send "Your instance lock for ... will expire in 0 minutes." even if there are hours left, issue added in 4193806dba4de81f0e24c94bc470faaaa0e717cf , closes #11519 . Update warning messages based on remaining time so that the most meaning is always used (6 hours left, 59 minutes left, etc).
2015-07-08SmartAI: Added the possibility to despawn object with action 41 ↵robinsch
(SMART_ACTION_FORCE_DESPAWN)
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-02The following stealth changes are implemented.pete318
- Combat no longer removes stealth, only damage does - Creatures will pursue a stealthed unit they cannot see if they're already in combat with them - When a player is ~~3 yards~~ 8% + 1.5 yards away from the usual stealth detection distance, the creature will perform the "alerted" effect. - When sitting/sleeping creatures are distracted or alerted, they will stand up - Idle movement creatures will return to their original (spawn) orientation after distract/alert - When entering combat with a distracted/alerted creature, distract state is removed - NPC no longer have a limit to stealth visibility (granted by stealth modifier spells/buffs) - If alert visibility is greater than aggro range, no alert sent
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-07-01Core/Spells: Revert changes to Unit.cpp done in ↵robinsch
https://github.com/TrinityCore/TrinityCore/commit/198ffba5ee3b64852b3b090ebdeebd87494cc9f6. This will fix issues with direct damage spells dealing wrong damage that are based on percentage of existing HOT or DOT auras due to missing SPELLMOD_DOT apply.
2015-07-01Scripts/Spells: Hunter's Chimera Shot - Serpent (ID: 53353) damage should be ↵robinsch
increase by Improved Stings talent.
2015-07-01[3.3.5] Core/Spells: Omen of Clarityrobinsch
by @robinsch; closes #3088. Purpose: make the Omen of Clarity druid buff (http://wotlk.openwow.com/spell=16864) work as intended. This change is an addition to @Shauren's commit 37145b6. Before this change, spell mod auras lose charges when they are unable to be cast as mentioned in the issue. As an example: Omen of Clarity loses its charge when Shred can not be used, because it requires the caster to behind the target. This change will restore the spell mod if CheckCast returns false for the initial cast.
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-30Spell/Script: Mirror Image fix - solves #14877Karel Pokorný
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