aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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 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-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
2017-12-17Limit the lightmapper subdivide to 1024Hein-Pieter van Braam2-6/+2
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl2-6/+6
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky2-9/+10
2017-12-17Show sub-resources as sub-menuvolzhs2-5/+8
2017-12-17Cleanup some #if 0'd codeRémi Verschelde17-1324/+10
2017-12-17Fix Clip Content property is not savedvolzhs1-1/+1
2017-12-17Refactoring FPS & information on 3D viewportvolzhs3-45/+28
2017-12-17Add several unlikely() macrosHein-Pieter van Braam2-12/+13
2017-12-17Fixed Android NDK unified header detection for python 3Colin Kinloch1-1/+1
2017-12-17Increase sleep time for android export threadBernhard Liebl1-1/+2
2017-12-17Tweak OpenMP parameters for lightbakerHein-Pieter van Braam1-3/+5
2017-12-16Fix gdnative generation for lightmapper.K. S. Ernest (iFire) Lee1-0/+6
2017-12-17Shader Language: Add in-for declared variables within for-block scope.Enzo Nocera1-1/+1
2017-12-16Add support for whole program optimization on MSVCGeorge Marques1-0/+3
2017-12-17Use a more naive RNG for the lightmapperHein-Pieter van Braam1-2/+14
2017-12-16More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias1-10/+25
2017-12-16Revert "Fix mouse button release not sent to gui_input if it's different from...Juan Linietsky1-2/+1
2017-12-16Don't glBindTexture() on viewports without effectsHein-Pieter van Braam1-1/+1
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky14-18/+61
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde16-12/+262
2017-12-16fixed reference to splash fileJuan Linietsky1-1/+1
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky5-1/+35
2017-12-16Docs methods grouping by prefixpoke10242-125/+142