]> git.xonotic.org Git - xonotic/darkplaces.git/history - thread_sdl.c
Cvar onChange for qc menu for stable branch
[xonotic/darkplaces.git] / thread_sdl.c
2013-07-22 havocwe need to #include <SDL.h> before #include "quakedef.h"
2013-07-17 havocwe need to #include <SDL.h> before #include "quakedef.h"
2012-03-09 havocwork with SDL2
2012-02-23 havocwork with SDL2
2012-02-20 divverentactually fix the barrier typecasts... these really...
2012-02-20 vortexfix type cast
2012-02-20 vortexfix type cast
2012-02-20 divverentAdd support for barriers to the threading interface...
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-12 vortexAdd THREADDISABLE define to make builds with whole...
2011-12-09 vortexAdd THREADDISABLE define to make builds with whole...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
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-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-07 eihrulfactor out thread interface from dpsoftrast