summaryrefslogtreecommitdiff
path: root/src/script/api/squirrel_export.awk
AgeCommit message (Collapse)Author
2011-12-21(svn r23651) -Feature: [NoGo] GSText now accepts string arguments as ↵yexo
parameters to the constructor
2011-12-19(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ↵truebrain
even over network
2011-12-19(svn r23623) -Add: allow bi-directional communication with the AdminPort and ↵truebrain
GameScript
2011-12-19(svn r23604) -Add: initial support for GameScriptstruebrain
2011-12-19(svn r23597) -Codechange: fix up squirrel export script a bittruebrain
2011-12-02(svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, ↵truebrain
causing funny results in some corner cases
2011-11-29(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel ↵truebrain
C++ glue templates to script/api/template
2011-11-29(svn r23372) -Move: move squirrel export script to script/api/truebrain