Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-27 | Add linear/cubic angle interpolation to Animation interpolation type | Silc Renew | |
2022-08-26 | Merge pull request #64367 from Mickeon/rename-var-to-str | Rémi Verschelde | |
Rename `str2var` to `str_to_var` and similar | |||
2022-08-26 | Merge pull request #64925 from RandomShaper/ps_res_path | Rémi Verschelde | |
Determine `ProjectSettings`' resource path early | |||
2022-08-26 | Determine ProjectSettings' resource path early | Pedro J. Estébanez | |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky | |
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too. - `var2str` -> `var_to_str` - `str2var` -> `str_to_var` - `bytes2var` -> `bytes_to_var` - `bytes2var_with_objects` -> `bytes_to_var_with_objects` - `var2bytes` -> `var_to_bytes` - `var2bytes_with_objects` -> `var_to_bytes_with_objects` - `linear2db` -> `linear_to_db` - `db2linear` -> `db_to_linear` - `deg2rad` -> `deg_to_rad` - `rad2deg` -> `rad_to_deg` - `dict2inst` -> `dict_to_inst` - `inst2dict` -> `inst_to_dict` | |||
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ↵ | bruvzg | |
for signing and notarization. | |||
2022-08-25 | Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file | Rémi Verschelde | |
Remove unimplemented `OS.dump_memory_to_file()` method | |||
2022-08-25 | Merge pull request #64776 from YuriSizov/import-images-moar-flags | Rémi Verschelde | |
2022-08-25 | Merge pull request #64844 from RandomShaper/fa_access_type | Rémi Verschelde | |
Add `FileAccess::get_access_type()` | |||
2022-08-24 | Merge pull request #64531 from madmiraal/fix-63972-2 | Rémi Verschelde | |
Fix axis mapped to DPad buttons not releasing opposite button | |||
2022-08-24 | Add FileAccess::get_access_type() | Pedro J. Estébanez | |
2022-08-24 | Merge pull request #64691 from TokageItLab/Quaternion-editor | Rémi Verschelde | |
2022-08-24 | Merge pull request #64082 from KoBeWi/array3k | Rémi Verschelde | |
2022-08-24 | Implement Quaternion Editor | Silc Renew | |
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-08-24 | fix arg naming in ResourceFormatLoader extension | derammo | |
2022-08-24 | Merge pull request #64794 from Chaosus/projection_constructor | Yuri Rubinsky | |
2022-08-24 | Merge pull request #64009 from KoBeWi/arrayy_lmao | Rémi Verschelde | |
Replace Array return types with TypedArray (part 2) | |||
2022-08-24 | Add constructor accepting four Vector4's to `Projection` | Yuri Rubinsky | |
2022-08-24 | Merge pull request #63728 from MarcusElg/%v | Rémi Verschelde | |
Add %v for formatting vectors | |||
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi | |
2022-08-23 | Merge pull request #64721 from bruvzg/fix_prop_revet_ext | Rémi Verschelde | |
2022-08-23 | Add %v for formatting vectors | Marcus Elg | |
2022-08-23 | Merge pull request #59779 from rainerdeyke/constexpr-operators | JFonS | |
Made Key operators constexpr | |||
2022-08-23 | [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods ↵ | bruvzg | |
using incorrect string type. | |||
2022-08-23 | Merge pull request #64511 from derammo/derammo_fix_has_property_default_value | Rémi Verschelde | |
2022-08-23 | Make `ImageLoader` take bit field flags | Yuri Sizov | |
2022-08-23 | Merge pull request #64690 from ↵ | Rémi Verschelde | |
touilleMan/projection-members-offsets-in-gdentension-api | |||
2022-08-23 | Merge pull request #64678 from TokageItLab/implement-ease-baker | Rémi Verschelde | |
Fix Quaternion Tween and add Easing baker to AnimationTrackEditor | |||
2022-08-23 | Merge pull request #64732 from RandomShaper/input_is_final | Rémi Verschelde | |
Consolidate the fact that `Input` is meant to be final | |||
2022-08-23 | Merge pull request #64489 from MewPurPur/fast-string-repeat | Rémi Verschelde | |
Improved performance of `String.repeat()` | |||
2022-08-23 | Merge pull request #63959 from KoBeWi/typo_arrray | Rémi Verschelde | |
Replace Array return types with TypedArray (part 1) | |||
2022-08-23 | Merge pull request #64428 from godotengine/gdextension-ignore-property-array | Rémi Verschelde | |
Ignore class's property array when generating extension_api.json (not… | |||
2022-08-22 | Improved performance of String repeat method | VolTer | |
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Merge pull request #60515 from KoBeWi/electrostatic_jason | Rémi Verschelde | |
2022-08-22 | Merge pull request #64571 from kleonc/string-fix-self-add-assign | Rémi Verschelde | |
2022-08-22 | Ignore fake properties in classes when generating extension_api.json | Emmanuel Leblond | |
In extension_api.json we want to expose properties that are meant to access a class attribute from script (i.e. `Node2D.position`). However property system is also used in Godot to declare attributes accessible from the node editor: - property with '/' in their name - property array with NIL type that represents an array | |||
2022-08-22 | Merge pull request #64374 from RandomShaper/inheritable_cl_args | Rémi Verschelde | |
2022-08-22 | Merge pull request #64339 from YuriSizov/core-multilevel-validate-property | Rémi Verschelde | |
2022-08-22 | Merge pull request #64610 from reduz/startup-benchmark-support | Rémi Verschelde | |
2022-08-22 | Merge pull request #60309 from The-O-King/oct | Rémi Verschelde | |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov | |
2022-08-22 | Merge pull request #63602 from TokageItLab/cubic-interp-time | Rémi Verschelde | |
2022-08-22 | Consolidate the fact that `Input` is meant to be final | Pedro J. Estébanez | |
This reverts #38034 and removes the `iteration()` method. | |||
2022-08-22 | Fix Quaternion Tween and implement ease baker | Silc Renew | |
2022-08-21 | Add missing Projection's members offsets to gdextension_api.json | Emmanuel Leblond | |
2022-08-20 | Expose Basis `set_orthogonal_index` method as a GridMap function | rafallus | |
2022-08-20 | added missing virtual to ScriptExtension | derammo | |
_has_property_default_value is a required virtual for ScriptExtension but it was not bound, and could therefore not be implemented this made it impossible to implement a ScriptExtension that runs | |||
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | |
Make `property_*_revert` methods multilevel and expose them for scripting |