Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Merge pull request #49854 from ↵ | K. S. Ernest (iFire) Lee | |
kleonc/visual_script_editor-fix-position-when-zooming-master VisualScriptEditor Fix in graph position calculation (do not skip zoom) | |||
2021-06-24 | Merge pull request #49583 from timothyqiu/texture-crash | Rémi Verschelde | |
Fix crash when freeing GradientTexture and NoiseTexture | |||
2021-06-23 | VisualScriptEditor Fix in graph position calculation (do not skip zoom) | kleonc | |
2021-06-23 | Fixing mono build after instance() -> instanciate() name change | Grzegorz Puławski | |
2021-06-23 | Fix logic operators mislabeled #49412 | Martin | |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke | |
Also MIDIMessage | |||
2021-06-20 | Merge pull request #49754 from aaronfranke/is-eq-approx-sub-opt | Rémi Verschelde | |
Fix sub-optimal uses of is_equal_approx | |||
2021-06-20 | Fix sub-optimal uses of is_equal_approx | Aaron Franke | |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | |
2021-06-20 | Merge pull request #48804 from EricEzaM/scripting-multi-error-support | Rémi Verschelde | |
Added support for scripts reporting multiple errors to ScriptTextEditor | |||
2021-06-19 | Merge pull request #44806 from madmiraal/consolidate_json | Rémi Verschelde | |
Consolidate JSON, JSONParseResults and JSONParser into JSON | |||
2021-06-19 | Added support for scripts reporting multiple errors to ScriptTextEditor | Eric M | |
Scripts can now report multiple errors to the scripting editors in the engine. UI elements were added to support multiple errors. | |||
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | |
Renames JSON.parse_string() to parse() Renames JSON.decode_data() to stringify() | |||
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-14 | Fix crash when freeing GradientTexture and NoiseTexture | Haoyu Qiu | |
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 | |