Sara pushed to main at Sara/cutes
- f84e3a3a27 feat: added _as_drop for numeric types
- 85dd8e5fec feat: added new() and new_as() macros
- ff87fa96e1 fix: list no longer sets length to capacity
- Compare 3 commits »
Sara pushed to main at Sara/godot-cpp-utils
- 8dc8144915 feat: updated to use GDREGISTER_RUNTIME_CLASS ipv GDGAMEONLY or GDEDITORONLY
Sara pushed to main at Sara/godot-cpp-template
- 27b2c2efbb Update README.md by removing typo
- 19eda87006 Add `.gdignore` file to prevent editor from importing resources
- 59f4cc9985 Add Godot .editorconfig
- Compare 3 commits »
Sara pushed to main at Sara/godot-cpp-template
- 8c51cc70ce feat: updated godot-cpp to 4.3 stable
Sara pushed to main at Sara/godot-cpp-template
- 70ef73e06f feat: updated src/utils to newest
Sara pushed to main at Sara/godot-cpp-template
- 06650112a5 fix: added missing libgit_plugin.linux.* for git plugin
Sara pushed to main at Sara/godot-cpp-utils
- 79c37a3ccc fix: removed gd:: prefix from GDREGISTER_CLASS macro uses
Sara pushed to main at Sara/godot-cpp-utils
- 28938ae929 fix: changed calls to ClassDB::register_class to macro GDREGISTER_CLASS
Sara pushed to main at Sara/godot-cpp-utils
- 308d073a93 feat: GDENUM macro now uses uint32_t internally
Sara pushed to main at Sara/godot-cpp-utils
- 1cf0c55f2a chore: fixed godot_cpp includes being in quotes ipv angle brackets
Sara pushed to main at Sara/godot-cpp-utils
- 94f4a301b2 chore: fixed formatting
Sara pushed to main at Sara/godot-cpp-template
- 1fce4436ef feat: added godot git addon
Sara pushed to main at Sara/godot-cpp-utils
- acb193b45f feat: added GDNODETYPE macro
Sara pushed to main at Sara/Framework-rust-background-image
- 6465ca8bc8 added background
Sara created repository Sara/Framework-rust-background-image
Sara pushed to main at Sara/godot-cpp-utils
- 16b5de038d feat: GDRESOURCETYPE and GDENUMTYPE no longer stringify argument
- 8b670b309e feat: added more functions to GDENUM class
- Compare 2 commits »
Sara pushed to main at Sara/godot-cpp-utils
- 08e21f0568 feat: added time_seconds
- d680ebf55f fix: rng is now reference counted
- Compare 2 commits »
Sara pushed to main at Sara/godot-cpp-utils
- 4e231f5be3 fix: switch_game_mode condition now first checks if a game mode is already active
- 1672dbd5f8 fix: util_functions now uses utils namespace
- Compare 2 commits »
Sara pushed to main at Sara/godot-cpp-utils
- c42cab169e fix: replaced uses of gd:: with godot::