aboutsummaryrefslogtreecommitdiff
path: root/include/irrString.h
AgeCommit message (Collapse)Author
2022-12-23Replace core::string implementation with std::basic_stringsfan5
2022-11-11Fix two irrString bugssfan5
* append() missing null-termination * eraseTrailingFloatZeros() was accidentally broken, comment it out for now
2022-10-14Fix buffer size for wchar-multibyte conversionsfan5
2021-11-24Fix various GCC warningsJosiahWI
- fix overload hiding - handle missing enumeration values in switch - remove extraenous semicolons - always have defaults in color converter switch - fix root cause of stringop warning
2021-08-30Remove unused locale-like code, utf8 functions and headerssfan5
2021-08-30Fix X11 selections (#55)DS
This fixes all the issues with the X11 selection in addition to switching the clipboard to always be UTF-8.
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