vLKp

Results 316 comments of vLKp

I have a vague memory that zicodxx had a good reason not to do this, possibly involving demos and what they do or do not record. Demos only accurately record...

The demo file format is extremely limited, and the parser is quite fragile, since it blows past any unknown opcodes without attempting to resynchronize. https://github.com/dxx-rebirth/dxx-rebirth/issues/775 requested a command-line adjustable field-of-view,...

It looks to me like there are two requests here, with different requirements. First request: replace the MVE cinematic on escaping a Descent 2 level with the Descent 1 style...

I doubt anyone will rebuild the MS-DOS release to fix this. I am not sure that is even possible, since the original source release dropped some components due to licensing...

I do not see this problem on x86_64-pc-linux-gnu using commit 755f25ac5eafb66a39da657bf51d3d9ad4c88064 to build and run Descent 1, using retail v1.5 data. The menu looks as I expect. I can start...

No screenshot was included with your message. There is nothing I can do for you at this time, because I do not understand your problem and cannot reproduce it. There...

There still is no screenshot. I suspect you cannot use e-mail to submit attachments to the ticket. You will need to use the Github web interface to attach it.

The contributed Github Actions workflow for building a Linux AppImage uses Ubuntu 22.04. Presumably, that AppImage bundles the SDL1.2 that Ubuntu 22.04 uses, which would be consistent with your observation...

`first_level_song` has value `5`, so the test should be `false` for songs `title`, `briefing`, `endlevel`, `endgame`, and `credits`. To be clear, you are referring to https://github.com/dxx-rebirth/dxx-rebirth/blob/7a84b3f307ac6f72fd440e55b149d7c2c942dfaf/similar/main/songs.cpp#L890 Right? As I read...

This should have been fixed in [Copy D2 boss special segments to a POD temporary for writing to save file](/dxx-rebirth/dxx-rebirth/commit/73284b35ac3277902b779e44e16b6d0ce471672d). Are you still seeing problems in commits after that one?