Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1156Filtered Results

Detail

2026.02.03.ChangeLog.txt

📄GIT 📅2026-02-03 💾2,6 KB 12 Parsed entries BUILD FIX

Commit ba6b7bb1d50d7db820ec03d9bbd66404fab5c543

Engine: Avoid crash when given an OOB voxel ID

Commit dc27c24baef2354163819e571ccb69b7d67b028b

Engine: Silence unused variable warnings in `Bassert` macro

Commit 3bf3599af3b481739065875b94f35d0d74663a8a

Dear ImGui: Update to 76860017d51f25f943a1e607ab795b3615acefb5

This silences many warnings.

Commit 4ff695e64b3166d94b566be5ebfe64086a118dd4

SW: Silence unused variable warnings in `ASSERT` macro

Commit bbcc2674524981eca8ca582b43e920a31c817760

libtess2.h: Fix warning: variable 'faceVerts' set but not used [-Wunused-but-set-variable]

Commit df8448d28733d6b9117ec288e2804c19d1fede65

Loguru: Silence unused variable warnings in `DLOG` macros

Commit c611a02ac806438cd2a68476a2bfe2cc9d112b41

compat.h: Rearrange `HAVE_CXX11_HEADERS`

Commit de46ef7172d8e2165004dffacd0dd427c55d434c

SW: Enable `-dp`, `-dr`, `-ddr`, `-dt`, `-de` cmd parameters for demos

Commit 29014e077e79192d6d3fe558c44c63cdb729f9a7

minivorbis: Fix warning: variable 'y2b' set but not used [-Wunused-but-set-variable]

Commit 442444bb6a0768c58284688aa7b9e0ef3c95dc82

libxmp-lite: Fix warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]

Commit ade958097641abeeb961d7dd682abe24a7dbd335

SW: Fix warning: format string is not a string literal (potentially insecure) [-Wformat-security]

Follow-up-to: 954e9b13dcbe7bf8da46ef4f802782b8190e5ccb

Commit 8f84d233303dfe6ceb06a0aabf7a15e3ac0bee90

Duke3D: Check all function keys for RTS and macros instead of only unbound ones

See https://voidpoint.io/terminx/eduke32 for more details.
Raw Content
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.