RPG Hacker

Results 91 comments of RPG Hacker

Well, to be honest, I'm also not 100% sure if that's actually unsuported. In this case, the registers in question were the multiplication registers. I asked Vitor Vilela about this,...

What's the current status on this issue? If it's still open, I could try implementing it for at least orthogonal maps, since it's something that's currently relevant to me. My...

> No test added. Since this bug requires existing RATS tags to repro, I don't think the current testing framework would support a test for this. Actually, I think there...

I'd say it's not documented because it isn't really a feature intentionally supported by Asar (and in fact, it's not guaranteed to keep working in future releases). It's something that...

Nice work! I would probably go with IDs (four-digit IDs like in Visual Studio), since I think they're a bit easier to work with internally (setting states for them would...

This is now mostly implemented with commit 44899c6924a54b0dd83b4c464be46d81e613d3c3. The only thing that's still missing is adding the new API to the C# and Python bindings. Don't feel like doing that...

It would be useful, but it could also break backwards-compatibility with some patches, so if we implemented this, we'd have to tie it to some compatibility switch or command line...

May I propose the following syntax: ``` for !i = 1 to 10 do db !i end ``` This syntax is inspired by Pascal. I kinda like having just our...

I'm in favor of going with just regular "end" everywhere. Really, the only reason I ever chose to use "endif" for while loops was because it allowed me to piggy-back...

Sounds fair for me. I still recommend processing them in a single common place, so that it will be easy to catch things like "trying to end a for block...