| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-06-14 | get rid of button array | Juan Linietsky | 5 | -681/+1 | |
| 2017-06-14 | Fixed several bugs with directional light, and changed defaults to be more ↵ | Juan Linietsky | 10 | -169/+48 | |
| sensible. | |||||
| 2017-06-14 | glad: Sync with upstream 0.1.14a0 | Rémi Verschelde | 3 | -95/+96 | |
| 2017-06-14 | Make toggle between thumbnail and list for file dialog on editor | volzhs | 1 | -0/+5 | |
| 2017-06-14 | Rewrite Image::blit_rect to use the following algorithm: | Benjamin Dahse | 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. | |||||
| 2017-06-14 | Add Signals descriptions when they exist. | Julian Murgia | 2 | -0/+12 | |
| 2017-06-14 | Refactor layer_mask to collision_layer | Poommetee Ketson | 30 | -220/+220 | |
| 2017-06-14 | Fixed broken Line2D due to math changes in ↵ | Marc Gilleron | 1 | -3/+3 | |
| f271591ac22bd07e1b2316448dd6e9af879c218f | |||||
| 2017-06-14 | renamed occurances of ColorRamp with Gradient | Karroffel | 8 | -85/+85 | |
| ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | |||||
| 2017-06-13 | Don't append standard ports to the request header. | Martin Capitanio | 1 | -2/+12 | |
| Breaks the SSL communication with some servers, do the same that the other curl, wget, firefox & co clients do. Fixes #9146 | |||||
| 2017-06-13 | Add ability to use custom script templates. | Andreas Haas | 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 | |||||
| 2017-06-13 | Fixed thread check, solves: #3698 | kubeczek | 2 | -0/+8 | |
| 2017-06-13 | -Fixed occluder rendering, closes #8560 | Juan Linietsky | 12 | -11/+49 | |
| -Ability to smooth out 2D shadow filters | |||||
| 2017-06-13 | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654 | Juan Linietsky | 4 | -15/+16 | |
| 2017-06-12 | Change Omni light default mode to Cube, avoids users confusing it as a bug, ↵ | Juan Linietsky | 1 | -1/+1 | |
| closes #8813 | |||||
| 2017-06-12 | Fix bug breaking shader when skeleton+tangents were used, closes #8673 | Juan Linietsky | 1 | -1/+1 | |
| 2017-06-12 | Fix empty shader related crash, closes #8314 | Juan Linietsky | 3 | -2/+8 | |
| 2017-06-12 | Fixed _draw_polygon, should help fix other bugs.. | Juan Linietsky | 2 | -96/+60 | |
| 2017-06-12 | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | 3 | -0/+4 | |
| 2017-06-12 | EditorSettings: Default game window placement to Centered. | Andreas Haas | 1 | -1/+1 | |
| Fixes #8890 | |||||
| 2017-06-12 | UWP: InputEvent: Renamed "pos" property to "position" | George Marques | 1 | -9/+9 | |
| To comply with the changes from #9031. | |||||
| 2017-06-11 | Expose zstd and zlib compression levels as global config. | Ferenc Arn | 2 | -5/+13 | |
| 2017-06-12 | Fixed compilation on Windows + removed debug print | Marc Gilleron | 2 | -4/+2 | |
| 2017-06-11 | Restored everything related to information polling, and added information ↵ | Juan Linietsky | 10 | -34/+228 | |
| box for viewport. | |||||
| 2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 16 | -202/+437 | |
| 2017-06-11 | Multiple 3D viewports are not operational. | Juan Linietsky | 3 | -77/+345 | |
| 2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 3 | -0/+8 | |
| Allows addons with import extensions to clean up properly on removal. | |||||
| 2017-06-10 | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky | 4 | -19/+15 | |
| 2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | 42 | -298/+298 | |
| 2017-06-08 | Add zstd compression support. | Ferenc Arn | 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. | |||||
| 2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | 33 | -586/+1552 | |
| -Restored resource previews! | |||||
| 2017-06-08 | Add settings to pan canvas editor with scrolling | Sean Bohan | 2 | -20/+50 | |
| This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed | |||||
| 2017-06-08 | Fix build error, commit bee81d5 | Poommetee Ketson | 1 | -2/+2 | |
| 2017-06-08 | [GDnative] API consistency + missing properties | Emmanuel Leblond | 20 | -632/+849 | |
| 2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | 1 | -1/+1 | |
| 2017-06-07 | TGA support based on SaracenOne's work. | Juan Linietsky | 7 | -2/+491 | |
| 2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | 1 | -0/+1 | |
| 2017-06-07 | Automatically open new project after creating it in project manager. | Nuno Donato | 1 | -1/+2 | |
| Fixes #9075 | |||||
| 2017-06-07 | -Added proper access to depth texture from shader | Juan Linietsky | 27 | -548/+588 | |
| -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future. | |||||
| 2017-06-07 | Fix: audio buses buttons hard to see if pressed or not | Gilles Roudiere | 1 | -3/+6 | |
| 2017-06-07 | Fog is complete! | Juan Linietsky | 8 | -0/+490 | |
| 2017-06-07 | fixed overlapping of temp. colors (script editor) | toger5 | 2 | -14/+18 | |
| + added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox | |||||
| 2017-06-07 | Revert "Fix text warp in color blocks with CJK" | Rémi Verschelde | 1 | -1/+1 | |
| This reverts commit cd778e00dc5362d00d4760c79fc301951f6f9b75. That commit introduced regressions for non-CJK languages are discussed in #8952. Fixes #9078. | |||||
| 2017-06-06 | added style for panel class | toger5 | 1 | -5/+8 | |
| 2017-06-06 | Fix input event related android build issues | Chris Serino | 2 | -9/+9 | |
| 2017-06-06 | osx release right button event fixed | toger5 | 1 | -1/+1 | |
| RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079 | |||||
| 2017-06-07 | Fix Script Editor stealing focus on class search text changed | Poommetee Ketson | 1 | -4/+3 | |
| 2017-06-06 | GraphNode: Remove debug print. | Andreas Haas | 1 | -2/+0 | |
| 2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky | 11 | -82/+234 | |
| -Added refraction support for default material -Enabled BCS adjustments, as well as color correction. | |||||
| 2017-06-05 | Fix build error | Poommetee Ketson | 2 | -2/+1 | |
