Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-29 | TDB 335.53 - 2014/03/29TDB335.53 | Duarte Duarte | |
2014-03-28 | DB/Text: Added the missing page texts for the book "The Archmage Antonidas - ↵ | Kinzcool | |
Part I" | |||
2014-03-28 | DB/Text: Added the missing page texts for the book "Portals are NOT Garbage ↵ | Kinzcool | |
Bins!" Closes #3362 | |||
2014-03-28 | Core/Dependencies: Upgrade to jemalloc-3.5.1 | jackpoz | |
2014-03-28 | Core/Battlegrounds: Fix log errors about creatures not found | jackpoz | |
Move "Battleground::GetBGCreature: creature not found for BG" error log to INFO level when the caller expects no creatures to be found, like on Battleground startup. Closes #3538 | |||
2014-03-27 | Core/Misc: Fix some static analysis issues | jackpoz | |
Fix uninitialized values, most of which are false positives, always initialized before being accessed. Add some asserts and additional NULL checks as sanity checks. Use SpellMgr::EnsureSpellInfo() if the spell id is valid and always supposed to return a valid not-NULL SpellInfo* . | |||
2014-03-26 | Quest: Direhorn Raiders | Gacko | |
Remove duplicate kill credit | |||
2014-03-26 | Fix non-pch build and remove blank line | Gacko | |
2014-03-26 | Quest: The Power of the Elements | Gacko | |
Remove hack SAI, use aura script | |||
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) |