]> icculus.org git repositories - divverent/darkplaces.git/history - clvm_cmds.c
add a "dummy protocol" support
[divverent/darkplaces.git] / clvm_cmds.c
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
2007-06-14 havocfix some bugs in the last commit (perspective was off)
2007-06-14 havocimplemented csqc VF_PERSPECTIVE, still needs more work...
2007-06-14 havocrestore some csqc variables in VM_R_ClearScene
2007-05-23 havocadded DP_QC_CVAR_DEFSTRING extension
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-30 dreskUpdated cl_sound_ric_gunshot CVar to support multiple...
2007-04-27 dreskAdded cl_sound_ric_gunshot which specifies if the relat...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-03-26 havocremove unnecessary calculations of absmin/absmax in...
2007-03-08 havocreworked prediction code to work better when riding...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-19 havocthis patch may break things and needs testing
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-12 havocfixed problems with network entity viewmodels not follo...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-03 havocmoved DP_QC_UNLIMITEDTEMPSTRINGS in extensions list...
2007-01-24 havocadded BX_WAL_SUPPORT to extensions list and documented...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-23 havocfixed bug in CSQC_AddRenderEdict (it was using the...
2007-01-23 havoceliminated cl.csqc_entities array and related fields
next