]> git.xonotic.org Git - xonotic/darkplaces.git/history - thread_sdl.c
sys: Rename Sys_Print(f)ToTerminal to Sys_Print(f) for consistency
[xonotic/darkplaces.git] / thread_sdl.c
2021-07-30 Cloudwalksys: Rename Sys_Print(f)ToTerminal to Sys_Print(f)...
2020-09-17 cloudwalkRename qboolean to qbool
2020-05-29 cloudwalkFix incorrect variables in THREADDEBUG prints causing...
2020-01-18 havocSplit out TaskQueue into its own taskqueue.[ch] module...
2020-01-17 havocOverhauled r_shadow_bouncegrid, it performs much faster...
2018-05-20 havocRemove support for libSDL1.2 which has been deprecated...
2013-07-17 havocwe need to #include <SDL.h> before #include "quakedef.h"
2012-02-23 havocwork with SDL2
2012-02-18 divverentactually fix the barrier typecasts... these really...
2012-02-18 vortexfix type cast
2012-02-18 vortexfix type cast
2012-02-16 divverentAdd support for barriers to the threading interface...
2011-12-09 vortexAdd THREADDISABLE define to make builds with whole...
2011-10-25 havocthread_pthread now uses recursive mutex (THREADRECURSIVE)
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-25 havocadded debug prints (enabled if you define THREADDEBUG...
2011-02-07 eihrulfactor out thread interface from dpsoftrast