Hiroshi Ogawa
7ee7dec5a2
Fix directional light specular
2017-10-17 15:35:22 +09:00
Rémi Verschelde
1b2e09355e
SCons: Disable server platform as it does not build
...
See #8361 . [ci skip]
2017-10-17 07:56:04 +02:00
Rémi Verschelde
4fb5b1a211
Merge pull request #12161 from RandomShaper/fix-log-overflow
...
Fix formatting of debug log overflow
2017-10-16 23:42:44 +02:00
Rémi Verschelde
bc659323b7
Merge pull request #12160 from RandomShaper/fix-shader-parse
...
Fix crash in shader parsing
2017-10-16 23:40:26 +02:00
Pedro J. Estébanez
d645b80e46
Fix formatting of debug log overflow
...
Fixes #12087 .
2017-10-16 22:10:11 +02:00
Pedro J. Estébanez
7764640f22
Fix crash in shader parsing
...
...that would happen if incorrect syntax was found just after an opening square bracket.
Fixes #12046 .
2017-10-16 21:55:42 +02:00
Pedro J. Estébanez
807a84f7c9
Reset slider mouse state on hiding/removing
...
Resetting `grab.active`, but also `mouse_inside` so that after reappearing it must be hovered again -even if the mouse is still over it- in order to get a highlight. That is consistent to the way other controls in the engine, e.g. buttons, work.
Fixes #12130 .
2017-10-16 20:59:25 +02:00
Ruslan Mustakov
5da02a0d9c
Check if input is handled before handling it
2017-10-16 19:13:33 +07:00
Rémi Verschelde
8de1dc7e9a
Merge pull request #12138 from neikeq/i
...
Avoid adding built-in script path to csproj
2017-10-16 10:19:16 +02:00
Rémi Verschelde
c0293aca59
Merge pull request #12136 from neikeq/h
...
Improve signature of signal target generated function
2017-10-16 10:18:17 +02:00
Rémi Verschelde
edd881cd70
Merge pull request #12131 from touilleMan/nativescript-fix-loading
...
[Nativescript] fix crash when loading a library with missing godot_nativescript_init
2017-10-16 10:10:32 +02:00
Rémi Verschelde
ef0b6aecf3
Merge pull request #12141 from endragor/ios-sign-first
...
Sign iOS dylibs before packaging
2017-10-16 10:03:53 +02:00
Emmanuel Leblond
9c1f6c5db6
[Nativescript] fix crash when loading a library with missing godot_nativescript_init
2017-10-16 08:16:37 +02:00
Ruslan Mustakov
011d997840
Sign iOS dylibs before packaging
...
These changes allow to open the exported project in XCode and Run it
immediately to begin debugging. Before these changes you'd have to
sign GDNative libs and change Build Configuration manually.
2017-10-16 10:35:58 +07:00
Ignacio Etcheverry
132c6deb28
Merge pull request #12104 from akien-mga/monosgen-2
...
mono: Request monosgen-2 explicitly via pkg-config
2017-10-16 04:32:47 +02:00
Ignacio Etcheverry
967335b969
Avoid adding built-in script path to csproj
2017-10-16 04:26:13 +02:00
Ignacio Etcheverry
8ed3247a63
Improve signature of signal target generated function
2017-10-16 04:19:36 +02:00
Ignacio Etcheverry
1a9efb417a
Merge pull request #12135 from neikeq/g
...
Re-write SignalAwaiter implementation
2017-10-16 03:58:51 +02:00
Ignacio Etcheverry
63369ec306
Re-write SignalAwaiter implementation
...
Old implementation had issues where you could only await on the same signal of the same source once.
2017-10-16 03:54:23 +02:00
Rémi Verschelde
0d0cb01f33
Merge pull request #12126 from cbscribe/kcc_vsdocs2
...
[DOCS] Various VisualScript* nodes
[ci skip]
2017-10-15 23:04:32 +02:00
Chris Bradfield
6160591d2c
Merge pull request #12124 from Kaukamieli/Particles2D
...
[DOCS] documented and edited Particles2D
2017-10-15 14:01:26 -07:00
Kaukamieli
6de19415a6
[DOCS] documented and edited Particles2D
2017-10-15 23:57:12 +03:00
Marc Gilleron
59e6a27da1
Added icon under zoom/speed indicator bar
2017-10-15 21:20:51 +02:00
Chris Bradfield
ec0ade0dde
[DOCS] Various VisualScript* nodes
2017-10-15 11:50:45 -07:00
Rémi Verschelde
0c9d201044
Merge pull request #11407 from toger5/selection_override_color
...
added option to keep font color on selection + use consistent selection color in help (fixes : #11501 )
2017-10-15 20:49:38 +02:00
Rémi Verschelde
e498f017fa
Merge pull request #11428 from MillionOstrich/filesystem-dock-folders
...
Filesystem dock folder handling
2017-10-15 20:48:20 +02:00
Rémi Verschelde
61a26dc23e
Merge pull request #11927 from Zylann/freelook_interpolation_fix
...
Freelook interpolation fixes
2017-10-15 20:40:16 +02:00
David Saltares
62ba7a1eb0
[DOCS] Document GridMap
...
[ci skip]
2017-10-15 20:38:38 +02:00
Rémi Verschelde
fedd3f0cc6
Merge pull request #11989 from minifigmaster125/export-fix
...
Fix export(float ...) so that step is .01
2017-10-15 20:24:43 +02:00
Rémi Verschelde
ba91747efe
Merge pull request #12045 from vonzimr/master
...
Add an option to clear recent scenes in the 'Open Recent' submenu
2017-10-15 20:23:54 +02:00
Rémi Verschelde
1abab7b964
Merge pull request #12060 from mutato/windows_folder_creation_fix
...
DirAccessWindows: fix wrong path given to CreateDirectoryW, fixes #12019
2017-10-15 20:22:13 +02:00
Rémi Verschelde
38ba70f2f5
Merge pull request #12069 from Noshyaar/pr-vslerp
...
VisualScript: add inverse_lerp & range_lerp
2017-10-15 20:20:49 +02:00
Rémi Verschelde
a851546845
Merge pull request #12074 from J08nY/fix/use-bin-name
...
Use binary names instead of absolute paths in calls to OS::execute.
2017-10-15 20:20:34 +02:00
Rémi Verschelde
5cf925c64d
Merge pull request #12113 from RandomShaper/anim-easing-type-value
...
Add ability to type easing value for key transition
2017-10-15 20:17:56 +02:00
Rémi Verschelde
c016e13c89
Merge pull request #12101 from RandomShaper/fix-seek-to-end
...
Fix animation not stopping after seeking to the end
2017-10-15 20:16:47 +02:00
Nathan Lovato
64827d2040
Merge pull request #12116 from cbscribe/kcc_vsdocs
...
[DOCS] Update 12 VisualScript* nodes
2017-10-15 19:46:57 +02:00
Paulb23
4224871460
Separated Editor settings and Scene undo redo stack
2017-10-15 18:17:28 +01:00
Chris Bradfield
6172f09703
[DOCS] Update 12 VisualScript* nodes
2017-10-15 08:59:38 -07:00
Thomas Herzog
066d7c37bc
Merge pull request #12105 from BastiaanOlij/arvr_auto_register_gdnative
...
Couple of small changes so our ARVRInterfaceGDNative gets constructed…
2017-10-15 13:08:23 +02:00
Andreas Haas
6d380b04f2
Merge pull request #12100 from Adinimys/master
...
Gave a tooltip to the "In" logic node
2017-10-15 10:57:18 +02:00
Rémi Verschelde
3266ebbf4f
Merge pull request #12088 from Grosskopf/physics-server-docs
...
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
2017-10-15 10:12:53 +02:00
Rémi Verschelde
8b95e3bf11
Merge pull request #12119 from RameshRavone/patch-12
...
export onBackPress for Android Module
2017-10-15 10:11:29 +02:00
Rémi Verschelde
56908d40b2
Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_option
...
Fix deleting localization remap option.
2017-10-15 10:10:08 +02:00
Rémi Verschelde
eeb9257a95
Merge pull request #12110 from djrm/pr_spatial_editor_fixes
...
Return camera to origin when creating a new scene and going to 3d edi…
2017-10-15 10:04:33 +02:00
Grosskopf
b4b632a37e
filtering getters&setters over strings works for AudioStreamPlayer*
2017-10-15 09:28:29 +02:00
Ramesh Ravone
55784b0c38
export onBackPress for Android Module
2017-10-15 10:35:13 +05:30
BastiaanOlij
c6ce73c680
Couple of small changes so our ARVRInterfaceGDNative gets constructed and registered automatically when a module loads
2017-10-15 12:56:36 +11:00
Thomas Herzog
b005c5fcec
Merge pull request #12114 from karroffel/gdnative-fixups
...
remove error message for optional NativeScript symbols
2017-10-15 03:44:47 +02:00
DimOkGamer
b137bfd7ff
Fix deleting localization remap option.
2017-10-15 04:43:02 +03:00
Karroffel
86de8060a4
remove error message for optional NativeScript symbols
2017-10-15 03:42:52 +02:00