aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/GameObject
AgeCommit message (Expand)Author
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-07-27Core/Spells: Removed implicit casts from SpellImplicitTargetInfo, fixed copyp...Shauren
2011-07-27Core/ObjectMgr: Remove GetPlayer function (Remove double use of singletons)Spp-
2011-07-26Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile ...QAston
2011-07-24Core/GameObjects: Prevent repeating damage/destruction events when the gameob...Shauren
2011-07-22Core/GameObject: Added missed change to destructible health settingShauren
2011-07-22Core/GameObject: Refactored destructible building handling, properly implemen...Shauren
2011-07-01Core: Do not use STL container size method to check if container is emptySpp-
2011-06-28This reverts commit f580cddc09c9c08d91a7b45a2999a822465e9c23.kaelima
2011-06-28Core: Add wintergrasp-patch to wintergrasp_cleanup branch - resurrected from ...click
2011-06-27Core/Logs: Remove some excessive log-information regarding non-existing gameo...click
2011-06-25Core/GameObject: Removed useless typecastShauren
2011-06-16Core/Logs: Small improvement to gameobject-use error log to include player/ob...Shocker
2011-06-12Core: Continued cleanupkaelima
2011-06-12Core: And some more cleanups...click
2011-06-11Core: Codestyle cleanupclick
2011-05-16Core/Objects: Fixed linked respawn cases when linking to itself in order to p...Shauren
2011-05-05Core/ObjectMgr: Refactor group related functions into dedicated classleak
2011-05-02Core/Gameobject: Fix default cooldown on traps with no cooldown. Should stop ...tobmaps
2011-05-02Core/GameObject: Fix handling of cooldown for type 6 (trap) GOs. This should ...runningnak3d
2011-04-29Add spaces after commasleak
2011-04-29More cleanup after last commit spreeleak
2011-04-28Core/ObjectMgr: Refactor sGOStorageleak
2011-04-18Core/GameObjects: Summon trigger for spellcast with at least spell cast time ...Shauren
2011-04-10Core/BattleGrounds: update Gameobject hook to support multiple destructable b...Supabad
2011-04-09Core/GameObjects: Destructible gameobjects now read display info from dbc filesShauren
2011-04-09Core/GameObjects: add script hook when destructable building is damaged.Supabad
2011-04-08Core/GameObjects: traps that dont have a owner should despawn after spell cast.Supabad
2011-03-24Scripts/Ulduar: Add proper support for Razorscale harpoon event.Supabad
2011-03-21Core: Removed all double (and more) empty linesShauren
2011-03-14Core/Gameobject: Respect cooldown for trap and goober gameobjects.Machiavelli
2011-03-02Core/SAI: Implemented Gameobject action allowing to send SMSG_GAMEOBJECT_CUST...Shauren
2011-02-22Core/Logs: improve one more debug log entry (for Aokromes)Azazel
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-26Scripts/Serpentshrine Cavern: Fixed "The Lurker Above" achievement and remove...Shauren
2010-12-26Core/Auras: Add some asserions to hunt down reason of a crash in Aura::Update...QAston
2010-12-25Core/Entities: Fix guid lookup for linked respawn systemMachiavelli
2010-12-24Core/Entities:Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-23Core: Fixed occasional wrong order of async operations at respawn time saving...Xanadu
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Core/ObjectMgr: Static members are no longer accessed through singletonShauren
2010-12-19Core/GameObject: Dismount the player when using spellcaster gameobjectShauren
2010-12-16Correctly fix my change (r10666 / 672c38da05).Anubisss
2010-12-16Make some cleanup.Anubisss
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-06Core/Entities: Fixed a crash by accessing the GameObjectAI of a GameObject be...leak
2010-12-05Core/Scripts: Split OnCreatureCreate() and OnGameObjectCreate() into two virt...leak
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp