dhewm3/neo
Daniel Gibson 7297ebcaf6 Fix fonts on Big Endian systems, fixes #148
The code used #ifdef __ppc__, probably a leftover from old Mac support,
which apparently doesn't work on all PPC systems (maybe not 64bit PPC).

Now using the LittleFloat() function instead which exists for
exactly this purpose and already handles endianess properly.
2021-01-14 12:25:22 +01:00
..
cm Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
d3xp Fix "t->c->value.argSize == func->parmTotal" Assertion in Scripts, #303 2020-09-05 20:46:01 +02:00
framework Don't use translation in Autosave filenames, fixes #305 2020-08-02 03:48:25 +02:00
game Fix "t->c->value.argSize == func->parmTotal" Assertion in Scripts, #303 2020-09-05 20:46:01 +02:00
idlib Disable broken idSIMD_SSE::UpSampleOGGTo44kHz() 2020-09-05 20:28:03 +02:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Fix fonts on Big Endian systems, fixes #148 2021-01-14 12:25:22 +01:00
sound Update sounds at ~60Hz instead of ~10Hz, fixes #141 2020-07-12 04:43:53 +02:00
sys SDL2: Create window on display the cursor is currently on, fix #309 2020-09-05 20:31:14 +02:00
tools (Hopefully) fix Editors messing up game viewport for good, fix #300 2020-07-20 05:01:51 +02:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Fixed SIGSEGV caused to references to already deleted data values in idWindow ops and updateVars 2020-05-30 05:28:40 +02:00
CMakeLists.txt Enable building on Apple Silicon 2020-11-02 06:01:02 +01:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00