Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1440 from Naros/propertyinfo-wrong-usage-init-value | David Snopek | 2024-04-17 | 1 | -2/+2 |
|\ | | | | | Fix PropertyInfo to use hint/usage default constants | ||||
| * | Fix PropertyInfo to use hint/usage default constants | Chris Cranford | 2024-04-16 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1438 from thimenesup/patch-1 | David Snopek | 2024-04-17 | 1 | -1/+1 |
|\ \ | | | | | | | Fix Projection create_orthogonal being incorrect | ||||
| * | | Fix Projection create_orthogonal being incorrect | thimenesup | 2024-04-14 | 1 | -1/+1 |
| |/ | | | | | Title | ||||
* | | Merge pull request #1364 from Repiteo/non-verbose | David Snopek | 2024-04-17 | 2 | -5/+76 |
|\ \ | | | | | | | Implement `verbose` toggle from godot repo | ||||
| * | | Implement `verbose` toggle from godot repo | Thaddeus Crews | 2024-04-09 | 2 | -5/+76 |
| | | | |||||
* | | | Merge pull request #1371 from ↵ | David Snopek | 2024-04-17 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | godotengine/dependabot/github_actions/mymindstorm/setup-emsdk-14 Bump mymindstorm/setup-emsdk from 13 to 14 | ||||
| * | | Bump mymindstorm/setup-emsdk from 13 to 14 | dependabot[bot] | 2024-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | Merge pull request #1435 from Repiteo/example-use-defines | David Snopek | 2024-04-11 | 2 | -10/+10 |
|\ \ \ | |_|/ |/| | | Use `GDREGISTER` defines in example | ||||
| * | | Use `GDREGISTER` defines in example | Thaddeus Crews | 2024-04-10 | 2 | -10/+10 |
|/ / | |||||
* | | Merge pull request #1422 from AThousandShips/utility_fix | David Snopek | 2024-04-03 | 1 | -1/+1 |
|\ \ | | | | | | | Fix incorrect utility call signature | ||||
| * | | Fix incorrect utility call signature | A Thousand Ships | 2024-04-02 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1417 from ytnuf/cmake-fix | David Snopek | 2024-04-02 | 2 | -2/+2 |
|\ \ | | | | | | | Change cmake required to v3.13 | ||||
| * | | Change cmake_minimum_required to match actual requirements | ytnuf | 2024-03-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is because target_link_options was added in v3.13 So this wouldn't build with cmake v3.12 Likewise in CMAKE_CXX_STANDARD only supports value of 17 starting with cmake v3.9 So the test wouldn't build properly with cmake v3.6 | ||||
* | | | Merge pull request #1413 from AThousandShips/the_angry_count_extended_cpp | David Snopek | 2024-04-02 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add extension support for argument count to `ScriptInstance` | ||||
| * | | | Add extension support for argument count to `ScriptInstance` | A Thousand Ships | 2024-03-14 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #1409 from Repiteo/class-to-typename | David Snopek | 2024-04-02 | 38 | -228/+228 |
|\ \ \ | |/ / |/| | | Enforce template syntax `typename` over `class` | ||||
| * | | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-10 | 38 | -228/+228 |
| | | | |||||
* | | | Merge pull request #1379 from dsnopek/uninitialized-value-mk2 | David Snopek | 2024-03-14 | 3 | -53/+48 |
|\ \ \ | | | | | | | | | Avoid creating most objects that Godot is going to use placement new to initialize | ||||
| * | | | Avoid creating most objects that Godot is going to use placement new to ↵ | David Snopek | 2024-02-26 | 3 | -53/+48 |
| | |/ | |/| | | | | | | | initialize | ||||
* | | | Merge pull request #1397 from dsnopek/script-free-lists | David Snopek | 2024-03-14 | 3 | -8/+65 |
|\ \ \ | | | | | | | | | Load new `script_instance_create3` GDExtension interface function | ||||
| * | | | Load new `script_instance_create3` GDExtension interface function | David Snopek | 2024-03-01 | 3 | -8/+65 |
| | | | | |||||
* | | | | Merge pull request #1375 from AThousandShips/the_angry_count_cpp | David Snopek | 2024-03-14 | 9 | -8/+117 |
|\ \ \ \ | | | | | | | | | | | Add support for getting argument count from `Callable`s | ||||
| * | | | | Add support for getting argument count from `Callable`s | A Thousand Ships | 2024-03-14 | 9 | -8/+117 |
|/ / / / | |||||
* | | | | Merge pull request #1399 from bruvzg/init_list | David Snopek | 2024-03-12 | 4 | -0/+27 |
|\ \ \ \ | | | | | | | | | | | [Packed*Array] Add support for initializer lists. | ||||
| * | | | | [Packed*Array] Add support for initializer lists. | bruvzg | 2024-03-03 | 4 | -0/+27 |
| |/ / / | |||||
* | | | | Merge pull request #1412 from ↵ | David Snopek | 2024-03-12 | 1 | -15/+15 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | dsnopek/gdextension-register-virtual-method-namespace Use explicit `::godot` namespace in gdvirtual.gen.inc | ||||
| * | | | | Use explicit `::godot` namespace in gdvirtual.gen.inc | David Snopek | 2024-03-12 | 1 | -15/+15 |
|/ / / / | |||||
* | | | | Merge pull request #1407 from AThousandShips/flag_fix | David Snopek | 2024-03-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix invalid `void` return in `BitField` | ||||
| * | | | | Fix invalid `void` return in `BitField` | A Thousand Ships | 2024-03-08 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1408 from Zylann/fix_explicit_namespace_in_macros | David Snopek | 2024-03-11 | 2 | -9/+9 |
|\ \ \ \ | |/ / / |/| | | | Fix explicit namespaces in macros | ||||
| * | | | Fix explicit namespaces in macros | Marc Gilleron | 2024-03-08 | 2 | -9/+9 |
|/ / / | |||||
* | | | Merge pull request #1381 from dsnopek/notification-hierarchy | David Snopek | 2024-03-05 | 6 | -2/+62 |
|\ \ \ | | | | | | | | | Fix `_notification()` with parent and child classes | ||||
| * | | | Fix _notification with parent and child classes | David Snopek | 2024-02-22 | 6 | -2/+62 |
| | | | | |||||
* | | | | Merge pull request #1404 from AThousandShips/virt_fix | David Snopek | 2024-03-05 | 1 | -5/+2 |
|\ \ \ \ | |_|/ / |/| | | | Fix crash on virtual method calls | ||||
| * | | | Fix crash on virtual method calls | A Thousand Ships | 2024-03-05 | 1 | -5/+2 |
|/ / / | |||||
* | | | Merge pull request #1383 from bruvzg/memalign | David Snopek | 2024-02-26 | 3 | -52/+105 |
|\ \ \ | |/ / |/| | | [Core] Improve `CowData` and `Memory` metadata alignment. | ||||
| * | | [Core] Improve `CowData` and `Memory` metadata alignment. | bruvzg | 2024-02-05 | 3 | -52/+105 |
| |/ | |||||
* | | Merge pull request #1256 from dsnopek/placeholders | David Snopek | 2024-02-21 | 7 | -9/+104 |
|\ \ | | | | | | | Allow registering "runtime classes" | ||||
| * | | Allow registering "runtime classes" | David Snopek | 2024-02-13 | 7 | -9/+104 |
| | | | |||||
* | | | Merge pull request #1392 from Faless/build/targets_no_more | David Snopek | 2024-02-16 | 9 | -180/+180 |
|\ \ \ | | | | | | | | | [SCons] Split `targets.py`, apply flags from tools | ||||
| * | | | [SCons] Split `targets.py`, apply flags from tools | Fabio Alessandrelli | 2024-02-16 | 9 | -180/+180 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Split `targets` tool logic, moving all the compiler-specific flags to a new `common_compiler_flags.py` file, and everything else (CPPDEFINES, optimize option logic, dev build logic, etc) to the `godotcpp` tool. The default tools now apply the common compiler flags by importing the file and explicitly calling `configure`. | ||||
* | | | Merge pull request #1367 from AThousandShips/issue_version | David Snopek | 2024-02-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use latest doc version in issue template | ||||
| * | | | Use latest doc version in issue template | A Thousand Ships | 2024-01-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1391 from Faless/build/custom_tools | David Snopek | 2024-02-15 | 1 | -6/+38 |
|\ \ \ \ | |_|/ / |/| | | | [SCons] Add support for custom build tools and platforms | ||||
| * | | | [SCons] Add support for custom build tools and platforms | Fabio Alessandrelli | 2024-02-14 | 1 | -6/+38 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Use with: `scons platform=os2 custom_tools=/path/to/tools` (assuming you have an `os2.py` inside `/path/to/tools/`) | ||||
* | | | Merge pull request #1377 from dsnopek/gdextension-register-virtual-method | David Snopek | 2024-02-12 | 14 | -2/+316 |
|\ \ \ | | | | | | | | | Allow GDExtensions to register virtual methods and call them on scripts (godot-cpp support) | ||||
| * | | | Allow GDExtensions to register virtual methods and call them on scripts | David Snopek | 2024-02-12 | 14 | -2/+316 |
| | |/ | |/| | |||||
* | | | Merge pull request #1363 from ↵ | David Snopek | 2024-02-12 | 2 | -1/+27 |
|\ \ \ | | | | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/fix_object_return_value_of_builtin_types_methods Fix object return value of builtin types' methods. | ||||
| * | | | Fix object return value of builtin types' methods. | DaylilyZeleen | 2024-02-13 | 2 | -1/+27 |
| | | | |