Commit Graph

  • 8747734766 Document coordinate system change at top of source JosiahWI 2023-05-17 13:23:53 -0500
  • f1867fd045 Convert snake_case variable names to camelCase JosiahWI 2023-05-17 13:19:52 -0500
  • 0d7bcc90bb Add r-value reference constructor to ModelParser JosiahWI 2023-05-17 13:07:39 -0500
  • 420742f856 Fix function declaration indents JosiahWI 2023-05-17 11:39:11 -0500
  • 9e6c8fa80c Move parsing methods into ModelParser class JosiahWI 2023-05-17 11:30:58 -0500
  • ca8d972982 Fix CMake tinygltf dependencies JosiahWI 2023-05-17 09:49:42 -0500
  • f90f7817f6 Reorganize CGLTFMeshFileLoader help functions JosiahWI 2023-05-17 09:09:06 -0500
  • 797e6c1aa9 Restore path accidentally removed in 584a46f JosiahWI 2023-05-15 13:15:53 -0500
  • f17cc741f4 Disable -Werror on minimum-cmake CI JosiahWI 2023-05-15 13:06:10 -0500
  • 64fdf21b9d Set C compiler to gcc-5 for minimum-cmake CI JosiahWI 2023-05-15 12:45:20 -0500
  • 0ce2b04fb3 Set C compiler to g++-5 on minimum-cmake CI JosiahWI 2023-05-15 12:42:16 -0500
  • 2981f321d8 Fix indentation style in CMakeLists JosiahWI 2023-05-15 12:32:45 -0500
  • 3e0a491cf4 Work around TestBigEndian bug in cmake<3.9 JosiahWI 2023-05-15 12:28:38 -0500
  • 6551a9604c Work around cmake<3.12 object target rules JosiahWI 2023-05-15 10:43:41 -0500
  • 4888c3b765 Remove unneeded tinygltf include from header JosiahWI 2023-05-15 10:08:09 -0500
  • 3338cfac44 Clarify behavior of BUILD_TESTING option in README JosiahWI 2023-05-15 10:00:15 -0500
  • dcff130333 Do not fail to load glTF because of warnings JosiahWI 2023-05-13 12:20:15 -0500
  • e58e9d5c51 Mark CGLTFMeshFileLoader constructor as noexcept JosiahWI 2023-05-13 12:12:22 -0500
  • 595e519cdf Register Catch2 tests with CTest JosiahWI 2023-01-31 08:42:35 -0600
  • a73e6895d8 spaces->tabs jordan4ibanez 2023-01-30 21:36:53 -0500
  • 5bad6e8a76 Update code with requested changes jordan4ibanez 2023-01-29 18:36:41 -0500
  • ee5f89ce56 Fix embedded textures causing a model not to load jordan4ibanez 2023-01-27 20:45:02 -0500
  • 3c468352c7 Fix indices, inverted models, & multiple models failing to load jordan4ibanez 2023-01-27 20:45:02 -0500
  • 9efbd9e262 Fix segfault from reading bad number of indices Josiah VanderZee 2022-11-14 19:34:36 -0600
  • e08281497d Update to latest branch of lukka/get-cmake Josiah VanderZee 2022-11-14 15:52:04 -0600
  • 5391f726dd Fix coordinate system change Josiah VanderZee 2022-11-14 15:47:30 -0600
  • d9cc838a0c Fix aliasing violation when reading primitives Josiah VanderZee 2022-11-13 07:55:30 -0600
  • 6708ae051a Remove DESCRIPTION from tinygltf project Josiah VanderZee 2022-11-13 07:21:27 -0600
  • 94a9a63f6c Switch to fixed branch of lukka/get-cmake action Josiah VanderZee 2022-11-12 11:58:50 -0600
  • e25896a526 Test vertex normals on cube Josiah VanderZee 2022-11-12 07:43:44 -0600
  • dcaa9e8d15 Test for texture coordinates on cube Josiah VanderZee 2022-11-12 07:01:56 -0600
  • 58753bc0c9 Scale cube vertices correctly Josiah VanderZee 2022-11-11 21:00:34 -0600
  • dd70684e1b Add test for blender cube Josiah VanderZee 2022-11-11 17:37:21 -0600
  • 838cdf396a Use a better action for getting CMake 3.5 Josiah VanderZee 2022-11-10 14:02:31 -0600
  • 6024141121 Test for correct vertex indices Josiah VanderZee 2022-11-10 13:58:28 -0600
  • 648b0ce077 Add CI build for CMake 3.5 with GCC 5.3 JosiahWI 2022-11-06 18:56:45 -0600
  • 08532144f5 Remove constexpr from readFloat JosiahWI 2022-11-06 18:00:42 -0600
  • ac7bac9a3a Load vertex coordinates from glTF buffer JosiahWI 2022-11-06 07:55:09 -0600
  • 40a1edef7f Test invalid JSON JosiahWI 2022-10-22 16:36:29 -0500
  • a44905b5db Specify all source fools directly on IrrlichtMt JosiahWI 2022-10-17 21:01:12 -0500
  • 70274896b6 Update vertex test for coordinate system JosiahWI 2022-10-17 14:27:11 -0500
  • 7c6e4caf35 Test case when file is nullptr JosiahWI 2022-10-17 08:36:14 -0500
  • 67470a340c Test that minimal triangle has correct vertices JosiahWI 2022-10-17 07:34:19 -0500
  • f184784f14 Test that minimal triangle returns some mesh JosiahWI 2022-10-17 07:17:07 -0500
  • 6eeeeac440 Fix path to tests in CI and use Ninja JosiahWI 2022-10-16 22:45:10 -0500
  • 9d793fb39d Run tests in Linux GL CI build JosiahWI 2022-10-16 22:40:04 -0500
  • 9414a23f19 Add test file for glTF mesh loading JosiahWI 2022-10-16 21:48:29 -0500
  • 6b02c249c9 Add GLTF mesh file loader JosiahWI 2022-10-16 21:17:21 -0500
  • c1c9dc41dc Do CMake right JosiahWI 2022-10-16 19:02:18 -0500
  • dbd3abc99b Export tinygltf target JosiahWI 2022-10-16 18:15:16 -0500
  • 89b80295f3 update testVoxelLineIterator unit test Desour 2024-04-18 17:25:31 +0200
  • d767ab0890 Add runtime test to mingw CI sfan5 2024-04-15 17:08:42 +0200
  • df2fd399df Fix missing DLLs in Windows build sfan5 2024-04-15 16:16:15 +0200
  • c10d2f545d Fix inconsistent rounding in VoxelLineIterator::VoxelLineIterator Desour 2024-04-17 16:33:27 +0200
  • f2b5c35fa2
    TouchScreenGUI dehardcoding refactor (#14472) grorp 2024-04-17 15:59:52 +0200
  • cc307b2c57
    Merge 71787ed086 into b2057a5da7 #14360 y5nw 2024-04-17 11:12:10 +0200
  • 91df347723
    Merge a23e03534d into b2057a5da7 #14361 Julian Heinzel 2024-04-17 18:54:57 +1000
  • 1773b220f0
    Merge 6921ec2025 into b2057a5da7 #11932 Aritz Erkiaga 2024-04-17 00:56:38 +0200
  • b2057a5da7
    Hypertext: Fix missing space after single letter word (#14551) rubenwardy 2024-04-16 08:48:16 +0100
  • 7e9acbf078 Hypertext: Fix missing space on paragraphs starting with single letter words #14551 rubenwardy 2024-04-15 23:26:54 +0100
  • dccf171b08 Fix Android build for 5.8.1 #14547 Gregor Parzefall 2024-04-15 20:22:02 +0200
  • 5c5b1395cf Fix local server startup and shutdown blocking the main thread Gregor Parzefall 2024-04-02 14:57:25 +0200
  • 93c9163d65 Fix all cached media being loaded at once on the main thread Gregor Parzefall 2024-04-02 09:39:44 +0200
  • 7c89948e4b Allow sync HTTP fetches to be interrupted to fix hanging (#14412) grorp 2024-03-12 20:09:43 +0100
  • 2eb3e98e88 Skip Android deps download if they already exist sfan5 2024-02-18 14:58:38 +0100
  • eaed895bd7 Allow shaders with disabled post processing pipeline (#14338) lhofhansl 2024-02-15 08:25:33 -0800
  • 1b45b038c3 Enable IPO/LTO by default except for debug builds (#14198) David Heidelberg 2024-02-09 00:01:12 +0100
  • c702e12276 Optimize fs::CopyFileContents on Linux and Windows sfan5 2024-01-20 17:16:16 +0100
  • 372c2b7a21 Add unit tests for fs::CopyFileContents sfan5 2024-01-20 17:16:08 +0100
  • 3edec2e77b Bypass media transfer in single player sfan5 2024-01-20 16:26:05 +0100
  • cf4a666f7b Save the settings in more cases to avoid losing setting changes (especially on Android) (#14266) grorp 2024-01-23 21:33:27 +0100
  • 4032fb740d Android: Use the correct value for notification (#14209) Muhammad Rifqi Priyo Susanto 2024-01-14 02:01:35 +0700
  • b5decdf1d9 Touchscreen: Make server-sent overrides of button textures work (#14145) grorp 2023-12-23 14:39:42 +0100
  • 4bf621ec9d Fix TouchScreenGUI ignoring server-sent pitch changes Gregor Parzefall 2023-12-19 20:35:50 +0100
  • 8bdd7f5502 Fix touch input on Linux Gregor Parzefall 2023-12-17 09:56:25 +0100
  • 85db253a4b Fix unittest failure for release versions (#14067) grorp 2023-12-08 21:13:33 +0100
  • fecb6d1f16
    Merge f5397ca46c into 38cacfa577 #14263 Vincent Robinson 2024-04-15 20:36:58 +0200
  • 38cacfa577 Try to fix macro definition order problem with OpenGL code sfan5 2024-04-15 19:27:05 +0200
  • 13e271c6cb Improve error checks in COpenGL3DriverBase sfan5 2024-04-12 12:18:41 +0200
  • 7a6ca85081 Expose OpenGL debugging as a normal setting sfan5 2024-04-12 11:38:30 +0200
  • dcb7941be9 Add runtime test to mingw CI #14546 sfan5 2024-04-15 17:08:42 +0200
  • 91daac3b30 Mostly review stuff #14472 Gregor Parzefall 2024-04-15 16:29:55 +0200
  • 7b8dd20f47 Fix missing DLLs in Windows build sfan5 2024-04-15 16:16:15 +0200
  • 4af853a49c Improve error checks in COpenGL3DriverBase #14538 sfan5 2024-04-12 12:18:41 +0200
  • cd96e087ac Expose OpenGL debugging as a normal setting sfan5 2024-04-12 11:38:30 +0200
  • 134682bdc5 Sound loading: Fix issues where ov_read skips samples #14529 Desour 2024-04-09 15:54:03 +0200
  • 92067ee450 Sound loading: Improve error handling Desour 2024-04-09 15:35:32 +0200
  • 0f125d9dde Fix nodes_shader error #14508 Gefüllte Taubenbrust 2024-04-14 20:31:00 +0200
  • ecfe9c5c2f lua_api: Clarify some environment API functions sfan5 2024-04-13 13:50:05 +0200
  • 9f263319ca
    Fix 4dir nodebox sometimes not rendering face (#14533) Wuzzy 2024-04-14 11:57:13 +0200
  • fe8fd7ac34 lua_api: Clarify some environment API functions #14541 sfan5 2024-04-13 13:50:05 +0200
  • 0785012e4a Use IGUIImage instead of IGUIButton Gregor Parzefall 2024-04-13 18:02:14 +0200
  • 16e3161d30 Fix memory management (take 2) Gregor Parzefall 2024-04-13 16:51:46 +0200
  • df07777390 Use shorthands for Irrlicht types where possible Gregor Parzefall 2024-03-15 22:45:38 +0100
  • e51986411b Some fixes Gregor Parzefall 2024-03-15 22:24:05 +0100
  • 331b1151a6 Initialization cleanup Gregor Parzefall 2024-03-15 19:15:50 +0100
  • 1503534bd0 The Dehardcoding Gregor Parzefall 2024-03-14 00:02:46 +0100
  • 28ea8da7ca Remove gui_button abstraction from joystick Gregor Parzefall 2024-03-14 12:55:34 +0100
  • 7a9315362b Fix "sneak" being called "crunch" Gregor Parzefall 2024-03-14 00:05:00 +0100
  • 4d880dd789 Rename stuff to make names more accurate Gregor Parzefall 2024-03-13 23:20:06 +0100