Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-06 | Fix OpenGL3 driver to compile standalone | sfan5 | |
also test this configuration in CI | |||
2023-03-11 | Drop IrrCompileConfig (#163) | Vitaliy | |
2022-10-15 | Replace _IRR_OVERRIDE_ macro with override keyword | JosiahWI | |
The commit also establishes a precedent of leaving off the `virtual` keyword in overrides. Although not strictly necessary, I believe this is good for readability because it makes it clear it is an override and not a pure virtual function, and it helps keep line lengths shorter. We should move towards eliminating the macro altogether, but the definition has been left in with a note on deprecation so that in-progress work will not suffer merge conflicts. | |||
2022-05-21 | Refactor SDL device to use the same abstraction as other devices | sfan5 | |
In particular this makes the OpenGL procedure stuff work. fixes https://github.com/minetest/minetest/issues/12265 |