Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde | |
Allow to undo TextEdit.set_text | |||
2019-05-20 | Merge pull request #29036 from swarnimarun/vs-history-save | Rémi Verschelde | |
Fix history state setup in VisualScript | |||
2019-05-20 | Fix history state setup in VisualScript | Swarnim Arun | |
2019-05-20 | Merge pull request #29029 from Calinou/find-in-files-allow-empty-replace | Rémi Verschelde | |
Allow empty replacement texts in the Find in Files replace dialog | |||
2019-05-20 | Merge pull request #28985 from rcorre/advance_condition_docs | Rémi Verschelde | |
Clarify auto_advance. | |||
2019-05-20 | Merge pull request #29015 from dfelinto/fix-ui-lowercase | Rémi Verschelde | |
Fix upper/lowercase in some UI strings | |||
2019-05-20 | Merge pull request #28792 from Calinou/low-processor-mode-144hz | Rémi Verschelde | |
Tweak the default low-processor usage mode to be 144 Hz-friendly | |||
2019-05-20 | Merge pull request #29016 from clayjohn/env_light_fix | Max Hilbrunner | |
Scale environment light properly in GLES3 | |||
2019-05-20 | Merge pull request #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-20 | Merge pull request #29024 from akien-mga/doc-physicsbody-layers | Max Hilbrunner | |
doc: Document default value for PhysicsBody collision layers | |||
2019-05-20 | Merge pull request #29027 from akien-mga/clang-format-8.0 | Rémi Verschelde | |
Travis: Update clang-format to version 8.0 | |||
2019-05-20 | Allow empty replacement texts in the Find in Files replace dialog | Hugo Locurcio | |
This closes #29026. | |||
2019-05-20 | Travis: Update clang-format to version 8.0 | Rémi Verschelde | |
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde | |
2019-05-20 | Merge pull request #28975 from RameshRavone/type_tag | Rémi Verschelde | |
NULL global_tag for non exposed classes | |||
2019-05-20 | doc: Document default value for PhysicsBody collision layers | Rémi Verschelde | |
Supersedes #28971. Co-authored-by: Mitch Curtis <mitch.curtis@qt.io> | |||
2019-05-20 | Merge pull request #28965 from jkirsons/csgpolygon-weird-end-cap | Rémi Verschelde | |
Resolve: #24682 CSGPolygon - weird end cap | |||
2019-05-20 | Merge pull request #28972 from erammos/28943_script_editor_plugin | Rémi Verschelde | |
minor change in scriptEdtiorPlugin ref #28943 | |||
2019-05-19 | Scale environment lighting correctly in GLES3 | clayjohn | |
2019-05-19 | Clarify auto_advance. | Ryan Roden-Corrent | |
Make the docs more clear about how you can use auto_advance. Calling it a "variable" is vague, so I updated the docs to clearly state that it becomes a boolean parameter on the AnimationTree. Fixes godotengine/godot-docs#2439. | |||
2019-05-19 | Fix upper/lowercase in some UI strings | Dalai Felinto | |
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed. | |||
2019-05-19 | Merge pull request #28997 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-05-19 | Merge pull request #28996 from Chaosus/vs_fresnel | Yuri Roubinsky | |
Added Fresnel and OneMinus to visual shaders | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-19 | Added Fresnel and OneMinus to visual shaders | Chaosus | |
2019-05-18 | Merge pull request #28925 from Daw11/astar-sorted-array | Max Hilbrunner | |
Improve the performance of AStar | |||
2019-05-18 | Merge pull request #24483 from vnen/cancel-export | Max Hilbrunner | |
Allow project export to be canceled | |||
2019-05-18 | Merge pull request #28974 from neikeq/moshi-moshi_git-desu-ka | Ignacio Roldán Etcheverry | |
C#: Marshalling support for IEnumerable<> and IDictionary<,> | |||
2019-05-18 | Allow project export to be canceled | George Marques | |
2019-05-18 | C#: Marshalling support for IEnumerable<> and IDictionary<,> | Ignacio Etcheverry | |
Also fixed the hint string of exported members. | |||
2019-05-18 | Merge pull request #28970 from KoBeWi/a_wild_bug_appeared | Max Hilbrunner | |
Fix saving scenes when multi-closing scene tabs | |||
2019-05-18 | Merge pull request #28983 from Calinou/fix-open-project-data-folder | Max Hilbrunner | |
Fix "Open Project Data Folder" in the editor | |||
2019-05-18 | Fix "Open Project Data Folder" in the editor | Hugo Locurcio | |
The handling code also had to be moved as this option was moved to the Tools submenu. | |||
2019-05-18 | minor change in scriptEdtiorPlugin ref #28943 | Elias Rammos | |
2019-05-18 | NULL global_tag for non exposed classes | RameshRavone | |
2019-05-17 | Fix saving scenes when multi-closing scene tabs | Tomasz Chabora | |
2019-05-17 | Resolve: #24682 CSGPolygon - weird end cap | Jason | |
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-17 | Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-script | Max Hilbrunner | |
Directories can now be dragged into the script editor | |||
2019-05-17 | Merge pull request #28962 from ibrahn/themeed-checkbutton-leak | Max Hilbrunner | |
Removed an unused and leaked CheckButton instance in theme editor plugin | |||
2019-05-17 | Merge pull request #28959 from volzhs/doc-editor-plugin-update_overlays | Max Hilbrunner | |
Add description for EditorPlugin.update_overlays | |||
2019-05-17 | Removed an unused and leaked CheckButton instance in theme editor plugin | Ibrahn Sahir | |
2019-05-17 | Add description for EditorPlugin.update_overlays | volzhs | |
2019-05-17 | Merge pull request #28954 from bruvzg/macos_user_icns | Rémi Verschelde | |
Allow using user provided `.icns` files for exported app icons. | |||
2019-05-17 | Merge pull request #28905 from hbina/issue_28585 | Rémi Verschelde | |
Now able to "Copy Node Path" from the Remote tab. Fixes #28585. | |||
2019-05-17 | Merge pull request #28874 from YeldhamDev/toggle_onion_separate | Rémi Verschelde | |
Make "Onion Skinning" toggle its own button | |||
2019-05-17 | Merge pull request #28950 from YeldhamDev/doc_string_format_link | Julian Murgia | |
Add "String Formatting" tutorial link to the 'String' doc | |||
2019-05-17 | [macOS] Allow using user provided `.icns` files for exported app icons. | bruvzg | |
2019-05-17 | Now able to "Copy Node Path" from Remote tab". Fixes issue 28585. | hbina085 | |
2019-05-16 | Add "String Formatting" tutorial link to the 'String' doc | Michael Alexsander Silva Dias | |