Age | Commit message (Collapse) | Author |
|
Code is taken from latest irrlicht trunk; this is relevant because there have been fixes to stencil shadows since 1.8.5 (irrlicht SVN revision 5933).
|
|
|
|
|
|
also test this configuration in CI
|
|
|
|
fixes #182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
The classes are tiny wrappers currently but should they be customized, they are there
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #73
|
|
We definitely won't be wanting to set the gamma for the entire display in the future.
|
|
fbdev is long legacy and the console was just an ASCII art gimmick
|
|
|
|
In particular this makes the OpenGL procedure stuff work.
fixes https://github.com/minetest/minetest/issues/12265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this is only really relevant on Windows
|
|
|
|
|
|
Instead of using the global `include_directories()` and
`link_libraries()` calls use the target versions
`target_include_directories()` and `target_include_libraries()` with
`PRIVATE` keyword instead.
The dependencies are libraries only, the headers are added to the build
instructions in a separate call. So the `target_link_libraries()` calls
are not needed for the object-libraries to be built.
|
|
|
|
|
|
closes #27
|
|
|
|
|
|
|