aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Expand)Author
2010-12-18 Scripts/Obsidian Sanctum Add support for when encounter is in progress. thnx...Supabad
2010-12-17Fixed build i brokeShauren
2010-12-17Scripts/Vault of Archavon: Cleaned and simplified scripts, fixed Toravon's Fr...Shauren
2010-12-17Core/Scripts: Prevent double call to mob_acolyte_of_shadronAI::Reset() which ...Machiavelli
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to AddUnitState/H...Shauren
2010-12-17Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rgclick
2010-12-16This not needed too, correctly checked with UpdateVictim().Anubisss
2010-12-16Make some cleanup.Anubisss
2010-12-16Core/Spells: Fix a possible crash in spell_hun_readiness_SpellScriptMachiavelli
2010-12-15Scripts/Icecrown Citadel: Removed WIP leftoversShauren
2010-12-15Scripts/Icecrown Citadel: Festergut's Gas Spore and Vile Gas should not happe...Shauren
2010-12-15Core/Scripts: Novos the Summoner should only summon 4 Crystal Handlers._manuel_
2010-12-15Core: Some warning fixesSpp
2010-12-14Fixed compileShauren
2010-12-14Scripts: Fixed uninitialized variables, unreferenced parameters and virtual o...Shauren
2010-12-14Scripts/Icecrown Citadel: Minor adjustments and compile warning fixesShauren
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-12Fixed line endings in 10623_world_spell_bonus_dataShauren
2010-12-11Cleanup: implemented helper methods for manipulating percentage calculation a...azazel
2010-12-10Scripts/Quest: implement dummy effects for spells 43882, 50133 and aura 43874...azazel
2010-12-08Core/Scripts: Fixed possible crashes in instance scripts (Icecrown Citadel an...Shauren
2010-12-06Core/Quests: Fixed Unholy Infusion (24749), Blood Infusion (24756) and added ...Shauren
2010-12-06Core: Some optimizationsSpp
2010-12-05Scripts/AuraScript: Make AuraApplication in OnEffectPeriodic never be NULL.QAston
2010-12-05Core/Scripts: Split OnCreatureCreate() and OnGameObjectCreate() into two virt...leak
2010-12-05Core/Dungeon Finder: Code cleanup and minor optimizationsSpp
2010-12-04Scripts/Icecrown Citadel: Fixed crash in Blood-Queen Lana'thel scriptShauren
2010-12-04Scripts/Pit of Saron: Fix a crash at Scourgelord Tyrannus.Liberate
2010-12-03Core/Scripts: Implemented core script for quest "Stunning Defeat at the Ring"..._manuel_
2010-12-03Scripts/Icecrown Citadel: Added script for Blood Queen Lana'ThelShauren
2010-12-03Fixed compile, missed these changesShauren
2010-12-03Scripts/Trial of the Crusader: Fixed crashes in Gormok the ImpalerShauren
2010-12-03Core/Spells: Fixed bad Z coordinate for Spell::EffectBind with location store...Shauren
2010-12-01Core/Scripts: Implemented script for quest The hunt is on (11794)._manuel_
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
2010-11-26Scripts/Icecrown Citadel: Fixed possible exploits in Deathbringer Saurfang's ...Shauren
2010-11-23Core/Dungeon Finder: Move vote kick initialization from Group code to ScriptsSpp
2010-11-23Core/Groups: Add kicker and kick reason to RemoveMemberSpp
2010-11-22Revert r5dcfc475b8 (we're still investigating why it does what it does though)click
2010-11-22Core: Fix some warningsSpp
2010-11-21Core/Scripts: Add support for questID 25444 (Da Perfect Spies)click
2010-11-21Core/Commands: Fix issues with crashes related to .gobject near command usage...click
2010-11-20Scripts/Icecrown Citadel: More code style cleanupShauren
2010-11-20Scripts/Icecrown Citadel: Added basic threat support for Blood Prince council...Shauren
2010-11-20Scripts/Forge of Souls: Cleaned up code styleShauren
2010-11-20Scripts/Forge of Souls: Fixed typo in instance script, thx Ramus for spotting itShauren
2010-11-19Core/Scripts: Tidy up commandscripts to adhere to scripting-standards and fix...click
2010-11-18Scripts/Icecrown Citadel: Changed spell timers for Lord Marrowgar, taken from...Shauren
2010-11-18Core/Scripts: return const modifier to Player methods back (should restore co...azazel
2010-11-17Core/Scripts: pass message parameter by reference in OnChat methods to make i...azazel