Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-06 | Allow documenting unexposed return types in bind_native_method | eska | |
Document return type of `Object.call` and `GDScript.new` | |||
2016-07-30 | Merge pull request #5978 from eska014/class-doc | Rémi Verschelde | |
Document FuncRef, GDFunctionState, InstancePlaceholder, RID and World2D | |||
2016-07-30 | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | |
2016-07-30 | Merge pull request #5971 from Hinsbart/ui_axis | Rémi Verschelde | |
UI navigation via JOYSTICK_MOTION. | |||
2016-07-30 | UI navigation via JOYSTICK_MOTION. | Andreas Haas | |
Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232 | |||
2016-07-30 | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | |
Fix infinite loop when replacing text | |||
2016-07-30 | Fix infinite loop when replacing text | Ignacio Etcheverry | |
2016-07-29 | Merge pull request #5963 from Hinsbart/pm_drop | Rémi Verschelde | |
Project Manager: Import projects using filesystem drag'n'drop. | |||
2016-07-29 | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | |
Can drop an engine.cfg file over the window to import it ;) | |||
2016-07-29 | Merge pull request #5961 from SaracenOne/script_sync_fix | Rémi Verschelde | |
Explicitly initialize 'pending_auto_reload' to false. | |||
2016-07-29 | Explicitly initialize 'pending_auto_reload' to false. | Saracen | |
2016-07-29 | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | |
New http request and tutorials icon | |||
2016-07-29 | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | |
Keep ProjectManager.selected_list up to date | |||
2016-07-29 | Merge pull request #5954 from vnen/fix-icons-generation | Rémi Verschelde | |
Fix editor icons source file generation | |||
2016-07-28 | New http request and tutorials icon | Daniel J. Ramirez | |
Remove garbage in group icon | |||
2016-07-29 | keep selected_list up to date | Dima Granetchi | |
2016-07-28 | Fix editor icons source file generation | George Marques | |
Also removes the unused make_icons.py file. | |||
2016-07-28 | World2D: Fix typo in default_density deprecation check | Rémi Verschelde | |
2016-07-28 | Merge pull request #5951 from Paulb23/syntax_highlighting_properties | Rémi Verschelde | |
Exposed enable syntax highlighting to properties | |||
2016-07-28 | Exposed enable syntax highlighting to properties | Paulb23 | |
2016-07-28 | Merge pull request #5950 from neikeq/pr-issue-5944 | Rémi Verschelde | |
Fix regression with str() improvements for math types | |||
2016-07-28 | Fix regression with str() improvements for math types | Ignacio Etcheverry | |
2016-07-28 | Merge pull request #5925 from profelis/shortcut-filter-project | Rémi Verschelde | |
Command-f focus filter input field in project manager | |||
2016-07-27 | Merge pull request #5943 from vnen/windows-resource-info | Rémi Verschelde | |
Fix Windows resource script | |||
2016-07-27 | Fix Windows resource script | George Marques | |
2016-07-27 | Merge pull request #5941 from neikeq/pr-regression-5271 | Rémi Verschelde | |
LineEdit: Fix event handled as text when a mod key is pressed | |||
2016-07-27 | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | |
2016-07-27 | Merge pull request #5939 from neikeq/pr-imp-about | Rémi Verschelde | |
AboutDialog: Popup respecting its minimum size | |||
2016-07-27 | Merge pull request #5938 from vnen/windows-resource-info | Rémi Verschelde | |
Improve Windows application details | |||
2016-07-27 | Merge pull request #5937 from neikeq/pr-issue-5932 | Rémi Verschelde | |
Project Settings: Use containers for the Input Map tab content | |||
2016-07-27 | Merge pull request #5940 from pkowal1982/array_has_doc | Rémi Verschelde | |
Array has() documentation | |||
2016-07-27 | AboutDialog: Popup respecting its minimum size | Ignacio Etcheverry | |
2016-07-27 | Improve Windows application details | George Marques | |
2016-07-27 | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | |
2016-07-27 | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | |
Prettier str() for some math types | |||
2016-07-27 | Merge pull request #5936 from bojidar-bg/fix-empty-stringarray-read | Rémi Verschelde | |
Fix reading of empty StringArray-s in .tscn | |||
2016-07-27 | Prettier str() for some math types | Ignacio Etcheverry | |
2016-07-27 | Fix reading of empty StringArray-s in .tscn | Bojidar Marinov | |
Closes #5912 | |||
2016-07-27 | Array has() documentation | Pawel Kowal | |
2016-07-26 | Merge pull request #5926 from akien-mga/pr-graphedit-drag | Juan Linietsky | |
Fix GraphEdit dragging issues at scales != 1 | |||
2016-07-26 | Merge pull request #5909 from akien-mga/pr-gles2-error-before-crash | Juan Linietsky | |
GLES2: Check for GPU capabilities to display an error | |||
2016-07-27 | Command-F focus filter input field in project manager | Dima Granetchi | |
2016-07-26 | Merge pull request #5905 from jlopezcur/master | Rémi Verschelde | |
Update Tween class documentation | |||
2016-07-26 | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | |
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | |||
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | |
issues. | |||
2016-07-26 | Windows: Make alert message box use MB_TASKMODAL | Rémi Verschelde | |
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 | |||
2016-07-26 | Merge pull request #5918 from Hinsbart/sc-mapping | Rémi Verschelde | |
Add gamepad mapping for the free steam controller userspace driver. | |||
2016-07-26 | Add gamepad mapping for the steam controller userspace driver. | Andreas Haas | |
2016-07-26 | Merge pull request #5913 from djrm/fix_bake_segfault | Rémi Verschelde | |
Stop baking process if there is no geometry in the BakedLightInstance. | |||
2016-07-25 | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | |
moved missing baked light warning to BakedLightInstance configuration warning |