aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CNullDriver.h
AgeCommit message (Collapse)Author
2023-04-13Add back lighting systemLizzy Fleckenstein
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).
2023-04-08Extract and use singular CNullDriver::checkImagenumzero
2023-04-08Drop createImagesFromFile in favor of createImageFromFilenumzero
2023-03-25Resolve conflicts with masternumzero
2023-03-24IVideoDriver::setMaterialRendererName now using u32 for index like other ↵cutealien
similar functions Other functions like getMaterialRendererName got switched to u32 in the past. I can see no reason why this one was left out, so changing it to be same as the rest. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6300 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-02-27Drop obsolete IVideoDriver featuresnumzero
2023-01-02Remove leftover code from software renderingsfan5
2022-10-15Replace _IRR_OVERRIDE_ macro with override keywordJosiahWI
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-06-01Remove more dead code (#108)sfan5
2022-05-18Remove irrMap and use std::map insteadparadust7
2022-04-29Replace HWBufferMap with a list and back pointers (#99)paradust7
2022-02-26Get rid of various old compiler and platform checkssfan5
2021-12-29Remove unused attribute saving and loading (#86)ROllerozxa
2021-12-29Remove more unused code (#87)sfan5
2021-04-21CNullDriver: store real size for dummy texturessfan5
2020-12-19Merging r6145 through r6171 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6172 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-01-03Merging r5975 through r6036 from trunk to ogl-es branch.cutealien
GLES drivers adapted, but only did make compile-tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475