aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-26Core/SAI: Allow only creature sources to use the event types ↵Discover-
SMART_EVENT_DISTANCE_CREATURE and SMART_EVENT_DISTANCE_GAMEOBJECT for now.
2014-03-26Core/SAI: Only allow SMART_EVENT_TARGET_BUFFED to be used from creature sources.Discover-
2014-03-26Core/SAI: Implement two new event types that are triggered when a certain ↵deathicon
creature/gameobject entry or guid gets within a given distance of the source.
2014-03-25Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during ↵Shauren
Gunship Battle Closes #11786
2014-03-25Build system: Fix clang buildGacko
See wiki for latest build instructions under Mac OS X!
2014-03-25Buildsystem: Changed required CMake version to 2.8.9 and removed a check for ↵Shauren
version we no longer support in msvc settings
2014-03-25DB/Creature: Fix Living Storm coordsAokromes
By Magnifikator closes #11785
2014-03-24Core/Misc: Fix assertion triggeredjackpoz
Change an assertion added in 6dcd8c8545a65a7bfbd0daaa16f650d8c3a90262 with a NULL check, properly handling the case of a NULL parameter. Fixes #11771
2014-03-24DB/Quest; Fix Preying Upon the Weak trapsAokromes
By untaught, closes #6858
2014-03-24Update 2014_03_24_02_world_creature_classlevelstats.sqlAokromes
2014-03-24Cmake: Added level restriction for msvc 2013Vincent-Michael
2014-03-24DB/Misc: Miscellaneous fixesAokromes
By dr-j, closes #11780 Fix wrong loot in two chests for quest 'The Shadow Tomb'. Fix turning in of 13120 Deaths Gaze. Fix torching sunfury hold.
2014-03-24Update readme for cmake version for c++11 stuffVincent-Michael
2014-03-24DB/SAI: Ferocious Yeti spamming BerserkAokromes
By dr-j closes #11776
2014-03-24DB/SAI: Elemental SlaveAokromes
By untaught, updates #11742
2014-03-24DB/SAI: UmpiAokromes
By dr-j, closes #11775
2014-03-24DB/SAI: Fix Dun Garok Rifleman spamAokromes
By dr-j, closes #11773
2014-03-24DB/Quest: Fix wrong ExclusiveGroupAokromes
By untaught, Closes #11715
2014-03-24Update README.mdAokromes
2014-03-24Core/Logging: Fixed filenames of backup logsShauren
Closes #11765
2014-03-24DB/Misc: Set comment of creature_classlevelstats to textAokromes
By Magnifikator closes #11762
2014-03-24DB/Quest: Fixes Gino's visibility and quest chainAokromes
By nelegalno and Rushor, closes #9030
2014-03-24DB/SAI: Fix Shadowsworn CultistAokromes
By dr-j, closes #11767
2014-03-24Scripts/Icecrown CitadelShauren
* Deathbringer Saurfang will now evade if any player stands on the gunship * Fixed players being stuck in combat after defeating gunship * Fixed players not sticking to gunships
2014-03-23Core/Misc: Removed unused defines, added missing include and removed a few ↵Shauren
warnings
2014-03-23Buildsystem/GCC: Enforce version 4.7.2 and enable c++11 compilationShauren
2014-03-23Fixed build without PCHShauren
2014-03-23Scripts/Icecrown Citadel: Icecrown Gunship BattleShauren
2014-03-23Merge pull request #11763 from MitchesD/miscAokromes
Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat
2014-03-23Core/Transports: Enabled LoS on transportsShauren
2014-03-22Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of catMitchesD
2014-03-22Core/Spells: Fixed target selection hooks running twice for each effect if ↵Shauren
both target A and B were using the same hook type (OnObjectAreaTargetSelect, OnObjectTargetSelect, OnDestinationTargetSelect)
2014-03-22Core/Transports: Fixed crashes happening when a transport was despawned with ↵Shauren
players/dynamicobjects on it
2014-03-22Core/Map: Save weather, light and music overrides in map to send them to ↵Shauren
players logging in
2014-03-22Core/Spells: Fixed crash happening when a spell script set target to NULL in ↵Shauren
OnObjectTargetSelect hook for spells using nearby target selection
2014-03-22DB/SAI: Fix startup errorAokromes
By untaught, closes #11587
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about: - uninitialized values, most of which are false positives, always initialized before being accessed - unchecked return values - dead code never executed - bad formatting leading to wrong behavior Please ensure EventMap is never used with event id set to 0 or those events will never execute.
2014-03-22Merge pull request #11761 from MitchesD/miscAokromes
Scripts/Spells: fix logic fail in q9874
2014-03-22Scripts/Spells: fix logic fail in q9874MitchesD
2014-03-21Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-21Core/Transports: Fixed creatures micro movement on transport when attacking ↵Shauren
something (fixes interrupting melee animation)
2014-03-21DB/SAI: Fix Bloodscalp Axe ThrowerAokromes
By dimasiu Closes #11758, closes #11755
2014-03-21Merge pull request #11747 from untaught/Trinity1Aokromes
Core/Scripts: Move 'The Defias Traitor' script to SAI
2014-03-21Merge pull request #11749 from untaught/Trinity2Aokromes
Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu op...
2014-03-21Merge pull request #11757 from untaught/Trinity3Aokromes
Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.
2014-03-21Merge pull request #11746 from untaught/Trinity0Aokromes
Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu opti...
2014-03-21Core/GameObjects: Added workaround for elevators having different position ↵Shauren
for every player Closes #11504
2014-03-20Core/Misc: Fix some static analysis issuesjackpoz
2014-03-20Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.untaught
2014-03-20Core/Creatures: Added check for creature_equip_template.id = 0. 0 is a ↵Shauren
special value telling core to unequip all items