This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
c01289e999
vkdoom_m
/
src
/
scripting
/
zscript
History
Christoph Oelckers
c01289e999
- added ZScript property handling for names, sounds and colors.
2017-02-14 23:28:49 +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
- all menu items scriptified, but not yet active.
2017-02-11 16:11:48 +01:00
zcc_compile.cpp
- added ZScript property handling for names, sounds and colors.
2017-02-14 23:28:49 +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
- fixed: Class and struct name lookup was not context aware.
2017-01-23 19:10:28 +01:00
zcc_parser.h
- removed all code that was only there to implement the broken Simplifier that just got removed.
2017-01-23 01:37:43 +01:00