summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
Those were disable to keep size small, and on Android avoid the dependency on the STL, but for tools build (editor) this is not really a concern. Note: as of today it's not possible to build tools=yes for those platforms, but this change is one of the necessary steps to enable it. Fixes #25262.
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-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-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-19Merge pull request #28997 from akien-mga/codespellRémi Verschelde
Fix typos with codespell
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
2019-05-17Merge pull request #28959 from volzhs/doc-editor-plugin-update_overlaysMax Hilbrunner
Add description for EditorPlugin.update_overlays
2019-05-17Removed an unused and leaked CheckButton instance in theme editor pluginIbrahn Sahir
2019-05-17Add description for EditorPlugin.update_overlaysvolzhs
2019-05-17Merge pull request #28954 from bruvzg/macos_user_icnsRémi Verschelde
Allow using user provided `.icns` files for exported app icons.
2019-05-17Merge pull request #28905 from hbina/issue_28585Rémi Verschelde
Now able to "Copy Node Path" from the Remote tab. Fixes #28585.
2019-05-17Merge pull request #28874 from YeldhamDev/toggle_onion_separateRémi Verschelde
Make "Onion Skinning" toggle its own button
2019-05-17Merge pull request #28950 from YeldhamDev/doc_string_format_linkJulian 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-17Now able to "Copy Node Path" from Remote tab". Fixes issue 28585.hbina085
2019-05-16Add "String Formatting" tutorial link to the 'String' docMichael Alexsander Silva Dias
2019-05-17Merge pull request #28944 from Faless/mix/object_get_indexedMax Hilbrunner
Fix Object::get_indexed for simple properties.
2019-05-17Merge pull request #28945 from Paulb23/28860_incorrect_charactersMax Hilbrunner
Fix text_edit drawing incorrect chars when syntax highlighting enabled
2019-05-16Fix text_edit drawing incorrect chars when syntax highlighting enabledPaulb23
2019-05-16Merge pull request #28587 from Daw11/lanczosMax Hilbrunner
Implement Lanczos image filter
2019-05-16Fix Object::get_indexed for simple properties.Fabio Alessandrelli
Object::get_indexed was not correctly reporting invalid keys if the name was a direct property (not a subproperty), causing for example Tween to not report correctly a bad interpolate_property key.
2019-05-16Merge pull request #27097 from siddharth952/masterMax Hilbrunner
Adjusts the default color for search border
2019-05-16Merge pull request #28595 from godotengine/AndreaCatania-patch-1Max Hilbrunner
Improved CCD calculation algorithm
2019-05-16Use a binary heap for the open list of AstarDaw11
2019-05-16Improved CCD calculation algorithmAndrea Catania
2019-05-16Directories can now be dragged into the script editorHayden
2019-05-16Merge pull request #28913 from YeldhamDev/filesystem_open_regressionRémi Verschelde
Fix leftover connection to the "Open" signal in FileSystemDock
2019-05-16Merge pull request #28931 from staddy/masterRémi Verschelde
Add support for [url=] tag to makerst.py
2019-05-16Add support for [url=] tag to makerst.pyStanislav
Fixes #28904
2019-05-16Merge pull request #28928 from ↵Rémi Verschelde
godotengine/revert-28328-revert-25543-optimize_bullet_heightfield_raycast2 Revert "Revert "Implemented terrain raycast acceleration""