This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
358001c306
vkdoom_m
/
src
/
scripting
/
zscript
History
Christoph Oelckers
33f2f9f34e
- fixed: ZScript's finalization code used the last parsed lump for of one translation unit as reference, not the base lump.
...
This resulted in incorrect messages but also could produce some more subtle errors.
2018-11-12 00:22:50 +01:00
..
ast.cpp
Removed all superfluous #include's
2018-04-24 14:30:35 +03:00
zcc-parse.lemon
- support static const arrays inside structs
2018-08-18 13:00:33 +03:00
zcc_compile.cpp
- allow skipping optional arguments of the parent function in a virtual override definition.
2018-07-29 17:00:05 +02:00
zcc_compile.h
Added implicit scope for if/else, while and do/while statements in ZScript
2017-11-02 17:10:54 +02: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
- fixed: ZScript's finalization code used the last parsed lump for of one translation unit as reference, not the base lump.
2018-11-12 00:22:50 +01:00
zcc_parser.h
-protected critical portal data from getting written to by user code.
2018-04-15 12:13:02 +02:00