gzdoom-gles/src/scripting
2019-04-16 19:55:28 +02:00
..
backend - fixed character to int conversion for UTF8-characters. 2019-04-16 17:43:33 +02:00
decorate - moved the 'Finalize' methods back into a single function in the parser code. 2019-04-15 22:29:39 +02:00
vm - don't use SSE for integer min/max 2019-04-16 18:46:09 +02:00
zscript - fixed handling of dummy flags. 2019-04-15 22:29:55 +02:00
symbols.cpp - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
symbols.h - define the built-in functions defined in codegen.cpp through the regular interface instead uf just hacking them into the symbol table with incompletely set up data. 2019-04-15 22:30:01 +02:00
thingdef.cpp - removed AStateProvider from native code. 2019-04-15 22:29:58 +02:00
thingdef.h - moved all exports from class Font to vmthunks.cpp and gave them direct native entrypoints. 2019-04-16 18:14:09 +02:00
thingdef_data.cpp - allow %*d etc. format specifiers in ZScript, but only for numeric types. 2019-04-16 19:01:45 +02:00
thingdef_properties.cpp - moved all exports from class Font to vmthunks.cpp and gave them direct native entrypoints. 2019-04-16 18:14:09 +02:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 10:36:10 +02:00
types.h - fixed compilation of targets with optimization 2018-11-16 21:33:11 +01:00
vmthunks.cpp - Missing include. 2019-04-16 19:55:28 +02:00