Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-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() | |||
2018-07-10 | Merge pull request #20084 from guilhermefelipecgs/fix_visual_script_editor | Max Hilbrunner | |
Fix visual script editor interface | |||
2018-07-10 | Refactor OS_JavaScript | Leon Krause | |
2018-07-10 | Fix visual script editor interface | K. S. Ernest (iFire) Lee | |
2018-07-10 | Merge pull request #19930 from Alexander-Alekseev/non-existent_font_fallback_2 | Max Hilbrunner | |
Fallback to default font if main/code font path doesn't exist | |||
2018-07-10 | Fallback to default font if main/code font path doesn't exist | Alexander-Alekseev | |
2018-07-10 | fix ColorPickerButton.get_popup() | Alexander Holland | |
2018-07-10 | Merge pull request #19422 from Faless/mbedtls_2.10 | RĂ©mi Verschelde | |
Bump mbedTLS to version 2.10.0 | |||
2018-07-10 | Merge pull request #20046 from SaracenOne/bmp_fix | Max Hilbrunner | |
Fix bits_per_pixel validation in BMP and TGA loader modules. | |||
2018-07-10 | Merge pull request #20014 from Chaosus/scrollable | Max Hilbrunner | |
Added scrollable property for sliders | |||
2018-07-10 | Merge pull request #20049 from moiman100/extra-mouse-buttons | Max Hilbrunner | |
Added support for extra mouse buttons. | |||
2018-07-10 | Merge pull request #20052 from marcelofg55/stream_pause_fade | Max Hilbrunner | |
Improved stream paused fade code | |||
2018-07-10 | Merge pull request #20076 from Baekalfen/master | Max Hilbrunner | |
Added path for Mono installed through Homebrew | |||
2018-07-10 | Merge pull request #20079 from eska014/dummy-cpuparticles | Leon Krause | |
Fix dummy renderer for CPU particles | |||
2018-07-10 | Fix dummy renderer for CPU particles | Leon Krause | |
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez | |
2018-07-10 | Added path for Mono installed through Homebrew | Mads Ynddal | |
On macOS, it is common to install packages like Mono through the third-party package-manager Homebrew. This commit simply adds an additional path to where Homebrew installs the Mono framework. | |||
2018-07-09 | Merge pull request #20010 from toger5/docs_texture_load | Max Hilbrunner | |
[DOCS] mention load in texture class | |||
2018-07-09 | Add ability to set submenu's popup delay time on mouse hovering | Andrii Doroshenko (Xrayez) | |
This allows to set delay time for the submenu to popup. Setting this value low can increase responsiveness. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. | |||
2018-07-09 | mention load in texture class | toger5 | |