aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-20Fix lightmapper rngHein-Pieter van Braam2-17/+36
2017-12-20Fix editor crash on "save and exit" bugChong-U Lim1-0/+1
2017-12-20Adds an option to move cursor with right click in TextEditMattUV6-31/+135
2017-12-20Fixes for the Spatial Editor's Perspective options and dead code cleaning.Michael Alexsander Silva Dias1-88/+60
2017-12-19Make dynamic font oversampling fully dynamic.Juan Linietsky4-1/+69
2017-12-20Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam2-2/+2
2017-12-20Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam3-2/+62
2017-12-19#14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira1-1/+2
2017-12-20Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8Rémi Verschelde3-14/+43
2017-12-20Thekla: Revert to state before clang-format changesRémi Verschelde3-1128/+1216
2017-12-20Lightbaker: include stdlib.h to fix CI buildsHein-Pieter van Braam1-0/+2
2017-12-19Fix randomness in voxel light baker, closes #14841Juan Linietsky1-5/+10
2017-12-19Added font oversampling supportJuan Linietsky6-19/+61
2017-12-19Fix raytrace lightmap bake biasJuan Linietsky1-2/+2
2017-12-19Good while it lasted, restored full 3D for 2D viewport, as required for Canva...Juan Linietsky1-1/+1
2017-12-19Propertly deinitialize sampler FBO/Texture, fixes #14586,#14805Juan Linietsky1-0/+1
2017-12-19properly plot normal when bakingJuan Linietsky2-19/+64
2017-12-19Limit code editor minimum width, clear Scene node subresource menu before ref...Ray Koopa2-2/+3
2017-12-19Fix pixel snap not being used in 3.0Guilherme Silva2-1/+3
2017-12-19Fix fatal mono logs not getting logged to disk.PJB30051-1/+3
2017-12-19Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky2-2/+6
2017-12-19Add Script.get_base_script/instance_base_type APIWill Nations1-0/+2
2017-12-19-Fix some crashes in unwrapperJuan Linietsky4-1217/+1129
2017-12-19Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky3-9/+18
2017-12-19fix for BitmapFont::create_from_fnt to allow loading from file inIbrahn Sahir1-2/+2
2017-12-18sort by the most recently accessed filesRhody Lugo2-12/+12
2017-12-18Add method_descr again because it's required for classes thatGuilherme Felipe1-28/+36
2017-12-18Fix doc methods not showing upGuilherme Felipe1-32/+28
2017-12-18Fix bug in previous commitRémi Verschelde1-1/+1
2017-12-18Prevent infinite loop in export template managerRémi Verschelde1-10/+7
2017-12-18Fix installing export templates from fileOnur Aslan1-1/+1
2017-12-18Some fixes for the Script Editor and dead code cleaning.Michael Alexsander Silva Dias2-114/+21
2017-12-18Add plugin to edit GDNativeLibrarygeequlim6-17/+555
2017-12-18Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky2-1/+62
2017-12-18Add functionality to insert tree item.Ray Koopa2-22/+30
2017-12-18Add more details to issue templateRémi Verschelde1-3/+8
2017-12-18doc: Sync classref with current sourceRémi Verschelde6-7/+51
2017-12-18Remove debug logs that are of no use to end usersRuslan Mustakov3-6/+0
2017-12-18Added baked light support for gridmaps.Juan Linietsky5-55/+303
2017-12-18Don't try to mix a sample that has already endedHein-Pieter van Braam1-0/+7
2017-12-17Dictionary::copy -> ::duplicateWill Nations6-10/+12
2017-12-17Fix ogg looping pop noise. Closes #11468MrCdK1-4/+12
2017-12-17Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez3-13/+3
2017-12-17Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti1-0/+1
2017-12-17Now every variant type has its icon.Daniel J. Ramirez4-8/+14
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez61-239/+180
2017-12-17Property install export templates when downloaded from httpJuan Linietsky3-6/+20
2017-12-17Fix method not returning value in all paths (autotile editor)George Marques1-3/+3
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias3-25/+20
2017-12-17Clean up setting dialogues a bit.Ray Koopa6-45/+81