quakeforge/ruamoko
Bill Currie 6c1a026bf1 [qwaq] Change thread data array to pointers
I realized that with dynamic thread creation the arrays resizing could
cause them to move around in memory which would be bad for anything
holding a pointer to the data, and even using indices wouldn't help that
much as the array would need to be mutex protected.
2020-03-21 12:58:07 +09:00
..
cl_menu [cl_menu] Update plist usage of obj_msg_sendv 2020-03-12 00:52:42 +09:00
game [build] Dependency checking for all ruamoko code 2020-03-03 17:24:53 +09:00
gui [build] Dependency checking for all ruamoko code 2020-03-03 17:24:53 +09:00
include [ruamoko] Add str_char builtin 2020-03-10 18:16:55 +09:00
lib [ruamoko] Add str_char builtin 2020-03-10 18:16:55 +09:00
qwaq [qwaq] Change thread data array to pointers 2020-03-21 12:58:07 +09:00
scheme [cl_menu,scheme] Clean up after tightened pointer checks 2020-03-05 15:02:40 +09:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makefile.am [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00