summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-06Allow documenting unexposed return types in bind_native_methodeska
Document return type of `Object.call` and `GDScript.new`
2016-07-30Merge pull request #5978 from eska014/class-docRémi Verschelde
Document FuncRef, GDFunctionState, InstancePlaceholder, RID and World2D
2016-07-30Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska
2016-07-30Merge pull request #5971 from Hinsbart/ui_axisRémi Verschelde
UI navigation via JOYSTICK_MOTION.
2016-07-30UI 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-30Merge pull request #5966 from neikeq/pr-issue-5935Rémi Verschelde
Fix infinite loop when replacing text
2016-07-30Fix infinite loop when replacing textIgnacio Etcheverry
2016-07-29Merge pull request #5963 from Hinsbart/pm_dropRémi Verschelde
Project Manager: Import projects using filesystem drag'n'drop.
2016-07-29Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas
Can drop an engine.cfg file over the window to import it ;)
2016-07-29Merge pull request #5961 from SaracenOne/script_sync_fixRémi Verschelde
Explicitly initialize 'pending_auto_reload' to false.
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen
2016-07-29Merge pull request #5957 from djrm/new_iconsRémi Verschelde
New http request and tutorials icon
2016-07-29Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde
Keep ProjectManager.selected_list up to date
2016-07-29Merge pull request #5954 from vnen/fix-icons-generationRémi Verschelde
Fix editor icons source file generation
2016-07-28New http request and tutorials iconDaniel J. Ramirez
Remove garbage in group icon
2016-07-29keep selected_list up to dateDima Granetchi
2016-07-28Fix editor icons source file generationGeorge Marques
Also removes the unused make_icons.py file.
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