aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | sort by the most recently accessed filesRhody Lugo2017-12-182-12/+12
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #14818 from guilhermefelipecgs/fix_doc_methods_not_appearing2Rémi Verschelde2017-12-191-28/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add method_descr again because it's required
| * | | | | | | | | | | | | | | | | | Add method_descr again because it's required for classes thatGuilherme Felipe2017-12-181-28/+36
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't have public methods. revert #14814
* | | | | | | | | | | | | | | | | | Merge pull request #14814 from guilhermefelipecgs/fix_doc_methods_not_appearingRémi Verschelde2017-12-191-32/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | Fix doc methods not showing up
| * | | | | | | | | | | | | | | | | Fix doc methods not showing upGuilherme Felipe2017-12-181-32/+28
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Fix bug in previous commitRémi Verschelde2017-12-181-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Prevent infinite loop in export template managerRémi Verschelde2017-12-181-10/+7
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #14809 from onur/fix-export-templates-install-from-fileNoshyaar2017-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fix installing export templates from file
| * | | | | | | | | | | | | | | | Fix installing export templates from fileOnur Aslan2017-12-181-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it.
* | | | | | | | | | | | | | | | Merge pull request #14699 from GodotExplorer/gdnlib_editorThomas Herzog2017-12-186-17/+555
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add plugin to edit GDNativeLibrary
| * | | | | | | | | | | | | | | | Add plugin to edit GDNativeLibrarygeequlim2017-12-186-17/+555
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor
* | | | | | / / / / / / / / / / Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky2017-12-182-1/+62
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures multiple PCK exports still work.
* | | | | | | | | | | | | | | Add more details to issue templateRémi Verschelde2017-12-181-3/+8
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-186-7/+51
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde2017-12-183-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | Remove debug logs that are of no use to end users
| * | | | | | | | | | | | | Remove debug logs that are of no use to end usersRuslan Mustakov2017-12-183-6/+0
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Added baked light support for gridmaps.Juan Linietsky2017-12-185-55/+303
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #14788 from mrcdk/ogg_pop_noise_fixRémi Verschelde2017-12-171-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ogg looping pop noise. Closes #11468
| * | | | | | | | | | | | | Fix ogg looping pop noise. Closes #11468MrCdK2017-12-171-4/+12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-176-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'duplicate' function for Dictionary in C++ and API.
| * | | | | | | | | | | | | | Dictionary::copy -> ::duplicateWill Nations2017-12-176-10/+12
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14786 from djrm/pr_fixesRémi Verschelde2017-12-173-13/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose Range, ScrollBar and Slider as virtual.
| * | | | | | | | | | | | | | | Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez2017-12-173-13/+3
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14784 from Smjert/fix/sprite3d-initRémi Verschelde2017-12-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Sprite3D alpha_cut member not being initialized
| * | | | | | | | | | | | | | | Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti2017-12-171-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #14782 from djrm/pr_visual_improvementsRémi Verschelde2017-12-174-8/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now every variant type has its icon.
| * | | | | | | | | | | | | | | Now every variant type has its icon.Daniel J. Ramirez2017-12-174-8/+14
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #14779 from RayKoopa/setting_ui_designRémi Verschelde2017-12-176-45/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Implement settings dialog UI ideas
| * | | | | | | | | | | | | | Clean up setting dialogues a bit.Ray Koopa2017-12-176-45/+81
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde2017-12-171-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard
| * | | | | | | | | | | | | | Made highlighted item in PopupMenu circle back to the beginning/end when ↵Michael Alexsander Silva Dias2017-12-161-2/+10
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using the keyboard.
* | | | | | | | | | | | | | Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde2017-12-171-10/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More changes to PopupMenu's submenu keyboard handling
| * | | | | | | | | | | | | | More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias2017-12-161-10/+25
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14781 from djrm/pr_visual_improvementsRémi Verschelde2017-12-1761-239/+180
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General use Variant type icons, plus other icon updates.
| * | | | | | | | | | | | | | | General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-1761-239/+180
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14770 from volzhs/sub-resourcesRémi Verschelde2017-12-172-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | Show sub-resources as sub-menu
| * | | | | | | | | | | | | | Show sub-resources as sub-menuvolzhs2017-12-172-5/+8
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14775 from hpvb/limit-lightmapper-subdivRémi Verschelde2017-12-172-6/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit the lightmapper subdivide to 1024
| * | | | | | | | | | | | | | | Limit the lightmapper subdivide to 1024Hein-Pieter van Braam2017-12-172-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to memory contraints in other places in Godot it is unlikely that anything higher than 1024 will actually work. When/if we improve memory management for vectors we can increase this limit again
* | | | | | | | | | | | | | | | Property install export templates when downloaded from httpJuan Linietsky2017-12-173-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a scale parameter for scene import
* | | | | | | | | | | | | | | | Merge pull request #14780 from vnen/tileset-editor-fixRémi Verschelde2017-12-171-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix method not returning value in all paths (autotile editor)
| * | | | | | | | | | | | | | | | Fix method not returning value in all paths (autotile editor)George Marques2017-12-171-3/+3
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde2017-12-173-25/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposed LineEdit's "selection_clear" and renamed it to "deselect"
| * | | | | | | | | | | | | | | | Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias2017-12-173-25/+20
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #14772 from poke1024/fix14539Rémi Verschelde2017-12-172-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Fix cut-copy-line breaking paste (issue 14539)
| * | | | | | | | | | | | | | | Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl2017-12-172-6/+6
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Fixes how transform is applied to geometry in UV unwrapJuan Linietsky2017-12-172-9/+10
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #14769 from akien-mga/if-0-cleanupRémi Verschelde2017-12-1717-1324/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | Cleanup some #if 0'd code
| * | | | | | | | | | | | | Cleanup some #if 0'd codeRémi Verschelde2017-12-1717-1324/+10
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #14767 from volzhs/save-clip-contentsRémi Verschelde2017-12-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Fix Clip Content property is not saved