Commit graph

5142 commits

Author SHA1 Message Date
Rémi Verschelde 2b5198b23d Merge pull request #5978 from eska014/class-doc
Document FuncRef, GDFunctionState, InstancePlaceholder, RID and World2D
2016-07-30 21:52:18 +02:00
eska b80c42ef4e Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D 2016-07-30 21:27:58 +02:00
Rémi Verschelde 73f83fadc8 Merge pull request #5971 from Hinsbart/ui_axis
UI navigation via JOYSTICK_MOTION.
2016-07-30 12:52:55 +02:00
Andreas Haas 4755fe5576
UI navigation via JOYSTICK_MOTION.
Previously, you could assign joystick axis events to "ui_*" actions but they had no effect.
See https://godotengine.org/qa/6232
2016-07-30 12:39:16 +02:00
Rémi Verschelde 38286670ac Merge pull request #5966 from neikeq/pr-issue-5935
Fix infinite loop when replacing text
2016-07-30 09:11:59 +02:00
Ignacio Etcheverry 6e137c02d2 Fix infinite loop when replacing text 2016-07-30 01:11:02 +02:00
Rémi Verschelde e300df517d Merge pull request #5963 from Hinsbart/pm_drop
Project Manager: Import projects using filesystem drag'n'drop.
2016-07-29 17:58:24 +02:00
Andreas Haas 9720e73e04
Project Manager: Import projects using filesystem drag'n'drop.
Can drop an engine.cfg file over the window to import it ;)
2016-07-29 17:07:05 +02:00
Rémi Verschelde 7ea5bea00d Merge pull request #5961 from SaracenOne/script_sync_fix
Explicitly initialize 'pending_auto_reload' to false.
2016-07-29 14:57:05 +02:00
Saracen 5035edb7fd Explicitly initialize 'pending_auto_reload' to false. 2016-07-29 13:51:26 +01:00
Rémi Verschelde 2dd83e28b9 Merge pull request #5957 from djrm/new_icons
New http request and tutorials icon
2016-07-29 07:27:54 +02:00
Rémi Verschelde 829d89631e Merge pull request #5955 from profelis/PR-update-selected-list
Keep ProjectManager.selected_list up to date
2016-07-29 07:24:01 +02:00
Rémi Verschelde f06f6716eb Merge pull request #5954 from vnen/fix-icons-generation
Fix editor icons source file generation
2016-07-29 07:19:56 +02:00
Daniel J. Ramirez 12ddc87032 New http request and tutorials icon
Remove garbage in group icon
2016-07-28 21:09:10 -05:00
Dima Granetchi 283530a70b
keep selected_list up to date 2016-07-29 03:41:21 +03:00
George Marques 3cdb5e0d1f
Fix editor icons source file generation
Also removes the unused make_icons.py file.
2016-07-28 21:26:21 -03:00
Rémi Verschelde 08ba6086be World2D: Fix typo in default_density deprecation check 2016-07-28 19:03:32 +02:00
Rémi Verschelde 0d53ee274c Merge pull request #5951 from Paulb23/syntax_highlighting_properties
Exposed enable syntax highlighting to properties
2016-07-28 17:01:53 +02:00
Paulb23 740dea7de7 Exposed enable syntax highlighting to properties 2016-07-28 15:47:47 +01:00
Rémi Verschelde 0dc2adad46 Merge pull request #5950 from neikeq/pr-issue-5944
Fix regression with str() improvements for math types
2016-07-28 15:06:49 +02:00
Ignacio Etcheverry 2d4c4b6ea9 Fix regression with str() improvements for math types 2016-07-28 14:58:12 +02:00
Rémi Verschelde 1dae31f554 Merge pull request #5925 from profelis/shortcut-filter-project
Command-f focus filter input field in project manager
2016-07-28 08:38:23 +02:00
Rémi Verschelde c0e3c1fe7a Merge pull request #5943 from vnen/windows-resource-info
Fix Windows resource script
2016-07-27 21:07:45 +02:00
George Marques 0bc589a0c7
Fix Windows resource script 2016-07-27 15:35:49 -03:00
Rémi Verschelde 8a01655db5 Merge pull request #5941 from neikeq/pr-regression-5271
LineEdit: Fix event handled as text when a mod key is pressed
2016-07-27 19:44:25 +02:00
Ignacio Etcheverry 35cb8ff89e LineEdit: Fix event handled as text when a mod key is pressed 2016-07-27 19:32:46 +02:00
Rémi Verschelde ea17094c4f Merge pull request #5939 from neikeq/pr-imp-about
AboutDialog: Popup respecting its minimum size
2016-07-27 18:44:20 +02:00
Rémi Verschelde c1d7ee3224 Merge pull request #5938 from vnen/windows-resource-info
Improve Windows application details
2016-07-27 18:44:12 +02:00
Rémi Verschelde 1d87108b5b Merge pull request #5937 from neikeq/pr-issue-5932
Project Settings: Use containers for the Input Map tab content
2016-07-27 18:44:03 +02:00
Rémi Verschelde 3d71f5e5ad Merge pull request #5940 from pkowal1982/array_has_doc
Array has() documentation
2016-07-27 18:43:11 +02:00
Ignacio Etcheverry cf851f7ed4 AboutDialog: Popup respecting its minimum size 2016-07-27 18:11:55 +02:00
George Marques b48fd16add
Improve Windows application details 2016-07-27 12:37:12 -03:00
Ignacio Etcheverry 9df192d8ec Project Settings: Use containers for the Input Map tab content 2016-07-27 17:32:24 +02:00
Rémi Verschelde c6c9f29827 Merge pull request #5921 from neikeq/pr-issue-5919
Prettier str() for some math types
2016-07-27 17:23:17 +02:00
Rémi Verschelde 161e77471f Merge pull request #5936 from bojidar-bg/fix-empty-stringarray-read
Fix reading of empty StringArray-s in .tscn
2016-07-27 17:21:55 +02:00
Ignacio Etcheverry eefca1ada9 Prettier str() for some math types 2016-07-27 17:00:07 +02:00
Bojidar Marinov 2150855faf
Fix reading of empty StringArray-s in .tscn
Closes #5912
2016-07-27 17:59:42 +03:00
Pawel Kowal 535a6f9faf Array has() documentation 2016-07-27 15:49:15 +02:00
Juan Linietsky 542bd81e76 Merge pull request #5926 from akien-mga/pr-graphedit-drag
Fix GraphEdit dragging issues at scales != 1
2016-07-26 18:49:51 -03:00
Juan Linietsky 548a69aca7 Merge pull request #5909 from akien-mga/pr-gles2-error-before-crash
GLES2: Check for GPU capabilities to display an error
2016-07-26 18:48:55 -03:00
Dima Granetchi 759e20aac6
Command-F focus filter input field in project manager 2016-07-27 00:48:00 +03:00
Rémi Verschelde 80e8904784 Merge pull request #5905 from jlopezcur/master
Update Tween class documentation
2016-07-26 23:30:52 +02:00
Rémi Verschelde 60e19f7751 Fix GraphEdit dragging issues at scales != 1
Works around the issue originally described in #5907 (that was then
hijacked to describe the broader issue it exposes).
2016-07-26 23:19:41 +02:00
Juan Linietsky 9151eb591d Changed the way the step decimals are computed to a safer way, fixes many issues. 2016-07-26 17:25:10 -03:00
Rémi Verschelde fd659e869b Windows: Make alert message box use MB_TASKMODAL
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 15:16:45 +02:00
Rémi Verschelde 8d4d167234 Merge pull request #5918 from Hinsbart/sc-mapping
Add gamepad mapping for the free steam controller userspace driver.
2016-07-26 12:03:12 +02:00
Andreas Haas ccf6b3151d Add gamepad mapping for the steam controller userspace driver. 2016-07-26 11:54:59 +02:00
Rémi Verschelde bc6e750f95 Merge pull request #5913 from djrm/fix_bake_segfault
Stop baking process if there is no geometry in the BakedLightInstance.
2016-07-26 07:17:48 +02:00
Daniel J. Ramirez 213a57ccaf Stop baking process if there is no geometry in the BakedLightInstance.
moved missing baked light warning to BakedLightInstance configuration warning
2016-07-25 21:45:20 -05:00
Rémi Verschelde a155342eca GLES2: Check for GPU capabilities to display an error
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 23:08:46 +02:00