]> icculus.org git repositories - divverent/darkplaces.git/history - clvm_cmds.c
add a "dummy protocol" support
[divverent/darkplaces.git] / clvm_cmds.c
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++
2009-09-13 vortexfix broken VM_CL_lightstyle (CSQC): it was using MSG_Re...
2009-08-16 divverentfix pitchsign warnings in dev-c++
2009-07-17 divverentcs_*project: return console/draw* coordinate space...
2009-07-17 divverentfix v_flipped in cs_unproject (it was correct in cs_pro...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-06-08 divverentparentheses error in cs_unproject
2009-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-12 divverentadd checkpvs() to client too (but could not add an...
2009-04-12 havocclarify float() traceline comments to say void()
2009-04-12 sajtdrawrotpic:
2009-04-12 havocfixed getinputstate not returning success/failure
2009-04-07 divverentpitch inversion in gettaginfo: also do the mod_alias...
2009-04-04 havocit is now possible to have multiple map models loaded...
2009-04-02 divverentfix the NaN checks
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-21 divverentDP_QC_GETTIME
2009-03-19 divverentmake gettaginfo actually work:
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-03-03 divverentbring back the stupid Matrix4x4_Invert call as it break...
2009-03-03 divverentspeed up cl_project (it can simply use the inverse...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-18 havocrevert r8707 changes
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-15 havocsimplified tag info code
2009-02-12 havocearly steps toward support for persistent caching of...
2009-02-09 divverentCSQC traceline/tracebox: don't set hitnetworkplayers...
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2009-01-16 divverent- fix tracing against networked players on the client...
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-11-06 divverentfix bug in cs_*project with v_flipped
2008-10-11 divverentadd DRAWFLAG_SCREEN (which basically is like invert...
next