Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | Merge pull request #19044 from Mintormo/make_header_fix | Max Hilbrunner | |
Added support of Python 3 in make_header.py | |||
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner | |
SpriteFrames: expose method to get array containing animation names | |||
2018-07-17 | Merge pull request #20131 from ibrahn/fix-connection-dialog-make-function | Rémi Verschelde | |
fixed connection dialog's creation of script functions. | |||
2018-07-17 | Merge pull request #20132 from ibrahn/fix-android-device-poll-thread | Rémi Verschelde | |
fixed branch on uninit and data race in editor android device polling | |||
2018-07-17 | Merge pull request #20146 from dodgyville/bezier_fixes_19777 | Rémi Verschelde | |
fix issue with bezier tracks using incorrect duration for interpolating values | |||
2018-07-17 | Merge pull request #20215 from marcelofg55/audio_latency | Max Hilbrunner | |
Added Performance.AUDIO_OUTPUT_LATENCY | |||
2018-07-17 | Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_log | Rémi Verschelde | |
Fixed shader parsing error log | |||
2018-07-17 | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky | |
2018-07-17 | Added Performance.AUDIO_OUTPUT_LATENCY | Marcelo Fernandez | |
2018-07-17 | Merge pull request #20176 from Chaosus/vs_namefixes | Rémi Verschelde | |
Several name fixes for visual shaders | |||
2018-07-17 | Merge pull request #20150 from ibrahn/fix-scrollbar-atlas | Max Hilbrunner | |
fix scrollbar icons with atlas texture. | |||
2018-07-17 | Merge pull request #20191 from jvdnbus/line2d-stretch | Max Hilbrunner | |
Line2D texture stretch mode | |||
2018-07-17 | Merge pull request #20192 from volzhs/keep-screen-on-android | Max Hilbrunner | |
Fix keep screen on property path for Android/iOS/UWP | |||
2018-07-17 | Merge pull request #20195 from Faless/ssl_handshake | Max Hilbrunner | |
Non-blocking SSL handshake | |||
2018-07-17 | Doc: Add example for array indexing | Rémi Verschelde | |
Supersedes and closes #20180. | |||
2018-07-17 | Fix keep screen on property path for Android/iOS/UWP | volzhs | |
2018-07-17 | Merge pull request #20147 from ibrahn/fix-move-file-dialog | Rémi Verschelde | |
fix for moving file using filesystem dock context menu. | |||
2018-07-16 | Changes to how snap works (I think this makes more sense now) | Juan Linietsky | |
2018-07-16 | -Added support for raycast in KinematicBody2D | Juan Linietsky | |
-Added support for snapping in KinematicBody2D | |||
2018-07-16 | Line2D texture stretch mode | Jorn Van denbussche | |
Prototype for stretching the texture across the whole line. Fixed end cap tile mode. | |||
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky | |
2018-07-16 | Merge pull request #20034 from Faless/master_fixes | Thomas Herzog | |
Fix server and GDNative in master branch | |||
2018-07-16 | Merge pull request #20169 from Chaosus/rightclick_vs | Thomas Herzog | |
Visual shaders - make "Add node" menu showed by right click | |||
2018-07-16 | Merge pull request #20112 from nunodonato/openvisualeditorbutton | Thomas Herzog | |
Open visual editor when "open editor" button in the inspector is pressed | |||
2018-07-16 | Merge pull request #20167 from Chaosus/fix_vshader_bug | Thomas Herzog | |
Fix display scale bug in visual shaders | |||
2018-07-16 | More accurate UV round begin cap | Jorn Van denbussche | |
2018-07-16 | HTTP client now uses non blocking handshake | Fabio Alessandrelli | |
2018-07-16 | Implement non blocking-handshake for StreamPeerSSL | Fabio Alessandrelli | |
2018-07-15 | New option, make any node the new scene root. | Juan Linietsky | |
2018-07-15 | Small feature to help users understand the editor faster. | Juan Linietsky | |
2018-07-15 | Added small icon to expand the bottom panel (and shortcut too) | Juan Linietsky | |
2018-07-15 | Global class names (and GDScript support for it) | Juan Linietsky | |
2018-07-15 | Several name fixes for visual shader | Chaosus | |
2018-07-15 | Visual shaders - make "Add node" menu showed by right click | Chaosus | |
2018-07-15 | Fix display scale bug in visual shaders | Chaosus | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-07-14 | Fixed error due to bad cursor handling when parsing shader code | Overblob | |
Fixed completion error log thrown on "no auto-completion found" for typings with no completion. | |||
2018-07-14 | fix scrollbar icons with atlas texture. | Ibrahn Sahir | |
Draw scrollbar icons through their textures, rather than calling directly to the server. Allows atlas textures to manipulate the source rect as required. | |||
2018-07-14 | fix issue with bezier tracks using incorrect duration for interpolating values | Luke Miller | |
2018-07-14 | fix for moving file using filesystem dock context menu. | Ibrahn Sahir | |
Updated a method binding to match parameter default of recently added parameter. | |||
2018-07-13 | fixed branch on uninit and data race in editor android device polling | Ibrahn Sahir | |
Initialised relevant variables before stating thread, to prevent a branch on uninitialised data. Fixed race condition in polling that could miss a device change. | |||
2018-07-13 | fixed connection dialog's creation of script functions. | Ibrahn Sahir | |
Was accessing deleted objects to find the argument list. Reordered things to get the arg list before deletion. | |||
2018-07-12 | Merge pull request #20118 from vnen/uwp-gles2 | George Marques | |
UWP: Add support for GLES2 driver | |||
2018-07-12 | UWP: Add support for GLES2 driver | George Marques | |
2018-07-12 | Merge pull request #20096 from CptPotato/19163-aces-whitepoint | Max Hilbrunner | |
Fix missing whitepoint for ACES tonemapping | |||
2018-07-12 | reformatted and restructured tonemap.glsl | alex-poe | |
2018-07-12 | Open visual editor when "open editor" button in the inspector is pressed. | Nuno Donato | |
Fixes #20111 | |||
2018-07-12 | Merge pull request #20026 from taylorjoshuaw/fix-window-height-crash | Max Hilbrunner | |
Temporary fix to issue #19628 and #19207 | |||
2018-07-12 | Merge pull request #20068 from Xrayez/submenu-popup-delay | Max Hilbrunner | |
Add ability to set submenu's popup delay time on mouse hovering | |||
2018-07-12 | Merge pull request #19840 from jjay/ios_screen_orientation | Max Hilbrunner | |
Respect window/handheld/orientation setting in iOS |