Closed heinezen closed 7 months ago
@TheJJ Wouldn't this require switching away from the decorator method? I would like to keep that for now, since it makes adding new printers pretty easy.
the decorator can be imported like any regular function, no?
@TheJJ Yes, but to use the decorator, the module with the classes would have to be imported too. And somehow, gdb doesn't seem to like that. At least I get errors when I try that for the .gdbinit file but gdb doesn't print the exact issue. I'm not sure how to solve this yet, so having the printers all in one file is the best solution right now.
@TheJJ Done :)
Now it should be good to merge, finally
Depends on https://github.com/SFTtech/openage/pull/1633
This just flattens the parent hierarchy to make the parent invisible and directly show the coordinate values.