]> git.xonotic.org Git - xonotic/darkplaces.git/history - taskqueue.c
Adding developer_curl to print verbose curl output
[xonotic/darkplaces.git] / taskqueue.c
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-08 cloudwalkAdd a few explicit typecasts to help fix C++ compilation
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-05-29 cloudwalkChange taskqueue_minthreads to 0, resulting in consider...
2020-05-26 cloudwalkFix most compiler warnings.
2020-01-29 havocFix line endings on taskqueue.[ch]
2020-01-23 havocRedesigned TaskQueue to have a queue and distributor...
2020-01-23 havocMove the taskqueue_state.numthreads update so that...
2020-01-23 havocLower the default value of taskqueue_maxthreads from...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-18 havocAdded appropriate prototypes to taskqueue.h, added...
2020-01-18 havocAdded taskqueue.[ch].