Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-10 | Fix is_action_pressed for InputEventAction. | isaacremnant | |
2018-09-10 | Merge pull request #21949 from marcelofg55/wasapi_init_fix | Rémi Verschelde | |
Fix possible crash when switching audio device on WASAPI driver | |||
2018-09-10 | Fix possible crash when switching audio device on WASAPI driver | Marcelo Fernandez | |
2018-09-10 | Merge pull request #21937 from romlok/remotetransform | Rémi Verschelde | |
Clarify which direction RemoteTransform[2D] work | |||
2018-09-10 | Merge pull request #21886 from RyanStein/bugfix-15509 | Rémi Verschelde | |
Check for double-colon on open recent script. | |||
2018-09-10 | Merge pull request #21882 from DualMatrix/animation_track | Rémi Verschelde | |
Fixed animation_player errors displaying wrong property. | |||
2018-09-10 | Merge pull request #21879 from willnationsdev/script-name-empty | Rémi Verschelde | |
Fix ScriptCreateDialog passing script w/ no filename | |||
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde | |
Fix backwards search in TextEdit selecting non-whole words, issue 15677 | |||
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde | |
Uncommenting a selection was not updating the selection. | |||
2018-09-10 | Merge pull request #21865 from Calinou/tweak-android-export-errors | Rémi Verschelde | |
Tweak Android-related error messages in the Export dialog | |||
2018-09-10 | Merge pull request #21859 from avencherus/fix-scancode-colon | Rémi Verschelde | |
Changed Windows key translate pair from KEY_COLON to KEY_COMMA. | |||
2018-09-10 | Merge pull request #21850 from DualMatrix/error_spam | Rémi Verschelde | |
Fixed error spam when inspecting remote tree | |||
2018-09-10 | Merge pull request #21939 from akien-mga/physics-check-shape-query-params | Rémi Verschelde | |
PhysicsServer: Add validity checks for shape query parameters | |||
2018-09-10 | Merge pull request #21846 from Calinou/tweak-light-instance-error | Rémi Verschelde | |
Tweak the Light instantiation error message and fix a typo | |||
2018-09-10 | Merge pull request #21842 from merumelu/curve-point-count | Rémi Verschelde | |
Bind Curve::get_point_count | |||
2018-09-10 | PhysicsServer: Add validity checks for shape query parameters | Rémi Verschelde | |
Fixes #17439. | |||
2018-09-10 | Merge pull request #21857 from BastiaanOlij/fix_never_true_prealpha | Rémi Verschelde | |
Fixed a theoretical condition where prealpha prevents lighting | |||
2018-09-10 | Merge pull request #21835 from DualMatrix/save_branch | Rémi Verschelde | |
Prevent overwriting open scenes when saving | |||
2018-09-10 | Clarify which direction RemoteTransform[2D] work | Mel Collins | |
2018-09-10 | Merge pull request #21831 from JFonS/fix_13849 | Rémi Verschelde | |
Fix selection of spatial nodes after selecting a non-spatial one. | |||
2018-09-10 | Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confined | Rémi Verschelde | |
Fix mouse confined leaving window with OS_Windows::set_window_position | |||
2018-09-10 | Make sure project manager gets editor hint set | Rémi Verschelde | |
Previous fix in e8e06b2 worked in most cases but not if you run e.g. 'godot -', where the '-' argument would mean that 'project_manager' is false and yet that's what will be opened eventually. | |||
2018-09-10 | Merge pull request #21841 from char0xff/fix-array | Rémi Verschelde | |
Fix mistake in Array.xml | |||
2018-09-10 | Fix mistake in Array.xml | VirtualBox | |
2018-09-10 | Merge pull request #21925 from ZodmanPerth/master | Max Hilbrunner | |
Clarification about Input.get_accelerometer() usage | |||
2018-09-10 | Merge pull request #21927 from akien-mga/pm-editor-hint | Rémi Verschelde | |
Set editor hint for the project manager | |||
2018-09-10 | Merge pull request #21820 from capnm/fix-GradientTexture-width-property | Rémi Verschelde | |
Set the lower bound for the GradientTexture width property to 1 | |||
2018-09-10 | Set editor hint for the project manager | Rémi Verschelde | |
Fixes #21823. | |||
2018-09-10 | added clarification about Input.get_accelerometer only working when project ↵ | Carl Scarlett | |
is exported | |||
2018-09-10 | Merge pull request #21921 from AndreaCatania/bugfix2 | Rémi Verschelde | |
Fix bullet crashes | |||
2018-09-10 | Merge pull request #21920 from Noshyaar/indent | Rémi Verschelde | |
Fix indentation in bullet SCsub | |||
2018-09-10 | Fiex bullet crash | Andrea Catania | |
2018-09-10 | Fix indentation in bullet SCsub | Poommetee Ketson | |
2018-09-09 | Merge pull request #21866 from ↵ | George Marques | |
Paulb23/fix_scientific_notation_highlight_issue_21435 Fixed scientific notation not highlighting correctly, issue 21435 | |||
2018-09-09 | Merge pull request #21783 from xsellier/feature/clipboard-android | Rémi Verschelde | |
Add clipboard operation for android OS | |||
2018-09-08 | Check for double-colon on open recent script. | Ryan Stein | |
2018-09-09 | Fixed animation_player errors displaying wrong property. | DualMatrix | |
Fixed animation_player errors displaying wrong property. It appears the cache wasn't created property. This fixes #17718 | |||
2018-09-08 | Merge pull request #21861 from fire/visual_script_18024 | Juan Linietsky | |
Change the default variable Visual Script constructor to use EditorInspector and etc | |||
2018-09-08 | Fix ScriptCreateDialog passing script w/ no filename | willnationsdev | |
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 | |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 | |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland | |
Also adds uncomment lines(ctrl+u) where # is not in first place | |||
2018-09-08 | Tweak Android-related error messages in the Export dialog | Hugo Locurcio | |
OpenJDK 8 has been working well for exporting to Android for a while now, so it can be recommended instead of OpenJDK 6. | |||
2018-09-08 | Change the default variable constructor to use EditorInspector and updated ↵ | K. S. Ernest (iFire) Lee | |
property hints that were changed. | |||
2018-09-08 | Merge pull request #21843 from AndreaCatania/bugfix1 | Rémi Verschelde | |
Fixed crash during raycast and CCD radius calculation | |||
2018-09-08 | Changed Windows key translate pair from KEY_COLON to KEY_COMMA. | Jared | |
2018-09-08 | Fixed a theoretical condition where prealpha prevents lighting | Bastiaan Olij | |
2018-09-08 | Fixed error spam when inspecting remote tree | DualMatrix | |
Fixed error spam when inspecting remote tree, fixes #20365 | |||
2018-09-07 | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio | |
2018-09-07 | Fixed crash during raycast and CCD radius calculation | Andrea Catania | |