Szilárd Biró
Szilárd Biró
I'm trying to build adtools on macOS Mojave, and this warning causes the compilation to fail: > /Users/bszili/Documents/adtools/binutils/repo/bfd/elflink.c:4975:45: error: performing pointer arithmetic on a null pointer has undefined behavior [-Werror,-Wnull-pointer-arithmetic]...
I found two problems with the demo recording / playback. 1. Recording a demo with "-record" only without a filename doesn't work, as the command line options are parsed much...
I noticed that in the on the demo playback now desyncs in PCExhumed. In the underwater section the second fish goes up too high after the first machete hit, so...
After loading back a saved game I noticed that every time I ride the bike it leaves a copy behind. I made a save game looking at the bike that...
The multiplayer-only episode is visible in the episode select screen. Maybe episode was hard coded to be hidden in the original game?
This could be useful for porting Dethrace to XB360, PS3, Wii consoles, or perhaps more obscure platforms.
Currently the only information you get is smb2_type which is a basic file/directory/link value. With file attributes one could implement some basic chmod support to manipulate the READONLY, HIDDEN, SYSTEM...
This is related to #140 but perhaps more easily fixable as a stopgap solution. The the keyboard turning speeds in TFE seem to be slower than the original DOS game,...
I started working on porting TFE to big endian systems. I focused mostly on loading the original game data, editor-only features were not tested. This should allow TFE to run...
MUSIC_SetVolume and MUSIC_GetVolume are now implemented, so games can set the MIDI volume again.