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

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

Detail

2025.10.10.ChangeLog.txt

📄GIT 📅2025-10-10 💾898 B 2 Parsed entries BUILD FIX

Commit 227c11dee0abaa57bbc22b06f0002e064efa7191

Engine: Increase mmulti.cpp's MAXPAKSIZE (size of pakbuf in bytes) to 2048.

This appeared to fix a long-standing issue, where a relatively high ping
between two players (say, about 750ms) could start increasing over time
due to accumulated messages not being sent sufficiently fast.

Commit d023544a39212cc59afb905a74a95c3c0ff208fa

Engine: Log a warning from mmulti.cpp:dosendpackets in case output pakbuf lacks space for all data.

Do so with a given threshold, i.e., turn off the warning until
there are 16 consecutive calls to dosendpackets in which pakbuf
has enough space for all data to send.

See https://voidpoint.io/terminx/eduke32 for more details.
Raw Content
commit 227c11dee0abaa57bbc22b06f0002e064efa7191
Author: NY00123 <ny00@outlook.com>
Date:   Fri Oct 10 17:09:42 2025 +0300

    Engine: Increase mmulti.cpp's MAXPAKSIZE (size of pakbuf in bytes) to 2048.
    
    This appeared to fix a long-standing issue, where a relatively high ping
    between two players (say, about 750ms) could start increasing over time
    due to accumulated messages not being sent sufficiently fast.

commit d023544a39212cc59afb905a74a95c3c0ff208fa
Author: NY00123 <ny00@outlook.com>
Date:   Fri Oct 10 17:05:40 2025 +0300

    Engine: Log a warning from mmulti.cpp:dosendpackets in case output pakbuf lacks space for all data.
    
    Do so with a given threshold, i.e., turn off the warning until
    there are 16 consecutive calls to dosendpackets in which pakbuf
    has enough space for all data to send.

See https://voidpoint.io/terminx/eduke32 for more details.