Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | Fix Android jarsigner error duplicate file | Alexander Holland | |
Exports same file only once. | |||
2019-02-16 | Make resource loader cycle checker work on a per-thread basis. | Juan Linietsky | |
This removes editor errors saying cycles existed when the thumbnailer was running. | |||
2019-02-16 | Merge pull request #25943 from YeldhamDev/better_poly2d_edit_disable | Rémi Verschelde | |
Better and non-buggy Polygon2D editing disabling | |||
2019-02-16 | Skip disabled shape when getting rest info. Fixes #25941 | Juan Linietsky | |
2019-02-16 | Support multiple ray shapes in kinematicbody, fixes #25050 | Juan Linietsky | |
2019-02-16 | Merge pull request #25931 from qarmin/fix_copy_readonly | Rémi Verschelde | |
Fix copy text when TextEdit is readonly | |||
2019-02-16 | Change snapping to only happen when the floor normal remains as floor, fixes ↵ | Juan Linietsky | |
#22312 | |||
2019-02-16 | Better and non-buggy Polygon2D editing disabling | Michael Alexsander Silva Dias | |
2019-02-16 | Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵ | Michael Alexsander Silva Dias | |
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef. | |||
2019-02-16 | Merge pull request #24574 from SeleckyErik/issue-21814 | Rémi Verschelde | |
Made clone (CTRL+B) in code editor clone only the selection. | |||
2019-02-16 | Merge pull request #25944 from Faless/net/http_editor_fixes | Rémi Verschelde | |
Fix keep-alive without header in HTTP client | |||
2019-02-16 | Add a minimum treshold for acquiring rest contacts to avoid numerical ↵ | Juan Linietsky | |
precision issues. Fixes #25074 | |||
2019-02-16 | Fix keep-alive without header in HTTP client | Fabio Alessandrelli | |
2019-02-16 | Fix uninitialized value | Fabio Alessandrelli | |
2019-02-16 | Make sure stop on slope can have a tiny bit of precision edge. | Juan Linietsky | |
2019-02-16 | Allow kinematic bodies without shapes to still move, fixes #24775 | Juan Linietsky | |
2019-02-16 | Merge pull request #25940 from akien-mga/os-get_current_video_driver | Rémi Verschelde | |
Expose OS::get_current_video_driver to scripting languages | |||
2019-02-16 | Expose OS::get_current_video_driver to scripting languages | Rémi Verschelde | |
2019-02-16 | Merge pull request #25715 from hpvb/fix-25598 | Rémi Verschelde | |
Add a maximum recusion depth to _guess_expression_type | |||
2019-02-16 | Merge pull request #25851 from BastiaanOlij/ios_export_capabilities | Rémi Verschelde | |
New export options in iOS | |||
2019-02-16 | Merge pull request #25910 from Chaosus/fix_solarized_dark_theme | Rémi Verschelde | |
Increased contrast of solarized dark theme | |||
2019-02-16 | Merge pull request #25932 from qarmin/fix_text_edit_issue | Rémi Verschelde | |
Fix big text window in TextEdit | |||
2019-02-16 | Merge pull request #25924 from Calinou/add-gamepad-button-shortcut | Rémi Verschelde | |
Make Button shortcuts triggerable by gamepads | |||
2019-02-16 | Make ray shapes not work with OWC. They don't make practical sense together. ↵ | Juan Linietsky | |
Closes #25532 | |||
2019-02-16 | Merge pull request #25927 from hpvb/fix-21725 | Rémi Verschelde | |
Fix alignment and locking issues with CommandQueueMT | |||
2019-02-16 | Merge pull request #25888 from marxin/fix-25217-part-2 | Rémi Verschelde | |
Fix 2 more UBSAN issues (#25217). | |||
2019-02-16 | Fix big text window in TextEdit | qarmin | |
2019-02-16 | Fix copy text when TextEdit is readonly | qarmin | |
2019-02-16 | Fix alignment and locking issues with CommandQueueMT | Hein-Pieter van Braam | |
The allocations of commands in CommandQueueMT weren't aligned. This commit aligns all accesses on 64bit boundaries regardless of target platform. This ensures that all types are aligned. Lock-wise the semaphores were maked as usable when the command had ran but not when the synchronous stub had finished with it. This lead to a race condition where sometimes the semaphore got reused before it was waited on. We now mark the semaphore as free only once we're done waiting on it. | |||
2019-02-16 | New export options iOS | Bastiaan Olij | |
2019-02-16 | Make Button shortcuts triggerable by gamepads | Hugo Locurcio | |
This closes #25741. | |||
2019-02-15 | Merge pull request #25917 from neikeq/zz | Ignacio Etcheverry | |
Mono: Get rid of irrelevant error and fix export template build errors | |||
2019-02-15 | Don't print 'Cannot find Mono in the registry' if bundled with Godot | Ignacio Etcheverry | |
Closes #24753 | |||
2019-02-15 | Mono: Fix export template build errors | Ignacio Etcheverry | |
Fixes #25903 | |||
2019-02-15 | Increased contrast of solarized dark theme | Chaosus | |
2019-02-15 | Merge pull request #25901 from godotengine/revert-25841-menubutton-fix | Rémi Verschelde | |
Revert "Fix MenuButton item label disappearing when setting shortcut." | |||
2019-02-15 | Revert "Fix MenuButton item label disappearing when setting shortcut." | Rémi Verschelde | |
2019-02-15 | Merge pull request #25894 from marcelofg55/last_mouse_focus_crash | Rémi Verschelde | |
Fix possible crash with an invalid last_mouse_focus pointer | |||
2019-02-15 | Merge pull request #25841 from Awkor/menubutton-fix | Rémi Verschelde | |
Fix MenuButton item label disappearing when setting shortcut. | |||
2019-02-15 | Merge pull request #25886 from luizcarlos1405/master | Rémi Verschelde | |
Fix AnimationPlayer bug where it wouldn't reset its position when finished | |||
2019-02-14 | Fix possible crash with an invalid last_mouse_focus pointer | Marcelo Fernandez | |
2019-02-14 | Fix MenuButton item label disappearing when setting shortcut. | Unknown | |
2019-02-14 | Fix 2 more UBSAN issues (#25217). | marxin | |
2019-02-14 | Fix AnimationPlayer bug where it wouldn't reset its position when finished | Luiz | |
2019-02-14 | Merge pull request #25879 from hpvb/fix-25629 | Rémi Verschelde | |
Detect when primusrun/optirun is in use | |||
2019-02-14 | Detect when primusrun/optirun is in use | Hein-Pieter van Braam | |
It seems that bumblebee doesn't like us creating multiple GL contexts to avoid this we now detect whether we're running with this software and don't do anything. | |||
2019-02-14 | Drop unused AnimationTrackKeyEdit::track_editor | Rémi Verschelde | |
Added by mistake in 4a24ba6e77c7128e64dee31cf05f6960abdb8108. | |||
2019-02-14 | Merge pull request #25878 from hpvb/fix-25852 | Rémi Verschelde | |
Don't crash if there's no application name | |||
2019-02-14 | Don't crash if there's no application name | Hein-Pieter van Braam | |
This fixes #25852 | |||
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | |
-Changed Animation to have a special signal when tracks are changed, to avoid unnecesary track cache rebuilds in AnimationPlayer -Added missing emit_changed whe modifying keys to Animation -Changed AnimationPlayer to use the new refcounted connections instead of the previous hacky way to keep references -Changed AnimationEditor to update the current track when keys are edited -Fixed bug where undo/redo did not work with AnimationKeyEdit (was not being updated) -Made sure UndoRedo does not mind deleted objects in undo/redo history, this would corrupt the history or clear it without need. |