Jeffery Myers
Jeffery Myers
It needs some kind of label or icon next to the number showing that it's a limit, not just a random floating number.
BZFlag does not need more options. Show us screenshots or mockups with both locations. I prefer lower near the shot reloads, since that's already shot related. But there may be...
I took a look through the code, 99% of the use of char arrays is using them as byte buffers for things like images, or fixed size data structures like...
> Imgui constructors should be optional, looks like a imgui bug and you should report it to imgui repo. The C++ version works just fine, so I don't think it's...
I think this should be a drop in lib, not part of raylib itself to help with maintenance. It should go in the raylib-extras repo IMHO.
For credit, this idea was from @Peter0x44 initially.
I very specifically had them call the raymath functions so that we did not duplicate code. If a change has to be made to some math function, I don't want...
I think it is good for 5.5
> @JeffM2501 @Peter0x44 Just noticed there are no operators for `Matrix`, should there be some added? I just added some matrix operators. I'm not sure they are super important.
> > @JeffM2501 @Peter0x44 Just noticed there are no operators for `Matrix`, should there be some added? I have made another PR for matrix operators and merged back the formatting...