]> git.xonotic.org Git - xonotic/darkplaces.git/history - svvm_cmds.c
build: minor adjustments
[xonotic/darkplaces.git] / svvm_cmds.c
2024-04-02 bones_was_heremenuqc: declare localcmd() and deduplicate it
2024-02-26 bones_was_hereCLVM: remove cruft
2024-02-07 bones_was_hereSVVM: Fix segfault during shutdown, improve previous...
2024-01-21 bones_was_herePRVM: optimise tempstring creation
2024-01-21 bones_was_herePRVM: rename VM_STRINGTEMP_LENGTH to VM_TEMPSTRING_MAXSIZE
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2023-12-09 bones_was_hereChange to the C99 standard method of testing for nan
2023-12-09 bones_was_hereRename sv_gameplayfix_customstats to sv_qcstats, improv...
2023-07-22 bones_was_herestrcat(): update QC defs to match implementation
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-15 bones_was_hereMerge MR 'Implement DP_QC_NUDGEOUTOFSOLID extension...
2023-07-15 bones_was_hereUse qbool for some trace_s members, other tidying
2023-07-15 bones_was_hereImplement DP_QC_NUDGEOUTOFSOLID extension
2023-07-15 bones_was_heredroptofloor(): refactor and use correct conditions...
2023-07-15 bones_was_heredroptofloor(): fix collisions between entities, includi...
2023-07-15 bones_was_heredroptofloor(): add/improve warnings for badly placed...
2023-07-15 bones_was_hereMove SV_NudgeOutOfSolid() into a common namespace and...
2023-06-04 terencehillDisambiguate WriteDest warning
2023-02-24 bones_was_hereFix DP_QC_FINDCHAIN_TOFIELD errors
2023-02-24 bones_was_hereImplement extension DP_QC_FINDBOX
2023-02-21 bones_was_hereAdd cvars that disable linking of SOLID_NOT entities...
2023-01-24 bones_was_hereMerge MR 'Reinstate the ability to override engine...
2023-01-24 bones_was_hereReimplement the ability to override engine commands...
2023-01-17 bones_was_hereUse correct droptofloor distance for each Quake map...
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-20 cloudwalkprvm: Deduplicate console command handler
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-17 cloudwalkprogs: Implement builtin #245 (mod) for SSQC and CSQC
2020-10-16 cloudwalkFix compatibility with DP's own server with NEHAHRABJP2...
2020-10-06 cloudwalksvvm_cmds: Implement built-in #352 (registercommand...
2020-10-05 cloudwalksvvm_cmds: Remove dead code
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-15 cloudwalkprogs: Implement new extension DP_QC_FS_SEARCH_PACKFILE
2020-07-15 cloudwalkprogs: Correct drawline and sound builtin parameters...
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-22 cloudwalkFirst massive rename and move
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-16 cloudwalkCorrect wrong function names in the VM_SAFEPARMCOUNT...
2020-06-15 cloudwalkAdd cvar to disable engine stats >= 220. Suppresses...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-26 cloudwalkFix compiler warning in custom stat clearing
2020-05-26 cloudwalkFix pure data entities being linked into the area grid...
2020-05-26 cloudwalkImplement clipgroup extension from DarkplacesRM
2020-05-25 havocRefactored VM_SV_AddStat to allow overrides of all...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-04-10 havocRemove the model parameter from NativeContentsFromSuper...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-03-17 havocFix a bug with PRVM_64 where CSQC float stats were...
2018-03-06 divverentGrant access to the FULLVOLUME flag from the QC VM...
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-08-18 divverentAdd user defined movetypes extension
2015-12-28 divverentDocument DP_SV_DISABLECLIENTPREDICTION.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-08-06 divverentIn prog reset functions, do not call functions unless...
2013-03-03 havocrestrict which CHANNELFLAG_ values can be used in sound...
2013-03-02 havocchanged MOVETYPE_STEP and MOVETYPE_WALK to match Quake...
2013-02-28 divverentsound7(): properly support channel flags on client...
2013-02-27 divverentrename CHANFLAG_RELIABLE to SOUNDFLAG_RELIABLE to match...
2013-01-23 divverentskel_build: fix wrong 4th matrix row of skeleton matrices
2012-12-13 divverentskel_build: normalize the per-bone matrices
2012-04-20 divverentfix ReadPicture/WritePicture for sizes > 32k
2012-04-20 havocfix several issues with PRVM_64, mostly cleaning up...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 divverentcheckpvs: use the right worldmodel
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-13 havocuse prog->progs_mempool for server DP_SKELETONOBJECTS...
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2012-01-09 divverentDP_CSQC_V_CALCREFDEF_WIP2
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-11-19 divverentsupport viewentity to be shared; DP_CSQC_V_CALCREFDEF
2011-11-17 divverentdocument DP_CSQC_MINFPS_QUALITY
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-01 divverentimpact handling: instead of detecting teleports by...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-10-01 divverentimplement digest_hex()
2011-09-30 divverentoops, I hadn't document DP_QC_I18N back then... sorry...
2011-09-24 divverentexport DP_SND_SOUND7_WIP2 (pitch shifting) to checkexte...
2011-09-16 havocadded network protocol for sound speed
2011-09-12 vortexAdded DP_CSQC_ENTITYMODELLIGHT extension (CSQC-updated...
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 divverentMOVETYPE_FLY_WORLDONLY (movetype 33)
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
next