Commit Graph

4656 Commits

Author SHA1 Message Date
519fce94e9 Remove error when getting dependencies from tscn files in some cases, closes #3897 2016-06-28 12:35:11 -03:00
3754f6cd75 Properly show the source:line even in inner clases, closes #3766 2016-06-28 11:49:57 -03:00
c6ca17e12a Merge pull request #5463 from vnen/fix-shortcut-typo
Fix typo in file dialog shortcut
2016-06-28 16:40:26 +02:00
259e60d283 Fix typo in file dialog shortcut
Also change the shortcut to refresh to F5.
2016-06-28 11:22:31 -03:00
cf6450043d Fix bug in inner class reference, closes #1411 2016-06-28 11:15:55 -03:00
f4c6640827 Fixed bug related to resolving constants in a class, closes #1110 2016-06-28 11:02:53 -03:00
565bb3afcc Fix extends issue, closes #4026 2016-06-28 10:44:38 -03:00
8e1c0f287d Fixed bug in instance state ordering, closes #3904 2016-06-28 09:47:03 -03:00
41a26528e4 Avoid recursion in filesystem scanning, closes #3838 2016-06-28 08:27:54 -03:00
e4eb025bfe i18n: Corrected a typo (#5460) 2016-06-28 12:00:18 +02:00
2598fe5f8d i18n: Merge translations with template 2016-06-28 08:50:39 +02:00
aa5a031f95 i18n: Sync template with source 2016-06-28 08:49:50 +02:00
e8743684c8 i18n: Sync translations from Weblate
Also adds Bulgarian and Japanese WIPs.
2016-06-28 08:48:46 +02:00
519086af60 i18n: Fix malformed TTR call 2016-06-28 08:07:19 +02:00
bd424d8f73 Fix style bug in event queue
Same fix as for 1f9812ab83
Not sure if this code actually does anything though, `buffer_max_used` seems unused.
2016-06-28 08:00:33 +02:00
ba5bc57816 Figured out a way to fix event propagation for shortcuts and some other cases so they properly stop shortcuts if a modal window is open, closes #4848 2016-06-27 20:14:59 -03:00
972c2ad09f Ask about selecting a main scene if one has not been selected. 2016-06-27 20:00:18 -03:00
1f9812ab83 fix bug in reporting of message queue size 2016-06-27 19:07:58 -03:00
efdcf205d2 Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059. 2016-06-27 13:17:20 -03:00
88e28af5e3 Add a small workaround to avoid modal tabs to be closed if they are spawned in the same frame, closes #3837 2016-06-27 11:22:13 -03:00
d41b7a66e9 Properly complain when a scene file has not be selected, closes #3811 2016-06-27 10:59:37 -03:00
e2d208f122 Ability to rotate controls using tool, closes #3800 2016-06-27 10:47:51 -03:00
47d6cc08bb Properly deliver localized coordinates when passing gui events through parents, closes #4215 2016-06-27 10:00:36 -03:00
2c59f77885 Merge pull request #5438 from akien-mga/pr-revert-loop-interpolation
Revert "Added toggle for loop interpolation based on adolson's code"
2016-06-27 01:24:16 -03:00
8362bb1434 Merge pull request #5437 from vnen/fix-visualserver-minimize-error
Fix visual server error when minimizing the window
2016-06-26 19:05:39 -03:00
bf44275b1a Fix visual server error when minimizing the window 2016-06-26 18:54:34 -03:00
da034f324a Revert "Added toggle for loop interpolation based on adolson's code"
This reverts commits 8884b8f519
bd5c8f2aa0
and 5cb31f6d5b.

<reduz> Akien, I understand the need for the second loop mode, but I think
the current UI is pretty confusing. I think this should be changed for an
enum, both there and in the animation.. otherwise we should revert it
[...]
<reduz> alternatively this could be added per track, which I think should
make it a little less confusing

Reopens #959..
2016-06-26 23:45:18 +02:00
10f411b47b Avoid mirroring to go negative to fix crash, closes #4036 2016-06-26 16:51:13 -03:00
8baa85d6b4 remove the warning of instances in use at exit 2016-06-26 16:34:28 -03:00
282da142ae Added an option to ParallaxLayer to add an extra scroll offset, helps if you want to make clouds to move by themselves and animate that, for example. 2016-06-26 16:22:20 -03:00
33f1204dc4 Fix error reporting when a scene is not imported properly, closes #3968 2016-06-26 15:37:39 -03:00
66d513bb2a Merge pull request #5434 from vnen/fix-msvc-cscript-compile
Fix cscript module syntax errors for MSVC compiler
2016-06-26 20:12:43 +02:00
dc2ec3140a Fix cscript module syntax errors for MSVC compiler 2016-06-26 14:19:46 -03:00
5b96496a99 Merge pull request #5431 from godotengine/revert-5416-master
Revert "Fix issue when switching between FileSystem and other editor docks"
2016-06-26 13:33:03 -03:00
3668bdc93e Revert "Fix issue when switching between FileSystem and other editor docks" 2016-06-26 13:32:15 -03:00
5dbb587c0f Merge pull request #5430 from godotengine/revert-5391-parallax-layer-fix-tidy
Revert "Improve parallax mirroring algorithm"
2016-06-26 18:03:33 +02:00
0be12898a7 Revert "Improve parallax mirroring algorithm" 2016-06-26 18:03:15 +02:00
130b83bc52 Ability to set draw transform as a matrix, closes #5428 2016-06-26 13:01:17 -03:00
fb9d1498bf Cleaner way to enable ptrcall 2016-06-26 11:59:25 -03:00
f31a6d26f1 missing files 2016-06-26 11:02:15 -03:00
3813160ea0 -Fix crashes with thread_exit()
-Added draft of C script API (still disabled and unused)
2016-06-26 10:54:45 -03:00
544b196d77 Merge pull request #5416 from samuelgrigolato/master
Fix issue when switching between FileSystem and other editor docks
2016-06-26 09:52:39 +02:00
8a5d23c820 Merge pull request #5412 from vnen/dvector-invert-bind
Expose *Array.invert() to script
2016-06-26 09:46:51 +02:00
7d06d50e65 Merge pull request #5395 from vnen/android-sensors
Fix Android sensors polling rate on resume
2016-06-26 09:46:10 +02:00
fad6b29a59 Merge pull request #5390 from volzhs/jni-stringarray
Fix string array parameter check with jni
2016-06-26 09:45:36 +02:00
b02d67be30 Merge pull request #5307 from MarianoGnu/master
TextureRegion improvements
2016-06-26 09:43:45 +02:00
ee7c1bc235 Fix issue when switching between FileSystem and other docks. #5384 2016-06-25 18:48:33 -03:00
620da09b87 try to fix windows build 2016-06-25 15:20:37 -03:00
441640506f Add *Array.invert() documentation 2016-06-25 14:47:32 -03:00
a6ec3af349 Expose *Array.invert() to script
Properly solve #4601.
2016-06-25 14:16:28 -03:00