aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-31DB/Gameobjects: Bye bye old "TEMP" Gameobjects...Kinzcool
2014-03-31DB/Gameobjects: Spring clean up for "TEMP" spell focus gameobjects.Kinzcool
* Added missing spell focus gameobjects. * Old "TEMP" gameobjects now have sniffs values for their radius and the proper entries.
2014-03-31Core/Misc: Fix typo in f47962f6707bb53a3241d23257a5bbd1b2679f87jackpoz
2014-03-31Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-31Core/Sai: Added new db errors :P (hihi)Vincent-Michael
2014-03-31DB/Creatures: Corrected creature addon values for mountsKinzcool
2014-03-30DB/Creatures: Added all NPC mounts with sniff valuesKinzcool
2014-03-30DB/BroadcastText: Created BroadcastText table -- contains every gossip, ↵Kinzcool
creature text & npc text. Note that it has NO use for you for now except if you want to pick some texts from it to add them to your scripts/Pull Requests. This file will be used as a globalized table which other ones will link to in the future.
2014-03-30DB/Equipment: Killed the errors added in ↵Kinzcool
b7a915c39623fd1204bd418586dddd8ae04a8a5c
2014-03-30DB/Equipment: Added blizzlike values for the equipement of every NPC.Kinzcool
2014-03-30DB/SAI: Fix warning about missing creature_text (wrong target_type)Gacko
2014-03-30Core/CreatureText: Unify log messages and add GUIDGacko
2014-03-30Update 2014_03_30_02_world_game_event_335.sqlAokromes
2014-03-30 DB/Gameevent: Fix typoAokromes
2014-03-30Core/Misc: Defined a few fields in Map.dbc and rewritten ↵Shauren
InstanceMap::GetMaxPlayers to match what the client does to determine max players
2014-03-30SmartAI: Use same method for removing auras in EnterEvadeMode as in CreatureAIGacko
Also fixes warnings about duplicate auras. Self-casted auras were not removed on entering evade mode in SAI as they are in CreatureAI.
2014-03-30Rename 2014_03_29_01_world_creature.sql to 2014_03_30_01_world_creature.sqlAokromes
2014-03-30DB/Creature: Remove 2 no longer existing mobsAokromes
2014-03-30Core/Misc: Fix warning with GCCjackpoz
2014-03-30DB/Gameevent: Fix Noblegarden start date acording ingame calendarAokromes
NOTE This is only valid for wow 3.3.5a
2014-03-29Core/Misc: Fix warningjackpoz
2014-03-29Core/Commands: Handle "" as empty string argumentjackpoz
Fixes #11548
2014-03-29Scripts/Misc: Small code optimizationsVincent-Michael
2014-03-29DB/Creature: Remove 2 no longer existing mobsAokromes
Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests.
2014-03-29DB/SAI: Fix "Badlands Enraged Rock Elemental" event spamVincent-Michael
Closes #11802
2014-03-29Core/Maps: Fixed incorrect difficulty markers shown on the interface inside ↵Shauren
Icecrown Citadel (always displaying normal mode)
2014-03-29Core/LootShauren
* Master Looter cannot freely loot items under threshold * Update round robin looter only if loot is not empty * Fixed loot bag icon appearing in raid frames when loot method was not Master Looter * Fixed changing loot method reseting current round robin looter
2014-03-29Merge pull request #11719 from Dehravor/master-lootShauren
Core/Loot: Fix master loot
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