This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
496b2a74ce
vkdoom_m
/
src
/
scripting
/
zscript
History
ZZYZX
496b2a74ce
Disallow const qualifier for classes
2017-02-17 20:04:40 +02:00
..
ast.cpp
- made adjustments to text input menu to work with scripts.
2017-02-12 21:45:37 +01:00
zcc-parse.lemon
Renamed 'allowui' to 'clearscope'. 'allowui' doesn't reflect the real meaning of the keyword which clears implicit 'play' or 'ui' inherited from parent class (for classes) or owning type (for methods/fields)
2017-02-17 18:24:01 +02:00
zcc_compile.cpp
Disallow const qualifier for classes
2017-02-17 20:04:40 +02: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
Renamed 'allowui' to 'clearscope'. 'allowui' doesn't reflect the real meaning of the keyword which clears implicit 'play' or 'ui' inherited from parent class (for classes) or owning type (for methods/fields)
2017-02-17 18:24:01 +02:00
zcc_parser.h
Renamed 'allowui' to 'clearscope'. 'allowui' doesn't reflect the real meaning of the keyword which clears implicit 'play' or 'ui' inherited from parent class (for classes) or owning type (for methods/fields)
2017-02-17 18:24:01 +02:00