aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-07-17Support Unicode characters properly in SDL2 (#114)ndren
2022-07-09Drop Console and Framebuffer devicesfan5
2022-07-09Stop dlopening libGL(ESv2).sosfan5
2022-07-09Fix CreateContextAttribsARB fallback behavioursfan5
2022-07-07Cleaner ListItem initialization (#117)JosiahWI
2022-07-04Fix null dereference reported by coverity (#115)JosiahWI
2022-07-03Remove dead code detected by Coverity (#116)JosiahWI
2022-06-10Reset blend equation in 2D mode in OGLES1 and OGLES2 driversDmitry Kostenko
2022-06-09Reset blend operation in 2d modeDmitry Kostenko
2022-06-06Use CGWarpMouseCursorPositionparadust7
2022-06-01Don't crash attempting to scale zero-sized imagessfan5
2022-06-01Remove more dead code (#108)sfan5
2022-05-22Remove core::list and replace uses with std::list (#105)paradust7
2022-05-21Make irrArray backed by std::vector (#101)paradust7
2022-05-21Refactor SDL device to use the same abstraction as other devicessfan5
2022-05-21Improve IrrCompileConfig handling in cmakesfan5
2022-05-18Remove irrMap and use std::map insteadparadust7
2022-05-11Remove extra memcpy in ogles2 driverparadust7
2022-05-04Enable GL_ALPHA_TEST in OpenGL driver for custom transparent alpha shadersparadust7
2022-04-30Add missing overrides to fix compiler warningsndren
2022-04-29Replace HWBufferMap with a list and back pointers (#99)paradust7
2022-03-09Fix COSOperator::getSystemMemorysfan5
2022-02-26Get rid of various old compiler and platform checkssfan5
2022-02-26Get rid of all sprintf callssfan5
2022-02-26Fix uninitialized variable in previous commitsfan5
2022-02-20Create OpenGL context using CreateContextAttribsARBsfan5
2022-02-14Fix SDL2 include pathssfan5
2022-02-09IBillboardSceneNode got functions to access meshbuffers.cutealien
2022-02-09Prefer static_cast to reinterpret_cast where possible.cutealien
2022-01-31Gracefully handle lack of bundle on macOSsfan5
2022-01-22Get rid of ancient workaroundsfan5
2022-01-16Update CIrrDeviceSDL to support SDL2 (#85)Emmanuel Hansen
2022-01-15CB3DMeshFileLoader: abort if offsets point outside of filesfan5
2022-01-02Reset mesh animation state before recalculating normals (#90)x2048
2021-12-29Remove unused attribute saving and loading (#86)ROllerozxa
2021-12-29Remove more unused code (#87)sfan5
2021-12-15Automatically use SSE registers for FP operations on i386 (#83)William L. DeRieux IV
2021-11-24Fix various GCC warningsJosiahWI
2021-11-24Remove unused functionsJosiahWI
2021-11-19Get rid of MATERIAL_MAX_TEXTURES_USEDsfan5
2021-11-19Unconditionally load first texture matrix in OpenGL driversfan5
2021-11-16Fix updating of vertex normals for animated meshes (#77)x2048
2021-10-05Limit dimensions of all image loaders to 23000x23000sfan5
2021-09-14CImageLoaderJPG: protect size calculation from overflow by rejecting huge dim...sfan5
2021-09-13Readd TGA format support (#64)ROllerozxa
2021-08-30Remove unused locale-like code, utf8 functions and headerssfan5
2021-08-30Change clipboard to UTF-8 on macOSsfan5
2021-08-30Make clipboard UTF-8 on Windows toosfan5
2021-08-30Fix X11 selections (#55)DS
2021-08-30Drop _IRR_WCHAR_FILESYSTEMsfan5