gzdoom-gles/src/scripting/zscript
Christoph Oelckers f8ccda2dc8 - scriptified A_Mushroom to test something a bit more complex.
- fixed: FxMinusSign trashed local variables that were used with negation.
- fixed: FxConditional only handled ints and floats, but not pointers and strings.
- fixed: A 'no states in non-actors' error was triggered, even for classes without any states.
2016-10-30 14:00:11 +01:00
..
ast.cpp Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00
zcc-parse.lemon Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00
zcc_compile.cpp - scriptified A_Mushroom to test something a bit more complex. 2016-10-30 14:00:11 +01:00
zcc_compile.h - use the function defaults from the script instead of explicitly setting them again in the code. This is a needless cause of potential errors and since the values are readily available now it's better to use them in the functions. 2016-10-27 15:53:53 +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 - replaced 'vector<2>' and 'vector<3>' with 'vector2' and 'vector3'. 2016-10-28 01:14:21 +02:00
zcc_parser.cpp - implemented local vector variables. Currently only the definition plus initial assignment works. 2016-10-28 15:15:30 +02:00
zcc_parser.h Renamed "VectorInitializer" to "VectorValue" 2016-10-30 07:34:14 +01:00