aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18370 from KidRigger/masterMax Hilbrunner2018-04-301-0/+6
|\
| * Adds support for CMD+Left and CMD+Right on MacOSAnish2018-04-231-0/+6
* | Merge pull request #18373 from KidRigger/workingMax Hilbrunner2018-04-301-3/+12
|\ \
| * | Replaces CTRL with CMD in TileMapEditor for MacOS.Anish2018-04-231-3/+12
| |/
* | Merge pull request #18381 from groud/fix_hard_to_select_node2dMax Hilbrunner2018-04-301-1/+1
|\ \
| * | Fixes hard to select Node2Dgroud2018-04-231-1/+1
| |/
* | Merge pull request #18482 from profan/masterMax Hilbrunner2018-04-301-0/+6
|\ \
| * | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-04-281-0/+6
* | | Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner2018-04-303-4/+4
|\ \ \
| * | | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-283-4/+4
* | | | Merge pull request #18506 from AlexHolly/export-more-specific-error-messageMax Hilbrunner2018-04-301-1/+1
|\ \ \ \
| * | | | Added a more specific error message on exportAlexander Holland2018-04-291-1/+1
* | | | | Merge pull request #18515 from djrm/pr_iconsMax Hilbrunner2018-04-3033-299/+118
|\ \ \ \ \
| * | | | | Updated icons,Daniel J. Ramirez2018-04-2933-299/+118
| | |/ / / | |/| | |
* | | | | Merge pull request #18491 from Calinou/custom-lineedit-secret-characterMax Hilbrunner2018-04-303-7/+35
|\ \ \ \ \
| * | | | | Make the LineEdit "secret" character customizableHugo Locurcio2018-04-303-7/+35
| |/ / / /
* | | | | Merge pull request #18523 from hpvb/fix-clang-ltoMax Hilbrunner2018-04-301-2/+2
|\ \ \ \ \
| * | | | | Fix lto builds on clang compilersHein-Pieter van Braam2018-04-301-2/+2
* | | | | | Merge pull request #18284 from mhilbrunner/pck-versionMax Hilbrunner2018-04-301-4/+4
|\ \ \ \ \ \
| * | | | | | PCKPacker:pck_start(): Update versionMax Hilbrunner2018-04-191-4/+4
* | | | | | | Merge pull request #18522 from hpvb/fix-find-msbuildMax Hilbrunner2018-04-301-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
|/ / / / / /
* | | | | | Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-293-14/+38
* | | | | | Merge pull request #18511 from romlok/lookingatyoukidMax Hilbrunner2018-04-302-3/+7
|\ \ \ \ \ \
| * | | | | | [DOCS] Clarify look_at and looking_atMel Collins2018-04-292-3/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18455 from neikeq/export-pck-zip-debugHein-Pieter van Braam2018-04-296-5/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make 'Export PCK/ZIP' work well with EditorExportPluginIgnacio Etcheverry2018-04-265-5/+23
| * | | | | Fix _export_begin not being called when exporting to androidIgnacio Etcheverry2018-04-261-0/+2
* | | | | | Merge pull request #18494 from neikeq/vIgnacio Etcheverry2018-04-282-93/+117
|\ \ \ \ \ \
| * | | | | | Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-282-93/+117
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18425 from RandomShaper/fix-theme-editor-samplesHein-Pieter van Braam2018-04-281-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix theme editor sample widgetsPedro J. Estébanez2018-04-271-3/+3
* | | | | | Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky2018-04-281-27/+33
* | | | | | -Changed how operators work, any shape can operate on any otherJuan Linietsky2018-04-283-131/+105
* | | | | | Fix how snapping is applied to 3D polygon editing, make it more friendly.Juan Linietsky2018-04-282-3/+22
* | | | | | Avoid CSG freeze condition on degeneratesJuan Linietsky2018-04-281-0/+3
* | | | | | Do not crash if the polygon is invalidJuan Linietsky2018-04-281-0/+3
* | | | | | Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky2018-04-281-1/+1
| |_|_|/ / |/| | | |
* | | | | CSG Support for Godot!Juan Linietsky2018-04-2718-42/+4715
|/ / / /
* | | | Merge pull request #18466 from marcelofg55/use64_fixGilles Roudière2018-04-272-1/+1
|\ \ \ \
| * | | | Fix use64 used without being initializedMarcelo Fernandez2018-04-272-1/+1
|/ / / /
* | | | Merge pull request #18464 from sersoong/master-fixstyleboxGilles Roudière2018-04-271-1/+5
|\ \ \ \
| * | | | Fixed stylebox crashsersoong2018-04-271-1/+5
| |/ / /
* | | | Merge pull request #18458 from YeldhamDev/animation_editor_changesGilles Roudière2018-04-272-8/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Numerous changes to the Animation Editor.Michael Alexsander Silva Dias2018-04-262-8/+20
|/ / /
* | | Merge pull request #18412 from groud/zoom_shortcutsGeorge Marques2018-04-261-2/+5
|\ \ \
| * | | Adds shortcuts for zooming in the 2D editorGilles Roudiere2018-04-261-2/+5
* | | | Merge pull request #18415 from HoratioZEDU/patch-2Max Hilbrunner2018-04-261-1/+1
|\ \ \ \
| * | | | Fixed (minor) typo in CapsuleShape2D doc pageHoratioZEDU2018-04-251-1/+1
| |/ / /
* | | | Merge pull request #18427 from neikeq/mono-static-link-winIgnacio Etcheverry2018-04-251-14/+28
|\ \ \ \ | |/ / / |/| | |