]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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
2023-07-10 NaitLeeuse tabs for wtf8 code indent
2023-07-10 NaitLee(non-ascii path) fix an Win32 API annotation, fix ...
2023-07-10 NaitLeeFix inability to access non-ascii path under Windows...
2023-06-04 terencehillDisambiguate WriteDest warning
2023-05-21 bones_was_hereClarify behaviour of random() builtin
2023-05-19 bones_was_hereDeclare DP_QC_WHICHPACK in menudefs.qc and csprogsdefs.qc
2023-05-09 bones_was_hereREADME.md: add badge for #darkplaces:matrix.org chat...
2023-04-30 bones_was_hereImprove x86 detection to fix compiler errors on other...
2023-04-29 bones_was_hereMerge branch 'kiwixz/macos_compile' into 'master'
2023-04-11 kiwixzFix compilation on macOS
2023-04-02 bones_was_hereUpdate compiler options, fixing obscure bug
2023-03-24 Cloudwalkfs: Use unsigned short for filename size
2023-03-24 Cloudwalkfs: Use unsigned short for extra field and file comment...
2023-02-24 bones_was_hereFix DP_QC_FINDCHAIN_TOFIELD errors
2023-02-24 bones_was_hereImplement extension DP_QC_FINDBOX
2023-02-23 bones_was_hereFix COLLISIONPARANOID build errors and warns
2023-02-21 bones_was_hereAdd cvars that disable linking of SOLID_NOT entities...
2023-02-05 bones_was_hereOptimise bindable unicode codepoint range
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-02-03 bones_was_hereAdd cvar sv_legacy_bbox_expand for disabling Quake...
2023-01-30 bones_was_hereFix GCC 12 warns: comparison will always evaluate as...
2023-01-30 bones_was_hereSimplify VID_SetMouse() calling logic
2023-01-30 NaitLeerefine edge cases handling to keynums/keystrings,
2023-01-29 NaitLeeFixed two keyboard bugs:
2023-01-28 kiwixzRelease the mouse during loading screen
2023-01-24 bones_was_hereMerge MR 'Reinstate the ability to override engine...
2023-01-24 bones_was_hereCombine NetConn_UpdateSockets_Client() and NetConn_cl_n...
2023-01-24 bones_was_hereRemove the Xonotic +showscores kludge
2023-01-24 bones_was_hereReimplement the ability to override engine commands...
2023-01-23 kiwixzKeep sockets opened after first disconnect
2023-01-21 bones_was_hereImprove client/listen curl transfer speed at low FPS
2023-01-20 bones_was_hereAdd cvar scr_conheight and make loading progress visibl...
2023-01-20 bones_was_hereMerge MR 'Refactor loading screen and fix it'
2023-01-19 kiwixzRefactor loading screen and fix it
2023-01-17 bones_was_hereUse correct droptofloor distance for each Quake map...
2023-01-14 bones_was_hereRemove code duplication in messagemodes and commandmode
2023-01-14 bones_was_hereDisable messagemode and messagemode2 during demo playback
2023-01-12 bones_was_hereUnload dlcache packs when changing map or disconnecting
next