index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-27T08:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Scripting
Age
Commit message (
Expand
)
Author
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
2010-08-06
Rename 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-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-07-27
Cut 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-30
Minor cleanups to accomodate CMake-usage on Windows
click
2010-06-25
Get 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-22
Cleanup of logging - removed a few duplicit functions from olden times, fixed...
Xanadu
2010-06-09
Strip trinityscript ASCII banner
Tartalo
2010-06-08
* Remove the last of the realative paths from #include statements
Brian
2010-06-07
* Well 94% isn't bad. Last thing to fix is collision compiling.
Brian
2010-06-07
* Nearly done with fixing the Linux build.
Brian
2010-06-07
* More cleanup
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX