summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-17Merge pull request #36276 from Chaosus/fix_texture_baseRémi Verschelde
Fix GDCLASS for Texture2D/TextureLayered
2020-02-17Fix GDCLASS for Texture2D/TextureLayeredYuri Roubinsky
2020-02-16Merge pull request #36274 from Calinou/add-fish-completionRémi Verschelde
Add a fish shell completion file for the Godot editor
2020-02-16Add a fish shell completion file for the Godot editorHugo Locurcio
2020-02-16Merge pull request #36267 from timothyqiu/conn-enter-crashRémi Verschelde
Fixes crash when pressing enter in ConnectDialog with nothing selected
2020-02-16Fixes crash when pressing enter in ConnectDialog with nothing selectedHaoyu Qiu
2020-02-16Merge pull request #36260 from timothyqiu/texture-memleakRémi Verschelde
Fixes memory leak when loading StreamTexture
2020-02-16Merge pull request #36251 from Chaosus/fix_struct_crashYuri Roubinsky
Fix shader crash if duplicated struct members created
2020-02-16Fixes memory leak when loading StreamTextureHaoyu Qiu
2020-02-15Merge pull request #35862 from Calinou/improve-enet-error-messagesRémi Verschelde
Improve error explanations related to NetworkedMultiplayerENet
2020-02-15Merge pull request #36250 from Faless/ws/fix_js_statusRémi Verschelde
Fix EMWSClient::get_connection_status()
2020-02-15Fix shader crash if duplicated struct members createdYuri Roubinsky
2020-02-15Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli
2020-02-15Merge pull request #36189 from reduz/object-id-refactorRémi Verschelde
Changed logic and optimized ObjectID in ObjectDB and Variant, removed…
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-15Merge pull request #36230 from SkyLucilfer/iconBugRémi Verschelde
Fix script creation icon not showing at startup bug
2020-02-15Merge pull request #36231 from Calinou/editorspinslider-add-left-marginRémi Verschelde
Add a margin to EditorSpinSlider to visually line up the edited number
2020-02-15Merge pull request #36235 from YeldhamDev/colorpicker_presets_hide_fixRémi Verschelde
Fix hiding ColorPicker's presets not fully hiding its controls
2020-02-15Merge pull request #36237 from timothyqiu/memleaksRémi Verschelde
Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRD
2020-02-15Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRDHaoyu Qiu
2020-02-15Fix hiding ColorPicker's presets not fully hiding its controlsMichael Alexsander
2020-02-15Add a margin to EditorSpinSlider to visually line up the edited numberHugo 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-15Fix script icon not showing at startup bugSkyJJ
2020-02-14Merge pull request #36222 from Handola/cameraeffects-fixRémi Verschelde
Fix bind method set_override_exposure_enabled of CameraEffects
2020-02-14Merge pull request #36044 from dreamsComeTrue/fix-replace-all-shortcutRémi Verschelde
Added 'Replace in files' functionality to text editors
2020-02-14i18n: Sync translation template with current sourceRémi Verschelde
(cherry picked from commit 3dfedc0b4c5a76db5ada0c3c178b7af240e9a6d0)
2020-02-14i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 74738806f3fd41d101f630ed1d3d58702fa80dbc)
2020-02-14Merge pull request #36219 from dragmz/dragmz/oob_writeRémi Verschelde
Fix OOB write when calling MultiMesh::set_instance_transform
2020-02-14Fix bind method set_override_exposure_enabled of CameraEffectsHandola
2020-02-14Merge pull request #36218 from akien-mga/doc-version-branchRémi Verschelde
doc: Only encode version branch (x.y) in class header
2020-02-14fix oob write when calling MultiMesh::set_instance_transformMarcin Zawiejski
2020-02-14Merge pull request #36214 from akien-mga/vulkan-loader-secure_getenvRémi Verschelde
Vulkan-Loader: Mark secure_getenv as available on Linux
2020-02-14Merge pull request #36182 from KoBeWi/how_to_text_fileRémi Verschelde
Remove TextFile from public API
2020-02-14doc: Only encode version branch (x.y) in class headerRémi Verschelde
This avoids a big diff on patch version updates.
2020-02-14Merge pull request #36066 from timothyqiu/float-step-rangeRémi Verschelde
Fixes range hint for default_float_step
2020-02-14Merge pull request #36201 from YeldhamDev/import_dock_fixesRémi Verschelde
Fix multiple issues with the "Import" dock
2020-02-14Remove TextFile from public APITomasz Chabora
2020-02-14Vulkan-Loader: Mark secure_getenv as available on LinuxRémi Verschelde
It's a GNU extension part of glibc since 2.17, and it was also added recently to musl libc. It doesn't seem to be available on *BSD (but also not used there by Vulkan-Loader). Could be made more thorough by doing a test compilation of a file to check for the existence of the function on the host system, but unless we run into actual issues, that's likely overkill.
2020-02-14Merge pull request #36212 from akien-mga/remove-battery-power-apiRémi Verschelde
Remove incomplete battery status/power API
2020-02-14Merge pull request #36194 from dragmz/dragmz/exit_crash_fixRémi Verschelde
Fix crash when closing project manager
2020-02-14Merge pull request #36191 from drichardson/fix_36190Rémi Verschelde
Disable video driver option in editor
2020-02-14Merge pull request #36208 from akien-mga/warningsRémi Verschelde
Fix various GCC compilation warnings after Vulkan merge
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
It was initially implemented in #5871 for Godot 3.0, but never really completed or thoroughly tested for most platforms. It then stayed in limbo and nobody seems really keen to finish it, so it's better to remove it in 4.0, and re-add eventually (possibly with a different API) if there's demand and an implementation confirmed working on all platforms. Closes #8770.
2020-02-14Merge pull request #36209 from Chaosus/vs_fix_cubemapsYuri Roubinsky
Restore cubemaps in visual shaders
2020-02-14Restore cubemaps in visual shadersYuri Roubinsky
2020-02-14Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde
Part of #36132.
2020-02-14Merge pull request #36203 from timothyqiu/nav-polygon-leakRémi Verschelde
Fixes memory leak in NavigationPolygon
2020-02-14Merge pull request #36200 from clayjohn/VULKAN-sky-errorRémi Verschelde
Fix error flood with sky background
2020-02-14Merge pull request #36197 from Calinou/tweak-editor-help-comment-colorRémi Verschelde
Tweak the editor help comment color for better readability
2020-02-14Merge pull request #36030 from dreamsComeTrue/fix-replace-text-enteredRémi Verschelde
Allow using Enter key for replacing text in code editors