]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - clvm_cmds.c
win32: add two includes to make sure the constants for file mode and sharing are...
[xonotic/darkplaces.git] / clvm_cmds.c
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-12 havocremoved S_StartSound_StartPosition function because...
2011-10-01 divverentimplement digest_hex()
2011-09-24 vortexCSQC Getlight - added globals:
2011-09-16 divverentCSQC: support the sound pitch shift arg (NOT in SVQC...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
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 havocexpose R_SetView (aka setproperty) as builtin 309 as...
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-31 divverentviewmodel matrix fixes:
2011-05-29 havocadded r_trippy cvar
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-14 divverentA temporary hack for GAME_XONOTIC only
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 havocfixed RF_VIEWMODEL really good this time
2011-05-08 havocfix bug in last patch, fix RF_USEAXIS handling
2011-04-29 divverentCL_RotateMoves: helper builtin for Xonotic for perfect...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2011-01-03 divverentget rid of more clang warnings
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-20 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-10-16 divverentextension (does this need a QC extension name?): allow...
2010-10-15 divverentPolygonBegin: support a third argument "is2d"; fix...
2010-10-15 divverentR_BeginPolygon: if done in 3D stage, make sure depth...
2010-09-24 divverentcomment out another unused var
2010-08-19 divverentcs_*project: as both 2D and 3D rendering are confined...
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-07-25 divverenttrack if a cachepic has alpha, and turn off depth write...
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-07-04 divverent- fix a bug in Quake menu when in_bindmap was not ...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-30 divverentmenuqc += +VM_getkeybind, // #342 string(float keynum...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-24 divverentMod_Alias_GetTagIndexForName returns an 1-based index...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-05-19 divverentfix warning
2010-05-16 vortexmade cprogs.dat builtin #303 (setproperty) accept 1...
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-04-24 vortexsimple video subtitles support, defined in external...
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-04-14 vortexDP_CSQC_SETPAUSE (clientside pause that only works...
2010-04-12 vortexbeta version of DP_CSQC_QUERYRENDERENTITY, explanation...
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2010-02-25 havocparticle geometry can now be rotated for more variety...
2010-02-25 havocadd several more R_TimeReport calls for better analysis...
2010-02-11 havocrearrange particle_t fields to save memory
2010-02-11 havocsort particles by effect origin rather than particle...
2010-02-01 divverentATTN VorteX: add a new field stainsize and stainalpha...
2010-02-01 havocfix off-by-one bug with bone numbers in skel_build
2010-01-31 havocfix a bug with skel_create where it returned a bone...
2010-01-31 havocbugfix for skel_build returning the wrong value
2010-01-29 havocanother dprintf
2010-01-26 divverentmake getsurface* functions shared between VMs
2010-01-17 vortexTwo new cvars for blood particles: decal alpha, decal...
2010-01-09 havocredesigned skeletal model animation bone pose format...
2009-12-27 havochush a warning
2009-12-24 havocfix some warnings about a variable being used twice...
2009-12-23 divverentDP_QC_SPRINTF :P
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 divverentmovement packet loss tracking
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-23 divverentfix another typo
2009-11-23 divverentfix sound spatialization of edited sounds
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-14 havocmake csqc render entities persistent (except the temp...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-08 divverentlogarithm
2009-11-08 havocnew decal system (cl_decals_newsystem 1 to activate)
2009-11-07 divverentmore stupid error code passing
2009-11-07 divverenttry fixing gettaginfo in client with frameblend etc...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-11-06 havocadded fogging info to rsurface state so model scaling...
2009-11-06 divverententity light equalization as an alternative rendering...
2009-10-24 divverentDP_QC_ENTITYSTRING: menu builtins like reading/writing...
2009-10-22 divverentODE: joints
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-05 eihrulif(foo = false) -> if(foo == false) bug fix
2009-10-04 vortex-added game Blood Omnicide
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-10-03 havocsplit CL_Move into CL_TracePoint, CL_TraceLine, CL_Trac...
2009-09-17 divverentfix callprofile by making some CSQC builtins that call...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
next