aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/COBJMeshFileLoader.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-10-24Fix buffer overflow in COBJMeshFileLoadersfan5
2022-05-21Make irrArray backed by std::vector (#101)paradust7
2022-05-18Remove irrMap and use std::map insteadparadust7
2021-12-29Remove more unused code (#87)sfan5
2021-11-24Remove unused functionsJosiahWI
renderLine16_Blend(), renderLine16_Decal(), renderLine32_Blend(), renderLine32_Decal() clipLine() frand() drawRectangle() and drawLine() remove unused private fields
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-07-23Delete lots of unused features (#48)hecks
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