| Age | Commit message (Expand) | Author |
| 2010-12-23 | Core: Removed more operator workarounds for ACE_Singleton (missed previously ... | Shauren |
| 2010-12-23 | Core/ScriptMgr: Add OnBindToInstance Player hook | Spp |
| 2010-12-22 | Core: Get rid of dirty operator workaround for ACE_Singleton class implementa... | Shauren |
| 2010-12-22 | Removing ProgressBars as they are performing badly on startup. | leak |
| 2010-12-19 | Streamlining loading functions for server startup | leak |
| 2010-12-13 | Core: Add new system for parallelizing client packet processing. Handle World... | click |
| 2010-11-29 | Core/Misc: fix some warnings. As a result removed one redundant hook from For... | azazel |
| 2010-11-23 | Core/Groups: Add kicker and kick reason to RemoveMember | Spp |
| 2010-11-17 | Core/Scripts: pass message parameter by reference in OnChat methods to make i... | azazel |
| 2010-11-14 | Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740 | Shocker |
| 2010-10-17 | Core/Guilds: guild code was completely refactored and rewritten. | azazel |
| 2010-10-07 | Remove the accidental additions of CRLF-crap from the header updates | click |
| 2010-10-07 | Update copyright headers (following the same standard in all files = good) | click |
| 2010-10-04 | Core/ScriptSystem: | QAston |
| 2010-09-28 | Magic numbers cleanup: | Shocker |
| 2010-09-25 | Core: Generic cleanup (tab2spaces/whitespace removal) | click |
| 2010-09-24 | Core/ConditionMgr: added placeholder for CONDITION_GUID | Rat |
| 2010-09-15 | Core/Scripts: Add OnPlayerLogin, OnPlayerLogout, OnPlayerCreate and OnPlayerD... | Spp |
| 2010-09-14 | Code style (remove double blank line) | Spp |
| 2010-09-14 | Core/Scripts: Add GroupScript class | Spp |
| 2010-09-14 | Core: Fix includes in ScriptMgr files | Spp |
| 2010-09-13 | Core/ScriptMgr: Add hooks for duel phases: OnDuelRequest, OnDuelStart, OnDuelEnd | Shocker |
| 2010-09-11 | Core/ScriptMgr: Remove incorrect assertion in OnGameObjectDestroyed, and clea... | click |
| 2010-09-04 | Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a C-s... | silinoron |
| 2010-09-02 | Core/Players: Don't set instanceId to 0 when player is on transport during lo... | Shauren |
| 2010-09-03 | Core/ScriptSystem: Add a PlayerScript::OnSpellCast(Player *player, Spell *spe... | silinoron |
| 2010-08-30 | Core: Fix more warnings | Spp |
| 2010-08-29 | Fixes gossip scripts or points of interests of npc's with a Scriptname assign... | Liberate |
| 2010-08-26 | Scripts: fix area trigger scripts. Thanks yavi. Closes issue #3634 | azazel |
| 2010-08-24 | *Add AuraScript class for scripting aura objects - scripts are registered sam... | QAston |
| 2010-08-14 | Clear player scripts and guild scripts on ScriptMgr deletion. | silinoron |
| 2010-08-14 | Add in a forgotten change from ra5af596979e4 . | silinoron |
| 2010-08-14 | Add 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-11 | Add PlayerScript hooks: | silinoron |
| 2010-08-11 | Implement a PlayerScript class with a handful of new hooks: | silinoron |
| 2010-08-09 | Aaand, 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 InstanceScript | azazel |
| 2010-08-08 | * Some singleton renames for consistency: | XTZGZoReX |
| 2010-08-08 | * Rename: BattleGround -> Battleground. | XTZGZoReX |
| 2010-08-07 | * Some fixes and cleanups. | XTZGZoReX |
| 2010-08-07 | Added support for scripting achievement criteria checks using ACHIEVEMENT_CRI... | Shauren |
| 2010-08-07 | * OutdoorPvP implementations now reside in the script library. | XTZGZoReX |
| 2010-08-07 | * This should help with the Linux build; thanks to Machiavelli/click. | XTZGZoReX |
| 2010-08-07 | * Added new World::OnStartup/OnShutdown hooks. | XTZGZoReX |
| 2010-08-07 | * Add new TransportScript::OnRelocate hook. | XTZGZoReX |
| 2010-08-07 | * Rename some more functions for consistency. | XTZGZoReX |
| 2010-08-06 | Rename ScriptMgr::OnRemoveAuction to ScriptMgr:OnAuctionRemove for consistenc... | silinoron |