| Age | Commit message (Expand) | Author |
| 2010-09-06 | Core: Fixed compile | Shauren |
| 2010-09-04 | Core/[Mail, WorldPacket]: Pull mail packet handlers out of Mail.cpp into Mail... | silinoron |
| 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-09-02 | Core/DBLayer: | Machiavelli |
| 2010-08-30 | Scripts/Icecrown Citadel: Added Festergut script, thx Cromash for providing t... | Shauren |
| 2010-08-30 | Core: Fix more warnings | Spp |
| 2010-08-29 | Spell Scripts: | azazel |
| 2010-08-29 | Fixes gossip scripts or points of interests of npc's with a Scriptname assign... | Liberate |
| 2010-08-26 | Scripts/Icecrown Citadel: Added Teleporter script | Shauren |
| 2010-08-21 | Scripts/Icecrown Citadel: Add script for Deathbringer Saurfang (only missing ... | Shauren |
| 2010-08-26 | Scripts: fix area trigger scripts. Thanks yavi. Closes issue #3634 | azazel |
| 2010-08-25 | * Add support for quest 1393 (Galen's Escape), original code by przemratajcza... | Shocker |
| 2010-08-23 | Spell 62124 should allow critical hits. | silinoron |
| 2010-08-24 | *Add AuraScript class for scripting aura objects - scripts are registered sam... | QAston |
| 2010-08-22 | Core/Script/Spells: Trial of the Crusader | John Holiver |
| 2010-08-21 | Core: Remove "may be used uninitialized in this function", "unused parameter ... | Spp |
| 2010-08-21 | Core: Remove lots warnings: | Spp |
| 2010-08-21 | Scripts/Icecrown Citadel: Added Lady Deathwhisper script, huge thanks to wowg... | Shauren |
| 2010-08-18 | Scripts: Added script for Lord Marrowgar | Shauren |
| 2010-08-18 | Add more methods to SpellScript. | azazel |
| 2010-08-15 | Return proper default quest status from ScriptMgr::GetDialogStatus if a creat... | Machiavelli |
| 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-14 | Fix ConditionScript, AreatriggerScript and AuctionHouseScript hook functions. | Machiavelli |
| 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 | Fixed linker errors caused by my foolishness. | 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 | Fixed line endings in 9237_world_outdoorpvp_template.sql | Shauren |
| 2010-08-08 | Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl... | click |
| 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 | Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTURE | Shauren |
| 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 | Add #ifdef SCRIPTS to ScriptLoader-functions when using with -DSCRIPTS=0 | click |
| 2010-08-07 | * This should help with the Linux build; thanks to Machiavelli/click. | XTZGZoReX |
| 2010-08-07 | Correction on previous commit: use uint32 and not simple ints | click |
| 2010-08-07 | Force script-template to build nicely under GCC (thanks to Machiavelli and Zor) | click |
| 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 |