aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-29TDB 335.53 - 2014/03/29TDB335.53Duarte Duarte
2014-03-28DB/Text: Added the missing page texts for the book "The Archmage Antonidas - ↵Kinzcool
Part I"
2014-03-28DB/Text: Added the missing page texts for the book "Portals are NOT Garbage ↵Kinzcool
Bins!" Closes #3362
2014-03-28Core/Dependencies: Upgrade to jemalloc-3.5.1jackpoz
2014-03-28Core/Battlegrounds: Fix log errors about creatures not foundjackpoz
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-27Core/Misc: Fix some static analysis issuesjackpoz
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-26Quest: Direhorn RaidersGacko
Remove duplicate kill credit
2014-03-26Fix non-pch build and remove blank lineGacko
2014-03-26Quest: The Power of the ElementsGacko
Remove hack SAI, use aura script
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)