aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting/ScriptMgr.cpp
AgeCommit message (Expand)Author
2011-04-01Core: Removed unused functions (leftovers from sd2, was needed when scripts w...Shauren
2011-03-26Core/Scripts: Reverted part of 00f343af52768802775a, that is not a typo and f...Shauren
2011-03-14Core: Fix crash in ~ScriptMgrMachiavelli
2011-03-06Core/Vehicles: Remove redundant Vehicle::Die. All vehicle auras are already r...Machiavelli
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-26Core: Generic cleanup (tab2spaces/trailing whitespace removal)leak
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-23Core/ScriptMgr: Add OnBindToInstance Player hookSpp
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Removing ProgressBars as they are performing badly on startup.leak
2010-12-19Streamlining loading functions for server startupleak
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-11-29Core/Misc: fix some warnings. As a result removed one redundant hook from For...azazel
2010-11-23Core/Groups: Add kicker and kick reason to RemoveMemberSpp
2010-11-17Core/Scripts: pass message parameter by reference in OnChat methods to make i...azazel
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
2010-10-17Core/Guilds: guild code was completely refactored and rewritten.azazel
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-10-04Core/ScriptSystem:QAston
2010-09-28Magic numbers cleanup:Shocker
2010-09-25Core: Generic cleanup (tab2spaces/whitespace removal)click
2010-09-24Core/ConditionMgr: added placeholder for CONDITION_GUIDRat
2010-09-15Core/Scripts: Add OnPlayerLogin, OnPlayerLogout, OnPlayerCreate and OnPlayerD...Spp
2010-09-14Code style (remove double blank line)Spp
2010-09-14Core/Scripts: Add GroupScript classSpp
2010-09-14Core: Fix includes in ScriptMgr filesSpp
2010-09-13Core/ScriptMgr: Add hooks for duel phases: OnDuelRequest, OnDuelStart, OnDuelEndShocker
2010-09-11Core/ScriptMgr: Remove incorrect assertion in OnGameObjectDestroyed, and clea...click
2010-09-04Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a C-s...silinoron
2010-09-02Core/Players: Don't set instanceId to 0 when player is on transport during lo...Shauren
2010-09-03Core/ScriptSystem: Add a PlayerScript::OnSpellCast(Player *player, Spell *spe...silinoron
2010-08-30Core: Fix more warningsSpp
2010-08-29Fixes gossip scripts or points of interests of npc's with a Scriptname assign...Liberate
2010-08-26Scripts: fix area trigger scripts. Thanks yavi. Closes issue #3634azazel
2010-08-24*Add AuraScript class for scripting aura objects - scripts are registered sam...QAston
2010-08-14Clear player scripts and guild scripts on ScriptMgr deletion.silinoron
2010-08-14Add in a forgotten change from ra5af596979e4 .silinoron
2010-08-14Add a GuildScript class with a handful of hooks.silinoron
2010-08-12* Modify PlayerScript::OnChat hook. Now it takes one optional parameter of ty...azazel
2010-08-11Add PlayerScript hooks:silinoron
2010-08-11Implement a PlayerScript class with a handful of new hooks:silinoron
2010-08-09Aaand, finally, scripting is working. Thanks to Derex for helping with debugg...XTZGZoReX
2010-08-09* Get rid of virtual function calls completely, seeing as they weren't necess...XTZGZoReX
2010-08-09* Remove Player::SetSession (obsolete and dangerous function).XTZGZoReX
2010-08-08* Rename InstanceData to InstanceScriptazazel
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-07* Some fixes and cleanups.XTZGZoReX