Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-07 | Merge pull request #17642 from brendor/master | Juan Linietsky | |
Particles 2D and 3D - fix hue variation not working | |||
2018-04-07 | Merge pull request #17717 from NikodemL/master | Juan Linietsky | |
Extended node rename function to also support renaming node path script instance property | |||
2018-04-07 | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | |
Radio buttons in menus | |||
2018-04-07 | Merge pull request #17742 from marcelofg55/audio_device_list | Juan Linietsky | |
Added new audio device functions to set/get the audio device | |||
2018-04-07 | Merge pull request #17744 from robfram/fix-rtl-table | Juan Linietsky | |
Fix `RichTextLabel` column size growing beyond its calculated `max_width` | |||
2018-04-07 | Merge pull request #17752 from nikibobi/texture-progress-tint | Juan Linietsky | |
Add tint property to TextureProgress | |||
2018-04-07 | Merge pull request #17754 from Crazy-P/Resloves_Replace_all_doesnt_replace_all | Juan Linietsky | |
Resloves Replace all doesnt replace all | |||
2018-04-07 | Merge pull request #17809 from RandomShaper/menu-item-on-release | Juan Linietsky | |
Improve popup menus usability | |||
2018-04-07 | Merge pull request #17840 from Dimonasdf/master | Juan Linietsky | |
Fix Collada material roughness import function | |||
2018-04-07 | Merge pull request #18015 from AndreaCatania/patch-1 | Juan Linietsky | |
Fixed signal input variable name | |||
2018-04-07 | Merge pull request #18032 from RandomShaper/fix-gltf-skeletons | Juan Linietsky | |
Fix skeleton import from glTF | |||
2018-04-07 | Improve popup menus usability | Pedro J. Estébanez | |
It seems that popups were intended to "grab" the mouse click that triggered them, but their intent was being lost. This commit does the necessary changes to let it happen and updates items that were trying to get advantage of it, because the semantics of `Control::grab_click_focus()` have changed a bit. Namely, it must be called **before** showing the modal. This allows to popup a menu and activate an item in it in a single click-point-release cycle, instead of having to click once to open the menu and once more to pick an item. This ability is extended even to context menus activated with the RMB (or any other mouse button, for that matter). The editor benefits from this in the context menu of the tree dock, which has been patched to opt-in for this feature. This improves UX a bit by saving unnecessary clicks. From now on, `PopupMenu` always grabs the click and also invalidates the first button release unless the mouse has moved (that's what `set_invalidate_click_until_motion()` was doing and now it's removed), so there is no longer the need of doing both things at every point a pop-up menu is shown. | |||
2018-04-07 | Merge pull request #18033 from ↵ | Thomas Herzog | |
touilleMan/pluginscript_fix_add_global_constant_mandatory Pluginscript fix add global constant mandatory | |||
2018-04-07 | Correct profiling_frame naming in pluginscript | Emmanuel Leblond | |
2018-04-06 | Fix skeleton import from glTF | Pedro J. Estébanez | |
For some glTF files, the order of bones in the skeleton array wasn't matching the joints array in the meshes. Fixes #17808. | |||
2018-04-06 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @robfram Thanks to all contributors and donors! :) [ci skip] | |||
2018-04-06 | Fix Pluginscript add_global_constant mandatory value check | Emmanuel Leblond | |
2018-04-06 | Fixed signal input variable name | Andrea Catania | |
2018-04-06 | Merge pull request #17970 from PJB3005/18-04-04-commandline-export-error-clarity | Rémi Verschelde | |
Explicitly print an error when --export fails. | |||
2018-04-06 | Merge pull request #17899 from AndreaCatania/area_cleaning | Rémi Verschelde | |
Fixed physics server area cleaning | |||
2018-04-06 | Merge pull request #18011 from karroffel/nativescript-more-type-tag-fixes | Rémi Verschelde | |
[NativeScript] replace error macros by simple returns | |||
2018-04-06 | Fixed physics server area cleaning | Andrea Catania | |
2018-04-06 | Merge pull request #18002 from guilhermefelipecgs/remove_cursor_size_restriction | Rémi Verschelde | |
Remove size restriction for mouse cursor | |||
2018-04-06 | [NativeScript] replace error macros by simple returns | karroffel | |
2018-04-05 | Remove size restriction for mouse cursor | Guilherme Felipe | |
2018-04-05 | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tags | Thomas Herzog | |
[NativeScript] added global type tag system | |||
2018-04-05 | Merge pull request #17984 from n4nn31355/fix_x11_segfault | Rémi Verschelde | |
Fix segfault on x11 | |||
2018-04-05 | Merge pull request #17806 from Zylann/fix_heightmap_shape_size_check | Rémi Verschelde | |
Make heightmap shape usable in PhysicsServer | |||
2018-04-05 | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fix | Rémi Verschelde | |
[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | |||
2018-04-05 | Fix segfault on x11 | n4nn31355 | |
2018-04-05 | [NativeScript] added global type tag system | karroffel | |
2018-04-04 | Merge pull request #17775 from sketchyfun/multiply_blendmode_fix | Rémi Verschelde | |
multiply blend mode fix for spatial materials | |||
2018-04-04 | Merge pull request #17777 from bruvzg/macos_exit_code | Rémi Verschelde | |
[macOS] Return exit code specified by `OS.exit_code` parameter. | |||
2018-04-04 | Merge pull request #17784 from Rubonnek/rename-shortcut | Rémi Verschelde | |
Added shortcut to rename files | |||
2018-04-04 | Merge pull request #17792 from eska014/enginejs-preloadpaths | Rémi Verschelde | |
Handle directories in engine.js preloadFile() | |||
2018-04-04 | Merge pull request #17801 from endragor/android-input-checks | Rémi Verschelde | |
Add safety checks when handling Android input | |||
2018-04-04 | Merge pull request #17819 from Chaosus/absfix | Rémi Verschelde | |
Remove redundant unsigned abs shader builtin | |||
2018-04-04 | Merge pull request #17978 from Paulb23/rename_gd_highlighter | Rémi Verschelde | |
Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter | |||
2018-04-04 | Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter | Paulb23 | |
2018-04-04 | Explicitly print an error when --export fails. | Pieter-Jan Briers | |
Previously this would not explicitly say the export failed. Sure you might see another error somewhere, but that's not very reliable/obvious. | |||
2018-04-04 | Merge pull request #17965 from karroffel/gdnativelib-config-api | Thomas Herzog | |
[GDNative] some GDNativeLibrary improvements | |||
2018-04-04 | Merge pull request #17969 from Alexander-Alekseev/upd_xform_btns_using_shortcuts | Rémi Verschelde | |
Update transform buttons in tile editor while using T, A, S shortcuts | |||
2018-04-04 | Update transform buttons in tile editor while using T, A, S shortcuts (fixes ↵ | Alexander Alekseev | |
#17962) | |||
2018-04-04 | Merge pull request #17945 from romlok/cameradoctweaks | Max Hilbrunner | |
[DOCS] Tweaks and fixes for (Interpolated)Camera | |||
2018-04-04 | [GDNative] enable saving GDNativeLibrary as sub resource | karroffel | |
2018-04-04 | Merge pull request #17816 from NikodemL/fix_file_show_in_explorer | Rémi Verschelde | |
FIX: FILE_SHOW_IN_EXPLORER now correctly shows the file's directory | |||
2018-04-04 | [GDNative] easier GDNativeLib handling | karroffel | |
2018-04-04 | Merge pull request #17884 from AndreaCatania/crash | Rémi Verschelde | |
Corrected physics query max result checking | |||
2018-04-04 | Corrected physics query max result checking | Andrea Catania | |
2018-04-04 | Merge pull request #17959 from AndreaCatania/kinfix2 | Rémi Verschelde | |
Fixed kinematic sliding on trimesh |