]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - clvm_cmds.c
DP_QC_GETTIME_CDTRACK: extension to query the playing time of the current cd track.
[xonotic/darkplaces.git] / clvm_cmds.c
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.
2008-01-10 blackFix the bmodel collision bug in csqc.
2008-01-10 blackFix a bug in the automatically generated builtin file.
2008-01-07 blackFlush comment fixes and update dpmod's csqc_builtins.h.
2008-01-07 blackAdd some builtin definitions to the builtin list (neces...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-06 blackFix two bugs (everything should behave as usual now...
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2008-01-02 resFixed flawed comparison in VM_CL_gettagindex that alway...
2008-01-02 resFixed crash in CL_GetTagMatrix when no 'scale' entity...
2007-12-30 resRevert r7881 since it's broken in it's current shape.
2007-12-30 resAdd CSQC ReadEntity to mirror SVQC's WriteEntity.
2007-12-27 rescsqc setmodel: print a warning when the given model...
2007-12-25 havocone more cl_ignoremousemove change to cl_ignoremousemoves
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-12-16 blackAdd getsurfacepointattribute to svqc and csqc (untested...
2007-12-05 blackAdd the gecko builtins to csqc, too. (#ifdefed again)
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-24 havocpatch from Mario Schlack which fixes csqc precache_model
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-27 divverentadd menu QC drawsubpic() to draw just part of an image...
2007-10-27 divverentnew menu QC builtin "stringwidth(string text, float...
2007-10-09 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-08-26 dreskAdded pointsound QC function to CL and SV VMs (extensio...
2007-08-12 havocfix bug in csqc sound builtin where it multiplied volum...
2007-08-10 dreskAdded "pl" to the list of available keys to the CSQC...
2007-07-28 divverentKrimZon's FTE_STRINGS port, please test!
2007-07-04 havoccorrected comments for DP_FS_SEARCH functions to say...
2007-06-17 havocpatch from Spike which makes getstati accept 3 paramete...
2007-06-17 havocchanged all references to entity_render_t->frame to...
2007-06-16 havocfix a bug with bounding box measurement when
2007-06-15 havocset ortho_x and ortho_y, forgot this before
2007-06-14 havocfix sbar/crosshair state in csqc
next