]> git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_cmds.c
build: minor adjustments
[xonotic/darkplaces.git] / prvm_cmds.c
2024-04-02 bones_was_heremenuqc: declare localcmd() and deduplicate it
2024-04-01 bones_was_herePRVM: fix null ptr deref in VM_getkeybind()
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-02-26 bones_was_hereCLVM: remove cruft
2024-01-30 bones_was_hereFix some mingw warnings
2024-01-30 bones_was_hereWork around Microsoft's broken vsnprintf implementation
2024-01-29 bones_was_hereFix signed int overflows and tidy nearby documentation
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-21 bones_was_herePRVM: optimise tempstring creation
2024-01-21 bones_was_herePRVM: optimise string arguments
2024-01-21 bones_was_herePRVM: rename VM_STRINGTEMP_LENGTH to VM_TEMPSTRING_MAXSIZE
2024-01-21 bones_was_herePRVM: disallow changing read-only cvars
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-05 bones_was_heresys: write significant engine and QC errors to stderr
2023-07-22 bones_was_herestrcat(): update QC defs to match implementation
2023-07-22 bones_was_herecheckextension(): check libcurl is loaded before return...
2023-07-21 bones_was_heremod() builtin: match gmqcc and fteqw
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_hereImplement DP_QC_NUDGEOUTOFSOLID extension
2023-07-15 bones_was_hereAdd prefix to VM_Warning indicating which VM it came...
2023-05-21 bones_was_hereClarify behaviour of random() builtin
2023-02-24 bones_was_hereFix DP_QC_FINDCHAIN_TOFIELD errors
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-01-30 NaitLeerefine edge cases handling to keynums/keystrings,
2023-01-29 NaitLeeFixed two keyboard bugs:
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 Cloudwalkcsqc: Implement builtin #177 "localsound"
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkode: Add more #ifdefs to ensure ODE is fully disabled...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-05-25 Cloudwalkcvar, prvm_cmds: Remove redundant Cmd_Exists checks
2021-05-09 havocFix some warnings in MSVC++2019. Add SDL2-nuget packag...
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-12-19 havocReplaced some model fields and changed their purpose...
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-06 cloudwalkprvm_cmds: Move some builtins to their respective sides...
2020-10-06 cloudwalkmvm_cmds: Remove duplicate clientcommand builtin invali...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-08-14 cloudwalkprvm: Initial experimental implementation of support...
2020-07-15 cloudwalkprogs: Implement new extension DP_QC_FS_SEARCH_PACKFILE
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-24 cloudwalkDon't lerp nailgun and super nailgun. Trades smoothness...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-16 cloudwalkCorrect wrong function names in the VM_SAFEPARMCOUNT...
2020-06-10 cloudwalkCorrect typo
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-02 cloudwalkIn findfloat and findchainfloat, use prvm_vec_t like...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-18 cloudwalkDon't print warning when QC simply checks if a cachepic...
2020-05-18 cloudwalkFix a few bugs detected by Cppcheck
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
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-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2018-05-05 havocmake precache_pic not use the fallback image
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2016-02-07 divverentRemoved leftovers from progid.
2016-01-04 divverentUnbreak Nexuiz weapon animation.
2015-11-08 havocFix several warnings with gcc-5 and an error with mingw...
2015-03-05 divverentFix rephrased altstr code.
2015-03-05 divverentRephrase VM_altstr_prepare to no longer annoy Coverity.
2015-03-05 divverentFix overrun in buf_loadfile.
2015-03-05 divverentFix an overrun in altstr_prepare.
2014-10-15 divverentFix possible endless loop in VM_sprintf.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-28 divverentwhichpack: distinguish file not found from file is...
2014-05-27 havocchange the isserver builtin to just return sv.active...
2014-01-07 divverentBetter coverage output.
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2013-03-28 vortexRewritten SVQC stringbuffer saving routines (which...
2013-01-08 divverentBreakpoints and watchpoints
2012-06-22 divverenturi_postbuf: copy the content-type, do not keep a refer...
2012-05-15 divverentreorder printf fields
2012-04-20 divverentVM_sprintf: use intmax_t for integer types
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-22 havocmark some functions as static to hush warnings
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2012-03-18 havocVM_FrameBlendFromFrameGroupBlend was using cl.time...
2012-03-09 havocfix compile error where no extern was defined for ode_dll
2012-03-08 divverentfix checkextension based ODE detection for QC code
2012-02-07 divverentallow GET requests to be signed too (typo fix)
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentupdate dpdefs; support flags to precache_pic
2012-01-03 divverentargh, sorry for broken copypasta
next