summaryrefslogtreecommitdiff
path: root/src/script/api/squirrel_export.awk
AgeCommit message (Collapse)Author
2020-07-16Change: rewrote squirrel_export in CMakeglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-11Codechange: Replace NULL with nullptr in squirrel interface.peter1138
2019-01-14Fix: keep line endings when running squirrel_export.sh on windowsglx
2016-04-17(svn r27545) -Fix: Remove special handling of classes with virtual methods ↵frosch
from squirrel_export.awk. It seems to serve no purpose, except to break on 3 classes.
2012-05-26(svn r24288) -Fix: squirrel_export should match stuff like 'virtual', ↵frosch
'static' and 'const' only as whole words.
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