aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2021-04-24Work around bug installing targets created in a subdirectoryJosiahWI
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-13CMake Config and Version exports (#22)JosiahWI
2021-04-09Fix Android buildsfan5
2021-04-05Fix segfault if non-i18n fallback input is used on Linuxsfan5
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-25Rename library to IrrlichtMtsfan5
for clarity and to avoid conflicts closes #16
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-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-08macOS: silence OpenGL deprecation warningssfan5
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-02-25Fix Windows, Android buildsfan5
2021-02-25GLX window is *not* an X11 windownumzero
2021-02-25Throw out support for Bzip, LZMA and encrypted ZIPssfan5
2021-02-25Remove bundled librariessfan5
2021-02-21Merging r6194 from trunk to ogl-es branch.cutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6195 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-02-21Merging r6186 through r6192 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6193 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-01-06Whitespace fixes.cutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6186 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-01-06Merging r6181 through r6184 from trunk to ogl-es branchcutealien
- Changes to touch-input handling on X11 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6185 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-22Merging r6173 through r6176 from trunk to ogl-es branchcutealien
Also adding -DPNG_ARM_NEON_OPT=0 to other places in Makefile as we don't have arm optimization for neon currently in our png lib. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6177 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-12-19Merging r6145 through r6171 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6172 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-04Fix compiler error caused by merge.cutealien
Thanks @ Maksym for report. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6152 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-03Remove headers from source-file sections in XCode project file.cutealien
Thanks @ Maksym for the patch. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6151 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-03Another OSX build file patch.cutealien
It should work now. Thanks @maksym for help. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6150 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-03Another fix for OSX build file.cutealien
And a bit unifying it with trunk. Likely one more bug in there... so another patch coming. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6149 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-03Fix some more problems with OSX build file.cutealien
Probably will need one more patch... git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6148 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-02Trying to merge build patch from Maksym Hamarnyk to build OS Xcutealien
See https://github.com/MoNTE48/Irrlicht/commit/a56263fbc13ae23e9238936545972fa028225805 Will need further testing. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6146 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-11-02Merging r6140 through r6144 from trunk to ogl-es branch.cutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6145 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-09-29Merging r6128 through r6139 from trunk to ogl-es branch.cutealien
Note: I could not merge 2 OSX project files as I'm not sure how to correctly resolve their conflicts. Maybe old version for those files are still OK, as ogl-es branch got updated once before (leaving trunk behind). In case it causes problems I hope someone can send another patch for those 2 files: source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6140 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-06-20Merging r6122 through r6127 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6128 dfc29bdd-3216-0410-991c-e03cc46cb475