aboutsummaryrefslogtreecommitdiff
path: root/include/IrrCompileConfig.h
AgeCommit message (Collapse)Author
2023-03-11Bump revision earlysfan5
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2023-03-05Bump revisionsfan5
2022-10-24Bump revision earlysfan5
2022-09-16Bump revisionsfan5
2022-07-21Bump revisionsfan5
2022-07-18Enable XInput2 by default (and improve CMake detection)sfan5
closes #73
2022-07-18Drop gamma ramp codesfan5
We definitely won't be wanting to set the gamma for the entire display in the future.
2022-07-09Drop Console and Framebuffer devicesfan5
fbdev is long legacy and the console was just an ASCII art gimmick
2022-05-07Bump revisionsfan5
2022-02-26Get rid of various old compiler and platform checkssfan5
2022-02-03Bump revisionsfan5
2022-01-16Update CIrrDeviceSDL to support SDL2 (#85)Emmanuel Hansen
2021-11-19Reduce _IRR_MATERIAL_MAX_TEXTURES_ to 4sfan5
We don't use any more and reducing this is free memory savings.
2021-09-14Bump revision to 1.9.0mt4sfan5
2021-09-13Readd TGA format support (#64)ROllerozxa
2021-08-30Remove unused locale-like code, utf8 functions and headerssfan5
2021-08-30Drop _IRR_WCHAR_FILESYSTEMsfan5
never used and never worked for us.
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.
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-23Restore missing entry in compile confighecktest
2021-07-23Delete lots of unused features (#48)hecks
2021-07-17Drop unused and unportable "fast math" codesfan5
2021-07-07Drop XML implementation, related code and dependent featuressfan5
2021-07-07Bump revision to 1.9.0mt3sfan5
2021-07-02Disable software drivers by default everywheresfan5
They'll likely be dropped entirely soon.
2021-04-27Enable ogles2 on mobile platforms by defaultsfan5
It wasn't meant to be disabled.
2021-04-09Disable Software drivers on mobile platformssfan5
literally dead code
2021-04-02Bump revision earlysfan5
So we can leave CI at the last build while being able to test changes locally.
2021-03-26Make compiling using MSVC worksfan5
2021-03-25Bump revision to 1.9.0mt1sfan5
2021-03-07Prepare for integration with Minetestsfan5
2021-02-25Throw out support for Bzip, LZMA and encrypted ZIPssfan5
2021-02-25Remove bundled librariessfan5
2021-02-25Add github workflow & gitignoreLoic Blot
2020-12-30Fix compiling last commit (missing a letter).cutealien
Thx @Maksym Hamarnyk git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6182 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-30Enable _IRR_COMPILE_WITH_OGLES1_ on IOS.cutealien
Should be enabled according to Maksym Hamarnyk git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6181 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-30Merging r6173 through r6179 from trunk to ogl-es branchcutealien
- Adding optional support for touch input in X11 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6180 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-22Make it possible again to enable ES1 on Linux.cutealien
Seems Debian 11 adds it back. Thanks @TheBrokenRail for patch. Hidden in comments for patch #322: https://sourceforge.net/p/irrlicht/patches/322 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6175 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