Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

dsda-dev

Members
  • Content count

    119
  • Joined

  • Last visited

About dsda-dev

  • Rank
    Junior Member

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    High res is very expensive in software mode. You'll get similar performance to woof if you lower the resolution to what it uses. Hardware rendering is relatively accurate and it can do a variety of "tricks" that software mode has, but there are still some gaps and some errors (for instance, corpses clip into the floor in opengl). The long term goal is to have complete parity between the modes, but for now it's a tradeoff.
  2. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Yes, this is also affecting some other wads. I'll be looking into it. Thanks for the report and the video.
  3. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Gregor: hit me up on discord if you are around there and I can see if I can make a build that works for you
  4. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Updated to v0.27.5 (same link in first post) DSDAHUD lumps are "merged" now so only redefined huds are changed Fixed umapinfo bunny scroller crash Fixed volume issue on song restart in OPL (rfomin) Getting this one out since the umapinfo crash affects a few projects.
  5. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Can you make a minimal wad demonstrating the problem?
  6. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    The default is already "if intended by the author". This setting is an override if you want to allow it all the time. I can update the text. Boom sprite stuff can be changed in the config file or via the in game console. I'll be giving the whole menu system a look for 0.28.
  7. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Updated to v0.27.4 (same link in first post) Added background fps limit menu option Added option to hide stat totals until they are reached Added option to hide stat labels (unectomy) Added missing quitmsg dehacked keys (t-117) Changed invalid sndinfo definition to a warning Fixed some note skipping in opl (rfomin) Fixed textured automap showing in strict mode Fixed mapinfo Passover melee range height check Fixed undefined buffer issue with screenshots and viddump Fixed an overflow causing distant sprites (~8k map units) to not be rendered Fixed fullscreen cwilv replacement render position on entering screens
  8. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    There have been a few cases where the parser doesn't work with all the different syntax in some SNDINFO lumps. I'll have this fixed for the next patch. Thanks for the report. I've kept posting here because it's the historical home and speedrunners are the group that need to know about new releases, but you're right that it probably doesn't make sense anymore.
  9. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    I've looked into this some more. It's due to how actors spawn in the vanilla engine (you see the same effect if you spawn an enemy close to a wall for instance). The "floor" isn't updated until the actor moves / crosses lines, so it uses the sector floor and ignores the 3d midtex. I would need to add an algorithm that searches for the true floor / ceiling heights when spawning, and this won't just affect 3d midtex but normal geometry as well. I won't make that kind of big change in a smaller patch, so I'll put this on the topic list for 0.28 and it can be considered a limitation of the current implementation.
  10. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Yes, eventually. It's not a case of just copying Woof's code unfortunately.
  11. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    This one is fixed for the next patch fyi
  12. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    I don't have any plans for a feature like that.
  13. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    The domed sky mode used when freelook is on isn't perfect. I know one issue happens if there are sectors in view that have different skies (not sure that's the case here).
  14. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    At some point I had to rewrite how tag searching works (probably when adding udmf's ability to have multiple tags per line / sector) and that feature wasn't migrated. I think it would be better to implement a proper demo-compatible feature for this using a comp flag, but haven't pursued that as I've been focusing on other things.
  15. dsda-dev

    dsda-doom v0.27.5 [2023-12-03]

    Updated to v0.27.3 (same link in first post) - Fixed opengl renderer not working for some people - Fixed duplicate wipe when reloading with use while dead If you still have issues with opengl let me know. Thanks to ReaperAA and VanBog for debugging the issue with me.
×