Benjamin Sutas

Results 187 comments of Benjamin Sutas

Personally I'd like to fix it, but one idea we could do is a window like the cheats window, but for old game bugs instead, and you can toggle the...

I've known about this for a while but I just ignored it because I never considered it a bug; just a simplification to dates made by CS. I'm happy to...

@Generalcamo the reverse-engineering has already been done; no more is needed to implement this fix - feel free to submit a PR! https://github.com/OpenLoco/OpenLoco/blob/14eb1eb5c656b7ef74f28417111024c5021e925c/src/OpenLoco/Date.cpp#L15-L18 I personally don't have an issue with...

@auge8472 I'm not sure what you mean, I didn't provide any fix? I just highlighted the lines of code that currently exist for leap year calculation

If we're re-visiting this, I'd like to know how much this would cause openloco to deviate from vanilla - how much will it affect the replays we have that we...

This sounds like #1248? Even though repro steps are slightly different, I bet its the same issue of changing companies

>what do you use to analyze the dumps? Visual Studio

As mentioned, you need to download/install visual studio, I'd recommend the 2022 community edition as it's current, free and has everything you need: https://visualstudio.microsoft.com/vs/ This is the MS docs on...

In this case, the game crashes in the interop layer which means the real problem is in an un-reverse-engineered function. I don't really know how to figure out more from...

No I don't know what function, I'm not a reverse engineer myself so I can't really help you more, @AaronVanGeffen and @duncanspumpkin are the guys who do that work. You...