summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-17Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cppMarcelo Fernandez
2018-07-17Merge pull request #20186 from Yar-Mukhamedov/masterRémi Verschelde
A fix for the export templates installation error...
2018-07-17Merge pull request #20220 from volzhs/texture-sizeRémi Verschelde
Fix preview texture size on Inspector
2018-07-17Merge pull request #19689 from marcelofg55/audio_profileMax Hilbrunner
Add Audio Server profiling time to the profiler
2018-07-17Merge pull request #20222 from godotengine/revert-19764-godot_malbachMax Hilbrunner
Revert "Fix #19507 Not emitted particles affects performance"
2018-07-17Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner
2018-07-17Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner
Fix #19507 Not emitted particles affects performance
2018-07-17Merge pull request #18535 from sketchyfun/new_mirror_path_handlesMax Hilbrunner
Added curve in/out (tangent) handle mirroring
2018-07-17Fix export templates installation error...Yar-Mukhamedov
2018-07-17Merge pull request #18717 from Essojadojef/fix-inputmap-categoriesMax Hilbrunner
Fix all Input Map actions expand when an event is modified
2018-07-17Merge pull request #20217 from akien-mga/layer-tooltipMax Hilbrunner
Inspector: Add bit/value info to layer tooltip
2018-07-17Fix preview texture size on Inspectorvolzhs
2018-07-17Merge pull request #19044 from Mintormo/make_header_fixMax Hilbrunner
Added support of Python 3 in make_header.py
2018-07-17Add Audio Server profiling time to the profilerMarcelo Fernandez
2018-07-17Merge pull request #19087 from danvalho/masterMax Hilbrunner
SpriteFrames: expose method to get array containing animation names
2018-07-17Merge pull request #20131 from ibrahn/fix-connection-dialog-make-functionRémi Verschelde
fixed connection dialog's creation of script functions.
2018-07-17Merge pull request #20132 from ibrahn/fix-android-device-poll-threadRémi Verschelde
fixed branch on uninit and data race in editor android device polling
2018-07-17Merge pull request #20146 from dodgyville/bezier_fixes_19777Rémi Verschelde
fix issue with bezier tracks using incorrect duration for interpolating values
2018-07-17Merge pull request #20215 from marcelofg55/audio_latencyMax Hilbrunner
Added Performance.AUDIO_OUTPUT_LATENCY
2018-07-17Inspector: Add bit/value info to layer tooltipRémi Verschelde
Fixes #20213.
2018-07-17Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_logRémi Verschelde
Fixed shader parsing error log
2018-07-17Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky
2018-07-17Added Performance.AUDIO_OUTPUT_LATENCYMarcelo Fernandez
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