]> git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_cmds.c
Cvar onChange for qc menu for stable branch
[xonotic/darkplaces.git] / prvm_cmds.c
2016-03-04 divverentRemoved leftovers from progid.
2016-02-07 divverentRemoved leftovers from progid.
2016-01-04 divverentUnbreak Nexuiz weapon animation.
2016-01-04 divverentUnbreak Nexuiz weapon animation.
2015-11-24 havocFix several warnings with gcc-5 and an error with mingw...
2015-11-08 havocFix several warnings with gcc-5 and an error with mingw...
2015-03-06 Rudolf Polzer::stable-branch::reset=704d101890948f0f496ce4fe73be5231...
2015-03-05 divverentFix rephrased altstr code.
2015-03-05 divverentRephrase VM_altstr_prepare to no longer annoy Coverity.
2015-03-05 divverentFix overrun in buf_loadfile.
2015-03-05 divverentFix an overrun in altstr_prepare.
2014-10-15 divverentFix possible endless loop in VM_sprintf.
2014-10-15 divverentFix possible endless loop in VM_sprintf.
2014-06-04 havocFixed a large number of WIN64 type conversion warnings.
2014-06-04 divverentwhichpack: distinguish file not found from file is...
2014-06-04 havocchange the isserver builtin to just return sv.active...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-28 divverentwhichpack: distinguish file not found from file is...
2014-05-27 havocchange the isserver builtin to just return sv.active...
2014-01-09 divverentBetter coverage output.
2014-01-09 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-07 divverentBetter coverage output.
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-26 nikoliUpdate build system, fix and enable ODE by default
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2013-04-01 vortexRewritten SVQC stringbuffer saving routines (which...
2013-03-28 vortexRewritten SVQC stringbuffer saving routines (which...
2013-01-13 divverentBreakpoints and watchpoints
2013-01-08 divverentBreakpoints and watchpoints
2012-07-23 divverenturi_postbuf: copy the content-type, do not keep a refer...
2012-06-22 divverenturi_postbuf: copy the content-type, do not keep a refer...
2012-05-15 divverentreorder printf fields
2012-05-15 divverentreorder printf fields
2012-05-13 divverentVM_sprintf: use intmax_t for integer types
2012-05-13 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-20 divverentVM_sprintf: use intmax_t for integer types
2012-04-20 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-11 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-01 havocmark some functions as static to hush warnings
2012-04-01 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-22 havocmark some functions as static to hush warnings
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-09 havocfix compile error where no extern was defined for ode_dll
2012-03-09 divverentfix checkextension based ODE detection for QC code
2012-03-09 havocfix compile error where no extern was defined for ode_dll
2012-03-08 divverentfix checkextension based ODE detection for QC code
2012-02-07 divverentallow GET requests to be signed too (typo fix)
2012-02-07 divverentallow GET requests to be signed too (typo fix)
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentdon't compare texflags in Draw_CachePic_Flags simply...
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentupdate dpdefs; support flags to precache_pic
2012-01-09 vortexODE stuff:
2012-01-03 vortexUNMERGE! ODE stuff:
2012-01-03 Rudolf Polzer::stable-branch::reset=d2daf00cd44c7a3be817bfddbf221ff6...
2012-01-03 divverentargh, sorry for broken copypasta
2012-01-03 divverentargh, sorry for broken copypasta
2012-01-03 SamualFix compile error for VM_getimagesize
2012-01-03 divverentgetimagesize(): return '0 0 0' for missing texture...
2012-01-03 divverentgetimagesize(): return '0 0 0' for missing texture...
2011-12-31 vortexUNMERGE! ODE stuff:
2011-12-31 vortexODE stuff:
2011-12-31 vortexODE stuff:
2011-12-12 divverentVM_sprintf: support color codes in %s
2011-12-12 divverentVM_sprintf: support color codes in %s
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-10 havocremoved a model->numframes <= 1 check which broke anima...
2011-11-10 havocremoved a model->numframes <= 1 check which broke anima...
2011-11-01 divverentVM_Warning should appear even if developer is 0.
2011-11-01 divverentfix compile of VM_Warning changes
2011-11-01 divverentVM_Warning should appear even if developer is 0.
2011-11-01 divverentturn "z value discarded" into VM_Warnings so one can...
2011-11-01 divverentturn "z value discarded" into VM_Warnings so one can...
2011-10-31 divverentframegroups: add support for group names specified...
2011-10-29 havocless warning spew about non-existent frames in a model...
2011-10-29 havocless warning spew about non-existent frames in a model...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-04 divverentfix warnings I caused in a previous commit
2011-10-02 divverentfix warnings I caused in a previous commit
2011-10-01 divverentimplement digest_hex()
2011-10-01 divverentimplement digest_hex()
2011-08-19 divverenturi_post: make content type mandatory
2011-08-17 divverenturi_post: make content type mandatory
2011-08-16 havocallow drawpic calls without flag parameter, as per...
2011-08-16 havocallow calls to drawstring without the flag parameter...
2011-08-16 havocallow drawpic calls without flag parameter, as per...
2011-08-16 havocallow calls to drawstring without the flag parameter...
next