Skip to content

Pull requests: godotengine/godot-cpp

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add a separate setup-godot-cpp github action.
#1656 opened Nov 26, 2024 by Ivorforce Loading…
Add variant_internal.hpp.
#1655 opened Nov 26, 2024 by Ivorforce Loading…
Add print_line for compatibility with engine modules cherrypick:4.3 enhancement This is an enhancement on the current functionality
#1653 opened Nov 26, 2024 by aaronfranke Loading… 4.4
CMake: Enable using clang-cl on windows cmake topic:buildsystem Related to the buildsystem or CI setup
#1651 opened Nov 24, 2024 by enetheru Loading… 4.x
Added options to enable/disable targets to be added to a cmake build. cmake topic:buildsystem Related to the buildsystem or CI setup
#1650 opened Nov 23, 2024 by Torets Loading… 4.x
CMake: fix break for build prior to modernisation PR cmake topic:buildsystem Related to the buildsystem or CI setup
#1649 opened Nov 23, 2024 by enetheru Loading… 4.x
CMake: add dev feature tag when GODOT_DEV_BUILD is enabled. cmake topic:buildsystem Related to the buildsystem or CI setup
#1648 opened Nov 23, 2024 by enetheru Loading… 4.x
CMake: Align MSVC runtime (MD[d], MT) options to engine cmake topic:buildsystem Related to the buildsystem or CI setup
#1647 opened Nov 23, 2024 by enetheru Draft 4.x
Add scons with_x86_64h option on macOS enhancement This is an enhancement on the current functionality
#1642 opened Nov 17, 2024 by Ivorforce Loading…
fix typed_dictionary compile-time regression
#1628 opened Oct 21, 2024 by IvanInventor Loading…
static inline is bad. Generates too much code that the linker can't remove. discussion enhancement This is an enhancement on the current functionality
#1621 opened Oct 10, 2024 by jordo Loading…
Use namespace in defs.hpp cherrypick:4.2 cherrypick:4.3 enhancement This is an enhancement on the current functionality
#1617 opened Oct 8, 2024 by zhehangd Loading… 4.x
Don't print an error when decoding a null Ref<T> bug This has been identified as a bug cherrypick:4.2 cherrypick:4.3
#1616 opened Oct 7, 2024 by dsnopek Loading… 4.x
Fix CallableCustom comparison function handling
#1612 opened Oct 4, 2024 by kisg Loading…
Reword warning about extension compatibility in README enhancement This is an enhancement on the current functionality
#1588 opened Sep 16, 2024 by Calinou Loading…
Correct element type for TypedArray<> enhancement This is an enhancement on the current functionality topic:gdextension This relates to the new Godot 4 extension implementation
#1547 opened Aug 13, 2024 by raulsntos Loading… 4.x
[DRAFT] Add ScriptInstanceExtension class which mimicks the API of Godot's internal ScriptInstance class enhancement This is an enhancement on the current functionality
#1544 opened Aug 7, 2024 by dsnopek Loading… 4.x
[4.0] SCons: Fix BoolVariable import for SCons 4.8.0+ bug This has been identified as a bug topic:buildsystem Related to the buildsystem or CI setup
#1526 opened Jul 17, 2024 by akien-mga Loading… 4.0
Core: Change BitField internal value to uint64_t enhancement This is an enhancement on the current functionality waiting for Godot This issue needs a Godot Engine improvement to be solved
#1517 opened Jul 12, 2024 by Repiteo Loading… 4.x
Replace generic macros with math equivalents discussion enhancement This is an enhancement on the current functionality waiting for Godot This issue needs a Godot Engine improvement to be solved
#1503 opened Jun 24, 2024 by Repiteo Loading… 4.x
[DRAFT] Add CMake support for XML documentation cmake topic:buildsystem Related to the buildsystem or CI setup
#1499 opened Jun 19, 2024 by dsnopek Draft 4.x
Adding Simple Macros To Expose Attributes to Editor More Easily discussion enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup
#1495 opened Jun 16, 2024 by Anthony-J-G Loading… 4.x
ProTip! Exclude everything labeled bug with -label:bug.