Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | New http request and tutorials icon | Daniel J. Ramirez | |
Remove garbage in group icon | |||
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 | |||
2016-07-25 | GLES2: Check for GPU capabilities to display an error | Rémi Verschelde | |
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. | |||
2016-07-25 | Update Tween class documentation | Javier López Úbeda | |
2016-07-25 | Merge pull request #5902 from 29jm/fix-warnings | Rémi Verschelde | |
Fix some warnings | |||
2016-07-25 | Fix some warnings | Johan Manuel | |
2016-07-25 | Merge pull request #5900 from bojidar-bg/fix-integer-ranges | Rémi Verschelde | |
Fix default ranges of the inspector, as well as Range. | |||
2016-07-25 | Fix default ranges of the inspector | Bojidar Marinov | |
Probably closes #3091 (Should apply to Variant::REAL and Variant::INT) | |||
2016-07-25 | Merge pull request #5898 from MarianoGnu/master | Rémi Verschelde | |
expose bottom panel button to EditorPlugin scripts | |||
2016-07-24 | Update documentation. | MarianoGNU | |
2016-07-24 | expose bottom panel button to EditorPlugin scripts | MarianoGNU | |
2016-07-24 | Add thread support to HTTPRequest, changed assetlib to use it. | Juan Linietsky | |
2016-07-24 | shows progress (bytes) on download even if getting chunked content | Juan Linietsky | |
2016-07-24 | Bump version to 2.1-rc1 | Rémi Verschelde | |
2016-07-24 | Merge pull request #5894 from vnen/windows-set-position | Rémi Verschelde | |
Avoid changing position when the window is fullscreen | |||
2016-07-24 | Merge pull request #5893 from akien-mga/pr-invisible-col | Rémi Verschelde | |
Fix non-visible col number in text editor | |||
2016-07-24 | Merge pull request #5855 from Alex-doc/fix_velocity_at_pos | Juan Linietsky | |
Fix #5854 (get_contact_collider_velocity_at_pos() strange behavior) | |||
2016-07-24 | Merge pull request #5881 from neikeq/pr-fix-propagation | Juan Linietsky | |
Viewport: Replace obsolete "windows" group calls |