gzdoom-gles/src/zscript
Christoph Oelckers 6d0ef7a9da - added conversion macros to convert floating point angles to angle_t, using xs_Float.h, and replaced all occurences in the code with them (let's hope I found everything.)
Converting a floating point value that is out of range for a signed integer will result in 0x80000000 with SSE math, which is used exclusively for this purpose on modern Visual C++ compilers, so this cannot be used anywhere.
On ARM there's problems with float to unsigned int conversions.

xs_Float does not depend on these
2016-02-08 12:10:53 +01:00
..
ast.cpp - some GCC fixed by Edward-san. 2015-04-29 11:28:04 +02:00
vm.h - added conversion macros to convert floating point angles to angle_t, using xs_Float.h, and replaced all occurences in the code with them (let's hope I found everything.) 2016-02-08 12:10:53 +01:00
vmbuilder.cpp Fix FxPick code emission 2014-12-21 21:57:30 -06:00
vmbuilder.h - parameters for FRandomPick should not be added up. 2015-04-29 01:03:50 +02:00
vmdisasm.cpp Improve disassembly of branch instructions 2015-03-13 23:26:33 -05:00
vmexec.cpp - added conversion macros to convert floating point angles to angle_t, using xs_Float.h, and replaced all occurences in the code with them (let's hope I found everything.) 2016-02-08 12:10:53 +01:00
vmexec.h - added conversion macros to convert floating point angles to angle_t, using xs_Float.h, and replaced all occurences in the code with them (let's hope I found everything.) 2016-02-08 12:10:53 +01:00
vmframe.cpp 16-byte align frames on the VMFrameStack 2015-01-10 23:00:45 -06:00
vmops.h Improve disassembly of branch instructions 2015-03-13 23:26:33 -05:00
zcc-parse.lemon Comment out SCOPE parsing for now 2015-06-13 18:19:38 -05:00
zcc_compile.cpp Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00
zcc_compile.h Interpret function calls to type refs as type casts 2013-10-30 20:53:02 -05:00
zcc_errors.h Interpret function calls to type refs as type casts 2013-10-30 20:53:02 -05:00
zcc_expr.cpp - some GCC fixed by Edward-san. 2015-04-29 11:28:04 +02:00
zcc_exprlist.h Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00
zcc_parser.cpp Add a constructor to PSymbolTable that takes a parent table as input 2013-10-29 22:05:56 -05:00
zcc_parser.h Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00