Matt

Results 248 comments of Matt

I initially used also clang-tidy-review but ended up creating my own that works almost the same as this one for the reasons you just pointed out, you can check it...

~~What renderer are you using, does it make a difference if you use OpenGL?~~ Nevermind that. I think this is an invalidation issue.

I would actually agree that some stuff should/could go in %APPLOCALDATA% but then we are not actually producing a lot of files so I think the current way is not...

You can already save/load your parks from wherever you like. Also you can already override the data directory via argument but we do not encourage people to change it, it...

> > You can already save/load your parks from wherever you like. Also you can already override the data directory via argument but we do not encourage people to change...

I also find the term Relative and Absolute a bit strange here. If you multiply a value by a scale then that counts in my opinion still as an absolute,...

I think its often used to also just get the height, so splitting it might be better.

Sorry the title might be also a bit misleading, there should be two functions, one that only calculates the height/width and one that actually modifies the string.

Naming is always pretty hard, maybe something like gfx_calculate_string_dimensions? I wouldn't worry about the name too much at first, we can discuss this in the PR once functional.