Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Merge pull request #20014 from Chaosus/scrollable | Max Hilbrunner | |
Added scrollable property for sliders | |||
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez | |
2018-07-07 | Add option to convert Particles to CPUParticles | Juan Linietsky | |
2018-07-07 | Added scrollable property to Sliders | Chaosus | |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | |
2018-07-05 | Merge pull request #19475 from YeldhamDev/animplayer_cosmetic | Max Hilbrunner | |
Minor changes to the AnimationPlayer editor | |||
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner | |
Fix "find and replace" initializing with wrong size | |||
2018-07-05 | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner | |
Fix can't set AudioStreamPlayer stream to null | |||
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner | |
Fixed text drawing too high in TextEdit, issue 15688 | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner | |
Editor autocomplete won't insert unnecessary quotes | |||
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-04 | Fixes to the new inspector | Guilherme Felipe | |
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit; | |||
2018-07-05 | Merge pull request #19015 from ↵ | Max Hilbrunner | |
toger5/fixed_scrolling_with_trackpad_in_new_inspector fixed scrolling in new ispector when using trackpad pan gesture | |||
2018-07-04 | Merge pull request #19960 from groud/fix_control_size | Max Hilbrunner | |
Fixes control nodes size not updated when outside the tree | |||
2018-07-04 | Merge pull request #19947 from GagaPete/html5-http-fix | Max Hilbrunner | |
Fix CORS problems due to added headers on JS target | |||
2018-07-04 | Fixes control nodes size not updated when outside the tree | groud | |
2018-07-04 | Merge pull request #19782 from Calinou/fix-control-pixel-snap-rounding | Rémi Verschelde | |
Fix control pixel snap rounding using floor() instead of round() | |||
2018-07-04 | Merge pull request #19786 from JFonS/correct_normal_scaling | Rémi Verschelde | |
Add render mode to ensure correct normals when using non-uniform scaling | |||
2018-07-04 | Fix CORS problems due to added headers on JS target | GagaPete | |
Before this change, missing User-Agent and Accept headers were automatically added on all platforms. Setting the User-Agent header forces the browser to do a CORS preflight (see 1) which fails if the HTTP endpoint is not configured appropriate. It's not neccesary to set either header as the browser sets them and so this commit disables that functionality on the JS target. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests | |||
2018-07-03 | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project | Juan Linietsky | |
-Replaced some viewport size calls to screen size, since viewport size should be deprecated at this point.. | |||
2018-07-03 | Merge pull request #19853 from khairul169/duplicate_bug | Max Hilbrunner | |
Fix duplicate method on instanced node generates duplicated children. | |||
2018-07-03 | Merge pull request #19919 from marcelofg55/notif_crash | Max Hilbrunner | |
Add a new notification to detect crashes on native scripts | |||
2018-07-03 | Merge pull request #17438 from Deluvi/get-word-pos-quote-fix | Max Hilbrunner | |
get_word_at_pos considers simple and double quotes | |||
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner | |
Fixes the bad calculation of margin & anchors when child of Node2D | |||
2018-07-03 | Merge pull request #19205 from marcelofg55/audio_stream_pause | Max Hilbrunner | |
Pause AudioStreamPlayer when SceneTree pauses | |||
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | |
Increases settings apply speed and added deferred color setting to ColorPicker | |||
2018-07-03 | Merge pull request #19246 from xemjeff/physics | Max Hilbrunner | |
Hinge Joint Inspector - Change range for motor target velocity and params bias values | |||
2018-07-03 | Merge pull request #19398 from godotengine/remove-left-margin | Max Hilbrunner | |
Remove default non-zero left margin | |||
2018-07-03 | Merge pull request #19565 from robojumper/fixed_edge_scroll | Max Hilbrunner | |
Re-enable scrolling via selecting code beyond edges in text_edit.cpp | |||
2018-07-03 | Ensure, if a texture meant for a normal map is imported and size limit ↵ | Juan Linietsky | |
exists, that it's renormalized after resize. | |||
2018-07-03 | Merge pull request #19843 from Calinou/fix-dynamicfont-hinting-setting | Max Hilbrunner | |
Fix the DynamicFont hinting setting being ineffective | |||
2018-07-02 | Added ability for SSAO to affect AO textures too | Juan Linietsky | |
2018-07-02 | Add a new notification to detect crashes on native scripts | Marcelo Fernandez | |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default ↵ | Juan Linietsky | |
hasher, this was leading to some severe slowdown in scenarios -Fixes to some duplication scenarios for instanced scenes | |||
2018-07-02 | Removed two skeleton parameter from compilation width no 3d | Andrea Catania | |
2018-07-01 | Merge pull request #19875 from willnationsdev/meta-underlined | George Marques | |
Fix underline_meta not working in RichTextLabel | |||
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky | |
-Fix on scene importer, keeping changes to animation tracks was not working | |||
2018-07-01 | Center text drawing in LineEdit | Paulb23 | |
2018-07-01 | Merge pull request #19871 from guilhermefelipecgs/fix_performance_ui | Rémi Verschelde | |
Fix performance for godot's interface | |||
2018-07-01 | Fix performance for godot's interface | Guilherme Felipe | |
2018-07-01 | Merge pull request #19886 from AndreaCatania/no3d | Rémi Verschelde | |
Fixes #19845 no 3d Compilation issue | |||
2018-07-01 | Fixes #19845 no 3d Compilation issue | Andrea Catania | |
2018-07-01 | Fixes #19648 Kinematic body move_and_slide compatibility issue | Andrea Catania | |
2018-07-01 | Fix underline_meta not working in RichTextLabel | Will Nations | |
2018-06-30 | -Fixes to OBJ importer, option to disable optimization | Juan Linietsky | |
-Fixes to script language, PlaceHolder can now get and check methods | |||
2018-06-30 | Fix duplicate bug | khairul169 | |
2018-06-30 | Minor changes to the AnimationPlayer editor. | Michael Alexsander Silva Dias | |
2018-06-29 | Fix the DynamicFont hinting setting being ineffective | Hugo Locurcio | |
2018-06-29 | Small fixes | Juan Linietsky | |