Dominic Cerquetti

Results 90 comments of Dominic Cerquetti

Ohhhhh hey. I was looking for something just like this. I'm in the middle of decoupling all the UI from the winforms stuff, one dialogbox at a time. This looks...

I'm going to give Eto a shot. If it can handle the gridview stuff in the main form, it'll work

did some early tedious work on slicing out of winforms into its own projects and getting the logic into view/controllers so that we can drop Eto in. I got it...

I don't think there's a universe where this is being converted to C++. But it looks like ETO has C# GTK bindings so, in theory we can get cross-platform GUI...

Ah yea. What we should really be doing is making a preferences file that doesn't get checked in to git. It's annoying if you're collaborating with someone right now because...

it still uses the full path but now stores it in a preferences file not intended to be checked into source control, so, solves the privacy problem.

bank mirroring is vaguely fraught with peril in Diz. the new 3.0 branch tries to address this with an actual memory mapping model that can detect if a SNES address...

sorry this reply is months later, 1. on the label, I see what's going on, I think. It's loading literally the number "#$81C9" as a constant. Diz currently doesn't have...

Hey I saw your PR and a bunch of other stuff there, I was definitely planning on giving that a spin and switching to another library probably yours. Just haven't...

At a quick glance it sure looks like it'll solve the issue. Thanks for doing that, I'll give it a shot next time I'm in my code base. I worked...