Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Adds DEV_ASSERTS that will halt at runtime if the BVH is misused with invalid IDs, and adds ERR_FAIL macros to prevent calling with invalid IDs.
Any such misuse is a bug in the physics, but this should flag any errors quickly.
|
|
|
|
|
|
And force rebuild of Linux cache which got corrupted...
|
|
|
|
|
|
Fix "Stretch Margin" group in TextureProgressBar
|
|
Support static methods in C# bindings generator
|
|
|
|
|
|
* Based on the work done for Variant in the past.
* Added `ClassDB::bind_static_method`
* Cleaned up ClassDB::bind_method to use variadic templates.
This adds support for having static methods in Object derived classes.
Note that this does not make it work yet in GDScript or Mono and, while it works for GDExtension, GodotCPP needs to be updated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New contributor added to AUTHORS:
@rburing
Thanks to all contributors and donors for making Godot possible!
|
|
Remove "Percent" group in ProgressBar
|
|
update `_init()` description regarding required parameters
|
|
|
|
|
|
|
|
|
|
Add an error emitting when the `@export_flags` arg count is exceeded
|
|
Fix default value count checking for inherited function
|
|
|
|
Move extension logic to EditorExportPlatformLinuxBSD
|
|
|
|
|
|
Specify details regarding required parameters.
|
|
|
|
|
|
|
|
|
|
[Editor] Fix reloading editor theme on font / font size setting change.
|
|
Decrease the default line spacing in the script editor
|
|
Move the pseudolocalization editor setting to a debug section
|
|
Fix getaddrinfo failed with undefined proxy config
|
|
|
|
|