aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-24Avoid some more warnings when working with CMatrix4<f64>cutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6304 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-03-24Avoid warnings when working with CMatrix4<f64>cutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6303 dfc29bdd-3216-0410-991c-e03cc46cb475
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-20Delete changes.txtsfan5
Gets in the way of cherry-picking and isn't up to date anyway.
2023-03-19Drop dependency on FileSystem from SceneManagernumzero
2023-03-19Drop unused dependency of SceneManager on GUIEnvironmentnumzero
2023-03-19Drop unused dependency on FileSystem in mesh loadersnumzero
2023-03-14Remove all mentions of iOSnumzero
2023-03-14Remove CIrrDeviceiOSnumzero
2023-03-13Error out early on unsupported SDL2+GLES1 combonumzero
2023-03-13Add xvfb (for tests)numzero
2023-03-13Add CI for the new GL ES 2 drivernumzero
2023-03-13Add CI for the new OpenGL 3 drivernumzero
2023-03-13Add OpenGL3 support to the autotestsnumzero
2023-03-13Small Fixesnumzero
2023-03-13Accommodate lack of ETS_TEXTURE_1numzero
2023-03-13Merge branch 'drop-irr-compile-config' into opengl3numzero
2023-03-13Merge branch 'master' into drop-irr-compile-confignumzero
2023-03-11Bump revision earlysfan5
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2023-03-06Consolidate import/export attribute definitionsnumzero
2023-03-06Restrict X11 options to X11 devicenumzero
2023-03-06Restore isDriverSupported, but in a cpp filenumzero
2023-03-06Drop ETS_TEXTURE_1numzero
The transformation state itself is still available via ETS_TEXTURE_0+1
2023-03-05Bump revisionsfan5
2023-03-04Apply suggestions from code reviewVitaliy
Co-authored-by: sfan5 <sfan5@live.de>
2023-03-03Restore obsolete constants as they are still used in some code I don’t ↵numzero
want to touch
2023-03-03Merge branch 'master' into opengl3numzero
2023-03-03Fix ifdefs around includes in CIrrDeviceSDLnumzero
2023-03-03Split new GL3/GLES2 driversnumzero
The classes are tiny wrappers currently but should they be customized, they are there
2023-03-02Report as OpenGL 3numzero
2023-03-02Error out on unsupported configurationsnumzero
2023-03-02Support both OpenGL3 and GLES2 on SDL2numzero
2023-03-02Support GLES2numzero
2023-03-02Drop obsolete video driversnumzero
2023-02-28Unify drawing functionsnumzero
2023-02-27Drop obsolete stuffnumzero
2023-02-27Unify quad drawingnumzero
2023-02-27Unify plain image drawingnumzero
2023-02-27Drop obsolete IVideoDriver featuresnumzero
2023-02-27Load extensions the OpenGL 3 waynumzero
2023-02-27Add debug handlernumzero
2023-02-27Enumerate extensions in the OpenGL 3 waynumzero
2023-02-27Request OpenGL 3.2numzero
2023-02-27Add OpenGL3 renderernumzero
2023-02-22Reduce IrrCompileConfig usage to files that actually need itnumzero
2023-02-22Drop _IRR_MATERIAL_MAX_TEXTURES_numzero
2023-02-22Drop _IRR_SCENEMANAGER_DEBUGnumzero
2023-02-22Drop _IRR_COMPILE_WITH_GUI_numzero
2023-02-22Drop obsolete configuration macrosnumzero