Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | Merge pull request #12172 from neikeq/j | Ignacio Etcheverry | |
Take self-contained mode into consideration | |||
2017-10-17 | Merge pull request #12128 from Zylann/zoom_speed_icon | Gilles Roudiere | |
Added icon under zoom/speed indicator bar | |||
2017-10-17 | Merge pull request #12173 from homer666/visualscript-variable-list-equals-space | Andreas Haas | |
VisualScript: Add space after "=" sign in variable list | |||
2017-10-17 | Merge pull request #11953 from touilleMan/pluginscript | Thomas Herzog | |
[GDnative] add pluginscript \o/ | |||
2017-10-17 | (VS) Add space after "=" sign in variable list | homer666 | |
2017-10-17 | Take self-contained mode into consideration | Ignacio Etcheverry | |
2017-10-17 | [GDnative] add pluginscript \o/ | Emmanuel Leblond | |
2017-10-17 | Merge pull request #12169 from hi-ogawa/fix-directional-light-specular | Rémi Verschelde | |
Fix directional light specular | |||
2017-10-17 | Fix directional light specular | Hiroshi Ogawa | |
2017-10-17 | SCons: Disable server platform as it does not build | Rémi Verschelde | |
See #8361. [ci skip] | |||
2017-10-16 | Merge pull request #12161 from RandomShaper/fix-log-overflow | Rémi Verschelde | |
Fix formatting of debug log overflow | |||
2017-10-16 | Merge pull request #12160 from RandomShaper/fix-shader-parse | Rémi Verschelde | |
Fix crash in shader parsing | |||
2017-10-16 | Fix formatting of debug log overflow | Pedro J. Estébanez | |
Fixes #12087. | |||
2017-10-16 | Fix crash in shader parsing | Pedro J. Estébanez | |
...that would happen if incorrect syntax was found just after an opening square bracket. Fixes #12046. | |||
2017-10-16 | Merge pull request #12138 from neikeq/i | Rémi Verschelde | |
Avoid adding built-in script path to csproj | |||
2017-10-16 | Merge pull request #12136 from neikeq/h | Rémi Verschelde | |
Improve signature of signal target generated function | |||
2017-10-16 | Merge pull request #12131 from touilleMan/nativescript-fix-loading | Rémi Verschelde | |
[Nativescript] fix crash when loading a library with missing godot_nativescript_init | |||
2017-10-16 | Merge pull request #12141 from endragor/ios-sign-first | Rémi Verschelde | |
Sign iOS dylibs before packaging | |||
2017-10-16 | [Nativescript] fix crash when loading a library with missing ↵ | Emmanuel Leblond | |
godot_nativescript_init | |||
2017-10-16 | Sign iOS dylibs before packaging | Ruslan Mustakov | |
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 | Merge pull request #12104 from akien-mga/monosgen-2 | Ignacio Etcheverry | |
mono: Request monosgen-2 explicitly via pkg-config | |||
2017-10-16 | Avoid adding built-in script path to csproj | Ignacio Etcheverry | |
2017-10-16 | Improve signature of signal target generated function | Ignacio Etcheverry | |
2017-10-16 | Merge pull request #12135 from neikeq/g | Ignacio Etcheverry | |
Re-write SignalAwaiter implementation | |||
2017-10-16 | Re-write SignalAwaiter implementation | Ignacio Etcheverry | |
Old implementation had issues where you could only await on the same signal of the same source once. | |||
2017-10-15 | Merge pull request #12126 from cbscribe/kcc_vsdocs2 | Rémi Verschelde | |
[DOCS] Various VisualScript* nodes [ci skip] | |||
2017-10-15 | Merge pull request #12124 from Kaukamieli/Particles2D | Chris Bradfield | |
[DOCS] documented and edited Particles2D | |||
2017-10-15 | [DOCS] documented and edited Particles2D | Kaukamieli | |
2017-10-15 | Added icon under zoom/speed indicator bar | Marc Gilleron | |
2017-10-15 | [DOCS] Various VisualScript* nodes | Chris Bradfield | |
2017-10-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-15 | Merge pull request #11428 from MillionOstrich/filesystem-dock-folders | Rémi Verschelde | |
Filesystem dock folder handling | |||
2017-10-15 | Merge pull request #11927 from Zylann/freelook_interpolation_fix | Rémi Verschelde | |
Freelook interpolation fixes | |||
2017-10-15 | [DOCS] Document GridMap | David Saltares | |
[ci skip] | |||
2017-10-15 | Merge pull request #11989 from minifigmaster125/export-fix | Rémi Verschelde | |
Fix export(float ...) so that step is .01 | |||
2017-10-15 | Merge pull request #12045 from vonzimr/master | Rémi Verschelde | |
Add an option to clear recent scenes in the 'Open Recent' submenu | |||
2017-10-15 | Merge pull request #12060 from mutato/windows_folder_creation_fix | Rémi Verschelde | |
DirAccessWindows: fix wrong path given to CreateDirectoryW, fixes #12019 | |||
2017-10-15 | Merge pull request #12069 from Noshyaar/pr-vslerp | Rémi Verschelde | |
VisualScript: add inverse_lerp & range_lerp | |||
2017-10-15 | Merge pull request #12074 from J08nY/fix/use-bin-name | Rémi Verschelde | |
Use binary names instead of absolute paths in calls to OS::execute. | |||
2017-10-15 | Merge pull request #12113 from RandomShaper/anim-easing-type-value | Rémi Verschelde | |
Add ability to type easing value for key transition | |||
2017-10-15 | Merge pull request #12101 from RandomShaper/fix-seek-to-end | Rémi Verschelde | |
Fix animation not stopping after seeking to the end | |||
2017-10-15 | Merge pull request #12116 from cbscribe/kcc_vsdocs | Nathan Lovato | |
[DOCS] Update 12 VisualScript* nodes | |||
2017-10-15 | [DOCS] Update 12 VisualScript* nodes | Chris Bradfield | |
2017-10-15 | Merge pull request #12105 from BastiaanOlij/arvr_auto_register_gdnative | Thomas Herzog | |
Couple of small changes so our ARVRInterfaceGDNative gets constructed… | |||
2017-10-15 | Merge pull request #12100 from Adinimys/master | Andreas Haas | |
Gave a tooltip to the "In" logic node | |||
2017-10-15 | Merge pull request #12088 from Grosskopf/physics-server-docs | Rémi Verschelde | |
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix | |||
2017-10-15 | Merge pull request #12119 from RameshRavone/patch-12 | Rémi Verschelde | |
export onBackPress for Android Module | |||
2017-10-15 | Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_option | Rémi Verschelde | |
Fix deleting localization remap option. | |||
2017-10-15 | Merge pull request #12110 from djrm/pr_spatial_editor_fixes | Rémi Verschelde | |
Return camera to origin when creating a new scene and going to 3d edi… | |||
2017-10-15 | export onBackPress for Android Module | Ramesh Ravone | |