Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-19 | Merge pull request #49287 from reduz/expose-variant-internal-binders | Rémi Verschelde | |
Make some Variant internal functions public. | |||
2021-06-18 | Merge pull request #49449 from SpectralDragon/fix-enum-equal-operation | George Marques | |
Fix equal operation for typed enums | |||
2021-06-18 | GDScript: Fix setting type of operator return value | George Marques | |
Also write type adjust when needed for binary operators. | |||
2021-06-18 | Merge pull request #44156 from aaronfranke/quat-angle-to | Rémi Verschelde | |
Add Quaternion angle_to method | |||
2021-06-18 | Merge pull request #49638 from aaronfranke/multiply-transforms | Rémi Verschelde | |
Allow multiplying Transforms and Basis by numbers | |||
2021-06-18 | Merge pull request #49698 from aaronfranke/prop-no-usage | Rémi Verschelde | |
Add PROPERTY_USAGE_NONE and use it | |||
2021-06-18 | Merge pull request #32313 from YeldhamDev/format_args_values | Rémi Verschelde | |
Better format arguments in variant parser | |||
2021-06-18 | Fix a typo in C# bindings generator for default value types | Aaron Franke | |
2021-06-17 | Add Quaternion angle_to method | Aaron Franke | |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias | |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke | |
2021-06-17 | Merge pull request #49043 from ↵ | Rémi Verschelde | |
theoway/missing_description_vs_search_window_fixed Fixes missing descriptions in Visual Script search window when adding nodes | |||
2021-06-17 | Translate file path to URI on LSP symbol requests | Francois Belair | |
2021-06-17 | Merge pull request #48070 from KoBeWi/greedmap | Rémi Verschelde | |
Fix GridMap still drawing when Alt+Tabbing | |||
2021-06-17 | Merge pull request #48331 from Faless/net/4.x_enet_relay_lax | Rémi Verschelde | |
[Net] ENet non-relaying server now process broadcasts. | |||
2021-06-17 | Merge pull request #49667 from Riteo/remove-grid-map-lock-view | Rémi Verschelde | |
Remove GridMap's "Lock View" option and a related method. | |||
2021-06-16 | Merge pull request #49401 from fire/8-weights | K. S. Ernest (iFire) Lee | |
Fix 8 bone weights in glTF2 | |||
2021-06-15 | Allow multiplying Transforms and Basis by numbers | Aaron Franke | |
2021-06-16 | Remove GridMap's "Lock View" option and a related method. | Riteo Siuga | |
Apparently this feature utilized a completely commented out 7+ years old method, effectively doing nothing. Since it was designed with a completely different editor design in mind it is pretty much incompatible and as such it's best to remove it for now. | |||
2021-06-15 | Fixes missing descriptions in search window of visualscript | Umang Kalra | |
2021-06-15 | Merge pull request #49616 from BastiaanOlij/more_rename_transform | Rémi Verschelde | |
Adding some more missing renames for Transform3D and Quaternion | |||
2021-06-15 | Adding some more missing renames for Transform3D and Quaternion | Bastiaan Olij | |
2021-06-15 | Merge pull request #49570 from RandomShaper/fix_slow_scene_io | Rémi Verschelde | |
2021-06-15 | Merge pull request #49593 from bruvzg/tga_loader_fixes | Rémi Verschelde | |
Fix loading RLE compressed TGAs and invalid memory reads. | |||
2021-06-14 | Merge pull request #49600 from vnen/gdnative-api-generator-var-writer | Rémi Verschelde | |
GDNative: Use VariantWriter for the API JSON generator | |||
2021-06-14 | Fix default value binding in VisualScriptFunctionState | George Marques | |
2021-06-14 | GDNative: Use VariantWriter for the API JSON generator | George Marques | |
Instead of the String representation, which can be finicky to work with. VariantWriter is more robust since changes to it affects the whole system thus it's changed less often and it's never ambiguous. | |||
2021-06-14 | Fix loading RLE compressed TGA files. | bruvzg | |
Fix memory reads outside of input buffer when loading invalid TGA files. | |||
2021-06-13 | Fix "super" call when having at least one argument | Julien Nguyen | |
2021-06-13 | Add stereoscopic rendering through multiview | Bastiaan Olij | |
2021-06-13 | Fix slow load/save of scenes with many instances of the same script | Pedro J. Estébanez | |
2021-06-13 | Merge pull request #34668 from aaronfranke/to-string | Rémi Verschelde | |
[Core] Reformat structure string operators | |||
2021-06-13 | Improve & fix Mono build | Pedro J. Estébanez | |
- Fix C++ compile errors about pending variable renames after the `Reference` to `RefCount` change. - Fix C# compile errors due to the recent rename of `EnablePlugin()` and `Build()`, which are now underscore-prefixed in bindings. - Additional rename: `godot_icall_Reference_Dtor` to `godot_icall_RefCounted_Dtor`. | |||
2021-06-12 | Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility | Rémi Verschelde | |
Consistently prefix bound virtual methods with _ | |||
2021-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde | |
Add a Time singleton | |||
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi | |
2021-06-11 | Merge pull request #49312 from RandomShaper/reference_to_ref_count | Rémi Verschelde | |
Rename `Reference` to `RefCounted` | |||
2021-06-11 | Merge pull request #47835 from mortarroad/master-lossless-webp | Rémi Verschelde | |
Implement lossless WebP encoding | |||
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez | |
2021-06-11 | Implement lossless WebP encoding | Morris Tabor | |
2021-06-11 | Reformat structure string operators | Aaron Franke | |
The order of numbers is not changed except for Transform2D. All logic is done inside of their structures (and not in Variant). For the number of decimals printed, they now use String::num_real which works best with real_t, except for Color which is fixed at 4 decimals (this is a reliable number of float digits when converting from 16-bpc so it seems like a good choice) | |||
2021-06-11 | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io | Rémi Verschelde | |
Core: Move DirAccess and FileAccess to `core/io` | |||
2021-06-11 | Merge pull request #49279 from Calinou/rename-string-is-abs-path-method | Rémi Verschelde | |
Rename `String.is_abs_path()` to `String.is_absolute_path()` | |||
2021-06-11 | Merge pull request #34566 from Heikki00/34541_to_json_precision | Rémi Verschelde | |
Increased String::num default decimal precision | |||
2021-06-11 | Add Time singleton | Aaron Franke | |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | |
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already. | |||
2021-06-11 | Merge pull request #48253 from lyuma/fix_gdscript_export | Rémi Verschelde | |
Fix @export and prevent non-exportable References from being exported. | |||
2021-06-11 | Merge pull request #49499 from cptchuckles/fix-var2str-sigil | Rémi Verschelde | |
Let var2str display StringName with correct sigil | |||
2021-06-10 | Fix regression from 160c260 causing export of non-@export properties. | Lyuma | |
2021-06-10 | Let var2str display StringName with correct sigil | Jonathan Gollnick | |