]> icculus.org git repositories - divverent/darkplaces.git/history - clvm_cmds.c
reorganized GLSL shader
[divverent/darkplaces.git] / clvm_cmds.c
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...
2008-10-05 divverentfix engine crash when a polygon was left over and had...
2008-10-04 divverentuse skinframes for R_BeginPolygon; helps with csqc...
2008-10-02 havocfix setview VF_VIEWPORT and variants to use screen...
2008-10-02 havocfix cs_project and cs_unproject builtins, they were...
2008-09-16 havocpatch from esteel making the findkeysforcommand builtin...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-08-24 divverentnew flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi...
2008-08-24 divverentadd missing R_Mesh_ResetTextureState call (to fix CSQC...
2008-07-29 divverentcl_readpicture_force: force the low quality jpeg image...
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-07-10 divverentneeded builtins for fonts in CSQC
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-05-18 havocdon't try to send a svc_pointparticles or svc_trailpart...
2008-05-08 havocfixed drifting mouse pointer problems in menu
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-03-30 havocswap VF_SIZE_X and VF_SIZE_Y definitions to what they...
2008-03-25 havocimplemented r_refdef.view.isoverlay state, this corresp...
2008-03-12 havocadded 3 optional parameters to the csqc R_AddDynamicLig...
2008-03-10 havocreplaced cl.movement_queue with direct use of cl.movecm...
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentoops... double builtins suck
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-25 havocfix fields.server reference in surface attribute code
2008-02-25 havocpatch from Blub that fixes csqc polygon rendering
2008-02-21 havocfix bug in csqc getplayerkey reported by Blub
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-05 blackComment out a line in setmodel again (needs fixing...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-01 blackRewrite CSQC's setmodel a bit.
2008-01-27 blackR_SetView now supports VF_CLEARSCREEN which decides...
2008-01-27 blackPass the name of the instance to Gecko_Query, too.
2008-01-27 havocimplemented r_glsl_usegeneric cvar, this causes generic...
2008-01-27 havocrewrote most of the VM_Polygon/DebugPolygon code, it...
2008-01-19 divverentrename VM_hash to VM_crc16, and the extension to DP_QC_...
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-10 blackFix some bugs in the getsurfacepointattribute code.
next