summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-17Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky
2018-07-17Merge pull request #20176 from Chaosus/vs_namefixesRémi Verschelde
Several name fixes for visual shaders
2018-07-17Merge pull request #20150 from ibrahn/fix-scrollbar-atlasMax Hilbrunner
fix scrollbar icons with atlas texture.
2018-07-17Merge pull request #20191 from jvdnbus/line2d-stretchMax Hilbrunner
Line2D texture stretch mode
2018-07-17Merge pull request #20192 from volzhs/keep-screen-on-androidMax Hilbrunner
Fix keep screen on property path for Android/iOS/UWP
2018-07-17Merge pull request #20195 from Faless/ssl_handshakeMax Hilbrunner
Non-blocking SSL handshake
2018-07-17Doc: Add example for array indexingRémi Verschelde
Supersedes and closes #20180.
2018-07-17Fix keep screen on property path for Android/iOS/UWPvolzhs
2018-07-17Merge pull request #20147 from ibrahn/fix-move-file-dialogRémi Verschelde
fix for moving file using filesystem dock context menu.
2018-07-16Changes to how snap works (I think this makes more sense now)Juan Linietsky
2018-07-16-Added support for raycast in KinematicBody2DJuan Linietsky
-Added support for snapping in KinematicBody2D
2018-07-16Line2D texture stretch modeJorn Van denbussche
Prototype for stretching the texture across the whole line. Fixed end cap tile mode.
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-07-16Merge pull request #20034 from Faless/master_fixesThomas Herzog
Fix server and GDNative in master branch
2018-07-16Merge pull request #20169 from Chaosus/rightclick_vsThomas Herzog
Visual shaders - make "Add node" menu showed by right click
2018-07-16Merge pull request #20112 from nunodonato/openvisualeditorbuttonThomas Herzog
Open visual editor when "open editor" button in the inspector is pressed
2018-07-16Merge pull request #20167 from Chaosus/fix_vshader_bugThomas Herzog
Fix display scale bug in visual shaders
2018-07-16More accurate UV round begin capJorn Van denbussche
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-16Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli
2018-07-15New option, make any node the new scene root.Juan Linietsky
2018-07-15Small feature to help users understand the editor faster.Juan Linietsky
2018-07-15Added small icon to expand the bottom panel (and shortcut too)Juan Linietsky
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-15Several name fixes for visual shaderChaosus
2018-07-15Visual shaders - make "Add node" menu showed by right clickChaosus
2018-07-15Fix display scale bug in visual shadersChaosus
2018-07-14Visual Shaders are back.Juan Linietsky
2018-07-14fix 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-14fix for moving file using filesystem dock context menu.Ibrahn Sahir
Updated a method binding to match parameter default of recently added parameter.
2018-07-12Merge pull request #20118 from vnen/uwp-gles2George Marques
UWP: Add support for GLES2 driver
2018-07-12UWP: Add support for GLES2 driverGeorge Marques
2018-07-12Merge pull request #20096 from CptPotato/19163-aces-whitepointMax Hilbrunner
Fix missing whitepoint for ACES tonemapping
2018-07-12reformatted and restructured tonemap.glslalex-poe
2018-07-12Open visual editor when "open editor" button in the inspector is pressed.Nuno Donato
Fixes #20111
2018-07-12Merge pull request #20026 from taylorjoshuaw/fix-window-height-crashMax Hilbrunner
Temporary fix to issue #19628 and #19207
2018-07-12Merge pull request #20068 from Xrayez/submenu-popup-delayMax Hilbrunner
Add ability to set submenu's popup delay time on mouse hovering
2018-07-12Merge pull request #19840 from jjay/ios_screen_orientationMax Hilbrunner
Respect window/handheld/orientation setting in iOS
2018-07-12Merge pull request #20102 from marcelofg55/coreaudio_disposeMax Hilbrunner
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
2018-07-12Merge pull request #19091 from guilhermefelipecgs/fix_uiMax Hilbrunner
[InspectorDock] Change label offset
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-12Merge pull request #19707 from toger5/fix_clipping_vflipMax Hilbrunner
fix clipping with v_flip fixes: #18600
2018-07-11Merge pull request #20093 from marcelofg55/audio_stream2dGeorge Marques
Fix possible bug with AudioStreamPlayer2D audio position
2018-07-11added 'whitepoint' to ACES tonemappingalex-2b17x4
2018-07-11Merge pull request #20092 from karroffel/gles3-multimesh-fixJuan Linietsky
fix wrong loop condition in MultiMesh allocation
2018-07-11Properly cleanup up CoreAudio unit using AudioComponentInstanceDisposeMarcelo Fernandez
2018-07-10Fix possible bug with AudioStreamPlayer2D audio positionMarcelo Fernandez
2018-07-10fix wrong loop condition in MultiMesh allocationkarroffel
2018-07-10Merge pull request #20028 from eska014/html5-refactor-osMax Hilbrunner
Refactor HTML5 platform OS implementation
2018-07-10Merge pull request #20083 from AlexHolly/fix-colorpickerbutton-popupMax Hilbrunner
fix ColorPickerButton.get_popup()