summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-19Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky
Not sure if this is the same problem, as reported, please test.
2017-12-19Merge pull request #14821 from ibrahn/fnt-load-root-fixRémi Verschelde
BitmapFont::create_from_fnt loading file from project root.
2017-12-19fix for BitmapFont::create_from_fnt to allow loading from file inIbrahn Sahir
project root directory.
2017-12-19Merge pull request #14815 from rraallvv/cacheRémi Verschelde
Purge larger files faster from SCons cache (master)
2017-12-19Merge pull request #14818 from guilhermefelipecgs/fix_doc_methods_not_appearing2Rémi Verschelde
Add method_descr again because it's required
2017-12-18sort by the most recently accessed filesRhody Lugo
2017-12-18Add method_descr again because it's required for classes thatGuilherme Felipe
don't have public methods. revert #14814
2017-12-19Merge pull request #14814 from guilhermefelipecgs/fix_doc_methods_not_appearingRémi Verschelde
Fix doc methods not showing up
2017-12-18Fix doc methods not showing upGuilherme Felipe
2017-12-18Fix bug in previous commitRémi Verschelde
2017-12-18Prevent infinite loop in export template managerRémi Verschelde
2017-12-19Merge pull request #14809 from onur/fix-export-templates-install-from-fileNoshyaar
Fix installing export templates from file
2017-12-18Fix installing export templates from fileOnur Aslan
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it.
2017-12-18Merge pull request #14699 from GodotExplorer/gdnlib_editorThomas Herzog
Add plugin to edit GDNativeLibrary
2017-12-18Add plugin to edit GDNativeLibrarygeequlim
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor
2017-12-18Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky
This ensures multiple PCK exports still work.
2017-12-18Add more details to issue templateRémi Verschelde
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-18Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde
Remove debug logs that are of no use to end users
2017-12-18Remove debug logs that are of no use to end usersRuslan Mustakov
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Merge pull request #14788 from mrcdk/ogg_pop_noise_fixRémi Verschelde
Fix ogg looping pop noise. Closes #11468
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
Added 'duplicate' function for Dictionary in C++ and API.
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Fix ogg looping pop noise. Closes #11468MrCdK
2017-12-17Merge pull request #14786 from djrm/pr_fixesRémi Verschelde
Expose Range, ScrollBar and Slider as virtual.
2017-12-17Merge pull request #14784 from Smjert/fix/sprite3d-initRémi Verschelde
Fix Sprite3D alpha_cut member not being initialized
2017-12-17Merge pull request #14782 from djrm/pr_visual_improvementsRémi Verschelde
Now every variant type has its icon.
2017-12-17Merge pull request #14779 from RayKoopa/setting_ui_designRémi Verschelde
Implement settings dialog UI ideas
2017-12-17Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez
2017-12-17Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde
Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard
2017-12-17Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde
More changes to PopupMenu's submenu keyboard handling
2017-12-17Merge pull request #14781 from djrm/pr_visual_improvementsRémi Verschelde
General use Variant type icons, plus other icon updates.
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-12-17Merge pull request #14770 from volzhs/sub-resourcesRémi Verschelde
Show sub-resources as sub-menu
2017-12-17Merge pull request #14775 from hpvb/limit-lightmapper-subdivRémi Verschelde
Limit the lightmapper subdivide to 1024
2017-12-17Property install export templates when downloaded from httpJuan Linietsky
added a scale parameter for scene import
2017-12-17Merge pull request #14780 from vnen/tileset-editor-fixRémi Verschelde
Fix method not returning value in all paths (autotile editor)
2017-12-17Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde
Exposed LineEdit's "selection_clear" and renamed it to "deselect"
2017-12-17Merge pull request #14772 from poke1024/fix14539Rémi Verschelde
Fix cut-copy-line breaking paste (issue 14539)
2017-12-17Fix method not returning value in all paths (autotile editor)George Marques
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-17Clean up setting dialogues a bit.Ray Koopa
2017-12-17Limit the lightmapper subdivide to 1024Hein-Pieter van Braam
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
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky
2017-12-17Show sub-resources as sub-menuvolzhs
2017-12-17Merge pull request #14769 from akien-mga/if-0-cleanupRémi Verschelde
Cleanup some #if 0'd code