Commit Graph
20757 Commits
Author SHA1 Message Date
Vincent-Michael 0b615ec159 Scripts/Misc: Small code optimizations 2014-03-29 20:58:49 +01:00
Aokromes d3e292fe1e DB/Creature: Remove 2 no longer existing mobs
Gal'darah Image and Ingvar the Plunderer Image where removed with the introduction of 3.3 weekly quests.
2014-03-29 19:15:49 +01:00
Vincent-Michael 4a5d7a395b DB/SAI: Fix "Badlands Enraged Rock Elemental" event spam
Closes #11802
2014-03-29 18:19:08 +01:00
Shauren 973888ea2c Core/Maps: Fixed incorrect difficulty markers shown on the interface inside Icecrown Citadel (always displaying normal mode) 2014-03-29 13:31:06 +01:00
Shauren 3fd6dd6175 Core/Loot
* 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-29 13:29:22 +01:00
Shauren dee867547d Merge pull request #11719 from Dehravor/master-loot
Core/Loot: Fix master loot
2014-03-29 13:24:48 +01:00
Duarte Duarte e4c57d839d TDB 335.53 - 2014/03/29 2014-03-29 04:58:38 +00:00
Kinzcool 205294b856 DB/Text: Added the missing page texts for the book "The Archmage Antonidas - Part I" 2014-03-28 21:22:19 -04:00
Kinzcool d8779da3a2 DB/Text: Added the missing page texts for the book "Portals are NOT Garbage Bins!"
Closes #3362
2014-03-28 20:25:34 -04:00
jackpoz a3e56b0689 Core/Dependencies: Upgrade to jemalloc-3.5.1 2014-03-28 22:34:39 +01:00
jackpoz f7659e5c1a Core/Battlegrounds: Fix log errors about creatures not found
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-28 22:30:33 +01:00
jackpoz 8c44259fae Core/Misc: Fix some static analysis issues
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-27 21:43:59 +01:00
Gacko 30894c2bad Quest: Direhorn Raiders
Remove duplicate kill credit
2014-03-26 18:54:40 +01:00
Gacko 46b8bc8882 Fix non-pch build and remove blank line 2014-03-26 18:51:09 +01:00
Gacko 808a1998c6 Quest: The Power of the Elements
Remove hack SAI, use aura script
2014-03-26 18:36:39 +01:00
Discover- 17674182c4 Core/SAI: Allow only creature sources to use the event types SMART_EVENT_DISTANCE_CREATURE and SMART_EVENT_DISTANCE_GAMEOBJECT for now. 2014-03-26 13:50:36 +01:00
Discover- 76641bc7dc Core/SAI: Only allow SMART_EVENT_TARGET_BUFFED to be used from creature sources. 2014-03-26 13:44:36 +01:00
deathicon 78e9a3eb65 Core/SAI: Implement two new event types that are triggered when a certain creature/gameobject entry or guid gets within a given distance of the source. 2014-03-26 10:23:34 +01:00
Shauren 84365f43b4 Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during Gunship Battle
Closes #11786
2014-03-25 22:20:45 +01:00
Gacko ef1bb6290a Build system: Fix clang build
See wiki for latest build instructions under Mac OS X!
2014-03-25 21:22:49 +01:00
Shauren f357597ec1 Buildsystem: Changed required CMake version to 2.8.9 and removed a check for version we no longer support in msvc settings 2014-03-25 16:40:22 +01:00
Aokromes ce93838153 DB/Creature: Fix Living Storm coords
By Magnifikator closes #11785
2014-03-25 14:42:50 +01:00
jackpoz 5570e32d0e Core/Misc: Fix assertion triggered
Change an assertion added in 6dcd8c8545 with a NULL check, properly handling the case of a NULL parameter.
Fixes #11771
2014-03-24 20:13:55 +01:00
Aokromes ed801e3455 DB/Quest; Fix Preying Upon the Weak traps
By untaught, closes #6858
2014-03-24 18:02:50 +01:00
Aokromes de66390e68 Update 2014_03_24_02_world_creature_classlevelstats.sql 2014-03-24 17:35:57 +01:00
Vincent-Michael b4dec55b96 Cmake: Added level restriction for msvc 2013 2014-03-24 15:54:40 +01:00
Aokromes 5acdd6373f DB/Misc: Miscellaneous fixes
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 15:11:34 +01:00
Vincent-Michael 899b6da4dc Update readme for cmake version for c++11 stuff 2014-03-24 14:37:23 +01:00
Aokromes 4c83f5186b DB/SAI: Ferocious Yeti spamming Berserk
By dr-j closes #11776
2014-03-24 12:53:10 +01:00
Aokromes 361ceb20f4 DB/SAI: Elemental Slave
By untaught, updates #11742
2014-03-24 12:51:18 +01:00
Aokromes 6e73e39e6f DB/SAI: Umpi
By dr-j, closes #11775
2014-03-24 12:50:04 +01:00
Aokromes e0c600161a DB/SAI: Fix Dun Garok Rifleman spam
By dr-j, closes #11773
2014-03-24 12:48:48 +01:00
Aokromes 53005cc10e DB/Quest: Fix wrong ExclusiveGroup
By untaught, Closes #11715
2014-03-24 12:43:35 +01:00
Aokromes a0e873fb2f Update README.md 2014-03-24 10:48:01 +01:00
Shauren aeff7944d1 Core/Logging: Fixed filenames of backup logs
Closes #11765
2014-03-24 09:01:44 +01:00
Aokromes 894eb9a445 DB/Misc: Set comment of creature_classlevelstats to text
By Magnifikator closes #11762
2014-03-24 05:34:40 +01:00
Aokromes 9d0f59f557 DB/Quest: Fixes Gino's visibility and quest chain
By nelegalno and Rushor, closes #9030
2014-03-24 05:17:49 +01:00
Aokromes a777e42796 DB/SAI: Fix Shadowsworn Cultist
By dr-j, closes #11767
2014-03-24 03:26:00 +01:00
Shauren cd20be2cc9 Scripts/Icecrown Citadel
* 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-24 00:58:37 +01:00
Shauren c3d2236d14 Core/Misc: Removed unused defines, added missing include and removed a few warnings 2014-03-23 22:14:25 +01:00
Shauren 3affa3a824 Buildsystem/GCC: Enforce version 4.7.2 and enable c++11 compilation 2014-03-23 20:35:30 +01:00
Shauren e469ff5e88 Fixed build without PCH 2014-03-23 12:54:09 +01:00
Shauren a4d8a26dc7 Scripts/Icecrown Citadel: Icecrown Gunship Battle 2014-03-23 02:01:13 +01:00
Aokromes d2925597f2 Merge pull request #11763 from MitchesD/misc
Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat
2014-03-23 01:49:46 +01:00
Shauren 550cbcad96 Core/Transports: Enabled LoS on transports 2014-03-23 00:23:30 +01:00
MitchesD d9d088421d Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat 2014-03-22 22:30:20 +01:00
Shauren 3a1a55bb0a Core/Spells: Fixed target selection hooks running twice for each effect if both target A and B were using the same hook type (OnObjectAreaTargetSelect, OnObjectTargetSelect, OnDestinationTargetSelect) 2014-03-22 21:39:38 +01:00
Shauren 3c16c63293 Core/Transports: Fixed crashes happening when a transport was despawned with players/dynamicobjects on it 2014-03-22 19:44:54 +01:00
Shauren 529cabea68 Core/Map: Save weather, light and music overrides in map to send them to players logging in 2014-03-22 19:40:36 +01:00
Shauren 0758c47491 Core/Spells: Fixed crash happening when a spell script set target to NULL in OnObjectTargetSelect hook for spells using nearby target selection 2014-03-22 16:35:11 +01:00