aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-24Improved IrrlichtMt target structure (#31)JosiahWI
2021-05-08COGLES2Driver: fix swapped color screenshotssfan5
2021-05-08CI: Add verbose flag to build (#35)JosiahWI
2021-04-28Cleanup C++0x support in irrUString.h (#33)Loïc Blot
2021-04-27Enable ogles2 on mobile platforms by defaultsfan5
It wasn't meant to be disabled.
2021-04-24Work around bug installing targets created in a subdirectoryJosiahWI
2021-04-22Add basic test application that runs under CIsfan5
2021-04-22Hook up examples to CMakesfan5
2021-04-21CNullDriver: store real size for dummy texturessfan5
2021-04-21CIrrDeviceLinux: don't create input context if no windowsfan5
This broke the Null driver.
2021-04-19Fix misbehaving input after IME changes (Linux)yw05
2021-04-17Fix Android build (again)sfan5
closes #27
2021-04-17WGLManager: fix wglCreateContextAttribsARB not being usedsfan5
2021-04-17Always use system OpenGL extension headerssfan5
2021-04-13Fix include install locationsfan5
2021-04-13CMake Config and Version exports (#22)JosiahWI
2021-04-09Fix Android buildsfan5
2021-04-09Disable Software drivers on mobile platformssfan5
literally dead code
2021-04-05Fix segfault if non-i18n fallback input is used on Linuxsfan5
2021-04-02Bump revision earlysfan5
So we can leave CI at the last build while being able to test changes locally.
2021-04-02Add support for IMEs on Linuxyw05
2021-04-02Prepare GUI for IME supportyw05
2021-03-31Do not distort images scaled by integer multiplessfan5
2021-03-26Skip unnecessary C compiler checkssfan5
2021-03-26Make compiling using MSVC worksfan5
2021-03-25Bump revision to 1.9.0mt1sfan5
2021-03-25Rename library to IrrlichtMtsfan5
for clarity and to avoid conflicts closes #16
2021-03-25Make Linux CI run upload a packagesfan5
2021-03-25Include irrUString directly in irrlichtLoic Blot
it's a derivate from irrString and originate from irrlicht, legitimate a return back to home
2021-03-25Ignore all so, not only versioned onesLoic Blot
2021-03-25CIrrDeviceLinux: fix dead key/compose handlingsfan5
2021-03-24CIrrDeviceLinux: fix dumb key fallback behavioursfan5
Turns out giving the application KEY_UNKNOWN + the correct char to work with is better than returning nonsense EKEY_CODEs.
2021-03-18Fix missing step in build instructionsAlistair Findlay
2021-03-16Fix Irrlicht not properly resizing on macOS due to incorrect window size; ↵Jordan Snelling
thanks @torleif
2021-03-12CMemoryFile: fix seek bounds-checkingsfan5
2021-03-12CGLXManager: Use GLX window correctlysfan5
fixes #17
2021-03-12Fix pixel-perfect draw2DLine on OpenGLsfan5
2021-03-09Remove trivial copy constructors and operatorssfan5
2021-03-08CI: add workflows for win32 and win64sfan5
2021-03-08macOS: silence OpenGL deprecation warningssfan5
2021-03-07Add READMEsfan5
2021-03-07Prepare for integration with Minetestsfan5
2021-03-07Android: import back button patchsfan5
2021-03-07Android: import touchedCount patchsfan5
2021-03-07Restore Android supportsfan5
2021-03-06Restore Windows and OSX supportsfan5
2021-03-06Remove other left-over build systemssfan5
2021-03-06Add CMake as new build systemsfan5
2021-03-06Fix inconsistent-missing-override warningssfan5
2021-02-25Fix Windows, Android buildsfan5