Commit Graph

  • 909ea89f82 Fix new function not being bound. #1606 Lukas Tenbrink 2024-09-25 15:41:57 +0200
  • 7812875749 Fix tab compile error. Lukas Tenbrink 2024-09-25 15:39:11 +0200
  • cb6850601c Fix another compile error. Lukas Tenbrink 2024-09-25 15:35:15 +0200
  • 5104f0ce05 Fix two errors. Lukas Tenbrink 2024-09-25 15:33:16 +0200
  • 695a77eaaf Add a new test to showcase the original array is COW. Lukas Tenbrink 2024-09-25 15:31:59 +0200
  • 2fe6f4eb98 Fix unit test and add test_copy_packed_implicit. Lukas Tenbrink 2024-09-25 15:26:46 +0200
  • c0f80f742a Add two unit tests for packed array manipulation (test_typed_array_of_packed and test_append_to_packed). Lukas Tenbrink 2024-09-25 15:19:38 +0200
  • 67bd771dae update .gitignore to add .idea for the Jetbrains CLion IDE and also the default cmake build directory when building in clion cmake-build-* Samuel Nicholas 2024-09-19 21:38:35 +0930
  • 5cf930c111 [SCons] Enable WASM_BIGINT in web builds Fabio Alessandrelli 2024-09-23 13:29:40 +0200
  • bdac1e8149 Implement typed dictionaries Thaddeus Crews 2023-07-03 12:51:54 -0500
  • 8f70c96709 Updated all variable names to use GODOT_ prefix changed cache type for api file and api dir to FILEPATH and PATH respectively. Minor whitespace. docstring parity Samuel Nicholas 2024-09-13 22:06:25 +0930
  • 5fd7af95ff Update bindings to 4.4.dev2 Thaddeus Crews 2024-09-17 12:45:21 -0500
  • 8a75d17867 Add GODOT_SYMBOL_VISIBILITY cache variable to match scons interface. Samuel Nicholas 2024-09-12 13:41:18 +0930
  • 9a4955912b Add visibility-hidden Andreas Pokorny 2024-08-26 13:20:26 +0200
  • 41886aae44 Add support for LLVM/MinGW and ARM64 Windows builds. bruvzg 2024-06-20 09:38:54 +0300
  • dfb2122a2e Add hot reload support when building with GCC and CMake ytnuf 2024-08-13 19:44:39 +0100
  • d654a628a2 Make generated code mostly style compliant A Thousand Ships 2024-06-18 16:53:21 +0200
  • 7037bdf610
    Merge b6d8236d49 into 78f5d99fd9 #1452 IvanInventor 2024-09-24 16:21:56 +0300
  • 341991b128
    Merge bf08ce7f84 into 78f5d99fd9 #1355 IvanInventor 2024-09-24 13:51:02 +0300
  • 78f5d99fd9
    Merge pull request #1599 from enetheru/gitignore David Snopek 2024-09-24 05:37:41 -0500
  • 9f5daa2d90 update .gitignore to add .idea for the Jetbrains CLion IDE and also the default cmake build directory when building in clion cmake-build-* #1599 Samuel Nicholas 2024-09-19 21:38:35 +0930
  • 2402a044eb Re-Structure cmake solution to be closer to the scons solution. #1595 Samuel Nicholas 2024-09-19 08:11:03 +0930
  • 1cce4d15ab
    Merge pull request #1592 from dsnopek/4.3-revert-unexpose-is-instance-valid David Snopek 2024-09-23 10:46:45 -0500
  • 64221facda
    Merge pull request #1603 from Faless/build/fix_wasm_bigint David Snopek 2024-09-23 10:45:56 -0500
  • b02717f8a6 Only update linker flags #1566 werner mendizabal 2024-09-23 09:11:16 -0500
  • 78498da7c3 [SCons] Enable WASM_BIGINT in web builds #1603 Fabio Alessandrelli 2024-09-23 13:29:40 +0200
  • 4717a78144 [SCons] Remove use_clang_cl windows flag in favor of generic use_llvm #1602 Fabio Alessandrelli 2024-09-22 13:39:06 +0200
  • b6d8236d49 verbose MSVC output test #1452 Vano 2024-09-20 14:09:29 +0300
  • 2a937ae2a8 lowercase fix Vano 2024-09-18 15:09:49 +0300
  • b55a7dd547 cmake arg fix Vano 2024-09-15 00:54:30 +0300
  • 07704f8f48 VSProj Configure type on build command - to resolve #1582 Visual Studio projects are multi-config projects like Ninja-MultiConfig which means you can't set the configuration at configure time as there are multiple, it always chooses the first one by default when not specified in the build command. #1600 Samuel Nicholas 2024-09-21 22:38:07 +0930
  • 8ddee7d63b Fix #1059: Linking for mingw/x86_64 on MSYS2 fails, and optimize "ar" command execution #1078 Feiyun Wang 2023-03-31 20:57:17 +0800
  • bf08ce7f84 CMake rewrite, reflecting default SCons variables #1355 Vano 2024-09-20 21:10:35 +0300
  • 57bd88ad99
    Merge pull request #1162 from Repiteo/typed-dictionary David Snopek 2024-09-19 13:46:07 -0500
  • 536ea8561e Allow unicode class names #1574 David Snopek 2024-09-06 17:24:07 -0500
  • b93d6e887e
    Merge pull request #1583 from enetheru/variable-rename2 David Snopek 2024-09-17 21:00:36 -0500
  • 2ffff669f5
    Implement typed dictionaries #1162 Thaddeus Crews 2023-07-03 12:51:54 -0500
  • 730ccaae39
    Merge pull request #1593 from Repiteo/4.4.dev2-bindings David Snopek 2024-09-17 14:38:47 -0500
  • 9b98b19913
    Update bindings to 4.4.dev2 #1593 Thaddeus Crews 2024-09-17 12:45:21 -0500
  • 17ca325aeb Revert "Unexpose `UtilityFunctions::is_instance_valid()`" #1592 David Snopek 2024-09-17 10:03:25 -0500
  • cb543c192a Correctly set instance bindings on reload #1590 David Snopek 2024-09-17 09:18:08 -0500
  • 4de929e289
    Reword warning about extension compatibility in README #1588 Hugo Locurcio 2024-09-17 01:48:46 +0200
  • 989a764691 Add DISABLE_OBJECT_BINDING_GUARD compiler flag #1585 David M. Lary 2024-09-15 10:18:06 -0500
  • 46edbcde74
    Merge eddc6a677e into 4131b7f95f #1309 Slawomir Grabowski 2024-09-13 21:41:01 -0400
  • a36fa7bbd3
    Merge 4016d034b9 into 4131b7f95f #1388 Daniel Cauchi 2024-09-13 21:41:01 -0400
  • 390a9a5590 Updated all variable names to use GODOT_ prefix changed cache type for api file and api dir to FILEPATH and PATH respectively. Minor whitespace. docstring parity #1583 Samuel Nicholas 2024-09-13 22:06:25 +0930
  • 4131b7f95f
    Merge pull request #1579 from enetheru/visibility-hidden David Snopek 2024-09-13 17:49:28 -0500
  • 02bdc6665a Add GODOT_SYMBOL_VISIBILITY cache variable to match scons interface. #1579 Samuel Nicholas 2024-09-12 13:41:18 +0930
  • e298f430b5
    Merge pull request #1569 from dsnopek/4.3-cherrypicks-1 David Snopek 2024-09-11 17:17:24 -0500
  • 67e84c04f2
    Merge pull request #1570 from dsnopek/4.2-cherrypicks-7 David Snopek 2024-09-11 17:16:26 -0500
  • 4d5d707d60
    Merge pull request #1572 from dsnopek/4.1-cherrypicks-13 4.1 David Snopek 2024-09-11 17:15:09 -0500
  • aed9b5c7df
    Merge pull request #1563 from APokorny/visibility-hidden David Snopek 2024-09-11 10:29:12 -0500
  • 4d8c05f405
    Merge pull request #1535 from bruvzg/llvm-mingw-arm64 David Snopek 2024-09-10 15:48:22 -0500
  • f4d3817d99
    Merge pull request #1548 from ytnuf/hot_reload David Snopek 2024-09-10 15:47:53 -0500
  • fad74366cd Fix GCC 14 -Wtemplate-id-cdtor warning #1572 George L. Albany 2024-08-25 07:55:58 +0000
  • d421c98461 [Web/SCons] Use CCFLAGS for SIDE_MODULE option Fabio Alessandrelli 2024-08-24 11:56:27 +0200
  • 592a7762cd [4.2] Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays Aaron Franke 2024-08-22 21:04:51 -0700
  • 76c0a4b4ae Fix incorrect generation of some C++ operators Mikael Hermansson 2024-08-21 20:19:33 +0200
  • 67145b323b Avoid hardcoded type conversion for metadata Raul Santos 2024-08-20 14:53:22 +0200
  • d529fc5b69 removes warnings generated by GDCLASS usage Klaim (Joël Lamotte) 2024-08-08 02:10:41 +0200
  • 9a4ba00b0e Make sure `_get` and `_set` dispatch up the class hierarchy Chris Cranford 2024-07-31 20:06:07 -0400
  • bc6cfd70d8 SCons: Remove old Python 2 compat code Rémi Verschelde 2024-07-18 10:35:16 +0200
  • 09b735ac97 [CI] Upload build cache before running tests A Thousand Ships 2024-07-13 16:24:13 +0200
  • 9e860a84a0 [Web] Force emcc to use "wasm" longjmp mode Fabio Alessandrelli 2024-06-14 01:42:39 +0200
  • 9b4c5f0562 [SCons] Add option to build without threads Fabio Alessandrelli 2024-04-30 19:06:51 +0200
  • 5921734784 [Web] Force emcc to use "wasm" longjmp mode #1570 Fabio Alessandrelli 2024-06-14 01:42:39 +0200
  • e5d2febe4d
    Merge bab94a5120 into 07153d40e0 #830 Gergely Kis 2024-09-04 21:33:07 +0800
  • 070ee68e20
    Merge 0ce1638296 into 07153d40e0 #1169 O01eg 2024-09-04 21:32:21 +0800
  • fd31fabcfc Add a test to ensure that library path is absolute David Snopek 2024-07-15 11:57:53 -0500
  • 9d26e3418c Fix GCC 14 -Wtemplate-id-cdtor warning George L. Albany 2024-08-25 07:55:58 +0000
  • 42d9ac3b08 [Web/SCons] Use CCFLAGS for SIDE_MODULE option Fabio Alessandrelli 2024-08-24 11:56:27 +0200
  • f9095a5552 Fix incorrect generation of some C++ operators Mikael Hermansson 2024-08-21 20:19:33 +0200
  • 63c67a9977 Avoid hardcoded type conversion for metadata Raul Santos 2024-08-20 14:53:22 +0200
  • 12f6eecf65 Make generated code mostly style compliant A Thousand Ships 2024-06-18 16:53:21 +0200
  • deaf37120f removes warnings generated by GDCLASS usage Klaim (Joël Lamotte) 2024-08-08 02:10:41 +0200
  • cc70884db3 Make sure `_get` and `_set` dispatch up the class hierarchy Chris Cranford 2024-07-31 20:06:07 -0400
  • 90e0c1515d PR comments — added doc, default 'ON' in Debug, 'OFF' in Release Joakim Stien 2023-12-10 11:25:38 +0100
  • 13299e810b Added hot reload support to CMakeLists.txt Joakim Stien 2023-12-09 15:13:32 +0100
  • 18321318bb [CI] Upload build cache before running tests A Thousand Ships 2024-07-13 16:24:13 +0200
  • 806c38e189 SCons: Remove old Python 2 compat code Rémi Verschelde 2024-07-18 10:35:16 +0200
  • aeb8be98ed [SCons] Add option to build without threads Fabio Alessandrelli 2024-04-30 19:06:51 +0200
  • 1ac33c906e Add a test to ensure that library path is absolute #1569 David Snopek 2024-07-15 11:57:53 -0500
  • 842a7f621f Fix GCC 14 -Wtemplate-id-cdtor warning George L. Albany 2024-08-25 07:55:58 +0000
  • 37d255af6c [Web/SCons] Use CCFLAGS for SIDE_MODULE option Fabio Alessandrelli 2024-08-24 11:56:27 +0200
  • 762db4e4d6 Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays Aaron Franke 2024-08-21 18:31:12 -0700
  • c823e84ff2 Correct type for `char16` and `char32` meta Raul Santos 2024-08-10 17:59:03 +0200
  • 26cb3292a0 Fix incorrect generation of some C++ operators Mikael Hermansson 2024-08-21 20:19:33 +0200
  • 150e45071b Avoid hardcoded type conversion for metadata Raul Santos 2024-08-20 14:53:22 +0200
  • 6702b17336 Update wasm build to use bigint werner mendizabal 2024-08-28 18:39:38 -0500
  • d477589104
    Merge pull request #1520 from dsnopek/test-library-path-absolute David Snopek 2024-08-27 17:45:23 -0500
  • 05571971cc Add hot reload support when building with GCC and CMake #1548 ytnuf 2024-08-13 19:44:39 +0100
  • aac0164b7a
    Merge pull request #1561 from Spartan322/gcc-14-Wtemplate-id-cdtor-warning David Snopek 2024-08-26 12:35:48 -0500
  • fd8f196008
    Merge pull request #1560 from Faless/fix/build_web_cppflags_is_ccflags David Snopek 2024-08-26 10:34:55 -0500
  • 1f9a0b7171
    Merge pull request #1559 from aaronfranke/4.2-fix-typed-packed-array-bind David Snopek 2024-08-26 10:34:43 -0500
  • 16bc0a0fff
    Merge pull request #1558 from aaronfranke/fix-typed-packed-array-bind David Snopek 2024-08-26 10:34:33 -0500
  • d18fa929fb Add visibility-hidden #1563 Andreas Pokorny 2024-08-26 13:20:26 +0200
  • ae88e25566 add owner when object is created by Godot #1562 Andreas Pokorny 2024-08-25 19:28:18 +0200
  • 7b31f39bea
    Fix GCC 14 -Wtemplate-id-cdtor warning #1561 George L. Albany 2024-08-25 07:55:58 +0000
  • f36acd8e31 [Web/SCons] Use CCFLAGS for SIDE_MODULE option #1560 Fabio Alessandrelli 2024-08-24 11:56:27 +0200
  • a0d56336c3
    [4.2] Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays #1559 Aaron Franke 2024-08-22 21:04:51 -0700