Commit Graph

  • 1f0614a647 delete light manager hecktest 2021-07-22 14:45:19 +0200
  • df9d667399 Remove lots of unused features hecktest 2021-07-21 20:36:49 +0200
  • b0876d1e1a Fix compiling with _IRR_COMPILE_WITH_PROFILING_ enabled cutealien 2021-07-20 18:46:21 +0000
  • 3cf9532a06
    Add macOS build to CI (#47) fn ⌃ ⌥ 2021-07-17 02:27:51 -0700
  • 06821eafc0 . #47 sfan5 2021-07-17 11:22:52 +0200
  • 1d66c921c2 Drop unused and unportable "fast math" code sfan5 2021-07-16 23:52:26 +0200
  • 22c3219ff0 Set correct flags for static builds sfan5 2021-07-16 23:11:59 +0200
  • b2b000597a CIrrDeviceOSX: drop all video mode code sfan5 2021-07-16 22:44:33 +0200
  • 0afd799002 Remove various ancient support code sfan5 2021-07-16 00:32:15 +0200
  • ccd0b13fd0 Add documentation about LOCALE_DECIMAL_POINTS Include fast_atof.h header in VS2010 project file. cutealien 2021-07-15 19:33:28 +0000
  • f87b3bf7d7
    CMAKE_FIND_FRAMEWORK=LAST fn ⌃ ⌥ 2021-07-15 11:05:42 -0700
  • 5c49990742
    Don't upload workflow artifact for macOS fn ⌃ ⌥ 2021-07-15 11:05:16 -0700
  • 56c67f6af4
    Add macOS build fn ⌃ ⌥ 2021-07-14 00:10:26 -0700
  • 2cc1a4e20a
    Clone .editorconfig from minetest/master hecks 2021-07-12 18:03:15 +0200
  • 0f30774021 . #44 sfan5 2021-07-12 18:02:31 +0200
  • 95471afdcf
    Add missing gitignore entries hecks 2021-07-10 12:28:17 +0200
  • 01922ad09c Move headers to headers directory #45 hecktest 2021-07-09 21:30:15 +0200
  • af5205f74b Clone .editorconfig from minetest/master hecktest 2021-07-09 14:09:19 +0200
  • 855706278d Add missing gitignore entries #43 hecktest 2021-07-08 22:44:38 +0200
  • 729c214c00 Drop XML implementation, related code and dependent features sfan5 2021-07-07 16:52:49 +0200
  • ecb30e3d96 Bump revision to 1.9.0mt3 sfan5 2021-07-07 16:32:35 +0200
  • accf927874 Disable software drivers by default everywhere 1.9.0mt2 sfan5 2021-07-02 19:48:00 +0200
  • d62e0424f2 Fix path issues when imported as subdirectory sfan5 2021-06-30 21:13:59 +0200
  • 38e2aa1338 createTorusMesh can now create a partial torus Capping the torus also supported. Bit arguably if caps belong in this function, but default for caps is off and they can be useful. (one could also code partial minor circles ... but I'm stopping there) cutealien 2021-06-28 14:33:08 +0000
  • 28fd5f8a4f Reduce warnings in CGeometryCreator::createTorusMesh Also simplify it a bit. cutealien 2021-06-28 12:22:04 +0000
  • 924178ebf6
    Set includes and libs on object targets NeroBurner 2021-06-27 23:04:56 +0200
  • d59800980b very minor changes #39 sfan5 2021-06-27 22:54:46 +0200
  • 2fb8988232 Fix unintentional introduction of public variables Reinhold Gschweicher 2021-06-18 23:42:38 +0200
  • dfba4bd4e5 Comment fix. cutealien 2021-06-25 16:28:44 +0000
  • 9ba392e902 Add createTorusMesh function to IGeometryCreator Mmmm .... Donuts! cutealien 2021-06-25 16:19:11 +0000
  • 78d1a3f73e
    Fix `getViewPort` returning incorrect results Vincent Robinson 2021-06-21 14:16:38 -0700
  • 30d82b9f6b OnResize doesn't need changes #41 Vincent Robinson 2021-06-21 14:14:51 -0700
  • cc28317aa0 Use unsigned integers instead of signed rectangle Vincent Robinson 2021-06-21 13:47:43 -0700
  • b43f9b96e0 Fix incorrect documentation on `setRenderTarget(Ex)` Vincent Robinson 2021-06-20 19:36:23 -0700
  • baf51f9c45 Fix incorrect documentation on `setRenderTarget(Ex)` #42 Vincent Robinson 2021-06-20 19:36:23 -0700
  • 944db6e5e2 Fix `getViewPort` returning incorrect results Vincent Robinson 2021-06-20 19:08:31 -0700
  • 0500a7798b CXMeshFileLoader: initialize normals to zero during loading sfan5 2021-06-19 22:22:47 +0200
  • c84d8acff9 CIrrDeviceWin32: readd fullscreen using borderless maximized window sfan5 2021-06-15 18:14:10 +0200
  • 02b8fc1ab6 CIrrDeviceWin32: drop all video mode code sfan5 2021-06-15 18:00:14 +0200
  • 57a51e7ac4 CIrrDeviceLinux: reimplement fullscreen using NetWM hint sfan5 2021-06-15 17:43:40 +0200
  • 39c45024ed CIrrDeviceLinux: drop all video mode support code sfan5 2021-06-15 17:05:06 +0200
  • 479358755b No longer try loading broken image files twice with same image loader This is mainly about getting rid of double error messages for same file. cutealien 2021-06-11 15:32:24 +0000
  • e7143ef977 Make CImageLoaderJPG thread safe. Thanks @ Edoardo Lolletti for report and patch (patch #324) Replace a static variable which was used in error-reporting but wasn't thread-safe. cutealien 2021-06-11 15:09:02 +0000
  • 224d7c5e2c Vertex texture sampling support in Direct3D 9 now controlled via texture-flag ETCF_SUPPORT_VERTEXT_TEXTURE It's no longer enabled by default as it causes some costs to all texture switches. Thanks @ edo9300 for reporting (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=52721) cutealien 2021-06-04 12:17:01 +0000
  • ca48a1ac69 CGUIListBox now serializes the state of 'Selected'. Feature wish by chronologicaldot (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=2&t=52719) cutealien 2021-06-01 11:05:54 +0000
  • f31c1be792 Remove CD3D9Driver::getViewPort overload which did the exact same thing as base class. cutealien 2021-05-31 13:36:25 +0000
  • 2acce15bcd Stop grabbing mouse cursor when the window is not active in example 18 cutealien 2021-05-31 12:43:37 +0000
  • f103ea3dac Bugfix: Changing focus with tab-keys now also work when elements are inside a modal screen. Event got eaten before. It passes it now on partly (enough to arrive at CGUIEnvironment) when the focus will stay inside the modal screen. cutealien 2021-05-26 13:57:12 +0000
  • 393793f28a
    Improved IrrlichtMt target structure (#31) JosiahWI 2021-05-24 13:32:26 -0500
  • 89f9405795 tiny fix #31 sfan5 2021-05-24 20:18:17 +0200
  • 8ef3b3103b changes sfan5 2021-05-24 19:57:58 +0200
  • 8ee4711cfe
    fix platform ID typo Josiah 2021-05-24 11:57:50 -0500
  • f266fc9db7
    remove strings from variables that might not be defined Josiah 2021-05-24 11:50:49 -0500
  • 2acec284b7
    skip opengl include on Windows Josiah 2021-05-24 11:31:26 -0500
  • 1f015033ec
    fix Android includes Josiah 2021-05-23 13:57:43 -0500
  • fa0afdb32e
    remove dependencies from CMake.Config.in Josiah 2021-05-23 13:46:45 -0500
  • 4df8a9c745
    put generator expression back for android_app_glue Josiah 2021-05-23 13:44:34 -0500
  • 098156dbda
    remove potentially problematic strings Josiah 2021-05-23 13:28:05 -0500
  • 46912cbd6e
    improve includes/linking Josiah 2021-05-23 13:20:11 -0500
  • b1a93a3208 Use relative include dir to fix subdir usage #36 Reinhold Gschweicher 2021-05-18 22:42:34 +0200
  • df2427df0b
    library path fixes Josiah 2021-05-08 14:14:38 -0500
  • 05c109a1d5 COGLES2Driver: fix swapped color screenshots sfan5 2021-05-08 20:57:24 +0200
  • 5273f72328
    fix include directories Josiah 2021-05-08 13:56:46 -0500
  • 9cc206fff7
    link libraries project wide Josiah 2021-05-08 13:45:42 -0500
  • 08057945f6
    CI: Add verbose flag to build (#35) JosiahWI 2021-05-08 13:38:57 -0500
  • d50edec297
    add all project wide include directories Josiah 2021-05-08 13:38:24 -0500
  • 8c4154db53
    Revert "do not link ZLIB and JPEG as targets" Josiah 2021-05-08 13:33:45 -0500
  • a3096988c2
    do not link ZLIB and JPEG as targets Josiah 2021-05-08 13:25:36 -0500
  • c690f0adac
    Revert "add verbose flag to CI build" Josiah 2021-05-08 12:39:37 -0500
  • 8f88572384
    Revert "remove verbose flag from mingw builds" Josiah 2021-05-08 12:39:31 -0500
  • f4f0cfd4af
    remove verbose flag from mingw builds #35 Josiah 2021-05-08 12:37:31 -0500
  • 602d37f6e8
    remove verbose flag from mingw builds Josiah 2021-05-08 12:37:31 -0500
  • 5e110d1286
    add verbose flag to CI build Josiah 2021-05-01 15:29:27 -0500
  • 9147d4ade8 COBJMeshFileLoader using a bit more exact color conversion for 0-1 to 0-255 range Same now as SColorf::toSColor cutealien 2021-05-07 12:41:57 +0000
  • e611f2c571 Speedup for COBJMeshWriter Avoiding some memory allocations. cutealien 2021-05-06 15:01:05 +0000
  • 678e06baeb Add blinkMode parameter to IGUIEnvironment::addModalScreen, so blinking can be suppressed cutealien 2021-05-05 13:22:02 +0000
  • af07435064 Fix comment (was from earlier failed experiment) cutealien 2021-05-02 13:07:23 +0000
  • 22a7280e95 GUIEditor clears now existing elements before loading new ones. Thanks @Artem Shoobovych for the patch (#323) I changed it a bit, but basically same idea. cutealien 2021-05-02 12:59:55 +0000
  • 9417b22b86 Remove superfluous includes in GUIEditor cutealien 2021-05-02 11:30:23 +0000
  • d356accdbc
    add verbose flag to CI build Josiah 2021-05-01 15:29:27 -0500
  • 1cf52fc82b
    Merge branch 'master' of https://github.com/minetest/irrlicht Josiah 2021-04-29 23:08:59 -0500
  • 04bc02fc22
    Cleanup C++0x support in irrUString.h (#33) Loïc Blot 2021-04-28 10:12:29 +0200
  • 49462333de remove broken function #33 sfan5 2021-04-28 10:06:20 +0200
  • c710d9b111 fix sfan5 2021-04-28 09:57:48 +0200
  • cb9d39d200
    more Loic Blot 2021-04-28 09:33:45 +0200
  • 09a1c9499d
    restore more functions Loic Blot 2021-04-28 09:32:41 +0200
  • 8be8e45d60
    restore previous removed functions Loic Blot 2021-04-28 09:30:19 +0200
  • 36df2c1260
    fix duplicated function, and use the correct typedefs we are C++11 ready on MT Loic Blot 2021-04-27 09:35:21 +0200
  • 341cdbfe0d Enable ogles2 on mobile platforms by default sfan5 2021-04-27 09:25:58 +0200
  • c6a98dab00
    refacto: cleanup C++0x support on irrUString.h Loic Blot 2021-04-27 09:15:12 +0200
  • 826de9f6dc
    Work around bug installing targets created in a subdirectory JosiahWI 2021-04-24 04:03:09 -0500
  • c082334e96
    comment library installation #32 JosiahWI 2021-04-23 15:11:47 -0500
  • 35c6d4a52e make JPEG and PNG private deps Josiah 2021-04-23 08:03:40 -0500
  • 3a4ed33943 use PNG variables instead of target Josiah 2021-04-23 08:02:26 -0500
  • fec54c6936 remove redundant include Josiah 2021-04-23 07:55:47 -0500
  • 73a73f4799 create export in subdirectory Josiah 2021-04-23 07:45:56 -0500
  • 40f534c5a6 make JPEG and PNG targets public Josiah 2021-04-22 22:16:24 -0500
  • 58b055da8c do not use OpenGL:GL target Josiah 2021-04-22 22:15:23 -0500
  • 8cba5c1c28 correct OpenGL dependency Josiah 2021-04-22 21:57:42 -0500
  • 64d5baea39 set REQUIRE_X11 variable Josiah 2021-04-22 21:25:46 -0500