Commit Graph

4942 Commits

Author SHA1 Message Date
be563a1663 Merge pull request #5757 from Razzlegames/blendIndexFix
Could not use pre multiply alpha for material in editor
2016-07-18 00:54:38 +02:00
d6f2e41e6f Merge pull request #5750 from TheHX/issue-5681
Keep debugger selected tab open when pressing the pause button
2016-07-18 00:54:32 +02:00
4958963abe Merge pull request #5742 from Ovnuniarchos/TreeItemSetButton
TreeItem.set_button exposed.
2016-07-18 00:53:39 +02:00
62eae7cbe2 Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
2016-07-18 00:52:36 +02:00
8de5aedb9e Merge pull request #5718 from jay3d/master
Added gyroscope support to Godot and Android
2016-07-18 00:52:15 +02:00
3183834c5d Merge pull request #5657 from Paulb23/block_caret
Added block caret to TextEdit
2016-07-18 00:44:45 +02:00
523e46ad0a Revert "Make editor compatible with Windows high contrast themes"
This reverts commit 85a5290ee8.

The patch itself is good and it could maybe be readded in the future,
but right now Microsoft forced its Windows 10 "update" on people with older
Intel HD Graphics 3000 IGP without ensuring that they can ship proper drivers,
and such users seem to get Godot crashing due to this patch. Sorry :(
Closes #5452.
2016-07-18 00:24:21 +02:00
e6cf0d444b Merge pull request #5758 from TheHX/issue-5756
Fix editor states saving, and remove related error messages
2016-07-17 23:44:16 +02:00
7767aa2722 Fix editor states saving, and remove related error messages 2016-07-17 16:59:15 -03:00
4e69bc3bff Could not use pre multiply alpha for material in editor
- 3 was hard coded, I just changed to 4. Unfortunately this will break every time
  a blend mode is added
2016-07-17 11:09:47 -07:00
7b28976af5 Merge pull request #5755 from TheHX/issue-5716
Fix empty reference pages after restarting Godot
2016-07-17 19:06:03 +02:00
5218f35b7f Forgot to clear signals on recompile, closes #5729 2016-07-17 13:49:59 -03:00
18f165b494 Fix empty reference pages after restarting Godot 2016-07-17 13:29:50 -03:00
22419082d9 Remove some noisy debug prints
Part of #5031
2016-07-17 18:25:21 +02:00
f20680947b Keep debugger selected tab open when pressing the pause button 2016-07-17 09:27:36 -03:00
b23889eb41 Merge pull request #5743 from TheHX/issue-5740
Fix signals/group button on Scene dock
2016-07-16 23:43:24 +02:00
60f1656fff Fix signals/group button on Scene dock 2016-07-16 18:22:44 -03:00
10be575aa1 TreeItem.set_button exposed. 2016-07-16 22:36:19 +02:00
6a5e11c075 Merge pull request #5735 from neikeq/menu-accept-event-fix
MenuButton: Fix regression
2016-07-16 15:22:30 +02:00
671c21dce7 MenuButton: Fix regression 2016-07-16 15:16:26 +02:00
e2ad08c56b Merge pull request #4848 from neikeq/menu-accept-event
MenuButton: Avoid key event propagation if handled as hotkey
2016-07-16 14:45:08 +02:00
f9d1e03018 MenuButton: Avoid event propagation if handled as hotkey 2016-07-16 14:36:55 +02:00
24d86e33a6 Merge pull request #5467 from RandomShaper/enhance-tidy-extensions
Enhance/tidy file extensions management
2016-07-16 09:28:49 -03:00
f07d4f556a i18n: Add missing locale identifiers for Bengali and Urdu
Fixes errors showing up since the addition of those WIP translations.
2016-07-16 13:17:09 +02:00
966eabb07b Fonts: add missing license information
Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1.
2016-07-16 11:53:57 +02:00
69b0835986 Merge pull request #5730 from neikeq/pr-issue-4856
CanvasItemEditor: Changed Frame Selection shortcut
2016-07-16 11:24:02 +02:00
2bba1bf770 CanvasItemEditor: Changed Frame Selection shortcut 2016-07-15 21:38:43 +02:00
370ae3512d Added gyroscope support to Godot and Android 2016-07-16 01:43:32 +08:00
2c9468a46a Update docs with breakpoint_toggled signal 2016-07-15 15:05:57 +01:00
b550471a14 Fixed breakpoint gutter toggle not updating when game is running, issue 5712 2016-07-15 15:02:55 +01:00
4c4ab140b4 Merge pull request #5702 from Paulb23/zoom_shortcuts
Added code editor zoom shortcuts
2016-07-15 13:28:20 +02:00
eaeee58b9e Merge pull request #5705 from StraToN/doc-update
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-15 13:04:22 +02:00
b781dcdb1a i18n: Merge translations with synced template 2016-07-15 08:58:49 +02:00
cfaad1ebe7 i18n: Sync template with current source
Also fix a space after : in a translated string.
2016-07-15 08:57:53 +02:00
fd5fdaba68 i18n: Pull translations from Weblate
Adds Bengali and Urdu (Pakistan) WIP translations.
2016-07-15 08:52:31 +02:00
d33bdd2891 Merge pull request #5715 from volzhs/issue-5659
Perform connect when double click a node on connecting signal window
2016-07-15 07:35:31 +02:00
9ff7c5524f Perform connect when double click a node on connecting signal window 2016-07-15 14:29:14 +09:00
952cb12364 Written AnimatedSprite, AnimatedSprite3D (unfinished) 2016-07-14 22:03:14 +02:00
e6eae244d3 Added code editor zoom shortcuts 2016-07-14 20:03:40 +01:00
3e2c7bf797 Merge pull request #5697 from TheHX/issue-5664
Fix Orphan StringName on EditorAutoloadSettings class
2016-07-14 19:29:52 +02:00
9a931e333c Fix binding of File::get_sha256()
Fix #5698
2016-07-14 14:23:22 -03:00
98eec177ae Fix classes.xml structure
Fix the addition in #4854 which added elements in the wrong place.
2016-07-14 12:13:04 -03:00
8772b8ea85 Fix Orphan StringName on EditorAutoloadSettings class 2016-07-14 12:08:40 -03:00
19d9fac4ed Merge pull request #5689 from kubecz3k/master
added KDevelop project files to gitignore file
2016-07-14 13:45:26 +02:00
280a75ac6c added KDevelop project files to gitignore 2016-07-14 13:28:39 +02:00
1f2110956b Merge pull request #5592 from volzhs/libwebp-0.5.1
Update webp driver to 0.5.1
2016-07-14 09:03:14 +02:00
26baaf447a WinRT: Add missing license file for ANGLE
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h
Fixes #4859.
2016-07-14 08:49:02 +02:00
68fbb8f8ac Drop obsolete "webpold" backup of previous webp version
Fixes #5252
2016-07-14 08:36:06 +02:00
b3cf4c73fc Fixed a crash in scenario where SSL is not available. 2016-07-13 18:25:05 +02:00
1403fa18a9 Merge pull request #5677 from SaracenOne/animation_import_fix
Removes AnimationPlayer renaming on import.
2016-07-13 12:49:09 -03:00