]> git.xonotic.org Git - xonotic/darkplaces.git/history
xonotic/darkplaces.git
2024-01-29 bones_was_hereIQM: fix misaligned memory access while loading
2024-01-29 bones_was_hereIQM: fix misaligned memory access
2024-01-29 bones_was_hereUpdate and micro-optimise memory allocation
2024-01-29 bones_was_herePRVM: Fix a hack in LNO file loading
2024-01-29 bones_was_hereFix signed int overflows and tidy nearby documentation
2024-01-29 bones_was_herer_shadow: work around a realtime world light crash
2024-01-28 bones_was_hereMakefile: optimise debug builds somewhat
2024-01-28 bones_was_heresys: refactor the clean shutdown process
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-21 bones_was_herePRVM: fix a use of strlcpy on an unterminated source
2024-01-21 bones_was_hereRefactor InfoString_GetValue() calling
2024-01-21 bones_was_herecvar: add some missing registrations
2024-01-21 bones_was_herededicated server: ignore mod_bsp_portalize for faster...
2024-01-21 bones_was_hereMisc data type and comment fixes
2024-01-21 bones_was_heresys: optimise printing to stdout
2024-01-21 bones_was_herecom_msg: optimise string and byte sequence reading
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-21 bones_was_herePRVM: fix some incorrect warning messages
2024-01-21 bones_was_hereprvm_leaktest: fix trace string truncation
2024-01-21 bones_was_hereFix worldmessage string truncation
2024-01-21 bones_was_hereFix uses of strlcpy on unterminated source strings
2024-01-21 bones_was_herecom: replace BSD strlcpy and strlcat
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-18 bones_was_herecom: detect truncation or error in dpvsnprintf()
2024-01-18 bones_was_heresys: attempt to placate Microsoft's compiler
2024-01-05 bones_was_heresys: write significant engine and QC errors to stderr
2024-01-05 bones_was_heresys: make stdout/stderr configurable during runtime
2024-01-04 bones_was_herefont: fix missing text in r_speeds (etc)
2024-01-04 bones_was_hereRemove deprecated r_font_use_alpha_textures cvar
2024-01-04 bones_was_hereMerge PR 'Fix several long-lasting font rendering problems'
2024-01-04 NaitLeereload a dp_font only when its cmdline changes, to...
2024-01-04 NaitLeeuncomment code that prevents memory leak in LoadFont...
2024-01-04 NaitLeefix wrong outchar given when merging incmaps;
2024-01-04 NaitLeeUse `%p` for `mapstart` pointer in `dpsnprintf`,
2024-01-04 NaitLeeFix several long-lasting font rendering problems:
2024-01-03 Rudolf PolzerHandle rsurface.texture == NULL here (not sure if it...
2024-01-03 Rudolf PolzerBring back a very simple r_showsurfaces 3.
2024-01-03 bones_was_herecmd: read only one line per frame from stdin
2024-01-03 Rudolf Polzerr_viewfbo 0: fix restoring GL_Scissor values at the...
2024-01-03 Rudolf Polzerr_viewfbo 0: factor out motion blur.
2024-01-03 Rudolf Polzerr_viewfbo 0: skip the postprocessing/blending pass...
2024-01-03 Rudolf PolzerR_BlendView: fix motion blur with viewsize != 100.
2024-01-03 Rudolf PolzerR_BlendView: fix motion blur by using the correct FBO...
2024-01-03 bones_was_herercon: support variable expansion in received commands
2024-01-03 bones_was_herehost: log graceful shutdown (config, history)
2024-01-03 bones_was_heresys: implement signal handling on all platforms
2024-01-03 bones_was_herecmd: fix stdin command ordering and related stuff
2024-01-03 bones_was_heresys: commenting and tidying
2024-01-03 bones_was_herededuplicate Sys_Shutdown()
2024-01-03 bones_was_herededuplicate Sys_Print()
2024-01-03 bones_was_herededuplicate Sys_Error()
2024-01-03 bones_was_herededuplicate Sys_ConsoleInput()
2024-01-03 bones_was_herededuplicate main()
2023-12-30 bones_was_herecon: allow alias loops involving wait to be broken...
2023-12-30 bones_was_heredemos: support curl/dlcache (down)loading at start...
2023-12-26 bones_was_hereMakefile: misc cleanups and fixes
2023-12-26 bones_was_hereMakefile: support explicit static linking of all config...
2023-12-24 bones_was_hereMakefile: support explicit static linking of libd0
2023-12-23 bones_was_hereMakefile: always run any clean targets before starting...
2023-12-23 bones_was_hereMerge PR 'Apply default lightstyle to to lightmap when...
2023-12-23 bones_was_hereREADME.md: add SDL version requirements
2023-12-21 bones_was_herecbuf: improve some warns, minor cleanup
2023-12-21 bones_was_herecvar: use unsigned for flags and hashindex
2023-12-21 bones_was_herecvar: remove from the hash table when deleting (`unset...
2023-12-19 James O'NeillAdd Baker's fix for spplying default lightstyle to...
2023-12-14 Cloudwalkcmd: Move cprint command to cl_screen
2023-12-12 bones_was_herenet_slist: reduce worst-case time until any given serve...
2023-12-12 bones_was_herecvar: use better method of checking flags during regist...
2023-12-12 bones_was_herecmd: always register server-only commands, don't regist...
2023-12-12 bones_was_herecmd: reinstate execution of aliases with the same name...
2023-12-12 bones_was_herecmd: misc cleanup
2023-12-12 bones_was_herecmd: inline Cmd_Arg* helper funcs in all compilation...
2023-12-11 bones_was_herecmd: add CON_WARN colour to various non-fatal cvar...
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...
next