Michael
Michael
> > Make namespaces more explicit (`video::SColor` to `irr::video::SColor`) > > > > * This will also make it easier to remove `using namespace irr` from header files in the...
Oops, I didn't mean to push here
> This makes sense in principle, but Irrlicht is not an external library (anymore) and entirely under our control. The `irr` namespace has very few direct members. I see. Would...
Are `minetest.conf` and `minetest.conf.example` being changed to `luanti.conf` and `luanti.conf.example`?
> MacOS 14.6, Minetest 5.9.0, Colemak layout -> not replicated, in char `;` write `o`. > > @omicron1100 Is it still actual on your side? I just tested this in...
So is this fixed in the next version? I compiled 5.10.0-dev and ran into the same issue.
Why is "Quit to Main Menu" an important feature to begin with? If a person is making a game where it's a self-contained experience, then it makes no sense to...
How about a three-way keybind like Ctrl + Alt + Q ? Harder to hit on accident
Luanti should immediately start replacing Irrlicht's windowing and event system to SDL3. We get compatibility with just about every platform imaginable. Controllers, touch inputs, MKB, all for free. Yes, I...