aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CNullDriver.cpp
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-04-08Drop IImageLoader::loadImages as only IImageLoader::loadImage is usablenumzero
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-03-11Drop IrrCompileConfig (#163)Vitaliy
2023-02-27Drop obsolete IVideoDriver featuresnumzero
2023-02-22Drop _IRR_MATERIAL_MAX_TEXTURES_numzero
2023-02-22Drop obsolete configuration macrosnumzero
2022-06-01Remove more dead code (#108)sfan5
2022-04-29Replace HWBufferMap with a list and back pointers (#99)paradust7
2022-02-26Get rid of all sprintf callssfan5
2021-12-29Remove unused attribute saving and loading (#86)ROllerozxa
2021-12-29Remove more unused code (#87)sfan5
2021-08-27Merging r6196 through r6248 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
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