mdbell / Noexes

A graphical remote debugger for the Nintendo Switch
GNU General Public License v3.0
214 stars 55 forks source link

Implement Float value display and search #6

Closed AnalogMan151 closed 5 years ago

AnalogMan151 commented 6 years ago

Add float option to types searchable and auto convert float values to hexadecimal for poking and freezing.

mdbell commented 6 years ago

Just a quick update on this issue: The biggest problem for this is dealing with floating point errors, and I'd have to rework the UI a bit. It is currently planned to be done, till then I recommend doing greater/less then searches!

igromanru commented 5 years ago

Wow, almost one year passed, still no float support. Sad :(

igromanru commented 5 years ago

May I ask why have you closed the issue? If I see it right, the float support is still missing. And it's actually a pretty important features, since many games use float for money, HP etc.

mdbell commented 5 years ago

Floating point error makes it difficult to search for exact values, instead just convert it to hex and use a grater then/less then search. If you (or anyone else) can come up with an elegant way to search for floats and makes a pull request I'll gladly accept it

igromanru commented 5 years ago

I understand, but is it not better to let the issue open? So people can see that it's still a problem?