summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9102 from Faless/debugger_listen_show_errorRémi Verschelde2017-06-155-10/+16
|\ | | | | Editor now shows error when debug port is in use
| * Fix `network/debug/remote_port` editor setting not working properlyFabio Alessandrelli2017-06-104-8/+11
| |
| * Editor now shows error when debug port is in useFabio Alessandrelli2017-06-101-2/+5
| |
* | Fix _draw_polygon colors and uvsJuan Linietsky2017-06-141-3/+3
| |
* | get rid of button arrayJuan Linietsky2017-06-145-681/+1
| |
* | Merge pull request #9157 from capnm/fix-https-requestRémi Verschelde2017-06-141-2/+12
|\ \ | | | | | | Don't append standard ports to the request header.
| * | Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
| | | | | | | | | | | | | | | | | | | | | Breaks the SSL communication with some servers, do the same that the other curl, wget, firefox & co clients do. Fixes #9146
* | | Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde2017-06-1410-4/+111
|\ \ \ | | | | | | | | Add ability to use custom script templates.
| * | | Add ability to use custom script templates.Andreas Haas2017-06-1310-4/+111
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Templates will be loaded from .godot/script_templates For now they're disabled for GDNative. Ideas for further improvements: - Add a "Save as Template" option to the script editor, as it can normally only save to res:// - Support more placeholders / custom placeholders
* | | Merge pull request #9160 from karroffel/color-ramp-renameRémi Verschelde2017-06-148-85/+85
|\ \ \ | | | | | | | | renamed occurances of ColorRamp with Gradient
| * | | renamed occurances of ColorRamp with GradientKarroffel2017-06-148-85/+85
| |/ / | | | | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
* | | Merge pull request #9165 from Noshyaar/pr-areaRémi Verschelde2017-06-1430-220/+220
|\ \ \ | | | | | | | | Refactor layer_mask to collision_layer
| * | | Refactor layer_mask to collision_layerPoommetee Ketson2017-06-1430-220/+220
| | | |
* | | | Merge pull request #9174 from volzhs/file-mode-toggleRémi Verschelde2017-06-141-0/+5
|\ \ \ \ | | | | | | | | | | Make toggle between thumbnail and list for file dialog on editor
| * | | | Make toggle between thumbnail and list for file dialog on editorvolzhs2017-06-141-0/+5
| | | | |
* | | | | Merge pull request #9175 from bd339/iss9156Rémi Verschelde2017-06-141-10/+10
|\ \ \ \ \ | | | | | | | | | | | | Correct Image::blit_rect
| * | | | | Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse2017-06-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Let r1 be the source rectangle clipped against the entire source image rectangle. 2. Let r2 be r1 offset by p_dest, clipped against the entire destination image rectangle. 3. Copy pixels from r1 to r2.
* | | | | | Fixed several bugs with directional light, and changed defaults to be more ↵Juan Linietsky2017-06-1410-169/+48
| | | | | | | | | | | | | | | | | | | | | | | | sensible.
* | | | | | glad: Sync with upstream 0.1.14a0Rémi Verschelde2017-06-143-95/+96
| | | | | |
* | | | | | Merge pull request #9155 from kubecz3k/check-process-typeRémi Verschelde2017-06-142-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ability to check if we are in fixed thread, solves: #3698
| * | | | | | Fixed thread check, solves: #3698kubeczek2017-06-132-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9173 from StraToN/signal-descriptionsRémi Verschelde2017-06-142-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | [master] Add Signals descriptions when they exist. [ci skip]
| * | | | | Add Signals descriptions when they exist.Julian Murgia2017-06-142-0/+12
|/ / / / /
* | | | | Merge pull request #9162 from Zylann/fix_line2d_mathRémi Verschelde2017-06-141-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Fixed broken Line2D
| * | | | Fixed broken Line2D due to math changes in ↵Marc Gilleron2017-06-141-3/+3
|/ / / / | | | | | | | | | | | | f271591ac22bd07e1b2316448dd6e9af879c218f
* | | | Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-1361-2765/+12981
|\ \ \ \ | |/ / / |/| | | Add ETC1/ETC2 compression support though etc2comp.
| * | | Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-3161-2765/+12981
| | | | | | | | | | | | | | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* | | | -Fixed occluder rendering, closes #8560Juan Linietsky2017-06-1312-11/+49
| |/ / |/| | | | | | | | -Ability to smooth out 2D shadow filters
* | | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky2017-06-134-15/+16
| | |
* | | Change Omni light default mode to Cube, avoids users confusing it as a bug, ↵Juan Linietsky2017-06-121-1/+1
| | | | | | | | | | | | closes #8813
* | | Merge pull request #8835 from ippan/particles_shader_indexJuan Linietsky2017-06-121-0/+1
|\ \ \ | | | | | | | | add index to particles glsl
| * | | add index to particles glslPanPan2017-05-191-0/+1
| | | |
* | | | Fix bug breaking shader when skeleton+tangents were used, closes #8673Juan Linietsky2017-06-121-1/+1
| | | |
* | | | Fix empty shader related crash, closes #8314Juan Linietsky2017-06-123-2/+8
| | | |
* | | | Fixed _draw_polygon, should help fix other bugs..Juan Linietsky2017-06-122-96/+60
| | | |
* | | | Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky2017-06-123-0/+4
| | | |
* | | | EditorSettings: Default game window placement to Centered.Andreas Haas2017-06-121-1/+1
| | | | | | | | | | | | | | | | Fixes #8890
* | | | Merge pull request #9132 from vnen/uwp-3Rémi Verschelde2017-06-121-9/+9
|\ \ \ \ | | | | | | | | | | UWP: InputEvent: Renamed "pos" property to "position"
| * | | | UWP: InputEvent: Renamed "pos" property to "position"George Marques2017-06-121-9/+9
|/ / / / | | | | | | | | | | | | To comply with the changes from #9031.
* | | | Merge pull request #9125 from tagcup/zstd_levelRémi Verschelde2017-06-122-5/+13
|\ \ \ \ | | | | | | | | | | Expose zstd and zlib compression levels as global config.
| * | | | Expose zstd and zlib compression levels as global config.Ferenc Arn2017-06-112-5/+13
| | | | |
* | | | | Merge pull request #9124 from Zylann/fix_compilationRémi Verschelde2017-06-122-4/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fixed compilation on Windows + removed debug print
| * | | | Fixed compilation on Windows + removed debug printMarc Gilleron2017-06-122-4/+2
|/ / / /
* | | | Merge pull request #9104 from tagcup/zstdJuan Linietsky2017-06-1138-10/+15735
|\ \ \ \ | | | | | | | | | | Add zstd compression support.
| * | | | Add zstd compression support.Ferenc Arn2017-06-0838-10/+15735
| | | | | | | | | | | | | | | | | | | | | | | | | zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
* | | | | Restored everything related to information polling, and added information ↵Juan Linietsky2017-06-1110-34/+228
| | | | | | | | | | | | | | | | | | | | box for viewport.
* | | | | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-1116-202/+437
| | | | |
* | | | | Multiple 3D viewports are not operational.Juan Linietsky2017-06-113-77/+345
| | | | |
* | | | | Merge pull request #9121 from leezh/editor_import_pluginRémi Verschelde2017-06-113-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Added EditorPlugin.remove_import_plugin()
| * | | | | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-113-0/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | Allows addons with import extensions to clean up properly on removal.