summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-14Fix _draw_polygon colors and uvsJuan Linietsky
2017-06-14get rid of button arrayJuan Linietsky
2017-06-14Merge pull request #9157 from capnm/fix-https-requestRémi Verschelde
2017-06-14Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde
2017-06-14Merge pull request #9160 from karroffel/color-ramp-renameRémi Verschelde
2017-06-14Merge pull request #9165 from Noshyaar/pr-areaRémi Verschelde
2017-06-14Merge pull request #9174 from volzhs/file-mode-toggleRémi Verschelde
2017-06-14Merge pull request #9175 from bd339/iss9156Rémi Verschelde
2017-06-14Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky
2017-06-14glad: Sync with upstream 0.1.14a0Rémi Verschelde
2017-06-14Merge pull request #9155 from kubecz3k/check-process-typeRémi Verschelde
2017-06-14Merge pull request #9173 from StraToN/signal-descriptionsRémi Verschelde
2017-06-14Make toggle between thumbnail and list for file dialog on editorvolzhs
2017-06-14Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse
2017-06-14Add Signals descriptions when they exist.Julian Murgia
2017-06-14Merge pull request #9162 from Zylann/fix_line2d_mathRémi Verschelde
2017-06-14Refactor layer_mask to collision_layerPoommetee Ketson
2017-06-14Fixed broken Line2D due to math changes in f271591ac22bd07e1b2316448dd6e9af87...Marc Gilleron
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
2017-06-13Merge pull request #8548 from tagcup/etc2compJuan Linietsky
2017-06-13Don't append standard ports to the request header.Martin Capitanio
2017-06-13Add ability to use custom script templates.Andreas Haas
2017-06-13Fixed thread check, solves: #3698kubeczek
2017-06-13-Fixed occluder rendering, closes #8560Juan Linietsky
2017-06-13Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky
2017-06-12Change Omni light default mode to Cube, avoids users confusing it as a bug, c...Juan Linietsky
2017-06-12Merge pull request #8835 from ippan/particles_shader_indexJuan Linietsky
2017-06-12Fix bug breaking shader when skeleton+tangents were used, closes #8673Juan Linietsky
2017-06-12Fix empty shader related crash, closes #8314Juan Linietsky
2017-06-12Fixed _draw_polygon, should help fix other bugs..Juan Linietsky
2017-06-12Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky
2017-06-12EditorSettings: Default game window placement to Centered.Andreas Haas
2017-06-12Merge pull request #9132 from vnen/uwp-3Rémi Verschelde
2017-06-12UWP: InputEvent: Renamed "pos" property to "position"George Marques
2017-06-12Merge pull request #9125 from tagcup/zstd_levelRémi Verschelde
2017-06-12Merge pull request #9124 from Zylann/fix_compilationRémi Verschelde
2017-06-11Expose zstd and zlib compression levels as global config.Ferenc Arn
2017-06-12Fixed compilation on Windows + removed debug printMarc Gilleron
2017-06-11Merge pull request #9104 from tagcup/zstdJuan Linietsky
2017-06-11Restored everything related to information polling, and added information box...Juan Linietsky
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-11Multiple 3D viewports are not operational.Juan Linietsky
2017-06-11Merge pull request #9121 from leezh/editor_import_pluginRémi Verschelde
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
2017-06-10Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde
2017-06-08Add zstd compression support.Ferenc Arn
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan