Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-18 | EditorProperty: Fix handling of PackedRealArray | Rémi Verschelde | |
2020-02-18 | Merge pull request #36320 from madmiraal/fix-c4996-warning-vulkan_context | Rémi Verschelde | |
Fix VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp. | |||
2020-02-18 | Merge pull request #36318 from akien-mga/fix-mono-build | Rémi Verschelde | |
Fix CanvasItem bindings and Mono build | |||
2020-02-18 | Merge pull request #36317 from godotengine/revert-36182-how_to_text_file | Rémi Verschelde | |
Revert "Remove TextFile from public API" | |||
2020-02-18 | Fix VisualStudio throwing multiple C4996 warnings in vulkan_context.cpp. | Marcel Admiraal | |
Use Godot's String to concatenate C-strings instead of strcat and sprintf, which are unsafe, because they don't check for buffer overflows. | |||
2020-02-18 | Mono: Fix build after ObjectID and Texture2D changes | Rémi Verschelde | |
2020-02-18 | Fix arguments/default values in CanvasItem bindings | Rémi Verschelde | |
2020-02-18 | Merge pull request #36311 from reduz/poolvector-deprecation | Rémi Verschelde | |
Convert all references and instances of PoolVector to Vector | |||
2020-02-18 | Revert "Remove TextFile from public API" | Rémi Verschelde | |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky | |
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`. | |||
2020-02-17 | Merge pull request #36303 from follower/patch-8 | Rémi Verschelde | |
Fix typo/spelling: "exisiting" -> "existing" | |||
2020-02-18 | Fix typo/spelling: "exisiting" -> "existing" | follower | |
Specifically: "exisiting_script_removable" -> "existing_script_removable" | |||
2020-02-17 | Merge pull request #36295 from akien-mga/classdb-workaround-gdscript-double-free | Rémi Verschelde | |
ClassDB: Workaround double-free for GDScript | |||
2020-02-17 | ClassDB: Workaround double-free for GDScript | Rémi Verschelde | |
This is a temporary hack until vnen and reduz can work on a proper fix. The changes in 867d073b98344b848c96012418912a7e72841a31 exposed a GDScript issue, which apparently triggers an automatic unreferencing. This hack only makes it possible to use the editor again, but GDScript is still broken. | |||
2020-02-17 | Merge pull request #36229 from dreamsComeTrue/rich-text-label-key-events | Rémi Verschelde | |
RichTextLabel: proper handling of internal key events | |||
2020-02-17 | Merge pull request #36248 from Calinou/connections-method-dialog-increase-width | Rémi Verschelde | |
Increase the width of the "Connections to method" dialog | |||
2020-02-17 | Merge pull request #36233 from WARIO-MDMA/audiostreamplayer-pitch-scale | Rémi Verschelde | |
[AudioStreamPlayer/2D/3D] Reduce the max value of pitch_scale's inspector slider | |||
2020-02-17 | Merge pull request #36284 from KoBeWi/scripting_bats | Rémi Verschelde | |
Allow for continuous deletion/duplication of lines | |||
2020-02-17 | Merge pull request #36277 from madmiraal/fix-visual_server-bindings | Rémi Verschelde | |
Fix VisualServer bindings. | |||
2020-02-17 | Merge pull request #36276 from Chaosus/fix_texture_base | Rémi Verschelde | |
Fix GDCLASS for Texture2D/TextureLayered | |||
2020-02-17 | Fix VisualServer bindings. | Marcel Admiraal | |
2020-02-17 | Fix GDCLASS for Texture2D/TextureLayered | Yuri Roubinsky | |
2020-02-16 | Merge pull request #36274 from Calinou/add-fish-completion | Rémi Verschelde | |
Add a fish shell completion file for the Godot editor | |||
2020-02-16 | Allow for continuous deletion/duplication of lines | Tomasz Chabora | |
2020-02-16 | Add a fish shell completion file for the Godot editor | Hugo Locurcio | |
2020-02-16 | Merge pull request #36267 from timothyqiu/conn-enter-crash | Rémi Verschelde | |
Fixes crash when pressing enter in ConnectDialog with nothing selected | |||
2020-02-16 | Fixes crash when pressing enter in ConnectDialog with nothing selected | Haoyu Qiu | |
2020-02-16 | Merge pull request #36260 from timothyqiu/texture-memleak | Rémi Verschelde | |
Fixes memory leak when loading StreamTexture | |||
2020-02-16 | Merge pull request #36251 from Chaosus/fix_struct_crash | Yuri Roubinsky | |
Fix shader crash if duplicated struct members created | |||
2020-02-16 | Fixes memory leak when loading StreamTexture | Haoyu Qiu | |
2020-02-15 | Merge pull request #35862 from Calinou/improve-enet-error-messages | Rémi Verschelde | |
Improve error explanations related to NetworkedMultiplayerENet | |||
2020-02-15 | Merge pull request #36250 from Faless/ws/fix_js_status | Rémi Verschelde | |
Fix EMWSClient::get_connection_status() | |||
2020-02-15 | Fix shader crash if duplicated struct members created | Yuri Roubinsky | |
2020-02-15 | Fix EMWSClient::get_connection_status(), try catch | Fabio Alessandrelli | |
2020-02-15 | Increase the width of the "Connections to method" dialog | Hugo Locurcio | |
This closes #36245. | |||
2020-02-15 | Merge pull request #36189 from reduz/object-id-refactor | Rémi Verschelde | |
Changed logic and optimized ObjectID in ObjectDB and Variant, removed… | |||
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | |
2020-02-15 | Reduce AudioStreamPlayer's pitch_scale max value | WARIO-MDMA | |
2020-02-15 | Merge pull request #36230 from SkyLucilfer/iconBug | Rémi Verschelde | |
Fix script creation icon not showing at startup bug | |||
2020-02-15 | Merge pull request #36231 from Calinou/editorspinslider-add-left-margin | Rémi Verschelde | |
Add a margin to EditorSpinSlider to visually line up the edited number | |||
2020-02-15 | Merge pull request #36235 from YeldhamDev/colorpicker_presets_hide_fix | Rémi Verschelde | |
Fix hiding ColorPicker's presets not fully hiding its controls | |||
2020-02-15 | Merge pull request #36237 from timothyqiu/memleaks | Rémi Verschelde | |
Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRD | |||
2020-02-15 | Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRD | Haoyu Qiu | |
2020-02-15 | Fix hiding ColorPicker's presets not fully hiding its controls | Michael Alexsander | |
2020-02-15 | Add a margin to EditorSpinSlider to visually line up the edited number | Hugo Locurcio | |
This means clicking on an EditorSpinSlider to edit its value will no longer cause the number to be visually offset while it's being edited. | |||
2020-02-15 | Fix script icon not showing at startup bug | SkyJJ | |
2020-02-14 | RichTextLabel: proper handling of internal key events | Dominik 'dreamsComeTrue' Jasiński | |
Fixes #36211 | |||
2020-02-14 | Merge pull request #36222 from Handola/cameraeffects-fix | Rémi Verschelde | |
Fix bind method set_override_exposure_enabled of CameraEffects | |||
2020-02-14 | Merge pull request #36044 from dreamsComeTrue/fix-replace-all-shortcut | Rémi Verschelde | |
Added 'Replace in files' functionality to text editors | |||
2020-02-14 | i18n: Sync translation template with current source | Rémi Verschelde | |
(cherry picked from commit 3dfedc0b4c5a76db5ada0c3c178b7af240e9a6d0) |