| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 3 | -4/+28 |
| | | |||||
| * | Merge pull request #5971 from Hinsbart/ui_axis | Rémi Verschelde | 2016-07-30 | 1 | -0/+1 |
| |\ | | | | | UI navigation via JOYSTICK_MOTION. | ||||
| | * | UI navigation via JOYSTICK_MOTION. | Andreas Haas | 2016-07-30 | 1 | -0/+1 |
| |/ | | | | | Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232 | ||||
| * | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | 2016-07-30 | 1 | -4/+6 |
| |\ | | | | | Fix infinite loop when replacing text | ||||
| | * | Fix infinite loop when replacing text | Ignacio Etcheverry | 2016-07-30 | 1 | -4/+6 |
| | | | |||||
| * | | Merge pull request #5963 from Hinsbart/pm_drop | Rémi Verschelde | 2016-07-29 | 2 | -0/+18 |
| |\ \ | | | | | | | Project Manager: Import projects using filesystem drag'n'drop. | ||||
| | * | | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | 2016-07-29 | 2 | -0/+18 |
| |/ / | | | | | | | Can drop an engine.cfg file over the window to import it ;) | ||||
| * | | Merge pull request #5961 from SaracenOne/script_sync_fix | Rémi Verschelde | 2016-07-29 | 1 | -0/+1 |
| |\ \ | | | | | | | Explicitly initialize 'pending_auto_reload' to false. | ||||
| | * | | Explicitly initialize 'pending_auto_reload' to false. | Saracen | 2016-07-29 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | 2016-07-29 | 7 | -1034/+77 |
| |\ \ | | | | | | | New http request and tutorials icon | ||||
| | * | | New http request and tutorials icon | Daniel J. Ramirez | 2016-07-28 | 7 | -1034/+77 |
| | | | | | | | | | | | | | Remove garbage in group icon | ||||
| * | | | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | 2016-07-29 | 2 | -22/+35 |
| |\ \ \ | | | | | | | | | Keep ProjectManager.selected_list up to date | ||||
| | * | | | keep selected_list up to date | Dima Granetchi | 2016-07-29 | 2 | -22/+35 |
| | |/ / | |||||
| * | | | Merge pull request #5954 from vnen/fix-icons-generation | Rémi Verschelde | 2016-07-29 | 2 | -52/+1 |
| |\ \ \ | |/ / |/| | | Fix editor icons source file generation | ||||
| | * | | Fix editor icons source file generation | George Marques | 2016-07-28 | 2 | -52/+1 |
| |/ / | | | | | | | Also removes the unused make_icons.py file. | ||||
| * | | World2D: Fix typo in default_density deprecation check | Rémi Verschelde | 2016-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #5951 from Paulb23/syntax_highlighting_properties | Rémi Verschelde | 2016-07-28 | 1 | -0/+1 |
| |\ \ | |/ |/| | Exposed enable syntax highlighting to properties | ||||
| | * | Exposed enable syntax highlighting to properties | Paulb23 | 2016-07-28 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #5950 from neikeq/pr-issue-5944 | Rémi Verschelde | 2016-07-28 | 6 | -23/+44 |
| |\ | | | | | Fix regression with str() improvements for math types | ||||
| | * | Fix regression with str() improvements for math types | Ignacio Etcheverry | 2016-07-28 | 6 | -23/+44 |
| |/ | |||||
| * | Merge pull request #5925 from profelis/shortcut-filter-project | Rémi Verschelde | 2016-07-28 | 1 | -0/+4 |
| |\ | | | | | Command-f focus filter input field in project manager | ||||
| | * | Command-F focus filter input field in project manager | Dima Granetchi | 2016-07-27 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #5943 from vnen/windows-resource-info | Rémi Verschelde | 2016-07-27 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix Windows resource script | ||||
| | * | | Fix Windows resource script | George Marques | 2016-07-27 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #5941 from neikeq/pr-regression-5271 | Rémi Verschelde | 2016-07-27 | 1 | -1/+1 |
| |\ \ | | | | | | | LineEdit: Fix event handled as text when a mod key is pressed | ||||
| | * | | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | 2016-07-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #5939 from neikeq/pr-imp-about | Rémi Verschelde | 2016-07-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | AboutDialog: Popup respecting its minimum size | ||||
| | * | | | AboutDialog: Popup respecting its minimum size | Ignacio Etcheverry | 2016-07-27 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #5938 from vnen/windows-resource-info | Rémi Verschelde | 2016-07-27 | 1 | -4/+10 |
| |\ \ \ | | | | | | | | | Improve Windows application details | ||||
| | * | | | Improve Windows application details | George Marques | 2016-07-27 | 1 | -4/+10 |
| | |/ / | |||||
| * | | | Merge pull request #5937 from neikeq/pr-issue-5932 | Rémi Verschelde | 2016-07-27 | 1 | -16/+17 |
| |\ \ \ | | | | | | | | | Project Settings: Use containers for the Input Map tab content | ||||
| | * | | | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | 2016-07-27 | 1 | -16/+17 |
| | |/ / | |||||
| * | | | Merge pull request #5940 from pkowal1982/array_has_doc | Rémi Verschelde | 2016-07-27 | 1 | -0/+9 |
| |\ \ \ | | | | | | | | | Array has() documentation | ||||
| | * | | | Array has() documentation | Pawel Kowal | 2016-07-27 | 1 | -0/+9 |
| | |/ / | |||||
| * | | | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | 2016-07-27 | 5 | -10/+17 |
| |\ \ \ | | | | | | | | | Prettier str() for some math types | ||||
| | * | | | Prettier str() for some math types | Ignacio Etcheverry | 2016-07-27 | 5 | -10/+17 |
| | | | | | |||||
| * | | | | Merge pull request #5936 from bojidar-bg/fix-empty-stringarray-read | Rémi Verschelde | 2016-07-27 | 1 | -1/+3 |
| |\ \ \ \ | |_|/ / |/| | | | Fix reading of empty StringArray-s in .tscn | ||||
| | * | | | Fix reading of empty StringArray-s in .tscn | Bojidar Marinov | 2016-07-27 | 1 | -1/+3 |
| |/ / / | | | | | | | | | | Closes #5912 | ||||
| * | | | Merge pull request #5926 from akien-mga/pr-graphedit-drag | Juan Linietsky | 2016-07-26 | 2 | -1/+5 |
| |\ \ \ | | | | | | | | | Fix GraphEdit dragging issues at scales != 1 | ||||
| | * | | | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | 2016-07-26 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | ||||
| * | | | | Merge pull request #5909 from akien-mga/pr-gles2-error-before-crash | Juan Linietsky | 2016-07-26 | 2 | -2/+11 |
| |\ \ \ \ | | | | | | | | | | | GLES2: Check for GPU capabilities to display an error | ||||
| | * | | | | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | 2016-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This flag pauses the current running thread, allowing for the user to see the alert and acknowledge it before the thread continues (and e.g. crashes :)). Thanks to @SuperUserNameMan for finding it. Ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ms645505(v=vs.85).aspx | ||||
| | * | | | | GLES2: Check for GPU capabilities to display an error | Rémi Verschelde | 2016-07-25 | 1 | -1/+10 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The engine will still segfault, but the error message should be displayed by the OS in a blocking manner, so that it will only crash once users have acknowledged the error dialog. Closes #1162. | ||||
| * | | | | Merge pull request #5905 from jlopezcur/master | Rémi Verschelde | 2016-07-26 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | Update Tween class documentation | ||||
| | * | | | | Update Tween class documentation | Javier López Úbeda | 2016-07-25 | 1 | -3/+3 |
| | |/ / / | |||||
| * | | / | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | 2016-07-26 | 6 | -22/+27 |
| | |_|/ |/| | | | | | | | | issues. | ||||
| * | | | Merge pull request #5918 from Hinsbart/sc-mapping | Rémi Verschelde | 2016-07-26 | 1 | -0/+1 |
| |\ \ \ | | |/ | |/| | Add gamepad mapping for the free steam controller userspace driver. | ||||
| | * | | Add gamepad mapping for the steam controller userspace driver. | Andreas Haas | 2016-07-26 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge pull request #5913 from djrm/fix_bake_segfault | Rémi Verschelde | 2016-07-26 | 4 | -2/+20 |
| |\ \ | |/ |/| | Stop baking process if there is no geometry in the BakedLightInstance. | ||||
| | * | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | 2016-07-25 | 4 | -2/+20 |
| |/ | | | | moved missing baked light warning to BakedLightInstance configuration warning | ||||
