Detail
2024.12.26.Log2117.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit 8d79c372acdb00155c75f3b6ca914b852d689b0d
Author: Martijn van Antwerpen <meelmva@hotmail.com>
Date: Thu Dec 26 20:56:29 2024 -0800
Duke3D: Ignore invalid wchoice values
Avoids `-usecwd` clobbering them.
Fixes terminx/eduke32#293
commit 6b186318e5c2fb8a171c670ab48b109a164d55c2
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date: Sun Nov 17 10:18:36 2024 +0100
Duke3D: Failed tripbomb placements no longer consume ammo (accurate to Duke 1.5)
Fixes terminx/eduke32#316
commit 95f09319fe5ef1c0d899120d10385a60a49c3cfa
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 22:26:54 2024 -0600
SW: Add `classic` subdirectory to search path when Redux is detected
SWCR v1.1.9 edits SW.GRP to incorrectly address the issue of invisible
Bouncing Betty mines. Fortunately, the copy in the DOSBox installation is
unmodified. The true cause of the problem is in the code and VoidSW already
fixes it.
See-also: e0b7c69d39816718acd54029e7309b4921937b9a
See-also: 5d02c8bd5fb4e0c897128cb868472c7e2c34bd2d
commit c618a24bf319fa923af712bbd7151a988e96462e
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 22:22:26 2024 -0600
SW: Handle the absence of voxel and parental lock .txt files correctly
Avoids showing the user a nonsensical error message and prevents aborting
in debug builds.
commit 4709a97737e22281264f73f4ea9b99f01de7ccb1
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 22:17:34 2024 -0600
Fix bug in game data scanning when an add-on is found without its parent
This bug can result in a crash, or in an add-on not being removed from the
list when it should be.
commit 606953c04b1564ea5877299a6159460985770d69
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 22:14:12 2024 -0600
Duke3D: Fix crash in startup window code when no game data is recognized
Follow-up-to: fec7d30e6929e99cef7aad47d2c6d75b65dfaf59
Follow-up-to: 41c17613facb0cef2a91371a9a78738018ee2df3
commit c699dd1e3f35a01d1d0e5bedc8512e79cd8de02d
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 15:51:19 2024 -0600
Engine: Bump MAXXDIM from 7680 to 10240
commit a6da89f8ee9cb947bae7c55a0d5b470716551b3a
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Dec 26 15:50:35 2024 -0600
KenBuild: Eliminate use of MAXXDIM for temporary buffer sizes
See https://voidpoint.io/terminx/eduke32 for more details.