| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9102 from Faless/debugger_listen_show_error | Rémi Verschelde | 2017-06-15 | 5 | -10/+16 |
| |\ | | | | | Editor now shows error when debug port is in use | ||||
| | * | Fix `network/debug/remote_port` editor setting not working properly | Fabio Alessandrelli | 2017-06-10 | 4 | -8/+11 |
| | | | |||||
| | * | Editor now shows error when debug port is in use | Fabio Alessandrelli | 2017-06-10 | 1 | -2/+5 |
| | | | |||||
| * | | Fix _draw_polygon colors and uvs | Juan Linietsky | 2017-06-14 | 1 | -3/+3 |
| | | | |||||
| * | | get rid of button array | Juan Linietsky | 2017-06-14 | 5 | -681/+1 |
| | | | |||||
| * | | Merge pull request #9157 from capnm/fix-https-request | Rémi Verschelde | 2017-06-14 | 1 | -2/+12 |
| |\ \ | | | | | | | Don't append standard ports to the request header. | ||||
| | * | | Don't append standard ports to the request header. | Martin Capitanio | 2017-06-13 | 1 | -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_templates | Rémi Verschelde | 2017-06-14 | 10 | -4/+111 |
| |\ \ \ | | | | | | | | | Add ability to use custom script templates. | ||||
| | * | | | Add ability to use custom script templates. | Andreas Haas | 2017-06-13 | 10 | -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-rename | Rémi Verschelde | 2017-06-14 | 8 | -85/+85 |
| |\ \ \ | | | | | | | | | renamed occurances of ColorRamp with Gradient | ||||
| | * | | | renamed occurances of ColorRamp with Gradient | Karroffel | 2017-06-14 | 8 | -85/+85 |
| | |/ / | | | | | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | ||||
| * | | | Merge pull request #9165 from Noshyaar/pr-area | Rémi Verschelde | 2017-06-14 | 30 | -220/+220 |
| |\ \ \ | | | | | | | | | Refactor layer_mask to collision_layer | ||||
| | * | | | Refactor layer_mask to collision_layer | Poommetee Ketson | 2017-06-14 | 30 | -220/+220 |
| | | | | | |||||
| * | | | | Merge pull request #9174 from volzhs/file-mode-toggle | Rémi Verschelde | 2017-06-14 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | Make toggle between thumbnail and list for file dialog on editor | ||||
| | * | | | | Make toggle between thumbnail and list for file dialog on editor | volzhs | 2017-06-14 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Merge pull request #9175 from bd339/iss9156 | Rémi Verschelde | 2017-06-14 | 1 | -10/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | Correct Image::blit_rect | ||||
| | * | | | | | Rewrite Image::blit_rect to use the following algorithm: | Benjamin Dahse | 2017-06-14 | 1 | -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 Linietsky | 2017-06-14 | 10 | -169/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | sensible. | ||||
| * | | | | | | glad: Sync with upstream 0.1.14a0 | Rémi Verschelde | 2017-06-14 | 3 | -95/+96 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9155 from kubecz3k/check-process-type | Rémi Verschelde | 2017-06-14 | 2 | -0/+8 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Ability to check if we are in fixed thread, solves: #3698 | ||||
| | * | | | | | | Fixed thread check, solves: #3698 | kubeczek | 2017-06-13 | 2 | -0/+8 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #9173 from StraToN/signal-descriptions | Rémi Verschelde | 2017-06-14 | 2 | -0/+12 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | [master] Add Signals descriptions when they exist. [ci skip] | ||||
| | * | | | | | Add Signals descriptions when they exist. | Julian Murgia | 2017-06-14 | 2 | -0/+12 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #9162 from Zylann/fix_line2d_math | Rémi Verschelde | 2017-06-14 | 1 | -3/+3 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Fixed broken Line2D | ||||
| | * | | | | Fixed broken Line2D due to math changes in ↵ | Marc Gilleron | 2017-06-14 | 1 | -3/+3 |
| |/ / / / | | | | | | | | | | | | | f271591ac22bd07e1b2316448dd6e9af879c218f | ||||
| * | | | | Merge pull request #8548 from tagcup/etc2comp | Juan Linietsky | 2017-06-13 | 61 | -2765/+12981 |
| |\ \ \ \ | |/ / / |/| | | | Add ETC1/ETC2 compression support though etc2comp. | ||||
| | * | | | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | 2017-05-31 | 61 | -2765/+12981 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. | ||||
| * | | | | -Fixed occluder rendering, closes #8560 | Juan Linietsky | 2017-06-13 | 12 | -11/+49 |
| | |/ / |/| | | | | | | | | -Ability to smooth out 2D shadow filters | ||||
| * | | | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654 | Juan Linietsky | 2017-06-13 | 4 | -15/+16 |
| | | | | |||||
| * | | | Change Omni light default mode to Cube, avoids users confusing it as a bug, ↵ | Juan Linietsky | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | closes #8813 | ||||
| * | | | Merge pull request #8835 from ippan/particles_shader_index | Juan Linietsky | 2017-06-12 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | add index to particles glsl | ||||
| | * | | | add index to particles glsl | PanPan | 2017-05-19 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fix bug breaking shader when skeleton+tangents were used, closes #8673 | Juan Linietsky | 2017-06-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix empty shader related crash, closes #8314 | Juan Linietsky | 2017-06-12 | 3 | -2/+8 |
| | | | | | |||||
| * | | | | Fixed _draw_polygon, should help fix other bugs.. | Juan Linietsky | 2017-06-12 | 2 | -96/+60 |
| | | | | | |||||
| * | | | | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | 2017-06-12 | 3 | -0/+4 |
| | | | | | |||||
| * | | | | EditorSettings: Default game window placement to Centered. | Andreas Haas | 2017-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Fixes #8890 | ||||
| * | | | | Merge pull request #9132 from vnen/uwp-3 | Rémi Verschelde | 2017-06-12 | 1 | -9/+9 |
| |\ \ \ \ | | | | | | | | | | | UWP: InputEvent: Renamed "pos" property to "position" | ||||
| | * | | | | UWP: InputEvent: Renamed "pos" property to "position" | George Marques | 2017-06-12 | 1 | -9/+9 |
| |/ / / / | | | | | | | | | | | | | To comply with the changes from #9031. | ||||
| * | | | | Merge pull request #9125 from tagcup/zstd_level | Rémi Verschelde | 2017-06-12 | 2 | -5/+13 |
| |\ \ \ \ | | | | | | | | | | | Expose zstd and zlib compression levels as global config. | ||||
| | * | | | | Expose zstd and zlib compression levels as global config. | Ferenc Arn | 2017-06-11 | 2 | -5/+13 |
| | | | | | | |||||
| * | | | | | Merge pull request #9124 from Zylann/fix_compilation | Rémi Verschelde | 2017-06-12 | 2 | -4/+2 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fixed compilation on Windows + removed debug print | ||||
| | * | | | | Fixed compilation on Windows + removed debug print | Marc Gilleron | 2017-06-12 | 2 | -4/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #9104 from tagcup/zstd | Juan Linietsky | 2017-06-11 | 38 | -10/+15735 |
| |\ \ \ \ | | | | | | | | | | | Add zstd compression support. | ||||
| | * | | | | Add zstd compression support. | Ferenc Arn | 2017-06-08 | 38 | -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 Linietsky | 2017-06-11 | 10 | -34/+228 |
| | | | | | | | | | | | | | | | | | | | | | box for viewport. | ||||
| * | | | | | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 2017-06-11 | 16 | -202/+437 |
| | | | | | | |||||
| * | | | | | Multiple 3D viewports are not operational. | Juan Linietsky | 2017-06-11 | 3 | -77/+345 |
| | | | | | | |||||
| * | | | | | Merge pull request #9121 from leezh/editor_import_plugin | Rémi Verschelde | 2017-06-11 | 3 | -0/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | Added EditorPlugin.remove_import_plugin() | ||||
| | * | | | | | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 2017-06-11 | 3 | -0/+8 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | Allows addons with import extensions to clean up properly on removal. | ||||
