Commit graph

10270 commits

Author SHA1 Message Date
Pedro J. Estébanez
f0a58c5fd1 Add ability to type easing value for key transition 2017-10-15 03:14:13 +02:00
Daniel J. Ramirez
c04f8721f3 Return camera to origin when creating a new scene and going to 3d editor. 2017-10-14 19:05:09 -05:00
Pedro J. Estébanez
f4959ee32b Fix animation before first key
Prior to this, the value assumed for the interval between the start of the track and the first frame would be the one of the first key if
- *seeking/playing a continuous track*;
- *seeking a discrete track*.

And the first key would be ignored until reached -thus not modifying the target property/transform- in the remaining case; namely, *playing a discrete track*.

In other words, the inner workings of the animation system considered the unreached first key for interpolation but not for a query of every key inside a time range.

With this changes, the first key is only considered is the animation is looped and ignored otherwise. That way, in order to have a start value, you'll need an explicit key at the very beginning of the track, while having the flexibility of the animation player not touching the target value until the first key is reached.

This corresponds to the point 1) of #10752.
2017-10-15 01:28:08 +02:00
Rémi Verschelde
cd69dcafb7 mono: Request monosgen-2 explicitly via pkg-config
Prevents GC mismatch between mono binary and library, fixes #11916.
2017-10-14 23:54:26 +02:00
Pedro J. Estébanez
2d2467c0ff Fix animation not stopping after seeking to the end 2017-10-14 22:21:20 +02:00
Grosskopf
f8c7d32987 Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also a minor bugfix in the 3D Pinjoint. 2017-10-14 22:17:26 +02:00
Cédric Fuchs
77dd6f37bd Gave a tooltip to the "In" logic node 2017-10-14 22:13:19 +02:00
Suchaaver Chahal
02c7566b50 keep display int if int range 2017-10-14 12:20:04 -07:00
Rémi Verschelde
ba9486a4d3 Merge pull request #12096 from Paulb23/help_overview_fixes_issue_12011_10407
Fixed help overview visibility, issue 12011 and 10407
2017-10-14 21:15:27 +02:00
RCurtis
7fb57ecbd9 Fixed issue that improperly initialized visual node properties to Nil 2017-10-14 14:55:09 -04:00
Rémi Verschelde
0ef172c04b Merge pull request #12085 from ISylvox/vk-to-keycode
Fix wrong Virtual-KeyCode(0x12) pair on Windows platform
2017-10-14 20:12:17 +02:00
Paulb23
ca24310a13 Fixed help overview visibility, issue 12011 and 10407 2017-10-14 18:51:35 +01:00
Thomas Herzog
ad44b3d522 Merge pull request #12093 from karroffel/gdnative-fixups
fixes to GDNative and ARVRInterfaceGDNative
2017-10-14 19:29:55 +02:00
Karroffel
e0019453a2 update ARVRInterfaceGDNative to use API struct 2017-10-14 18:18:02 +02:00
Juan Linietsky
9862dcd0cb Merge pull request #12092 from SaracenOne/request_frame_drawn_callback
Expose 'request_frame_drawn_callback' to script.
2017-10-14 13:04:42 -03:00
Saracen
d030e6ee75 Expose 'request_frame_drawn_callback' to script. 2017-10-14 16:32:27 +01:00
Karroffel
e568f80e6e [GDNative] removed native_raw_call 2017-10-14 15:50:55 +02:00
Rémi Verschelde
deefc2a63d makerst: Fix support for module classes
Previous code expected only one XML per module, which is not the case for
e.g. mono or gdnative.
Also add newline after signal description to fix rst warning, and make the
script Python 3-compatible.

[ci skip]
2017-10-14 15:22:06 +02:00
Rémi Verschelde
e82a3f0168 Merge pull request #12091 from hi-ogawa/fix-specular-schlick-ggx
Fix render mode specular schlick ggx
2017-10-14 13:40:00 +02:00
Rémi Verschelde
e39082d656 Merge pull request #12089 from Hinsbart/fix_doc_typos
[DOCS] Fix a few typos.

[ci skip]
2017-10-14 13:37:25 +02:00
Andreas Haas
4c716f3623
[DOCS] Fix a few typos. 2017-10-14 12:45:49 +02:00
Hiroshi Ogawa
59544c74fe Fix render mode specular schlick ggx 2017-10-14 19:32:13 +09:00
Olli Markkanen
9876bad05c [DOCS] Improve docs for is_action_just_pressed and is_action_just_released (#12081) 2017-10-14 11:30:41 +02:00
Rémi Verschelde
688deaa1d0 Merge pull request #12059 from AntiSC2/master
Added error dialog when failing to export project
2017-10-14 11:08:55 +02:00
Indah Sylvia
53facb07cf Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073) 2017-10-14 15:41:57 +07:00
Gilles Roudiere
e8f8359b2e Merge pull request #12072 from ComancheAk/fix-alpha-border-bugfix
Fix Alpha Border bugfix
2017-10-14 10:11:39 +02:00
Gilles Roudiere
0362a156b0 Merge pull request #12079 from djrm/pr_visual_improvements
Added and improved some missing icons, plus some other visual fixes.
2017-10-14 10:08:03 +02:00
Rémi Verschelde
4b45ebb3de Merge pull request #12080 from djrm/pr_new_splash
New splash screen.
2017-10-14 10:06:46 +02:00
Rémi Verschelde
00a12104df Merge pull request #12078 from Nallebeorn/documentation
[DOCS] Small edits to ConfigFile docs.

[ci skip]
2017-10-14 10:05:35 +02:00
santouits
c91c22b1f3 tab container arrows don't work when a popup was set 2017-10-14 11:03:27 +03:00
Bastiaan Olij
5f7667a68d Merge pull request #11937 from BastiaanOlij/arvr_fix_gdnative
Redoing the ARVR GDNative interface as module and tighter implementation
2017-10-14 09:36:14 +11:00
BastiaanOlij
cc37d43f86 Redoing the ARVR GDNative interface as module and tighter implementation 2017-10-14 09:10:18 +11:00
Daniel J. Ramirez
51393eb2b2 New splash screen. 2017-10-13 16:40:22 -05:00
Daniel J. Ramirez
9001ba26aa Added and improved some missing icons, plus some other visual fixes. 2017-10-13 16:39:17 -05:00
Benjamin Larsson
6820f785a0 Small edits to ConfigFile docs. 2017-10-13 23:05:07 +02:00
Comanche_Ak
51597b6d69 Fix Alpha Border bugfix 2017-10-13 20:19:33 +03:00
Chris Bradfield
4585239a4b Merge pull request #12004 from diowonderland/docs-touchscreenbutton
[DOCS] TouchScreenButton
2017-10-13 09:03:52 -07:00
Chris Bradfield
7009ffa255 Merge pull request #12055 from brunosxs/tabcontainer
[DOCS] TabContainer class descriptions
2017-10-13 09:02:47 -07:00
J08nY
b1252caa10
Use binary names instead of absolute paths in calls to OS::execute.
Now that #12009 is merged, we should let the system find the binary on
the users $PATH and don't assume we know where to look for them in
different distributions.
2017-10-13 16:45:24 +02:00
Dio
a931f905f5 [DOCS] TouchScreenButton 2017-10-13 16:10:10 +02:00
Rémi Verschelde
6147c04ae2 Merge pull request #12071 from karroffel/gdnativeclass-gdscript
removed GDNativeClass doc from GDNative module

[ci skip]
2017-10-13 15:11:34 +02:00
Rémi Verschelde
060c5c0e02 Merge pull request #12070 from Noshyaar/pr-eh
EditorHelp: use '<' to show inheritance

[ci skip]
2017-10-13 15:05:57 +02:00
Karroffel
916ee427ff removed GDNativeClass doc from GDNative module 2017-10-13 15:02:54 +02:00
Poommetee Ketson
98322a8876
EditorHelp: use '<' to show inheritance
...making it consistent with official docs
2017-10-13 20:02:48 +07:00
Poommetee Ketson
efc5209b99 VisualScript: add inverse_lerp & range_lerp 2017-10-13 19:47:07 +07:00
Rémi Verschelde
36ca9c9251 Merge pull request #12027 from marcelofg55/collision_crashfix
Prevent a possible crash at collision_object_2d_sw.h
2017-10-13 13:58:05 +02:00
Rémi Verschelde
6e909ff8b8 Merge pull request #12068 from BastiaanOlij/gdnative_move_docs
Move GDNative docs into gdnative folder

[ci skip]
2017-10-13 13:01:02 +02:00
BastiaanOlij
41e70d4192 Move GDNative docs into gdnative folder 2017-10-13 21:54:57 +11:00
Rémi Verschelde
36c8062400 Merge pull request #12067 from BastiaanOlij/add_xml_to_gitattributes
Add .xml to .gitattributes

[ci skip]
2017-10-13 12:36:37 +02:00
Bastiaan Olij
26a0cecdc7 Add .xml to .gitattributes 2017-10-13 21:29:26 +11:00