aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Fixed build errors in AchievementMgrShauren
--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-07Buildsystem/CMake: Adjust headerlocations on Windows so that they are ↵click
correctly detected. - Remove caching of OpenSSL info (for you, zor!) - Adjust MySQL header-location in a DB-file (haha to Machiavelli, more work for you!) - Add OpenSSL-header location to the shared-library (Fixes build) --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-07* Update PackageList.txt.XTZGZoReX
--HG-- branch : trunk
2010-08-07BuildSystem/VS: Remove now defunct an unmaintained buildfiles - use CMake ↵click
for generating solutionfiles --HG-- branch : trunk
2010-08-07Moved OutdoorPvP scripts from game to scripts in VS projectsShauren
--HG-- branch : trunk
2010-08-07Use proper WHERE query in 9240_world_achievement_criteria_data.sqlShauren
--HG-- branch : trunk
2010-08-07Missed this fileShauren
--HG-- branch : trunk
2010-08-07Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTUREShauren
Added support for "in single battleground" and "without dying" requirement to battleground achievements Add examples of scripting achievement (School of Hard Knocks, Storm Glory) --HG-- branch : trunk
2010-08-07* Some fixes and cleanups.XTZGZoReX
--HG-- branch : trunk
2010-08-07* Some cleanups in world_scripts_full.sql.XTZGZoReX
* SQL updates for `battleground_template`.`Comment` (by Click), and `outdoorpvp_template` content. --HG-- branch : trunk
2010-08-07Added support for scripting achievement criteria checks using ↵Shauren
ACHIEVEMENT_CRITERIA_DATA_TYPE_SCRIPT (11) --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-07Add #ifdef SCRIPTS to ScriptLoader-functions when using with -DSCRIPTS=0click
--HG-- branch : trunk
2010-08-07* This should help with the Linux build; thanks to Machiavelli/click.XTZGZoReX
* VehicleScript is now bound to the database (`creature_template`.`ScriptName`) and only works for creature vehicles. --HG-- branch : trunk
2010-08-07Correction on previous commit: use uint32 and not simple intsclick
--HG-- branch : trunk
2010-08-07Force script-template to build nicely under GCC (thanks to Machiavelli and Zor)click
--HG-- branch : trunk
2010-08-07convert Arcatraz to new formatSupabad
--HG-- branch : trunk extra : rebase_source : 9c77e524badeccac0c2adbe68110f741b5a3549b
2010-08-07* Added new World::OnStartup/OnShutdown hooks.XTZGZoReX
--HG-- branch : trunk
2010-08-07* Add new TransportScript::OnRelocate hook.XTZGZoReX
* TransportScript::OnUpdate is now called on every tick, not just on movement update. --HG-- branch : trunk
2010-08-07* Script-side changes for my last commit.XTZGZoReX
--HG-- branch : trunk
2010-08-07* Rename some more functions for consistency.XTZGZoReX
* Added missing call to FormulaScript::OnZeroDifferenceCalculation. * Pass GridMap pointer into MapScript::OnLoadGridMap/OnUnloadGridMap. * Fire map hooks for all map types, not only instances. --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-06Rename ScriptMgr::OnRemoveAuction to ScriptMgr:OnAuctionRemove for ↵silinoron
consistency. Thanks Paradox for pointing it out. --HG-- branch : trunk
2010-08-06Unholy Blight should prevent the dispelling of diseases.silinoron
Fixes issue #2609 Fixes issue #2982 --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-06* Merge.XTZGZoReX
--HG-- branch : trunk
2010-08-06* Fixes for Linux build.XTZGZoReX
--HG-- branch : trunk
2010-08-07* Made only 71-80 BGs award arena points to winners (as of 3.3 patchnotes)azazel
* Removed on_events.cpp from VS project file --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
2010-08-06* Fixed last commit; didn't mean to remove AddSC_instance_deadmines.XTZGZoReX
* Converted area trigger scripts. --HG-- branch : trunk
2010-08-06* Example on converting instance scripts.XTZGZoReX
--HG-- branch : trunk