summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-15Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde
added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
2017-10-15Merge pull request #11428 from MillionOstrich/filesystem-dock-foldersRémi Verschelde
Filesystem dock folder handling
2017-10-15Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde
Freelook interpolation fixes
2017-10-15[DOCS] Document GridMapDavid Saltares
[ci skip]
2017-10-15Merge pull request #11989 from minifigmaster125/export-fixRémi Verschelde
Fix export(float ...) so that step is .01
2017-10-15Merge pull request #12045 from vonzimr/masterRémi Verschelde
Add an option to clear recent scenes in the 'Open Recent' submenu
2017-10-15Merge pull request #12060 from mutato/windows_folder_creation_fixRémi Verschelde
DirAccessWindows: fix wrong path given to CreateDirectoryW, fixes #12019
2017-10-15Merge pull request #12069 from Noshyaar/pr-vslerpRémi Verschelde
VisualScript: add inverse_lerp & range_lerp
2017-10-15Merge pull request #12074 from J08nY/fix/use-bin-nameRémi Verschelde
Use binary names instead of absolute paths in calls to OS::execute.
2017-10-15Merge pull request #12113 from RandomShaper/anim-easing-type-valueRémi Verschelde
Add ability to type easing value for key transition
2017-10-15Merge pull request #12101 from RandomShaper/fix-seek-to-endRémi Verschelde
Fix animation not stopping after seeking to the end
2017-10-15Merge pull request #12116 from cbscribe/kcc_vsdocsNathan Lovato
[DOCS] Update 12 VisualScript* nodes
2017-10-15[DOCS] Update 12 VisualScript* nodesChris Bradfield
2017-10-15Merge pull request #12105 from BastiaanOlij/arvr_auto_register_gdnativeThomas Herzog
Couple of small changes so our ARVRInterfaceGDNative gets constructed…
2017-10-15Merge pull request #12100 from Adinimys/masterAndreas Haas
Gave a tooltip to the "In" logic node
2017-10-15Merge pull request #12088 from Grosskopf/physics-server-docsRémi Verschelde
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
2017-10-15Merge pull request #12119 from RameshRavone/patch-12Rémi Verschelde
export onBackPress for Android Module
2017-10-15Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_optionRémi Verschelde
Fix deleting localization remap option.
2017-10-15Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde
Return camera to origin when creating a new scene and going to 3d edi…
2017-10-15export onBackPress for Android ModuleRamesh Ravone
2017-10-15Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵BastiaanOlij
registered automatically when a module loads
2017-10-15Merge pull request #12114 from karroffel/gdnative-fixupsThomas Herzog
remove error message for optional NativeScript symbols
2017-10-15Fix deleting localization remap option.DimOkGamer
2017-10-15remove error message for optional NativeScript symbolsKarroffel
2017-10-15Add ability to type easing value for key transitionPedro J. Estébanez
2017-10-14Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez
2017-10-14Fix animation not stopping after seeking to the endPedro J. Estébanez
2017-10-14Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵Grosskopf
also a minor bugfix in the 3D Pinjoint.
2017-10-14Gave a tooltip to the "In" logic nodeCédric Fuchs
2017-10-14keep display int if int rangeSuchaaver Chahal
2017-10-14Merge pull request #12096 from Paulb23/help_overview_fixes_issue_12011_10407Rémi Verschelde
Fixed help overview visibility, issue 12011 and 10407
2017-10-14Merge pull request #12085 from ISylvox/vk-to-keycodeRémi Verschelde
Fix wrong Virtual-KeyCode(0x12) pair on Windows platform
2017-10-14Fixed help overview visibility, issue 12011 and 10407Paulb23
2017-10-14Merge pull request #12093 from karroffel/gdnative-fixupsThomas Herzog
fixes to GDNative and ARVRInterfaceGDNative
2017-10-14update ARVRInterfaceGDNative to use API structKarroffel
2017-10-14Merge pull request #12092 from SaracenOne/request_frame_drawn_callbackJuan Linietsky
Expose 'request_frame_drawn_callback' to script.
2017-10-14Expose 'request_frame_drawn_callback' to script.Saracen
2017-10-14[GDNative] removed native_raw_callKarroffel
2017-10-14makerst: Fix support for module classesRémi Verschelde
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-14Merge pull request #12091 from hi-ogawa/fix-specular-schlick-ggxRémi Verschelde
Fix render mode specular schlick ggx
2017-10-14Merge pull request #12089 from Hinsbart/fix_doc_typosRémi Verschelde
[DOCS] Fix a few typos. [ci skip]
2017-10-14[DOCS] Fix a few typos.Andreas Haas
2017-10-14Fix render mode specular schlick ggxHiroshi Ogawa
2017-10-14[DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵Olli Markkanen
(#12081)
2017-10-14Merge pull request #12059 from AntiSC2/masterRémi Verschelde
Added error dialog when failing to export project
2017-10-14Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)Indah Sylvia
2017-10-14Merge pull request #12072 from ComancheAk/fix-alpha-border-bugfixGilles Roudiere
Fix Alpha Border bugfix
2017-10-14Merge pull request #12079 from djrm/pr_visual_improvementsGilles Roudiere
Added and improved some missing icons, plus some other visual fixes.
2017-10-14Merge pull request #12080 from djrm/pr_new_splashRémi Verschelde
New splash screen.
2017-10-14Merge pull request #12078 from Nallebeorn/documentationRémi Verschelde
[DOCS] Small edits to ConfigFile docs. [ci skip]