summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-21i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 239a11fe1918b1009875078bb30f9176360e983c)
2019-05-21Merge pull request #29050 from hbina/redundant_null_checksRémi Verschelde
removed a redundant null check in assimp editor
2019-05-21Merge pull request #29011 from zann1x/masterRémi Verschelde
Initialize padding on PoolByteArray serialization
2019-05-21Merge pull request #29046 from volzhs/tree-page-downRémi Verschelde
PageDown key selects last one when left items count is short
2019-05-21PageDown key selects last one when left items count is shortvolzhs
2019-05-20removed a redundant NULL check in assimp editor of a pointer to an array ↵hbina085
declared in the same statement block
2019-05-20Merge pull request #28952 from jbuck3/update-marginsRémi Verschelde
Update Control margins when size is overridden by change to minsize
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
Add bookmarks for easier code navigation
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
Allow overriding how scripted objects are converted to strings
2019-05-20Merge pull request #26809 from KoBeWi/undo_set_text_like_a_bossRémi Verschelde
Allow to undo TextEdit.set_text
2019-05-20Merge pull request #29036 from swarnimarun/vs-history-saveRémi Verschelde
Fix history state setup in VisualScript
2019-05-20Fix history state setup in VisualScriptSwarnim Arun
2019-05-20Merge pull request #29029 from Calinou/find-in-files-allow-empty-replaceRémi Verschelde
Allow empty replacement texts in the Find in Files replace dialog
2019-05-20Merge pull request #28985 from rcorre/advance_condition_docsRémi Verschelde
Clarify auto_advance.
2019-05-20Merge pull request #29015 from dfelinto/fix-ui-lowercaseRémi Verschelde
Fix upper/lowercase in some UI strings
2019-05-20Merge pull request #28792 from Calinou/low-processor-mode-144hzRémi Verschelde
Tweak the default low-processor usage mode to be 144 Hz-friendly
2019-05-20Merge pull request #29016 from clayjohn/env_light_fixMax Hilbrunner
Scale environment light properly in GLES3
2019-05-20Merge pull request #27559 from groud/anchor_modeRémi Verschelde
Improve the anchors and margin workflow
2019-05-20Merge pull request #29024 from akien-mga/doc-physicsbody-layersMax Hilbrunner
doc: Document default value for PhysicsBody collision layers
2019-05-20Merge pull request #29027 from akien-mga/clang-format-8.0Rémi Verschelde
Travis: Update clang-format to version 8.0
2019-05-20Allow empty replacement texts in the Find in Files replace dialogHugo Locurcio
This closes #29026.
2019-05-20Travis: Update clang-format to version 8.0Rémi Verschelde
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-05-20Merge pull request #28975 from RameshRavone/type_tagRémi Verschelde
NULL global_tag for non exposed classes
2019-05-20doc: Document default value for PhysicsBody collision layersRémi Verschelde
Supersedes #28971. Co-authored-by: Mitch Curtis <mitch.curtis@qt.io>
2019-05-20Merge pull request #28965 from jkirsons/csgpolygon-weird-end-capRémi Verschelde
Resolve: #24682 CSGPolygon - weird end cap
2019-05-20Merge pull request #28972 from erammos/28943_script_editor_pluginRémi Verschelde
minor change in scriptEdtiorPlugin ref #28943
2019-05-19Scale environment lighting correctly in GLES3clayjohn
2019-05-19Clarify 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-19Fix upper/lowercase in some UI stringsDalai 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-19Merge pull request #28997 from akien-mga/codespellRémi Verschelde
Fix typos with codespell
2019-05-19Initialize padding on PoolByteArray serializationLukas Zanner
2019-05-19Merge pull request #28996 from Chaosus/vs_fresnelYuri Roubinsky
Added Fresnel and OneMinus to visual shaders
2019-05-19Fix typos with codespellRé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-19Added Fresnel and OneMinus to visual shadersChaosus
2019-05-18Merge pull request #28925 from Daw11/astar-sorted-arrayMax Hilbrunner
Improve the performance of AStar
2019-05-18Merge pull request #24483 from vnen/cancel-exportMax Hilbrunner
Allow project export to be canceled
2019-05-18Merge pull request #28974 from neikeq/moshi-moshi_git-desu-kaIgnacio Roldán Etcheverry
C#: Marshalling support for IEnumerable<> and IDictionary<,>
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-18C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry
Also fixed the hint string of exported members.
2019-05-18Merge pull request #28970 from KoBeWi/a_wild_bug_appearedMax Hilbrunner
Fix saving scenes when multi-closing scene tabs
2019-05-18Merge pull request #28983 from Calinou/fix-open-project-data-folderMax Hilbrunner
Fix "Open Project Data Folder" in the editor
2019-05-18Fix "Open Project Data Folder" in the editorHugo Locurcio
The handling code also had to be moved as this option was moved to the Tools submenu.
2019-05-18minor change in scriptEdtiorPlugin ref #28943Elias Rammos
2019-05-18NULL global_tag for non exposed classesRameshRavone
2019-05-17Fix saving scenes when multi-closing scene tabsTomasz Chabora
2019-05-17Resolve: #24682 CSGPolygon - weird end capJason
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
Add feature to show spaces in code editor
2019-05-17Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-scriptMax Hilbrunner
Directories can now be dragged into the script editor
2019-05-17Merge pull request #28962 from ibrahn/themeed-checkbutton-leakMax Hilbrunner
Removed an unused and leaked CheckButton instance in theme editor plugin