Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Merge pull request #43622 from madmiraal/fix-js-missing-semi-colons | Rémi Verschelde | |
Add missing javascript semi-colons. | |||
2020-11-17 | Merge pull request #43623 from madmiraal/fix-js-lgtm-warning | Fabio Alessandrelli | |
Fix godot_js_websocket_send function unused assignment. | |||
2020-11-17 | Fix godot_js_websocket_send function unused assignment. | Marcel Admiraal | |
2020-11-17 | Add missing javascript semi-colons. | Marcel Admiraal | |
2020-11-17 | Merge pull request #42412 from Xrayez/doc-image-texture | Rémi Verschelde | |
Describe `ImageTexture`, `Image` creation and usage | |||
2020-11-17 | Merge pull request #38201 from Calinou/editor-f2-rename-node | Rémi Verschelde | |
Require Ctrl for switching between editors, bind F2 to Rename Node | |||
2020-11-17 | Merge pull request #43614 from akien-mga/save-debugger-options | Rémi Verschelde | |
Debugger: Save options in project metadata | |||
2020-11-17 | Describe `ImageTexture`, `Image` creation and usage | Andrii Doroshenko (Xrayez) | |
2020-11-17 | Merge pull request #43612 from akien-mga/variant-utils-doc | Rémi Verschelde | |
doc: Sync classref with Variant utility methods | |||
2020-11-17 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e95af7ae9b883151e6de1d31f94950833ae5b478) | |||
2020-11-17 | Debugger: Save options in project metadata | Rémi Verschelde | |
Fixes #19542. | |||
2020-11-17 | doc: Sync classref with Variant utility methods | Rémi Verschelde | |
Copied relevant documentation from the original `@GDScript` built-ins, which will likely be removed in a future commit. Various fixups to `variant_utility.cpp` while working on this. | |||
2020-11-17 | Merge pull request #43610 from RandomShaper/fix_res_duplicate | Rémi Verschelde | |
Fix crash in resoure duplicate | |||
2020-11-17 | Fix crash in resoure duplicate | Pedro J. Estébanez | |
2020-11-17 | Merge pull request #38812 from aaronfranke/brace-no-empty-line | Rémi Verschelde | |
Remove all empty lines from the start of blocks defined with braces | |||
2020-11-17 | Merge pull request #43565 from rcorre/curve_handle_doc | Rémi Verschelde | |
Clarify Curve3D.get_point_{in,out} position in doc. | |||
2020-11-17 | Merge pull request #43547 from TokageItLab/lowering-s3d-and-camera-min-unit | Rémi Verschelde | |
Lowering the Minimum Unit at Shape3D and Cameras | |||
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-16 | Add line removal around braces to the file formatting script | Aaron Franke | |
2020-11-17 | Lowering the Minimum Unit at Shape3D and Cameras | Tokage | |
2020-11-16 | Clarify Curve3D.get_point_{in,out} position in doc. | Ryan Roden-Corrent | |
I verified this experimentally. I added a point at roughly (1,0,0), and dragged a handle back to the origin. The result was: ``` get_point_position: (0.991079, 0, -0.000069) get_point_in: (0.993409, 0, 0) get_point_out: (-0.993409, 0, 0) ``` | |||
2020-11-16 | Merge pull request #43233 from madmiraal/fix-42876 | Rémi Verschelde | |
Remove unneeded filter on joy_axis() | |||
2020-11-16 | Merge pull request #43538 from KoBeWi/gotta_check_them_all | Rémi Verschelde | |
Allow folder checking in export preset file list | |||
2020-11-16 | Merge pull request #43537 from KoBeWi/🌳🗎🔧 | Rémi Verschelde | |
Correct the doc about Tree.get_edited | |||
2020-11-16 | Merge pull request #43595 from mbrlabs/windows-execute-fix | Rémi Verschelde | |
Fixed exit code retrieval of spawned processes on Windows | |||
2020-11-16 | Merge pull request #43248 from HEAVYPOLY/master | Rémi Verschelde | |
Change android orientations from sensor to user | |||
2020-11-16 | Fixed exit code retrieval of spawned processes on Windows | Marcus Brummer | |
Use GetExitCodeProcess() on Windows to retrieve the exit code of a process in OS:excute() | |||
2020-11-16 | Merge pull request #43556 from naithar/feature/pluggable_app_delegates | Rémi Verschelde | |
[4.0] [iOS] Pluggable application delegate | |||
2020-11-16 | Merge pull request #43479 from Calinou/use-low-editor-scale-auto | Rémi Verschelde | |
Use 75% editor scale on small displays automatically | |||
2020-11-16 | Use 75% editor scale on small displays automatically | Hugo Locurcio | |
This also makes borders always display in the editor theme, even if the editor scale is below 100%. Otherwise, "focus" outlines would vanish when using an editor scale below 100%, which harms usability. | |||
2020-11-16 | Merge pull request #43493 from timothyqiu/request-absolute-authority | Fabio Alessandrelli | |
Allow HTTPClient to talk to a proxy server | |||
2020-11-16 | Merge pull request #43316 from YeldhamDev/rate_scale_wav_fix | Rémi Verschelde | |
Fix WAV resources ignoring the AudioServer's 'global_rate_scale' value | |||
2020-11-16 | Merge pull request #41911 from Calinou/test-add-configfile | Rémi Verschelde | |
Add a test suite for ConfigFile | |||
2020-11-16 | Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-option | Rémi Verschelde | |
Rename the "Delete" option in the FileSystem dock to "Move to Trash" | |||
2020-11-16 | Merge pull request #43509 from Calinou/doc-projectsettings-packetpeerstream-size | Rémi Verschelde | |
Clarify packet peer `max_buffer_po2` in ProjectSettings documentation | |||
2020-11-16 | Merge pull request #43461 from ccl2of4/fix-linux-joypad-dpad-zeroing | Rémi Verschelde | |
Fix for linux joypad D-pad zeroing | |||
2020-11-16 | Add a test suite for ConfigFile | Hugo Locurcio | |
2020-11-16 | Clarify packet peer `max_buffer_po2` in ProjectSettings documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4364. | |||
2020-11-16 | Merge pull request #40967 from Calinou/editor-layout-improve-messages | Rémi Verschelde | |
Improve messages related to overriding the default editor layout | |||
2020-11-16 | Merge pull request #42008 from Calinou/theme-rename-node-type | Rémi Verschelde | |
Rename the `type` parameter to `node_type` in Theme and Control | |||
2020-11-16 | Merge pull request #42863 from Calinou/add-windows-installer-files | Rémi Verschelde | |
Add files to create a Windows editor installer using Inno Setup | |||
2020-11-16 | Merge pull request #42977 from Calinou/roughness-normal-import-more-image-types | Rémi Verschelde | |
Allow more image types in the roughness texture's Src Normal import hint | |||
2020-11-16 | Merge pull request #43578 from Calinou/test-add-nodepath | Rémi Verschelde | |
Add a test suite for NodePath | |||
2020-11-16 | Merge pull request #43572 from Calinou/test-add-pckpacker | Rémi Verschelde | |
Add a test suite for PCKPacker | |||
2020-11-16 | Merge pull request #43566 from Calinou/remove-pause-mode-script-property-groups | Rémi Verschelde | |
Remove property groups for Pause Mode and Script | |||
2020-11-16 | Merge pull request #43533 from Calinou/doc-improve-dictionary | Rémi Verschelde | |
Improve the Dictionary class documentation | |||
2020-11-16 | Merge pull request #43516 from Calinou/test-add-curve | Rémi Verschelde | |
Add a test suite for Curve | |||
2020-11-16 | Merge pull request #42526 from aaronfranke/project-in-non-empty | Rémi Verschelde | |
Allow creating projects in non-empty folders with a confirmation popup | |||
2020-11-16 | Merge pull request #43481 from nathanfranke/android-export-fix | Rémi Verschelde | |
Fix Android Export jarsigner error with *.import whitelist | |||
2020-11-16 | Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis | Rémi Verschelde | |
Added hysteresis for popup sub-menus |