Commit ba6b7bb1d50d7db820ec03d9bbd66404fab5c543
Engine: Avoid crash when given an OOB voxel ID
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Engine: Avoid crash when given an OOB voxel ID
Engine: Silence unused variable warnings in `Bassert` macro
Dear ImGui: Update to 76860017d51f25f943a1e607ab795b3615acefb5 This silences many warnings.
SW: Silence unused variable warnings in `ASSERT` macro
libtess2.h: Fix warning: variable 'faceVerts' set but not used [-Wunused-but-set-variable]
Loguru: Silence unused variable warnings in `DLOG` macros
compat.h: Rearrange `HAVE_CXX11_HEADERS`
SW: Enable `-dp`, `-dr`, `-ddr`, `-dt`, `-de` cmd parameters for demos
minivorbis: Fix warning: variable 'y2b' set but not used [-Wunused-but-set-variable]
libxmp-lite: Fix warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
SW: Fix warning: format string is not a string literal (potentially insecure) [-Wformat-security] Follow-up-to: 954e9b13dcbe7bf8da46ef4f802782b8190e5ccb
Duke3D: Check all function keys for RTS and macros instead of only unbound ones See https://voidpoint.io/terminx/eduke32 for more details.
commit ba6b7bb1d50d7db820ec03d9bbd66404fab5c543
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 04:14:38 2026 -0600
Engine: Avoid crash when given an OOB voxel ID
commit dc27c24baef2354163819e571ccb69b7d67b028b
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 02:26:18 2026 -0600
Engine: Silence unused variable warnings in `Bassert` macro
commit 3bf3599af3b481739065875b94f35d0d74663a8a
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 02:24:47 2026 -0600
Dear ImGui: Update to 76860017d51f25f943a1e607ab795b3615acefb5
This silences many warnings.
commit 4ff695e64b3166d94b566be5ebfe64086a118dd4
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 02:00:53 2026 -0600
SW: Silence unused variable warnings in `ASSERT` macro
commit bbcc2674524981eca8ca582b43e920a31c817760
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:58:40 2026 -0600
libtess2.h: Fix warning: variable 'faceVerts' set but not used [-Wunused-but-set-variable]
commit df8448d28733d6b9117ec288e2804c19d1fede65
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:57:31 2026 -0600
Loguru: Silence unused variable warnings in `DLOG` macros
commit c611a02ac806438cd2a68476a2bfe2cc9d112b41
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:51:20 2026 -0600
compat.h: Rearrange `HAVE_CXX11_HEADERS`
commit de46ef7172d8e2165004dffacd0dd427c55d434c
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:27:57 2026 -0600
SW: Enable `-dp`, `-dr`, `-ddr`, `-dt`, `-de` cmd parameters for demos
commit 29014e077e79192d6d3fe558c44c63cdb729f9a7
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:21:16 2026 -0600
minivorbis: Fix warning: variable 'y2b' set but not used [-Wunused-but-set-variable]
commit 442444bb6a0768c58284688aa7b9e0ef3c95dc82
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:17:03 2026 -0600
libxmp-lite: Fix warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
commit ade958097641abeeb961d7dd682abe24a7dbd335
Author: Evan Ramos <hendricks266@gmail.com>
Date: Tue Feb 3 01:16:09 2026 -0600
SW: Fix warning: format string is not a string literal (potentially insecure) [-Wformat-security]
Follow-up-to: 954e9b13dcbe7bf8da46ef4f802782b8190e5ccb
commit 8f84d233303dfe6ceb06a0aabf7a15e3ac0bee90
Author: Martijn van Antwerpen <meelmva@hotmail.com>
Date: Tue Feb 3 11:33:58 2026 +0100
Duke3D: Check all function keys for RTS and macros instead of only unbound ones
See https://voidpoint.io/terminx/eduke32 for more details.