aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-303-4/+28
|
* Merge pull request #5971 from Hinsbart/ui_axisRémi Verschelde2016-07-301-0/+1
|\ | | | | UI navigation via JOYSTICK_MOTION.
| * UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-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-5935Rémi Verschelde2016-07-301-4/+6
|\ | | | | Fix infinite loop when replacing text
| * Fix infinite loop when replacing textIgnacio Etcheverry2016-07-301-4/+6
| |
* | Merge pull request #5963 from Hinsbart/pm_dropRémi Verschelde2016-07-292-0/+18
|\ \ | | | | | | Project Manager: Import projects using filesystem drag'n'drop.
| * | Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas2016-07-292-0/+18
|/ / | | | | | | Can drop an engine.cfg file over the window to import it ;)
* | Merge pull request #5961 from SaracenOne/script_sync_fixRémi Verschelde2016-07-291-0/+1
|\ \ | | | | | | Explicitly initialize 'pending_auto_reload' to false.
| * | Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
|/ /
* | Merge pull request #5957 from djrm/new_iconsRémi Verschelde2016-07-297-1034/+77
|\ \ | | | | | | New http request and tutorials icon
| * | New http request and tutorials iconDaniel J. Ramirez2016-07-287-1034/+77
| | | | | | | | | | | | Remove garbage in group icon
* | | Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde2016-07-292-22/+35
|\ \ \ | | | | | | | | Keep ProjectManager.selected_list up to date
| * | | keep selected_list up to dateDima Granetchi2016-07-292-22/+35
| |/ /
* | | Merge pull request #5954 from vnen/fix-icons-generationRémi Verschelde2016-07-292-52/+1
|\ \ \ | |/ / |/| | Fix editor icons source file generation
| * | Fix editor icons source file generationGeorge Marques2016-07-282-52/+1
|/ / | | | | | | Also removes the unused make_icons.py file.
* | World2D: Fix typo in default_density deprecation checkRémi Verschelde2016-07-281-1/+1
| |
* | Merge pull request #5951 from Paulb23/syntax_highlighting_propertiesRémi Verschelde2016-07-281-0/+1
|\ \ | |/ |/| Exposed enable syntax highlighting to properties
| * Exposed enable syntax highlighting to propertiesPaulb232016-07-281-0/+1
|/
* Merge pull request #5950 from neikeq/pr-issue-5944Rémi Verschelde2016-07-286-23/+44
|\ | | | | Fix regression with str() improvements for math types
| * Fix regression with str() improvements for math typesIgnacio Etcheverry2016-07-286-23/+44
|/
* Merge pull request #5925 from profelis/shortcut-filter-projectRémi Verschelde2016-07-281-0/+4
|\ | | | | Command-f focus filter input field in project manager
| * Command-F focus filter input field in project managerDima Granetchi2016-07-271-0/+4
| |
* | Merge pull request #5943 from vnen/windows-resource-infoRémi Verschelde2016-07-271-2/+2
|\ \ | | | | | | Fix Windows resource script
| * | Fix Windows resource scriptGeorge Marques2016-07-271-2/+2
|/ /
* | Merge pull request #5941 from neikeq/pr-regression-5271Rémi Verschelde2016-07-271-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 pressedIgnacio Etcheverry2016-07-271-1/+1
| | |
* | | Merge pull request #5939 from neikeq/pr-imp-aboutRémi Verschelde2016-07-271-1/+1
|\ \ \ | | | | | | | | AboutDialog: Popup respecting its minimum size
| * | | AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry2016-07-271-1/+1
| |/ /
* | | Merge pull request #5938 from vnen/windows-resource-infoRémi Verschelde2016-07-271-4/+10
|\ \ \ | | | | | | | | Improve Windows application details
| * | | Improve Windows application detailsGeorge Marques2016-07-271-4/+10
| |/ /
* | | Merge pull request #5937 from neikeq/pr-issue-5932Rémi Verschelde2016-07-271-16/+17
|\ \ \ | | | | | | | | Project Settings: Use containers for the Input Map tab content
| * | | Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry2016-07-271-16/+17
| |/ /
* | | Merge pull request #5940 from pkowal1982/array_has_docRémi Verschelde2016-07-271-0/+9
|\ \ \ | | | | | | | | Array has() documentation
| * | | Array has() documentationPawel Kowal2016-07-271-0/+9
| |/ /
* | | Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde2016-07-275-10/+17
|\ \ \ | | | | | | | | Prettier str() for some math types
| * | | Prettier str() for some math typesIgnacio Etcheverry2016-07-275-10/+17
| | | |
* | | | Merge pull request #5936 from bojidar-bg/fix-empty-stringarray-readRémi Verschelde2016-07-271-1/+3
|\ \ \ \ | |_|/ / |/| | | Fix reading of empty StringArray-s in .tscn
| * | | Fix reading of empty StringArray-s in .tscnBojidar Marinov2016-07-271-1/+3
|/ / / | | | | | | | | | Closes #5912
* | | Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky2016-07-262-1/+5
|\ \ \ | | | | | | | | Fix GraphEdit dragging issues at scales != 1
| * | | Fix GraphEdit dragging issues at scales != 1Rémi Verschelde2016-07-262-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-crashJuan Linietsky2016-07-262-2/+11
|\ \ \ \ | | | | | | | | | | GLES2: Check for GPU capabilities to display an error
| * | | | Windows: Make alert message box use MB_TASKMODALRémi Verschelde2016-07-261-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 errorRémi Verschelde2016-07-251-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/masterRémi Verschelde2016-07-261-3/+3
|\ \ \ \ | | | | | | | | | | Update Tween class documentation
| * | | | Update Tween class documentationJavier López Úbeda2016-07-251-3/+3
| |/ / /
* | | / Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky2016-07-266-22/+27
| |_|/ |/| | | | | | | | issues.
* | | Merge pull request #5918 from Hinsbart/sc-mappingRémi Verschelde2016-07-261-0/+1
|\ \ \ | | |/ | |/| Add gamepad mapping for the free steam controller userspace driver.
| * | Add gamepad mapping for the steam controller userspace driver.Andreas Haas2016-07-261-0/+1
|/ /
* | Merge pull request #5913 from djrm/fix_bake_segfaultRémi Verschelde2016-07-264-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. Ramirez2016-07-254-2/+20
|/ | | | moved missing baked light warning to BakedLightInstance configuration warning