summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-01Merge pull request #18380 from groud/fix_spacebar_panningRémi Verschelde
Fixes 2d editor panning not working
2018-05-01Merge pull request #18382 from groud/fix_gridcontainer_children_visibilityRémi Verschelde
Fix GridContainer's children visibility breaking the layout
2018-05-01Merge pull request #18334 from Faless/coverity_netRémi Verschelde
Various coverity scan fixes, WS FreeBSD fixes
2018-05-01Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde
Fixes logically dead code (Coverity)
2018-04-30Merge pull request #18370 from KidRigger/masterMax Hilbrunner
Adds support for CMD+Left and CMD+Right on MacOS
2018-04-30Merge pull request #18373 from KidRigger/workingMax Hilbrunner
Replaces CTRL with CMD in TileMapEditor for MacOS.
2018-04-30Merge pull request #18381 from groud/fix_hard_to_select_node2dMax Hilbrunner
Fixes hard to select Node2D
2018-04-30Merge pull request #18482 from profan/masterMax Hilbrunner
Fix shared lib loading for Unix, dlopen expects leading ./ for relative paths.
2018-04-30Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner
Tweak the property hint ranges of caret blink and line length guideline
2018-04-30Merge pull request #18506 from AlexHolly/export-more-specific-error-messageMax Hilbrunner
Added a more specific error message on export
2018-04-30Merge pull request #18515 from djrm/pr_iconsMax Hilbrunner
Updated icons, add CSG icons
2018-04-30Merge pull request #18491 from Calinou/custom-lineedit-secret-characterMax Hilbrunner
Make the LineEdit "secret" character customizable
2018-04-30Merge pull request #18523 from hpvb/fix-clang-ltoMax Hilbrunner
Fix lto builds on clang compilers
2018-04-30Merge pull request #18284 from mhilbrunner/pck-versionMax Hilbrunner
Fix .pck exporting via PCKPacker
2018-04-30Merge pull request #18522 from hpvb/fix-find-msbuildMax Hilbrunner
Fix msbuild with a msvc 'tools only' install
2018-04-30Fix lto builds on clang compilersHein-Pieter van Braam
The --no-lto option only works on GCC compilers. This breaks LTO builds on MacOS and iPhone when building the gdnative wrappers. -fno-lto works on both brands of compilers.
2018-04-30Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam
Taken from https://github.com/Microsoft/vswhere/wiki/Find-MSBuild without '-products *' vswhere does not locate msbuild when installing a tools-only (no IDE) version of the microsoft compilers.
2018-04-29Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky
Reduces some aliasing.
2018-04-30Make the LineEdit "secret" character customizableHugo Locurcio
2018-04-30Merge pull request #18511 from romlok/lookingatyoukidMax Hilbrunner
[DOCS] Clarify look_at and looking_at
2018-04-29Updated icons,Daniel J. Ramirez
Added CSG icons and other action icons [ci-skip]
2018-04-29Merge pull request #18455 from neikeq/export-pck-zip-debugHein-Pieter van Braam
Make 'Export PCK/ZIP' work well with EditorExportPlugin
2018-04-29[DOCS] Clarify look_at and looking_atMel Collins
2018-04-29Added a more specific error message on exportAlexander Holland
2018-04-28Merge pull request #18494 from neikeq/vIgnacio Etcheverry
Mono: BindingsGenerator enum fixes
2018-04-28Mono: BindingsGenerator enum fixesIgnacio Etcheverry
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods. - Make type resolver fallback to int if a type is not found and it's an enum.
2018-04-28Merge pull request #18425 from RandomShaper/fix-theme-editor-samplesHein-Pieter van Braam
Fix theme editor sample widgets
2018-04-28Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio
This allows for more precise adjustments.
2018-04-28Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
-Added some break condition for bad poly data to avoid editor freezes
2018-04-28Fix how snapping is applied to 3D polygon editing, make it more friendly.Juan Linietsky
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky
2018-04-28GDNative Unix: fix shared lib loading, dlopen expects leading ./ to ↵Robin Hübner
interpret as relative path.
2018-04-28Do not crash if the polygon is invalidJuan Linietsky
2018-04-28Reduce false positives in interior detection by adding a small offset to ↵Juan Linietsky
raycast, fixes #18476
2018-04-27CSG Support for Godot!Juan Linietsky
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing!
2018-04-27Fix theme editor sample widgetsPedro J. Estébanez
2018-04-27Merge pull request #18466 from marcelofg55/use64_fixGilles Roudière
Fix use64 used without being initialized
2018-04-27Fix use64 used without being initializedMarcelo Fernandez
2018-04-27Merge pull request #18464 from sersoong/master-fixstyleboxGilles Roudière
Fix stylebox crash
2018-04-27Fixed stylebox crashsersoong
2018-04-27Merge pull request #18458 from YeldhamDev/animation_editor_changesGilles Roudière
Numerous changes to the Animation Editor
2018-04-26Numerous changes to the Animation Editor.Michael Alexsander Silva Dias
2018-04-26Make 'Export PCK/ZIP' work well with EditorExportPluginIgnacio Etcheverry
Add debug flag to the 'Export PCK/ZIP' option Make 'Export PCK/ZIP' notify when the export process begins. This is necessary to receive the 'EditorExportPlugin::_export_begin' callback
2018-04-26Fix _export_begin not being called when exporting to androidIgnacio Etcheverry
2018-04-26Merge pull request #18412 from groud/zoom_shortcutsGeorge Marques
Adds shortcuts for zooming in the 2D editor
2018-04-26Adds shortcuts for zooming in the 2D editorGilles Roudiere
2018-04-26Merge pull request #18415 from HoratioZEDU/patch-2Max Hilbrunner
Fixed (minor) typo in CapsuleShape2D doc page
2018-04-25Merge pull request #18427 from neikeq/mono-static-link-winIgnacio Etcheverry
Add option to link mono statically on Windows
2018-04-25Add option to link mono statically on WindowsIgnacio Etcheverry