Skip to content

r45558 Windows

Choose a tag to compare

@Zibri Zibri released this 22 Mar 16:30
d569312

Changelog:

r45558 | compyx | 2025-03-22 15:55:20 +0000 (Sat, 22 Mar 2025) | 5 lines

"Fix" Windows size_t printing

Somehow mingw refuses to accept Iu, I64u, and even at some point suggested
I64llu, so just cast to `unsigned long long`, use %llu and fuck it.

------------------------------------------------------------------------
r45541 | compyx | 2025-03-17 21:27:10 +0000 (Mon, 17 Mar 2025) | 2 lines

Buildsystem: fix mistakes in "fixed" `updatereadme.sh` script

------------------------------------------------------------------------
r45540 | compyx | 2025-03-17 21:17:39 +0000 (Mon, 17 Mar 2025) | 7 lines

Buildsystem: fix scripts to work on NetBSD (in trunk this time)

Avoid bash-isms in `updateindex.sh` and `updatereadme.sh`, use $() command
substitution instead of `` for certain sed invocations (BSD sed mysteriously
choked on patterns, warning about trailing backslashes).
Thanks Rhialto :)

------------------------------------------------------------------------
r45532 | compyx | 2025-03-16 08:19:14 +0000 (Sun, 16 Mar 2025) | 4 lines

Hotkeys: add key codes for special multimedia keys

See bug #2132.

------------------------------------------------------------------------
r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------