Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-11 | Bump revision early | sfan5 | |
2023-03-11 | Drop IrrCompileConfig (#163) | Vitaliy | |
2023-03-05 | Bump revision | sfan5 | |
2022-10-24 | Bump revision early | sfan5 | |
2022-09-16 | Bump revision | sfan5 | |
2022-07-21 | Bump revision | sfan5 | |
2022-07-18 | Enable XInput2 by default (and improve CMake detection) | sfan5 | |
closes #73 | |||
2022-07-18 | Drop gamma ramp code | sfan5 | |
We definitely won't be wanting to set the gamma for the entire display in the future. | |||
2022-07-09 | Drop Console and Framebuffer device | sfan5 | |
fbdev is long legacy and the console was just an ASCII art gimmick | |||
2022-05-07 | Bump revision | sfan5 | |
2022-02-26 | Get rid of various old compiler and platform checks | sfan5 | |
2022-02-03 | Bump revision | sfan5 | |
2022-01-16 | Update CIrrDeviceSDL to support SDL2 (#85) | Emmanuel Hansen | |
2021-11-19 | Reduce _IRR_MATERIAL_MAX_TEXTURES_ to 4 | sfan5 | |
We don't use any more and reducing this is free memory savings. | |||
2021-09-14 | Bump revision to 1.9.0mt4 | sfan5 | |
2021-09-13 | Readd TGA format support (#64) | ROllerozxa | |
2021-08-30 | Remove unused locale-like code, utf8 functions and headers | sfan5 | |
2021-08-30 | Drop _IRR_WCHAR_FILESYSTEM | sfan5 | |
never used and never worked for us. | |||
2021-08-28 | Add support for OpenBSD | JosiahWI | |
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-27 | Merging r6196 through r6248 from trunk to ogl-es branch | cutealien | |
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475 | |||
2021-07-23 | Restore missing entry in compile config | hecktest | |
2021-07-23 | Delete lots of unused features (#48) | hecks | |
2021-07-17 | Drop unused and unportable "fast math" code | sfan5 | |
2021-07-07 | Drop XML implementation, related code and dependent features | sfan5 | |
2021-07-07 | Bump revision to 1.9.0mt3 | sfan5 | |
2021-07-02 | Disable software drivers by default everywhere | sfan5 | |
They'll likely be dropped entirely soon. | |||
2021-04-27 | Enable ogles2 on mobile platforms by default | sfan5 | |
It wasn't meant to be disabled. | |||
2021-04-09 | Disable Software drivers on mobile platforms | sfan5 | |
literally dead code | |||
2021-04-02 | Bump revision early | sfan5 | |
So we can leave CI at the last build while being able to test changes locally. | |||
2021-03-26 | Make compiling using MSVC work | sfan5 | |
2021-03-25 | Bump revision to 1.9.0mt1 | sfan5 | |
2021-03-07 | Prepare for integration with Minetest | sfan5 | |
2021-02-25 | Throw out support for Bzip, LZMA and encrypted ZIPs | sfan5 | |
2021-02-25 | Remove bundled libraries | sfan5 | |
2021-02-25 | Add github workflow & gitignore | Loic Blot | |
2020-12-30 | Fix 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-30 | Enable _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-30 | Merging r6173 through r6179 from trunk to ogl-es branch | cutealien | |
- 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-22 | Make 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-03 | Merging 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 |