This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
61cc7dbb29
vkdoom_m
/
src
/
scripting
/
zscript
History
Christoph Oelckers
61cc7dbb29
- another batch of Hexen items converted.
...
- fixed parsing of named damage types and pain chances.
2016-10-18 10:09:02 +02:00
..
ast.cpp
- started with cleanup and separation of DECORATE code.
2016-10-12 19:22:33 +02:00
zcc-parse.lemon
- added handling for shift and bit operators.
2016-10-17 15:52:29 +02:00
zcc_compile.cpp
- another batch of Hexen items converted.
2016-10-18 10:09:02 +02:00
zcc_compile.h
- restrict 8 and 16 bit integer types to struct and class members - and I am not really sure if they should even be allowed there, aside from legacy readonly properties. For 32 bit floats the same would hold, but those are already mapped to 64 bit doubles silently.
2016-10-16 12:47:26 +02: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 handling for shift and bit operators.
2016-10-17 15:52:29 +02:00
zcc_parser.cpp
- added handling for shift and bit operators.
2016-10-17 15:52:29 +02:00
zcc_parser.h
- removed token 'mode' because it isn't used anywhere and clashed with some actor properties.
2016-10-13 20:45:52 +02:00