]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-03-01 bones_was_hereMerge PR 'Force C syntax for qc and qh files on Github'
2024-03-01 James O'NeillForce C syntax for qc and qh files on Github
2024-02-26 bones_was_heresys: prevent loops in signal handlers
2024-02-26 bones_was_hereREADME: add some build notes
2024-02-26 bones_was_herercon: return the error message when authentication...
2024-02-26 bones_was_hereCLVM: remove more cruft
2024-02-26 bones_was_hereCLVM: remove cruft
2024-02-26 bones_was_herePRVM: update program loading messages
2024-02-26 bones_was_herePRVM: refactor error handling
2024-02-26 bones_was_herePRVM: don't break csqc when menuqc has a problem
2024-02-25 bones_was_hereMVM: fix endless loop when a command causes an error
2024-02-09 bones_was_hereFix changing of player name during a game
2024-02-09 bones_was_hereFix two memory allocation issues
2024-02-09 bones_was_hereCLVM: set mapname global correctly (matching SVVM)
2024-02-09 bones_was_herechangelevel: start a map even if none is running
2024-02-09 bones_was_hereserver: always use correct case for map names
2024-02-07 bones_was_herercon: rewrite variable expansion support, related fixes
2024-02-07 bones_was_heresnd: fix a hard-to-repro segfault when joining a server
2024-02-07 bones_was_hereSVVM: Fix segfault during shutdown, improve previous...
2024-02-06 bones_was_hereRemove a bit of cruft left in Cvar_RestoreInitState()
2024-02-06 bones_was_hereXonotic: don't hide config problems during startup
2024-02-06 bones_was_hereElvis has left the building
2024-02-06 bones_was_herePRVM: clarify tempstring messages
2024-02-06 bones_was_hereSVVM: fully shut down when stopping a server to avoid...
2024-02-06 bones_was_herefs: fix Quake expansions getting unloaded when adding...
2024-02-06 bones_was_herefs: save files in the correct place when gamedir(s...
2024-02-06 bones_was_heresv_cheats: fix two segfaults when setting it to 0
2024-02-05 bones_was_herecvar: fix many bugs in gamedir, loadconfig, unset,...
2024-02-05 bones_was_hererender: merge R_View_UpdateWithScissor() and R_View_Upd...
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_heremeshentities: don't pass a NULL ptr to memset
2024-01-29 bones_was_hereZYM: fix misaligned memory access
2024-01-29 bones_was_herePSK/PSA: fix misaligned memory access
2024-01-29 bones_was_hereQ2BSP: fix misaligned memory access
2024-01-29 bones_was_hereQ1BSP: fix misaligned memory access
2024-01-29 bones_was_heresprite: fix misaligned memory access while loading
2024-01-29 bones_was_hereDPM: fix misaligned memory access
2024-01-29 bones_was_hereMD3: fix misaligned memory access
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...
next