aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/os.cpp
AgeCommit message (Collapse)Author
2023-03-14Remove all mentions of iOSnumzero
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2022-06-01Remove more dead code (#108)sfan5
2022-02-26Get rid of various old compiler and platform checkssfan5
2022-02-14Fix SDL2 include pathssfan5
closes #96
2022-01-22Get rid of ancient workaroundsfan5
...that probably negatively impacted performance or something else
2022-01-16Update CIrrDeviceSDL to support SDL2 (#85)Emmanuel Hansen
2021-11-24Remove unused functionsJosiahWI
renderLine16_Blend(), renderLine16_Decal(), renderLine32_Blend(), renderLine32_Decal() clipLine() frand() drawRectangle() and drawLine() remove unused private fields
2021-08-28Add support for OpenBSDJosiahWI
There were three patches OpenBSD applied to build Irrlicht, and I implemented two of them. The first required turning off joystick events on OpenBSD, and the second (which I didn't confirm was necessary) required some defines in os.h. The third patch would have added an include to CIrrDeviceLinux.cpp, but the file had changed quite a bit and I could not tell whether this was necessary, so I left it out, and it appears Irrlicht builds fine.
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