aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix getting Android device informationvolzhs2018-03-201-2/+8
* Merge pull request #17634 from PJB3005/18-03-19-mono-build-blunderRémi Verschelde2018-03-191-1/+1
|\
| * Fix mono build properly!PJB30052018-03-191-1/+1
|/
* Merge pull request #17622 from RandomShaper/gltf-fixesRémi Verschelde2018-03-191-7/+14
|\
| * Fix animation length from glTF not correctly setPedro J. Estébanez2018-03-191-4/+3
| * Fix glTF not accepting VEC3 colorsPedro J. Estébanez2018-03-191-3/+11
* | Merge pull request #17548 from groud/fix_scrollbarsRémi Verschelde2018-03-192-67/+80
|\ \
| * | Fixes scrollbars in Canvas Item EditorGilles Roudiere2018-03-172-67/+80
* | | Merge pull request #17618 from groud/fix_gridcontainerRémi Verschelde2018-03-191-2/+2
|\ \ \
| * | | Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere2018-03-181-2/+2
| |/ /
* | | Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde2018-03-191-1/+1
|\ \ \
| * | | Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
* | | | Merge pull request #17617 from eska014/emsc-assertionsRémi Verschelde2018-03-191-1/+2
|\ \ \ \
| * | | | Disable Emscripten assertions in release_debug buildsLeon Krause2018-03-181-1/+2
* | | | | Merge pull request #17606 from PJB3005/18-03-18-just-pressed-action-docs-updatePoommetee Ketson2018-03-191-2/+3
|\ \ \ \ \
| * | | | | Improve Input.is_action_just_* docs.Pieter-Jan Briers2018-03-181-2/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry2018-03-182-15/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-03-182-15/+42
* | | | | Merge pull request #17590 from YeldhamDev/iph_typo_fixPoommetee Ketson2018-03-181-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixed small typo in the "InstancePlaceholder" doc.Michael Alexsander Silva Dias2018-03-171-1/+1
|/ / / /
* | | | Merge pull request #17564 from ShyRed/fixbuildRémi Verschelde2018-03-171-1/+1
|\ \ \ \
| * | | | Open textfile in textmodeShyRed2018-03-161-1/+1
| | |/ / | |/| |
* | | | Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry2018-03-161-0/+1
|\ \ \ \
| * | | | [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-03-021-0/+1
* | | | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-1611-381/+374
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-234-33/+34
| * | | | Add item_focused signal to OptionButtonFabio Alessandrelli2018-02-233-0/+11
| * | | | Properly set input as handled when closing modalFabio Alessandrelli2018-02-231-0/+3
| * | | | Scrollbar now uses UI actions instead of keysFabio Alessandrelli2018-02-231-31/+26
| * | | | Line edit up/down focus pass throughFabio Alessandrelli2018-02-231-0/+2
| * | | | Tree now uses UI actions instead of keysFabio Alessandrelli2018-02-232-260/+260
| * | | | Popupmenu now uses UI actions instead of keysFabio Alessandrelli2018-02-231-66/+47
* | | | | Fix typo in engine.jsLeon Krause2018-03-161-2/+2
* | | | | [DOCS] Node: Remove duplicate informationMax Hilbrunner2018-03-161-1/+1
* | | | | SCons: properly close files when reading controller mappingsRémi Verschelde2018-03-162-6/+6
* | | | | Merge pull request #17537 from Noshyaar/intcamRémi Verschelde2018-03-161-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | InterpolatedCamera: use internal_processPoommetee Ketson2018-03-161-4/+4
* | | | | Merge pull request #16964 from mrcdk/audio_server_bus_changed_fixHein-Pieter van Braam2018-03-161-0/+6
|\ \ \ \ \
| * | | | | AudioServer emit bus_layout_changed signal when adding, moving or deleting a busMrCdK2018-02-231-0/+6
* | | | | | Merge pull request #17130 from nical/issue-17050Hein-Pieter van Braam2018-03-161-1/+1
|\ \ \ \ \ \
| * | | | | | Use GL_LINE_STRIP instead of GL_LINES when drawing polylines.Nicolas Silva2018-02-281-1/+1
* | | | | | | Merge pull request #17248 from Cygon/implement-extra-culling-marginHein-Pieter van Braam2018-03-151-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Implement VisualServerScene::instance_set_extra_visibility_margin() method to...Markus Ewald2018-03-041-0/+5
* | | | | | | | Merge pull request #17264 from poke1024/fix-gesture-key-event-acceptedHein-Pieter van Braam2018-03-151-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix gesture events being blockedBernhard Liebl2018-03-041-0/+2
* | | | | | | | | Merge pull request #17291 from Warlaan/masterHein-Pieter van Braam2018-03-152-4/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr2018-03-142-4/+17
* | | | | | | | | | Merge pull request #17293 from bncastle/basebutton_fix_pressedHein-Pieter van Braam2018-03-151-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix BaseButton not always calling _pressed()bncastle2018-03-051-0/+5
* | | | | | | | | | | Merge pull request #17237 from RandomShaper/fix-ssl-handshakeFabio Alessandrelli2018-03-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \