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
8dac3bf3b1
Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS
2016-06-25 10:41:23 -03:00
c931ed976b
Gradle: remove trailing spaces
2016-06-25 13:39:03 +02:00
882b3ed138
Merge pull request #5400 from paper-pauper/wm-class-fix
...
Changes X11 res_name to "Godot_Engine"
2016-06-25 10:39:24 +02:00
38faed54ba
Merge pull request #5398 from djrm/shortcuts
...
Configurable shortcuts for tabs switching
2016-06-25 10:36:44 +02:00
e4c5a16a2c
Merge pull request #5397 from djrm/gizmos_fix
...
Added high resolution icons for the Gizmos
2016-06-25 10:28:58 +02:00
dd1ad31757
Changes X11 res_name to "Godot_Engine"
...
Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265 )
2016-06-25 07:15:21 +02:00
24fdf06b2f
Configurable shortcuts for tabs switching
2016-06-24 23:42:09 -05:00
b8190fbef6
Added high resolution icons for the Gizmos, fixes #1638
2016-06-24 22:42:42 -05:00
6d37253be5
Fix Android sensors polling rate on resume
...
Fix #5306
2016-06-24 21:00:04 -03:00
62dfee768d
changed way to return reference
2016-06-24 20:06:07 -03:00
22c9a44174
Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidy
...
Improve parallax mirroring algorithm
2016-06-24 21:26:54 +02:00
322c12d8a7
Merge pull request #5389 from volzhs/remove-duplicate-aidl
...
Remove duplicated aidl for android
2016-06-24 21:20:30 +02:00
d7da269f46
Merge pull request #5388 from Hinsbart/keyword_bool
...
Add "bool" to GDScript reserverd keywords
2016-06-24 21:19:45 +02:00
001294ed35
Merge pull request #5386 from Paulb23/code_completion_color_theme
...
Exposed code completion colors to the text edit theme
2016-06-24 21:19:30 +02:00
8cd1eb5e4f
Merge pull request #5382 from volzhs/fix-save-ip
...
Fix network IP setting change
2016-06-24 21:16:31 +02:00
d52fa2e0eb
Merge pull request #5380 from vnen/string-canvasitem-docs
...
Documentation for String and CanvasItem
2016-06-24 21:16:20 +02:00
06c6516604
Merge pull request #5379 from neikeq/pr-issue-5375
...
Fix weird deselection behaviour with text field
2016-06-24 21:14:47 +02:00
118f54aeeb
Merge pull request #5328 from Paulb23/line_edit_caret
...
Added caret blink to line edit
2016-06-24 21:13:26 +02:00
456b7733fc
Fix string array parameter check with jni
2016-06-25 02:05:46 +09:00
fbddc0b747
Improve parallax mirroring algorithm
...
Replaces the iterative approach currently used by the standard fmod() function.
Also fixes infinite looping that happens when the mirroring value is negative.
2016-06-24 18:39:56 +02:00
a5a5bdef25
Remove duplicated aidl for android
...
Tested IAP function on device.
2016-06-25 01:11:21 +09:00
7c4221f62a
Merge pull request #5387 from vnen/fix-strrange-comparison
...
Fix bug in String==StrRange comparison
2016-06-24 12:50:33 -03:00
c871cf6801
Add "bool" to GDScript reserverd keywords
...
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false`
2016-06-24 17:47:19 +02:00
f4dfa37a23
Fix bug in String==StrRange comparison
...
It was comparing the StrRange with itself, always return true if both
were the same length.
Fix #3843
2016-06-24 12:39:58 -03:00
b643d9af6f
Exposed code completion colors to the text edit theme
2016-06-24 16:33:29 +01:00
95e3279d34
Properly report a valid error instead of reporting as a bug, closes #3841
2016-06-24 10:30:36 -03:00
f1e7552722
Fix weird deselection behaviour with text field
...
- TextEdit will now deselect if Ctrl+Left/Right is pressed
- TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys)
2016-06-24 14:26:40 +02:00