aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Scripting
AgeCommit message (Expand)Author
2010-08-18Scripts: Added script for Lord MarrowgarShauren
2010-08-18Add more methods to SpellScript.azazel
2010-08-15Return proper default quest status from ScriptMgr::GetDialogStatus if a creat...Machiavelli
2010-08-14Clear player scripts and guild scripts on ScriptMgr deletion.silinoron
2010-08-14Add in a forgotten change from ra5af596979e4 .silinoron
2010-08-14Add a GuildScript class with a handful of hooks.silinoron
2010-08-14Fix 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-11Add PlayerScript hooks:silinoron
2010-08-11Fixed linker errors caused by my foolishness.silinoron
2010-08-11Implement a PlayerScript class with a handful of new hooks:silinoron
2010-08-09Aaand, 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-08Fixed line endings in 9237_world_outdoorpvp_template.sqlShauren
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Rename InstanceData to InstanceScriptazazel
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-07Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTUREShauren
2010-08-07* Some fixes and cleanups.XTZGZoReX
2010-08-07Added support for scripting achievement criteria checks using ACHIEVEMENT_CRI...Shauren
2010-08-07* OutdoorPvP implementations now reside in the script library.XTZGZoReX
2010-08-07Add #ifdef SCRIPTS to ScriptLoader-functions when using with -DSCRIPTS=0click
2010-08-07* This should help with the Linux build; thanks to Machiavelli/click.XTZGZoReX
2010-08-07Correction on previous commit: use uint32 and not simple intsclick
2010-08-07Force 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
2010-08-06Rename ScriptMgr::OnRemoveAuction to ScriptMgr:OnAuctionRemove for consistenc...silinoron
2010-08-07* Converted example scripts to the new format.XTZGZoReX
2010-08-06* Fixes for Linux build.XTZGZoReX
2010-08-06* Example on AI script conversion (and minor correction in CreatureScript).XTZGZoReX
2010-08-06* Err...XTZGZoReX
2010-08-06* Separated script loading into multiple functions.XTZGZoReX
2010-08-06*** New core <-> script library interface - complete rewrite of the old one.XTZGZoReX
2010-08-04* (Very) minor cleanups.XTZGZoReX
2010-07-29Convert to using ACE for reading configurationfiles, and remove dependency on...click
2010-07-27Cut away DO_*-parts from buildsystem and specific files checking for it.click
2010-07-25*Really fix *nix build. Thanks to Visagalis for testing.QAston
2010-07-24* Added new specialflag in quest_template for auto-accept quests.Brian
2010-07-24*Remove accidently added file and fix build on some *nix configurations.QAston
2010-07-24*Add base scripting interfce for spells - thanks to Brian for help in making ...QAston
2010-06-30Minor cleanups to accomodate CMake-usage on Windowsclick
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-23* Renamed several VS projects and the executables they produce to reflect the...Xanadu
2010-06-22Cleanup of logging - removed a few duplicit functions from olden times, fixed...Xanadu
2010-06-09Strip trinityscript ASCII bannerTartalo
2010-06-08* Remove the last of the realative paths from #include statementsBrian