Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky | |
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 | 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 for moving file using filesystem dock context menu. | Ibrahn Sahir | |
Updated a method binding to match parameter default of recently added parameter. | |||
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 | |||
2018-07-12 | Merge pull request #20102 from marcelofg55/coreaudio_dispose | Max Hilbrunner | |
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose | |||
2018-07-12 | Merge pull request #19091 from guilhermefelipecgs/fix_ui | Max Hilbrunner | |
[InspectorDock] Change label offset | |||
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
2018-07-12 | Merge pull request #19707 from toger5/fix_clipping_vflip | Max Hilbrunner | |
fix clipping with v_flip fixes: #18600 | |||
2018-07-11 | Merge pull request #20093 from marcelofg55/audio_stream2d | George Marques | |
Fix possible bug with AudioStreamPlayer2D audio position | |||
2018-07-11 | added 'whitepoint' to ACES tonemapping | alex-2b17x4 | |
2018-07-11 | Merge pull request #20092 from karroffel/gles3-multimesh-fix | Juan Linietsky | |
fix wrong loop condition in MultiMesh allocation | |||
2018-07-11 | Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose | Marcelo Fernandez | |
2018-07-10 | Fix possible bug with AudioStreamPlayer2D audio position | Marcelo Fernandez | |
2018-07-10 | fix wrong loop condition in MultiMesh allocation | karroffel | |
2018-07-10 | Merge pull request #20028 from eska014/html5-refactor-os | Max Hilbrunner | |
Refactor HTML5 platform OS implementation | |||
2018-07-10 | Merge pull request #20083 from AlexHolly/fix-colorpickerbutton-popup | Max Hilbrunner | |
fix ColorPickerButton.get_popup() |