2020-06-16 |
cloudwalk | Correct wrong function names in the VM_SAFEPARMCOUNT... |
blob | commitdiff | raw |
2020-06-16 |
cloudwalk | Implement "forcenearest" particle effect key, ported... |
blob | commitdiff | raw | diff to current |
2020-06-11 |
cloudwalk | Initial implementation of command flag system |
blob | commitdiff | raw | diff to current |
2020-05-26 |
cloudwalk | Fix pure data entities being linked into the area grid... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
havoc | Add csqc_polygons_defaultmaterial_nocullface cvar which... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
havoc | Reworked VM_CL_PolygonBegin/Vertex/End functions to... |
blob | commitdiff | raw | diff to current |
2020-05-23 |
cloudwalk | Fix Windows-specific use-after-free causing crash after... |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | Disable combining of surfaces in R_PolygonBegin, it... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2019-02-04 |
divverent | Remove code for r_equalize_entities*. |
blob | commitdiff | raw | diff to current |
2018-07-01 |
havoc | Use the model renderer on the UI - this means q3shaders... |
blob | commitdiff | raw | diff to current |
2018-04-15 |
havoc | Changed how polygonbegin guesses if the geometry is... |
blob | commitdiff | raw | diff to current |
2018-04-14 |
havoc | Added v_isometric cvars, this mode is mostly a curiosit... |
blob | commitdiff | raw | diff to current |
2018-04-14 |
havoc | Fix two pieces of code that did not compile with PRVM_64. |
blob | commitdiff | raw | diff to current |
2018-04-13 |
havoc | Fix some viewport issues with r_viewfbo and r_bloom... |
blob | commitdiff | raw | diff to current |
2018-04-13 |
havoc | CSQC polygonbegin functionality now uses the CL_MeshEnt... |
blob | commitdiff | raw | diff to current |
2018-04-11 |
havoc | Added Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo... |
blob | commitdiff | raw | diff to current |
2018-04-10 |
havoc | Remove the model parameter from NativeContentsFromSuper... |
blob | commitdiff | raw | diff to current |
2018-04-09 |
havoc | Refactored R_UpdateEntityLighting to CL_UpdateEntitySha... |
blob | commitdiff | raw | diff to current |
2018-04-07 |
havoc | Delete unused Debug_PolygonBegin and associated code. |
blob | commitdiff | raw | diff to current |
2018-03-25 |
havoc | Various cleanup. |
blob | commitdiff | raw | diff to current |
2018-03-24 |
havoc | Add skipmaterialflagsmask feature to TraceLine and... |
blob | commitdiff | raw | diff to current |
2018-03-06 |
divverent | Grant access to the FULLVOLUME flag from the QC VM... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Add skipsupercontentsmask parameter to all the collisio... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Rollback last change which was meant to be many smaller... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Added developer_memorylargerthanmb cvar which dprints... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
havoc | Fix MSVC++ 2015 warnings about variable scope and some... |
blob | commitdiff | raw | diff to current |
2016-03-07 |
divverent | v_yshearing: Make the cvar take the max angle to apply... |
blob | commitdiff | raw | diff to current |
2016-03-04 |
divverent | v_yshearing: Make view and input behave more like Duke... |
blob | commitdiff | raw | diff to current |
2015-03-02 |
divverent | Make the move sequence an unsigned int. |
blob | commitdiff | raw | diff to current |
2014-12-09 |
eihrul | miscellaneous fixes from graphitemaster |
blob | commitdiff | raw | diff to current |
2014-05-08 |
havoc | Overhauled the tracebox extending code, it now lives... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
divverent | COVERAGE! Also fixes prvm always running as PRVMSLOWINT... |
blob | commitdiff | raw | diff to current |
2013-09-19 |
divverent | TEMPHACK_origin is no longer needed. Begone! |
blob | commitdiff | raw | diff to current |
2013-07-29 |
divverent | audit all uses of CL_ParticleEffect and CL_ParticleTrai... |
blob | commitdiff | raw | diff to current |
2013-07-27 |
divverent | Separate box and trail particles. Makes Xonotic's Nex... |
blob | commitdiff | raw | diff to current |
2013-05-05 |
havoc | VM_CL_findradius now uses World_EntitiesInBox as it... |
blob | commitdiff | raw | diff to current |
2013-03-03 |
havoc | restrict which CHANNELFLAG_ values can be used in sound... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
divverent | sound7(): properly support channel flags on client... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
havoc | restore flags feature in csqc sound7 builtin, so that... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
havoc | csqc sound7 call now looks at the global variable sound... |
blob | commitdiff | raw | diff to current |
2013-02-27 |
divverent | remove unused variable |
blob | commitdiff | raw | diff to current |
2013-02-27 |
divverent | rename CHANFLAG_RELIABLE to SOUNDFLAG_RELIABLE to match... |
blob | commitdiff | raw | diff to current |
2013-01-23 |
divverent | skel_build: fix wrong 4th matrix row of skeleton matrices |
blob | commitdiff | raw | diff to current |
2012-12-13 |
divverent | skel_build: normalize the per-bone matrices |
blob | commitdiff | raw | diff to current |
2012-05-24 |
vortex | New shader keyword dptransparentsort (can be "sky"... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
divverent | fix ReadPicture/WritePicture for sizes > 32k |
blob | commitdiff | raw | diff to current |
2012-04-20 |
havoc | fix a few more redundancies with PRVM_64 |
blob | commitdiff | raw | diff to current |
2012-04-20 |
havoc | fix several issues with PRVM_64, mostly cleaning up... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
divverent | PRVM_64: make savegames precision-loss-less |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
vortex | Work-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP. |
blob | commitdiff | raw | diff to current |
2012-03-18 |
divverent | checkpvs: use the right worldmodel |
blob | commitdiff | raw | diff to current |
2012-03-18 |
havoc | VM_FrameBlendFromFrameGroupBlend was using cl.time... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
divverent | fix a stupid type error. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
divverent | runstandardplayerphysics: ignore the passed edict for... |
blob | commitdiff | raw | diff to current |
2012-02-04 |
eihrul | convert pose6s data to pose7s data to resolve quaternio... |
blob | commitdiff | raw | diff to current |
2012-01-09 |
divverent | use a param for velocity too |
blob | commitdiff | raw | diff to current |
2012-01-09 |
divverent | DP_CSQC_V_CALCREFDEF_WIP2 |
blob | commitdiff | raw | diff to current |
2011-12-26 |
divverent | make CSQC support the >0.05s/<0.0005s handling of stand... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
divverent | if(developer_extra.integer) Con_DPrintf("VM_CL_gettagin... |
blob | commitdiff | raw | diff to current |
2011-11-26 |
divverent | runstandardplayerphysics: also implement the no-args... |
blob | commitdiff | raw | diff to current |
2011-11-19 |
divverent | support viewentity to be shared; DP_CSQC_V_CALCREFDEF |
blob | commitdiff | raw | diff to current |
2011-11-17 |
divverent | expose r_refdef.view.quality to CSQC R_SetView VF_MINFP... |
blob | commitdiff | raw | diff to current |
2011-11-14 |
divverent | match FTEQW more closely in runstandardplayerphysics |
blob | commitdiff | raw | diff to current |
2011-11-12 |
divverent | support pmove_flags (the actual flag values may be... |
blob | commitdiff | raw | diff to current |
2011-11-12 |
divverent | we don't need ALL those fields I marked with ??? |
blob | commitdiff | raw | diff to current |
2011-11-12 |
divverent | an attempt to do CL_runplayerphysics, not working prope... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
havoc | added r_transparent_sortsurfacesbynearest cvar (default... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
divverent | 1. make the first CSQC rendered view the "main" view... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | impact handling: instead of detecting teleports by... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
havoc | fix motionblur with r_viewfbo 2 or 3 |
blob | commitdiff | raw | diff to current |
2011-10-14 |
havoc | fix bugs with CSQC clearscene function - it now restore... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
havoc | removed S_StartSound_StartPosition function because... |
blob | commitdiff | raw | diff to current |
2011-10-01 |
divverent | implement digest_hex() |
blob | commitdiff | raw | diff to current |
2011-09-24 |
vortex | CSQC Getlight - added globals: |
blob | commitdiff | raw | diff to current |
2011-09-16 |
divverent | CSQC: support the sound pitch shift arg (NOT in SVQC... |
blob | commitdiff | raw | diff to current |
2011-08-21 |
vortex | 2 new cvars: sv_gameplayfix_unstickentities and sv_game... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
havoc | allow drawpic calls without flag parameter, as per... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
havoc | allow calls to drawstring without the flag parameter... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
havoc | expose R_SetView (aka setproperty) as builtin 309 as... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
havoc | implemented CSQC_InputEvent type 2 and type 3 mouse... |
blob | commitdiff | raw | diff to current |
2011-07-24 |
vortex | Fix gl_texturecompression_sprites to check for gl_textu... |
blob | commitdiff | raw | diff to current |
2011-07-05 |
divverent | DP_SND_SOUND7_WIP1 |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | reworked progs loading so that entvars_t and globalvars... |
blob | commitdiff | raw | diff to current |
2011-05-31 |
divverent | viewmodel matrix fixes: |
blob | commitdiff | raw | diff to current |
2011-05-29 |
havoc | added r_trippy cvar |
blob | commitdiff | raw | diff to current |
2011-05-20 |
vortex | Added "loadcubemap" builtin to allow preload cubemaps... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
divverent | A temporary hack for GAME_XONOTIC only |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | added prvm_offsets.h which centralizes field/global... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | reworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | fixed RF_VIEWMODEL really good this time |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | fix bug in last patch, fix RF_USEAXIS handling |
blob | commitdiff | raw | diff to current |
2011-04-29 |
divverent | CL_RotateMoves: helper builtin for Xonotic for perfect... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | q1bsp traceline code now hits surfaces, this comes... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
divverent | get rid of more clang warnings |
blob | commitdiff | raw | diff to current |
next |