Dettaglio
2020.06.12.Log1837.txt
Nessuna revisione SVN parsata. Mostro il contenuto raw sotto.
Contenuto Raw
commit 6ec133c992b3b6a9faaef55461c2a2c23722f4e2
Author: Richard C. Gobeille <richard@voidpoint.com>
Date: Fri Jun 12 16:27:37 2020 -0700
engine: fix function signatures of ksqrtasm_old() and clip_nsqrtasm()
These functions were specified as accepting int32_t values, but wrap functions (or are wrapped by functions) that take uint32_t.
commit ae953a75efb047823c3c3585ce191550d696f112
Author: Richard C. Gobeille <richard@voidpoint.com>
Date: Fri Jun 12 13:01:08 2020 -0700
engine: set g_loadedMapVersion in engineLoadBoardV5V6()
See https://voidpoint.io/terminx/eduke32 for more details.