Julia Nechaevskaya

Results 117 comments of Julia Nechaevskaya

I believe there is a good video reference about this case made by decino: https://www.youtube.com/watch?v=-IYfwCWZeD0 (starts in 6:50). And looks likes, this is how Zero Master achieved same bug at...

No-no, this is slightly different thing. Again, nice video by decino: https://www.youtube.com/watch?v=kRC7hGDrNsM In practice, it was partially fixed by Lee Killough: https://github.com/doomtech/winmbf/blob/trunk/Source/p_mobj.c#L174 Exactlly "partially", since this fix is working in...

Sorry for late, I'm here. Yeah, I can reproduce it on my side. Looks likes it happens only while **MIDI** playback, OPL and GUS seems to be fine. So far...

Помнится, @kmeaw показывал как можно менять текст в dehacked без привязки к какой-либо секции. Что-то типа явного указания `"текст1 текст2"`, но у меня этого примера не осталось. Возможно, это сработает...

[This](https://github.com/chocolate-doom/chocolate-doom/blob/master/src/doom/p_map.c#L865) and [this](https://github.com/chocolate-doom/chocolate-doom/blob/master/src/doom/p_map.c#L873) additions will fix the issue. Seems to be demo-safe, at least I have no desyncs in longest full episode runs from DSDA demo archive. **Edit:** yes, it...

Sure, if you say. My only thought is - this small corrections will need a comment(s), since such check is [not included](https://github.com/OpenSourcedGames/Heretic/blob/master/Heretic%20Source/P_MAP.C#L1153-L1160) in original source release. But how such comment...

Have a suspicion that it's not a SDL 2.0.9 issue - I have two pretty simple USB joysticks, both of them are not detected by latest dev builds of Chocolate...

I think absolutely all the features discussed above should remain strictly "as is", this is not the project for such changes, and having an options like "limit / no limit"...

I think, the real balance is in the Chocolate executable itself. For example, what you should do to play original Doom for DOS on modern PC? There are exactly two...

Hey! 🤗 Sure, I'm still all for support this established standard. The only problem is - it is a bit comlpicated for me to port the code from DR (initial...