This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
7c6542e595
vkdoom_m
/
src
/
scripting
/
zscript
History
Christoph Oelckers
7c6542e595
- partial scriptification of AInventory.
...
- scriptification of CustomInventory.
2017-01-19 19:14:22 +01:00
..
ast.cpp
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
zcc-parse.lemon
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
zcc_compile.cpp
- partial scriptification of AInventory.
2017-01-19 19:14:22 +01:00
zcc_compile.h
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
zcc_expr.cpp
- implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it.
2016-10-17 15:17:48 +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
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00
zcc_parser.h
- added property definitions to the ZScript parser. This will allow defining custom properties for the default block in custom base classes. See 'Health' for an example.
2017-01-15 16:55:30 +01:00