Commit Graph

  • 7896dde11c Fix Android build master ogl-es Maksim 2022-05-13 01:36:55 +0300
  • fef3a3e538 COGLES2Driver: fix swapped color screenshots. Thanks @sfan5 for patch (05c109a1d5) Forum: https://irrlicht.sourceforge.io/forum/viewtopic.php?f=2&t=52819&p=306518 cutealien 2022-05-05 14:10:48 +0000
  • f8ddafbb63 Merging r6381 from trunk to ogl-es branch cutealien 2022-05-05 13:28:44 +0000
  • 3ff5abe55d Merging r6364 through r6379 from trunk to ogl-es branch cutealien 2022-05-04 21:38:12 +0000
  • b849f86663 Merging r6337 through r6363 from trunk to ogl-es branch cutealien 2022-05-04 21:26:18 +0000
  • 611a011780 OSX: fix prev commit Maksim 2022-05-04 01:23:30 +0200
  • c2c991d224 Merging r6288 through r6336 from trunk to ogl-es branch cutealien 2022-04-15 18:51:09 +0000
  • 8be9dde47d Don't fail if the driver is uncertain whether there are any active uniforms Maksim 2022-03-14 11:11:25 +0200
  • a8cb399bcf HACK: do not draw tabs without name Maksim 2022-02-20 18:56:15 +0100
  • ee05de9d69 OSX: fix clipboard encoding MoNTE48 2022-01-23 14:06:08 +0100
  • 207b598a43 Merging r6275 through r6286 from trunk to ogl-es branch - Fixing warnings - Updating bzip2 and zlib libraries cutealien 2022-01-07 16:30:25 +0000
  • 04ef05d52d Merging r6256 through r6273 from trunk to ogl-es branch cutealien 2021-12-12 14:06:53 +0000
  • 1b0bb0bc21 iOS: fix `TouchInput.touchedCount` MoNTE48 2022-01-08 20:29:56 +0200
  • c7e50ced5c OSX: redo `postKeyEvent` in the right way MoNTE48 2021-12-30 19:49:26 +0100
  • a3dd0c1399 OSX: use Cmd for Copy-Paste MoNTE48 2021-12-28 09:58:56 +0100
  • eaa07379cc OSX: set min support 10.9, minor code cleanup MoNTE48 2021-12-26 02:13:33 +0100
  • b889ec9334 OSX: Fix scrolling MoNTE48 2021-12-26 02:13:03 +0100
  • 499dbb6f2a Use system zlib on Android, iOS and OSX MoNTE48 2021-12-25 18:28:09 +0100
  • 43c057ae84 Silence "code will never be executed" warning MoNTE48 2021-12-25 18:13:23 +0100
  • 74726d996f OSX: fix few issues MoNTE48 2021-12-25 10:34:00 +0100
  • acc3a1157c Disable XML and model writers MoNTE48 2021-12-25 10:33:07 +0100
  • c60bfa0737 OSX: Enable IRRLICHT_FAST_MATH MoNTE48 2021-12-25 10:32:37 +0100
  • 7f54b04a86 Use CGFloat for iOS Scaling MoNTE48 2021-12-24 00:18:16 +0100
  • 029274de19 Fix override warning in `CNSOGLManager.h` MoNTE48 2021-12-23 23:53:30 +0100
  • 8387f0835e Fix compiling Android and iOS MoNTE48 2021-08-30 23:09:00 +0200
  • c9cde45d0e Merging r6256 from trunk to ogl-es branch (fixing OSX again) MoNTE48 2021-08-30 23:06:51 +0200
  • cbe0894397 Merging r6250 through r6254 from trunk to ogl-es branch cutealien 2021-08-27 19:14:39 +0000
  • ced66e610c Merging r6196 through r6248 from trunk to ogl-es branch cutealien 2021-08-26 21:57:27 +0000
  • 49345ec402 Apple: enable Obj-C Weak References MoNTE48 2021-04-27 01:44:46 +0200
  • 9ecabbfa92 reduce warning. engineer_apple 2021-04-17 23:02:44 +0000
  • 07b8f28c2d Replace spaces with tabs in OSX and iOS sources MoNTE48 2021-02-26 23:31:26 +0100
  • 0c9ba6f7fd Merging r6194 from trunk to ogl-es branch. cutealien 2021-02-21 19:09:14 +0000
  • ae0da9c949 Merging r6186 through r6192 from trunk to ogl-es branch cutealien 2021-02-21 16:37:56 +0000
  • 599631f5bd Set `PNG_ARM_NEON_OPT=0` for Apple MoNTE48 2021-02-21 16:53:45 +0100
  • 04dcc3c004 Return Archive Loader option MoNTE48 2021-02-14 11:45:49 +0100
  • c8a6ba71e9 OSX: fix setWindowCaption Cyrillic convert MoNTE48 2021-02-12 18:29:23 +0100
  • 58627ce2f1 Whitespace fixes. cutealien 2021-01-06 14:59:13 +0000
  • c3e1d5c86b Merging r6181 through r6184 from trunk to ogl-es branch - Changes to touch-input handling on X11 cutealien 2021-01-06 14:52:49 +0000
  • 1257ee6a4c Fix bug introduced in last merge from svn trunk struct STouchInput was in there twice. MoNTE48 2021-01-18 20:56:55 +0100
  • 43dde8734d Merging r6173 through r6179 from trunk to ogl-es branch - Adding optional support for touch input in X11 cutealien 2020-12-30 18:39:20 +0000
  • 361e4ecdc2 Fix building with ogles1 on iOS MoNTE48 2020-12-29 14:45:11 +0100
  • a691451e09 Merging r6173 through r6176 from trunk to ogl-es branch 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. cutealien 2020-12-22 21:30:35 +0000
  • 223279ebd9 Make it possible again to enable ES1 on Linux. Seems Debian 11 adds it back. Thanks @TheBrokenRail for patch. Hidden in comments for patch #322: https://sourceforge.net/p/irrlicht/patches/322 cutealien 2020-12-22 21:14:45 +0000
  • 51598db3bb Merging r6145 through r6171 from trunk to ogl-es branch cutealien 2020-12-19 15:03:11 +0000
  • 54305c93e8 Fix Bug #451 IDynamicMeshBuffer.h missing some _IRR_OVERRIDE_ Thanks @ Maksim Gamarnik for report. https://sourceforge.net/p/irrlicht/bugs/451 cutealien 2020-11-14 16:42:29 +0000
  • 1f82c0b38e OSX: disable ARC (although it is not good) Maksim 2020-11-26 15:34:52 +0100
  • d5302fc348 OSX: add missing _IRR_OVERRIDE_ Maksim 2020-11-26 15:34:19 +0100
  • e4079d2407 OSX: allow to use OpenGL ES Maksim 2020-11-26 15:34:09 +0100
  • 47f7471971 Minor update for iOS/OSX Maksim 2020-11-26 15:29:14 +0100
  • 02cdbb3f39 OSX: add EMIE_MOUSE_WHEEL_X for detect side scrolling Maksim 2020-11-08 17:24:21 +0100
  • 2681edb058 OSX: fix support for newer OS and Retina displays Maksim 2020-11-07 23:37:49 +0100
  • 2e98b7057c Fix compiler error caused by merge. Thanks @ Maksym for report. cutealien 2020-11-04 23:32:24 +0000
  • 2cffdc6d4f Minor project update Maksim 2020-11-04 23:32:00 +0100
  • 4619185201 Remove headers from source-file sections in XCode project file. Thanks @ Maksym for the patch. cutealien 2020-11-03 22:00:19 +0000
  • 484e78590f Another OSX build file patch. It should work now. Thanks @maksym for help. cutealien 2020-11-03 21:54:02 +0000
  • 0175c6d197 Another fix for OSX build file. And a bit unifying it with trunk. Likely one more bug in there... so another patch coming. cutealien 2020-11-03 21:29:57 +0000
  • e2b63adc24 Fix some more problems with OSX build file. Probably will need one more patch... cutealien 2020-11-03 21:14:42 +0000
  • 8411ff03d9 Trying to merge build patch from Maksym Hamarnyk to build OS X See a56263fbc1 Will need further testing. cutealien 2020-11-02 22:41:39 +0000
  • 861d54842b Merging r6140 through r6144 from trunk to ogl-es branch. cutealien 2020-11-02 22:26:23 +0000
  • 5f185dadd9 Use C instead GNU language standard Maksim 2020-10-31 23:32:14 +0100
  • c17023f55c Merging r6128 through r6139 from trunk to ogl-es branch. 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 cutealien 2020-09-29 20:22:28 +0000
  • 9b1b560925 Revert "Fix Alpha issue in OpenGL ES 2" MoNTE48 2020-08-31 12:52:49 +0200
  • 28ff778a05 Merging r6122 through r6127 from trunk to ogl-es branch cutealien 2020-06-20 15:26:29 +0000
  • 4dbcbdf533 Merging r6120 through r6121 from trunk to ogl-es branch cutealien 2020-06-14 20:52:53 +0000
  • b57b47b725 Merging r6117 through r6119 from trunk to ogl-es branch cutealien 2020-06-13 14:59:16 +0000
  • 3c1e90a5ec Add missing parameters in CEAGLManager::activateContext. Thanks to Maksym Hamarnyk for the patch. cutealien 2020-06-13 14:49:38 +0000
  • 73c5b296bb Merging r6107 through r6116 from trunk to ogl-es branch Caught up with trunk again. Not yet tested beside compiling (quick test failed, but seems like nothing from the new changes). cutealien 2020-06-12 20:47:40 +0000
  • d948bca188 Back to C++14 ('register' storage class specifier is deprecated and incompatible with C++17) Maksim 2020-06-14 11:33:42 +0200
  • fb6aac08ed Merging r6075 through r6106 from trunk to ogl-es branch. Burnings renderer changes. cutealien 2020-06-12 20:41:49 +0000
  • 195d12f57b Merging r6073 through r6074 from trunk to ogl-es branch. The support for UINT shader constants added in this is just returning warnings in GLES drivers as this would need ES 3.0 cutealien 2020-06-11 20:27:29 +0000
  • 967bc1ecee Merging r6039 through r6072 from trunk to ogl-es branch. Note: Not yet caught up with trunk. cutealien 2020-06-10 22:19:09 +0000
  • b0558076a4 Fix problem with glGenerateMipMap in GLES2 Thanks @wolfgang for report and patch: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=52625 cutealien 2020-06-10 20:57:08 +0000
  • 517e36dc6e Revert r5995. Not "Same result" MoNTE48 2020-06-12 15:38:56 +0200
  • b42fbc5ab1 Merging r5975 through r6036 from trunk to ogl-es branch. GLES drivers adapted, but only did make compile-tests. cutealien 2020-01-03 19:05:16 +0000
  • f2600bfd99 Remove "dblfreefix" (?) fix MoNTE48 2020-06-12 13:39:10 +0200
  • 0382792a4d Use GLES3 instead GLES2, when available MoNTE48 2020-04-20 21:33:10 +0200
  • af49404334 Fix Alpha issue in OpenGL ES 2 MoNTE48 2020-04-20 00:31:21 +0200
  • 7fdb63d3cc iOS: add scaling support Maksim 2020-04-19 13:27:02 +0200
  • 9574090ad9 iOS: update compiler vertsion, disable unused features Maksim 2020-04-13 20:01:37 +0200
  • 3a9a15e948 libjpeg 9d of 12-Jan-2020 MoNTE48 2020-04-13 20:39:11 +0200
  • 6f8df7fc29 Merging r5946 through r5966 from trunk to ogl-es branch cutealien 2019-12-03 11:24:00 +0000
  • a90caf6867 Merging r5918 through r5944 from trunk to ogl-es branch cutealien 2019-11-25 14:35:58 +0000
  • 1e6c870ba2 Merging r5892 through r5916 from trunk to ogl-es branch cutealien 2019-11-13 10:52:47 +0000
  • d5e0914d30 Fix compiling on Debian 10 and remove GLES1 support on Linux. It seems Debian10 dropped support for GLES1. So with my only test-platform gone, I'll disable it by default for all Linux platforms. It's still enabled in Android (for now). Thought in the long run no one should use GLES1 anymore anyway. cutealien 2019-10-17 16:09:57 +0000
  • 6ee00a39fd Merging r5877 through r5891 from trunk to ogl-es branch cutealien 2019-10-17 15:08:53 +0000
  • 14ffa95ccd Merging r5863 through r5876 from trunk to ogl-es branch cutealien 2019-10-17 14:50:20 +0000
  • c9f5503436 Merging r5843 through r5862 from trunk to ogl-es branch Adapting both GLES drivers to new addHighLevelShaderMaterial interfaces. cutealien 2019-10-17 14:21:01 +0000
  • 4d9c660504 Merging r5812 through r5842 from trunk to ogl-es branch Also added some comments to gl-es drivers about missing polygon offset code. The merges had some changes for that in the OpenGL driver, but both es drivers have no code at all about this. cutealien 2019-10-17 10:23:16 +0000
  • 674778e45a Update irrMath.h: remove s16 roundingError() MoNTE48 2019-11-12 17:39:24 +0100
  • 48395bc1dd libpng - disable NEON (fix Undefined symbols on iOS, arm64) MoNTE48 2019-08-29 16:23:49 +0200
  • e2f5e5ed08 libpng 1.6.37 MoNTE48 2019-08-29 14:46:00 +0200
  • 2e7564b860 Update IEventReceiver.h MoNTE48 2019-08-17 02:10:06 +0200
  • adeb69d5ad Android: back button fix MoNTE48 2019-08-15 16:50:46 +0200
  • 1f79f15bb3 iOS: xcodeproj fixes and optimizations MoNTE48 2019-08-15 16:30:42 +0200
  • eaee0c16e1 Other patches MoNTE48 2019-08-15 16:29:59 +0200
  • 52880eaf1a iOS: patches MoNTE48 2019-08-15 16:29:49 +0200
  • 908542b78f They forgot about iOS... MoNTE48 2019-08-08 12:01:11 +0200
  • ab46f76665 Merging r5809 through r5810 from trunk to ogl-es branch cutealien 2019-05-20 21:08:01 +0000
  • 237eb07bf4 Merging r5807 from trunk to ogl-es branch. cutealien 2019-04-24 21:10:47 +0000
  • 291fb2ffac Merging r5788 through r5805 from trunk to ogl-es branch cutealien 2019-04-23 20:17:39 +0000