aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CXMeshFileLoader.cpp
AgeCommit message (Collapse)Author
2023-03-24Unify & improve log messagescutealien
Lots of places where coders did not realize our Printer::log with hint adds a ": " string between message and hint Which caused uglier messages in a few places (added documentation for that, maybe helps?) Some added info in a few places Some whitespace unification Some spelling unification git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6414 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-03-19Drop unused dependency on FileSystem in mesh loadersnumzero
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2022-09-21Fix typo in CXMeshFileLoader.cpp (#133)Tobias Frost
This patch was provided from J. Puydt to Debian. Origin: https://salsa.debian.org/games-team/minetest/-/blob/master/debian/patches/fix-typos.patch
2021-11-24Remove unused functionsJosiahWI
renderLine16_Blend(), renderLine16_Decal(), renderLine32_Blend(), renderLine32_Decal() clipLine() frand() drawRectangle() and drawLine() remove unused private fields
2021-07-29Fix .x material slot parsinghecks
Co-authored-by: hecktest <>
2021-07-23Delete lots of unused features (#48)hecks
2021-06-19CXMeshFileLoader: initialize normals to zero during loadingsfan5
2020-06-12Merging r6075 through r6106 from trunk to ogl-es branch.cutealien
Burnings renderer changes. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6116 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