gzdoom-gles/src/scripting/zscript
Christoph Oelckers b3ba5bfe2c - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'.
Clearscope is a dangerous context and should be limited to the minimum extent possible and preferably be blocked in user code.
This may still need some work on const functions but better have it in now.
2017-03-04 12:07:45 +01:00
..
ast.cpp - made adjustments to text input menu to work with scripts. 2017-02-12 21:45:37 +01:00
zcc-parse.lemon Removed nonew class modifier 2017-03-03 22:42:12 +02:00
zcc_compile.cpp - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'. 2017-03-04 12:07:45 +01:00
zcc_compile.h - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00
zcc_exprlist.h added class pointer casts. Due to grammar problems the type has to be put into parentheses to get the class token out of the global parsing namespace: 2016-11-17 20:31:53 +01:00
zcc_parser.cpp Merge remote-tracking branch 'gz/master' into gz_master2 2017-03-03 23:33:02 +02:00
zcc_parser.h Removed nonew class modifier 2017-03-03 22:42:12 +02:00