viti95 / FastDoom

Doom port for DOS, optimized to be as fast as possible!
528 stars 33 forks source link

enhacement: 640x400 resolution #81

Closed jsmolina closed 10 months ago

jsmolina commented 2 years ago

Tartar doom or doom mbf has this higher resolution, like in windows versions. https://gitlab.com/ludicrous_peridot/cod10mbf

As many of us would like to run fastdoom on powerful machines, We'd like to have higher resolutions available, if posible.

dougvj commented 2 years ago

I wanted this too so I started on this last weekend. Here's my WIP

image

Once it's working fully i'll submit a PR.

jsmolina commented 11 months ago

I wanted this too so I started on this last weekend. Here's my WIP

image

Once it's working fully i'll submit a PR.

no luck? hehe

dougvj commented 11 months ago

I got really far, I have most of the rendering correct, but the UI and the weapon are still a struggle:

image

I also know that some of the changes broke other modes even though I tried to properly guard everything in defs.

I also have to rebase against master.

I work on this every once in a while in my free time, so it's slow going, but I am happy to commit and push what I have if it's useful.

dougvj commented 11 months ago

OK Much closer, I also rebased against 0.9.8

image

dougvj commented 10 months ago

I should be able to wrap this up this weekend, I think everything's working just want do a bit more verification and code cleanup