]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2024-02-05 uisRevert to gl_dither cvar uis/multisample 148/head
2024-01-02 uisDisable dithering for high colordepth
2023-12-26 uisReduce glcalls noise
2023-12-10 uisExplicitly disable multisample
2023-12-09 bones_was_herecbuf: recycle node after it executes, clear commands...
2023-12-09 bones_was_herebuild: enable strict aliasing optimisations
2023-12-09 bones_was_hereChange to the C99 standard method of testing for nan
2023-12-09 bones_was_hereclient: improve server connection status messages
2023-12-09 bones_was_hereREADME.md: mention `make clean`, more specific build...
2023-12-09 bones_was_hereRename sv_gameplayfix_customstats to sv_qcstats, improv...
2023-12-09 bones_was_hereSys_Sleep overhaul
2023-12-09 bones_was_herecl_nettimesyncboundmode: use default if invalid
2023-12-09 bones_was_herecl_nolerp: use normal time synchronisation
2023-12-09 bones_was_herecl_netfps: reduce pings by synchronising when possible...
2023-12-09 bones_was_herecl_maxfps*: various adjustments
2023-12-09 bones_was_herenet_slist: add PGUP PGDN HOME END key support to builti...
2023-12-09 bones_was_herenet_slist: overhaul dpmaster and server pinging
2023-12-04 bones_was_herenet_slist: update types, declarations
2023-12-04 bones_was_herenet_slist: code style/formatting fixes
2023-12-04 bones_was_herebuild: fix buildstring
2023-11-23 bones_was_herebuild: disallow use of VLAs
2023-11-23 bones_was_herePRVM: indicate which VM triggered some common string...
2023-11-12 bones_was_hereFix bug where +binds could get latched at low FPS
2023-11-08 bones_was_herevid: move sound start/restart out of video start/restart
2023-11-08 bones_was_herevid: add cvar vid_minimize_on_focus_loss
2023-11-08 bones_was_heremacOS: update Info.plist
2023-11-08 bones_was_hereWindows: opt out of DPI scaling
2023-11-08 bones_was_hereinput: activate DP_BUTTONCHAT if the window is hidden...
2023-11-08 bones_was_hereinput: stop capturing mouse movement if window is hidde...
2023-11-08 bones_was_hereGL: display a more useful error dialog if context creat...
2023-11-08 bones_was_hereSDL: print version earlier, once only
2023-11-08 bones_was_herevid: implement monitor selection with instant cvar...
2023-11-08 bones_was_herevid_vsync: fully support adaptive, remove polling,...
2023-11-08 bones_was_herevid: remove obsolete cvars
2023-11-08 bones_was_herevid: misc cleanups
2023-11-03 bones_was_hereSave cvars cl_rollangle and cl_rollspeed to config.cfg
2023-11-03 bones_was_hereMerge MR 'off-switch cvar for dlcache unload on server...
2023-11-03 Dr. Jaskaoff-switch cvar for dlcache unload on server/map change
2023-10-28 bones_was_hereFix GCC 13 warns: ‘new_velocity[0]’ may be used uniniti...
2023-10-28 bones_was_hereWork around black texture bug on AMD's Windows driver
2023-10-28 bones_was_hereSys_Error(): don't leave a dead window covering the...
2023-10-28 bones_was_hereVID_Shutdown(): Delete OpenGL context
2023-10-28 bones_was_hereVID_InitModeGL(): fix clear to black of new window
2023-10-28 bones_was_hereImplement OpenGL version checking, use it for occlusion...
2023-10-28 bones_was_hereCleanup some legacy cruft in vid_sdl.c
2023-10-28 bones_was_hereMove QC extension reporting out of video initialisation
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-28 notcancernameFix yet more UB. Provide explanatory comments.
2023-10-12 CloudwalkDelete (broken) cmake submodule that somehow got in...
2023-10-12 Cloudwalkhost: Move host cvar exports to host.h that don't belon...
2023-10-12 Cloudwalk.gitignore: Exclude *.obj and *.tlog. Remove build...
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-10-02 cancernameFix a bug on FreeBSD caused by assuming that short...
2023-09-28 bones_was_herecvar: reset colours after printing values, clarify...
2023-09-28 bones_was_hereMake `name` be a command or virtual cvar on a game...
2023-09-26 bones_was_herecmd: inline Arg helper funcs bones_was_here/cbuf_fixes
2023-09-26 bones_was_herecbuf: catch runaway command loops, respects -norunaway...
2023-09-26 bones_was_herecbuf: prepend keybind commands instead of appending...
2023-09-26 bones_was_herecbuf: fix a 1 frame delay of keybind inputs
2023-09-26 bones_was_herecbuf: use standard parsing and buffering of deferred...
2023-09-26 bones_was_herecbuf: refactor and fix parsing of text blocks into...
2023-09-19 bones_was_hereFix occasional NaN sdev in server timing reports
2023-09-19 bones_was_hereAdd some physics-related comments
2023-09-13 bones_was_hereSV_FlyMove(): defer SV_Impact() call until after ground...
2023-09-13 bones_was_hereRework handling of stuck entities in engine movetypes
2023-09-01 bones_was_hereAdd missing DP_QC_FINDCHAIN_TOFIELD declarations to...
2023-08-12 Johan MattssonFix potential index out of bounds
2023-08-12 Johan MattssonFix potential index out of bounds
2023-08-05 bones_was_hereFix mod_q1bsp_zero_hullsize_cutoff only applying to...
2023-07-31 cancernameFix some UB
2023-07-31 bones_was_hereImprove server lag detection and reporting
2023-07-31 bones_was_hereDeduct frame execution time from sleep time
2023-07-30 bones_was_hereProperly reset server timers and perf stats after level...
2023-07-29 bones_was_hereFix host.framecount
2023-07-29 bones_was_herecurl: use much less conservative performance defaults
2023-07-29 bones_was_hereFix flags and naming of cvars needed by the dedicated...
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-22 bones_was_hereFix flags and naming of Q3BSP curve collision cvars...
2023-07-21 bones_was_hereAdd some missing csprogs defs
2023-07-21 bones_was_heremod() builtin: match gmqcc and fteqw
2023-07-21 bones_was_hereAdd cvar mod_q1bsp_zero_hullsize_cutoff for games using...
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-18 bones_was_herededicated server: don't call CL_UpdateScreen() and...
2023-07-17 bones_was_herededicated server: don't register client-only cvars
2023-07-17 bones_was_heremod_bsp_portalize: remove from dedicated server, update...
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_hereQ1BSP: Fix TraceBox failing to move a bbox out of solid
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_hereAdd prefix to VM_Warning indicating which VM it came...
2023-07-15 bones_was_heredroptofloor(): add/improve warnings for badly placed...
2023-07-15 bones_was_hereNudgeOutOfSolid: fix "random" failures on slightly...
2023-07-15 bones_was_hereNudgeOutOfSolid: add a wasn't-stuck result
2023-07-15 bones_was_hereMove SV_NudgeOutOfSolid() into a common namespace and...
2023-07-10 NaitLee(wtf8) wrap 4-bytes-sequence detection in ifdef U32
2023-07-10 NaitLeerename and add comments for wtf8 macro flags
next