aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2010-08-09Small fix for the Flame Tsunami DoT debuff.John Holiver
It isnt perfect yet, correct factions for Lava Blaze and Flame Tsunami NPCs are needed to remove hack. * SQL needed --HG-- branch : trunk
2010-08-09BuilSystem: Clean up some small but annoying things from my earlier commits:click
- return to using default CMake buildconfiguration (release, relwithdebinfo, debug, minsizerel Note: These are not yet populated as buildmodes : relwithdebinfo / minsizerel (will be created later) - change it so that genrev creates revision.h properly (after genrev has been compiled successfully) - split scripts/game PCH creation depending on which part a user wants to compile (default on) (thanks shauren) --HG-- branch : trunk
2010-08-09BuildSystem/Windows: Add RelWithDebInfo configuration-type (reverts previous ↵click
commit for fixups with RelWithDebInfo buildtype) + Stuff revision.h in under genrev project (yay, another project removed from projectlist) --HG-- branch : trunk
2010-08-09Fixed script name for announcer in Trial of the ChampionShauren
--HG-- branch : trunk
2010-08-09* Get rid of virtual function calls completely, seeing as they weren't ↵XTZGZoReX
necessary. Thanks to Ge0rG and Derex for enlightening me about this..... * Also add map ID for EoE instance script (thanks Silinoron). --HG-- branch : trunk
2010-08-09Properly initialize instance scripts with the appropriate map id to avoid ↵silinoron
loadup errors. --HG-- branch : trunk
2010-08-09Clean up some doubledefined ScriptPCH.h includesclick
--HG-- branch : trunk
2010-08-09Replace (CR) character from all converted scripts and replace it with it's ↵click
proper (LF) counterpart - should fix the "linking scripts" failure (not tested) --HG-- branch : trunk
2010-08-08set correct script in class instance the eye,Supabad
remove line endings in g3dlite\g3d\ray.h --HG-- branch : trunk
2010-08-08Fix.XTZGZoReX
--HG-- branch : trunk
2010-08-09* Fix remaining errors in scripts projectazazel
* Remove now obsolete ScriptedInstance.h file --HG-- branch : trunk
2010-08-08Fix.XTZGZoReX
--HG-- branch : trunk
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the ↵click
cleanupscripts very slightly --HG-- branch : trunk
2010-08-08* Rename InstanceData to InstanceScriptazazel
* Rename *mgr to their new names in scripts project * Mass convert all the scripts (NEEDS THOROUGH TESTING, because it was done automatically) Please, report bugs on issue tracker. --HG-- branch : trunk rename : src/server/game/Instances/InstanceData.cpp => src/server/game/Instances/InstanceScript.cpp rename : src/server/game/Instances/InstanceData.h => src/server/game/Instances/InstanceScript.h
2010-08-08Correct include dirs in scripts and achievement_scripts build errors ↵Shauren
(because of Battleground renames) --HG-- branch : trunk
2010-08-08PCH for scripts is now fixedShauren
--HG-- branch : trunk
2010-08-08Fix PCH for scriptsShauren
--HG-- branch : trunk
2010-08-08* Convert Ashenvale scripts.XTZGZoReX
--HG-- branch : trunk
2010-08-08* Convert npc_professor_phizzlethorpe.XTZGZoReX
--HG-- branch : trunk extra : rebase_source : 55c18bea7f25634a86c028cff3bbf2a2c10420d3
2010-08-08More cleaning for CMakeListsShauren
Moved ScriptPCH from game directory to scripts --HG-- branch : trunk rename : src/server/game/PrecompiledHeaders/ScriptPCH.cpp => src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp rename : src/server/game/PrecompiledHeaders/ScriptPCH.h => src/server/scripts/PrecompiledHeaders/ScriptPCH.h
2010-08-08Converting EasternKingdoms/ZulAman and EasternKingdoms/ZulGurub.John Holiver
Need to recheck tomorrow. :) --HG-- branch : trunk
2010-08-08Missed a new file from EasternKingdoms/UldamanJohn Holiver
--HG-- branch : trunk
2010-08-07mergesilinoron
--HG-- branch : trunk
2010-08-07Converting EasternKingdoms/UldamanJohn Holiver
--HG-- branch : trunk
2010-08-07Convert Ahnkahet, Azjol-Nerub, Drak'tharon Keep, and Forge of Souls to the ↵silinoron
new format. --HG-- branch : trunk
2010-08-08convert Magtheridons Lair and Shattered Halls to new formatSupabad
--HG-- branch : trunk
2010-08-07convert Blood Furnace to new formatSupabad
--HG-- branch : trunk
2010-08-07convert Hellfire Ramparts to new formatSupabad
--HG-- branch : trunk
2010-08-07Convert outdoors northrend scripts to the new format.silinoron
--HG-- branch : trunk
2010-08-07convert Botanica to new formatSupabad
--HG-- branch : trunk
2010-08-07convert Tempest Keep The Eye to new formatSupabad
--HG-- branch : trunk
2010-08-07Remove useless hack for Leeeeeeeeeeeeeroy! achievementShauren
--HG-- branch : trunk
2010-08-07Missed this fileShauren
--HG-- branch : trunk
2010-08-07* OutdoorPvP implementations now reside in the script library.XTZGZoReX
--HG-- branch : trunk rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPEP.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPEP.h => src/server/scripts/OutdoorPvP/OutdoorPvPEP.h rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPHP.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPHP.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPHP.h => src/server/scripts/OutdoorPvP/OutdoorPvPHP.h rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPNA.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPNA.h => src/server/scripts/OutdoorPvP/OutdoorPvPNA.h rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPSI.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPSI.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPSI.h => src/server/scripts/OutdoorPvP/OutdoorPvPSI.h rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPTF.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPTF.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPTF.h => src/server/scripts/OutdoorPvP/OutdoorPvPTF.h rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPZM.cpp => src/server/scripts/OutdoorPvP/OutdoorPvPZM.cpp rename : src/server/game/OutdoorPvP/Zones/OutdoorPvPZM.h => src/server/scripts/OutdoorPvP/OutdoorPvPZM.h
2010-08-07convert Arcatraz to new formatSupabad
--HG-- branch : trunk extra : rebase_source : 9c77e524badeccac0c2adbe68110f741b5a3549b
2010-08-07* Script-side changes for my last commit.XTZGZoReX
--HG-- branch : trunk
2010-08-07convert Mechanar to new formatSupabad
--HG-- branch : trunk
2010-08-07* Add call to OnAuctionAdd() into code (thanks Paradox). Closes issue #3313azazel
* Converted Zangarmash to new script system (I think I'm going to write a tool for converting) --HG-- branch : trunk
2010-08-06A couple of forgotten changes.silinoron
--HG-- branch : trunk
2010-08-06Convert Alterac Valley to new format.silinoron
--HG-- branch : trunk
2010-08-06Convert go_scripts to the new format.silinoron
--HG-- branch : trunk
2010-08-06Convert scripts in the Custom directory to new formatsilinoron
--HG-- branch : trunk
2010-08-06Convert a bunch of World scripts to the new system.silinoron
--HG-- branch : trunk
2010-08-07* Converted example scripts to the new format.XTZGZoReX
--HG-- branch : trunk
2010-08-07* Move all movable spell effects from core to DB. Needs DB support.azazel
* Fix some compile errors made in previous commits. --HG-- branch : trunk
2010-08-06* Merge.XTZGZoReX
--HG-- branch : trunk
2010-08-06* Example on AI script conversion (and minor correction in CreatureScript).XTZGZoReX
--HG-- branch : trunk
2010-08-06convert example spell script, too.silinoron
--HG-- branch : trunk
2010-08-06mergesilinoron
--HG-- branch : trunk
2010-08-06Convert spell scripts to new system.silinoron
--HG-- branch : trunk