qzdoom/src/zscript
Randy Heit ff7b1f6e5e Add degree variants of FLOP operations
- Added versions of the trig operations supported by FLOP that can work
  with degrees directly instead of radians.
- Reorder FLOPs into more sensible groupings.
2013-07-28 20:22:47 -05:00
..
ast.cpp Simplify AST dumps. 2013-07-24 21:35:02 -05:00
vm.h Add degree variants of FLOP operations 2013-07-28 20:22:47 -05:00
vmbuilder.cpp Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmbuilder.h Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmdisasm.cpp Add degree variants of FLOP operations 2013-07-28 20:22:47 -05: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 Add degree variants of FLOP operations 2013-07-28 20:22:47 -05: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 Partially revert commit 46c0127 2013-07-24 20:59:29 -05: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 Add the array size to ZCC_VarName 2013-07-23 19:59:47 -05:00