summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-28New http request and tutorials iconDaniel J. Ramirez
Remove garbage in group icon
2016-07-28World2D: Fix typo in default_density deprecation checkRémi Verschelde
2016-07-28Merge pull request #5951 from Paulb23/syntax_highlighting_propertiesRémi Verschelde
Exposed enable syntax highlighting to properties
2016-07-28Exposed enable syntax highlighting to propertiesPaulb23
2016-07-28Merge pull request #5950 from neikeq/pr-issue-5944Rémi Verschelde
Fix regression with str() improvements for math types
2016-07-28Fix regression with str() improvements for math typesIgnacio Etcheverry
2016-07-28Merge pull request #5925 from profelis/shortcut-filter-projectRémi Verschelde
Command-f focus filter input field in project manager
2016-07-27Merge pull request #5943 from vnen/windows-resource-infoRémi Verschelde
Fix Windows resource script
2016-07-27Fix Windows resource scriptGeorge Marques
2016-07-27Merge pull request #5941 from neikeq/pr-regression-5271Rémi Verschelde
LineEdit: Fix event handled as text when a mod key is pressed
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry
2016-07-27Merge pull request #5939 from neikeq/pr-imp-aboutRémi Verschelde
AboutDialog: Popup respecting its minimum size
2016-07-27Merge pull request #5938 from vnen/windows-resource-infoRémi Verschelde
Improve Windows application details
2016-07-27Merge pull request #5937 from neikeq/pr-issue-5932Rémi Verschelde
Project Settings: Use containers for the Input Map tab content
2016-07-27Merge pull request #5940 from pkowal1982/array_has_docRémi Verschelde
Array has() documentation
2016-07-27AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry
2016-07-27Improve Windows application detailsGeorge Marques
2016-07-27Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry
2016-07-27Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde
Prettier str() for some math types
2016-07-27Merge pull request #5936 from bojidar-bg/fix-empty-stringarray-readRémi Verschelde
Fix reading of empty StringArray-s in .tscn
2016-07-27Prettier str() for some math typesIgnacio Etcheverry
2016-07-27Fix reading of empty StringArray-s in .tscnBojidar Marinov
Closes #5912
2016-07-27Array has() documentationPawel Kowal
2016-07-26Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky
Fix GraphEdit dragging issues at scales != 1
2016-07-26Merge pull request #5909 from akien-mga/pr-gles2-error-before-crashJuan Linietsky
GLES2: Check for GPU capabilities to display an error
2016-07-27Command-F focus filter input field in project managerDima Granetchi
2016-07-26Merge pull request #5905 from jlopezcur/masterRémi Verschelde
Update Tween class documentation
2016-07-26Fix GraphEdit dragging issues at scales != 1Rémi Verschelde
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes).
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky
issues.
2016-07-26Windows: Make alert message box use MB_TASKMODALRé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-26Merge pull request #5918 from Hinsbart/sc-mappingRémi Verschelde
Add gamepad mapping for the free steam controller userspace driver.
2016-07-26Add gamepad mapping for the steam controller userspace driver.Andreas Haas
2016-07-26Merge pull request #5913 from djrm/fix_bake_segfaultRémi Verschelde
Stop baking process if there is no geometry in the BakedLightInstance.
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
moved missing baked light warning to BakedLightInstance configuration warning
2016-07-25GLES2: Check for GPU capabilities to display an errorRé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-25Update Tween class documentationJavier López Úbeda
2016-07-25Merge pull request #5902 from 29jm/fix-warningsRémi Verschelde
Fix some warnings
2016-07-25Fix some warningsJohan Manuel
2016-07-25Merge pull request #5900 from bojidar-bg/fix-integer-rangesRémi Verschelde
Fix default ranges of the inspector, as well as Range.
2016-07-25Fix default ranges of the inspectorBojidar Marinov
Probably closes #3091 (Should apply to Variant::REAL and Variant::INT)
2016-07-25Merge pull request #5898 from MarianoGnu/masterRémi Verschelde
expose bottom panel button to EditorPlugin scripts
2016-07-24Update documentation.MarianoGNU
2016-07-24expose bottom panel button to EditorPlugin scriptsMarianoGNU
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-07-24shows progress (bytes) on download even if getting chunked contentJuan Linietsky
2016-07-24Bump version to 2.1-rc1Rémi Verschelde
2016-07-24Merge pull request #5894 from vnen/windows-set-positionRémi Verschelde
Avoid changing position when the window is fullscreen
2016-07-24Merge pull request #5893 from akien-mga/pr-invisible-colRémi Verschelde
Fix non-visible col number in text editor
2016-07-24Merge pull request #5855 from Alex-doc/fix_velocity_at_posJuan Linietsky
Fix #5854 (get_contact_collider_velocity_at_pos() strange behavior)
2016-07-24Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky
Viewport: Replace obsolete "windows" group calls