| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-26 | Core/SAI: Allow only creature sources to use the event types ↵ | Discover- | |
| SMART_EVENT_DISTANCE_CREATURE and SMART_EVENT_DISTANCE_GAMEOBJECT for now. | |||
| 2014-03-26 | Core/SAI: Only allow SMART_EVENT_TARGET_BUFFED to be used from creature sources. | Discover- | |
| 2014-03-26 | Core/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-25 | Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during ↵ | Shauren | |
| Gunship Battle Closes #11786 | |||
| 2014-03-25 | Build system: Fix clang build | Gacko | |
| See wiki for latest build instructions under Mac OS X! | |||
| 2014-03-25 | Buildsystem: Changed required CMake version to 2.8.9 and removed a check for ↵ | Shauren | |
| version we no longer support in msvc settings | |||
| 2014-03-25 | DB/Creature: Fix Living Storm coords | Aokromes | |
| By Magnifikator closes #11785 | |||
| 2014-03-24 | Core/Misc: Fix assertion triggered | jackpoz | |
| Change an assertion added in 6dcd8c8545a65a7bfbd0daaa16f650d8c3a90262 with a NULL check, properly handling the case of a NULL parameter. Fixes #11771 | |||
| 2014-03-24 | DB/Quest; Fix Preying Upon the Weak traps | Aokromes | |
| By untaught, closes #6858 | |||
| 2014-03-24 | Update 2014_03_24_02_world_creature_classlevelstats.sql | Aokromes | |
| 2014-03-24 | Cmake: Added level restriction for msvc 2013 | Vincent-Michael | |
| 2014-03-24 | DB/Misc: Miscellaneous fixes | Aokromes | |
| 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-24 | Update readme for cmake version for c++11 stuff | Vincent-Michael | |
| 2014-03-24 | DB/SAI: Ferocious Yeti spamming Berserk | Aokromes | |
| By dr-j closes #11776 | |||
| 2014-03-24 | DB/SAI: Elemental Slave | Aokromes | |
| By untaught, updates #11742 | |||
| 2014-03-24 | DB/SAI: Umpi | Aokromes | |
| By dr-j, closes #11775 | |||
| 2014-03-24 | DB/SAI: Fix Dun Garok Rifleman spam | Aokromes | |
| By dr-j, closes #11773 | |||
| 2014-03-24 | DB/Quest: Fix wrong ExclusiveGroup | Aokromes | |
| By untaught, Closes #11715 | |||
| 2014-03-24 | Update README.md | Aokromes | |
| 2014-03-24 | Core/Logging: Fixed filenames of backup logs | Shauren | |
| Closes #11765 | |||
| 2014-03-24 | DB/Misc: Set comment of creature_classlevelstats to text | Aokromes | |
| By Magnifikator closes #11762 | |||
| 2014-03-24 | DB/Quest: Fixes Gino's visibility and quest chain | Aokromes | |
| By nelegalno and Rushor, closes #9030 | |||
| 2014-03-24 | DB/SAI: Fix Shadowsworn Cultist | Aokromes | |
| By dr-j, closes #11767 | |||
| 2014-03-24 | Scripts/Icecrown Citadel | Shauren | |
| * 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-23 | Core/Misc: Removed unused defines, added missing include and removed a few ↵ | Shauren | |
| warnings | |||
| 2014-03-23 | Buildsystem/GCC: Enforce version 4.7.2 and enable c++11 compilation | Shauren | |
| 2014-03-23 | Fixed build without PCH | Shauren | |
| 2014-03-23 | Scripts/Icecrown Citadel: Icecrown Gunship Battle | Shauren | |
| 2014-03-23 | Merge pull request #11763 from MitchesD/misc | Aokromes | |
| Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat | |||
| 2014-03-23 | Core/Transports: Enabled LoS on transports | Shauren | |
| 2014-03-22 | Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat | MitchesD | |
| 2014-03-22 | Core/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-22 | Core/Transports: Fixed crashes happening when a transport was despawned with ↵ | Shauren | |
| players/dynamicobjects on it | |||
| 2014-03-22 | Core/Map: Save weather, light and music overrides in map to send them to ↵ | Shauren | |
| players logging in | |||
| 2014-03-22 | Core/Spells: Fixed crash happening when a spell script set target to NULL in ↵ | Shauren | |
| OnObjectTargetSelect hook for spells using nearby target selection | |||
| 2014-03-22 | DB/SAI: Fix startup error | Aokromes | |
| By untaught, closes #11587 | |||
| 2014-03-22 | Core/Misc: Fix some static analysis issues | jackpoz | |
| 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-22 | Merge pull request #11761 from MitchesD/misc | Aokromes | |
| Scripts/Spells: fix logic fail in q9874 | |||
| 2014-03-22 | Scripts/Spells: fix logic fail in q9874 | MitchesD | |
| 2014-03-21 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Add some asserts and additional NULL checks as sanity checks. | |||
| 2014-03-21 | Core/Transports: Fixed creatures micro movement on transport when attacking ↵ | Shauren | |
| something (fixes interrupting melee animation) | |||
| 2014-03-21 | DB/SAI: Fix Bloodscalp Axe Thrower | Aokromes | |
| By dimasiu Closes #11758, closes #11755 | |||
| 2014-03-21 | Merge pull request #11747 from untaught/Trinity1 | Aokromes | |
| Core/Scripts: Move 'The Defias Traitor' script to SAI | |||
| 2014-03-21 | Merge pull request #11749 from untaught/Trinity2 | Aokromes | |
| Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu op... | |||
| 2014-03-21 | Merge pull request #11757 from untaught/Trinity3 | Aokromes | |
| Core/Scripts: Move 'npc_deathly_usher' scripts to SAI. | |||
| 2014-03-21 | Merge pull request #11746 from untaught/Trinity0 | Aokromes | |
| Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu opti... | |||
| 2014-03-21 | Core/GameObjects: Added workaround for elevators having different position ↵ | Shauren | |
| for every player Closes #11504 | |||
| 2014-03-20 | Core/Misc: Fix some static analysis issues | jackpoz | |
| 2014-03-20 | Core/Scripts: Move 'npc_deathly_usher' scripts to SAI. | untaught | |
| 2014-03-20 | Core/Creatures: Added check for creature_equip_template.id = 0. 0 is a ↵ | Shauren | |
| special value telling core to unequip all items | |||
