gzdoom-gles/src/zscript
Randy Heit 6e88529324 - Added a RETI instruction for returning 15-bit signed immediate values.
- Changed Actor's Damage property into an actual function. All access to the damage property
  must now be done through GetMissileDamage. actor->GetMissileDamage(0, 1) is equivalent
  to the former actor->Damage, for the case where actor->Damage was not an expression. (I
  suppose I will probably need to make a thunk for DECORATE expressions that want to read it.)
- Cleaned up some decorate expression evaluation functions that are no longer used.

SVN r3919 (scripting)
2012-10-28 04:36:52 +00:00
..
ast.cpp - DoParse() now writes out the parsed AST for the input file to <file>.ast. 2012-07-20 02:54:51 +00:00
vm.h - Add a name to VMFunction so that the disassembly can be more informative. 2012-07-17 03:35:03 +00:00
vmbuilder.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
vmbuilder.h - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
vmdisasm.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
vmexec.cpp - Added DecoFindSingleNameState for the extremely common case of finding a state with only 2012-10-26 04:04:06 +00:00
vmexec.h - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
vmframe.cpp - Add a name to VMFunction so that the disassembly can be more informative. 2012-07-17 03:35:03 +00:00
vmops.h - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
zcc-parse.lemon - DoParse() now writes out the parsed AST for the input file to <file>.ast. 2012-07-20 02:54:51 +00:00
zcc_parser.cpp - Fixed errors and warnings when compiling with GCC. (Unfortunately, the VC++ debug builds 2012-10-18 03:19:27 +00:00
zcc_parser.h - DoParse() now writes out the parsed AST for the input file to <file>.ast. 2012-07-20 02:54:51 +00:00