summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15remove error message for optional NativeScript symbolsKarroffel
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]
2017-10-14Merge pull request #11937 from BastiaanOlij/arvr_fix_gdnativeBastiaan Olij
Redoing the ARVR GDNative interface as module and tighter implementation
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij
2017-10-13New splash screen.Daniel J. Ramirez
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-13Small edits to ConfigFile docs.Benjamin Larsson
2017-10-13Fix Alpha Border bugfixComanche_Ak
2017-10-13Merge pull request #12004 from diowonderland/docs-touchscreenbuttonChris Bradfield
[DOCS] TouchScreenButton
2017-10-13Merge pull request #12055 from brunosxs/tabcontainerChris Bradfield
[DOCS] TabContainer class descriptions
2017-10-13[DOCS] TouchScreenButtonDio
2017-10-13Merge pull request #12071 from karroffel/gdnativeclass-gdscriptRémi Verschelde
removed GDNativeClass doc from GDNative module [ci skip]
2017-10-13Merge pull request #12070 from Noshyaar/pr-ehRémi Verschelde
EditorHelp: use '<' to show inheritance [ci skip]
2017-10-13removed GDNativeClass doc from GDNative moduleKarroffel
2017-10-13EditorHelp: use '<' to show inheritancePoommetee Ketson
...making it consistent with official docs
2017-10-13Merge pull request #12027 from marcelofg55/collision_crashfixRémi Verschelde
Prevent a possible crash at collision_object_2d_sw.h
2017-10-13Merge pull request #12068 from BastiaanOlij/gdnative_move_docsRémi Verschelde
Move GDNative docs into gdnative folder [ci skip]
2017-10-13Move GDNative docs into gdnative folderBastiaanOlij
2017-10-13Merge pull request #12067 from BastiaanOlij/add_xml_to_gitattributesRémi Verschelde
Add .xml to .gitattributes [ci skip]
2017-10-13Add .xml to .gitattributesBastiaan Olij
2017-10-13Merge pull request #12064 from endragor/junk-logsRémi Verschelde
Remove junk output [ci skip]
2017-10-13Merge pull request #12057 from djrm/pr_visual_improvementsRémi Verschelde
Added and improved some icons, plus some other minor visual fixes.
2017-10-13Remove junk outputRuslan Mustakov
Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs.
2017-10-12[DOCS] TabContainer class descriptionsbrunosxs
2017-10-12Merge pull request #12005 from diowonderland/docs-bitmapfontChris Bradfield
[DOCS] BitmapFont
2017-10-12Merge pull request #12007 from diowonderland/docs-dynamicfontdataChris Bradfield
[DOCS] DynamicFontData
2017-10-13Added error dialog when failing to export projectJakob Sinclair
Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-13Drop unusued LEGACYGL_ENABLED checkRémi Verschelde
[ci skip]
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez