aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_class_wrapper.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-17SCons: Disable server platform as it does not buildRémi Verschelde1-0/+3
See #8361. [ci skip]
2017-10-16Fix formatting of debug log overflowPedro J. Estébanez1-4/+8
Fixes #12087.
2017-10-16Fix crash in shader parsingPedro J. Estébanez1-0/+2
...that would happen if incorrect syntax was found just after an opening square bracket. Fixes #12046.
2017-10-16[Nativescript] fix crash when loading a library with missing ↵Emmanuel Leblond1-6/+12
godot_nativescript_init
2017-10-16Sign iOS dylibs before packagingRuslan Mustakov2-14/+14
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-16Avoid adding built-in script path to csprojIgnacio Etcheverry1-6/+9
2017-10-16Improve signature of signal target generated functionIgnacio Etcheverry4-34/+108
2017-10-16Re-write SignalAwaiter implementationIgnacio Etcheverry7-57/+97
Old implementation had issues where you could only await on the same signal of the same source once.
2017-10-15[DOCS] documented and edited Particles2DKaukamieli1-5/+7
2017-10-15[DOCS] Various VisualScript* nodesChris Bradfield7-2/+41
2017-10-15[DOCS] Document GridMapDavid Saltares1-0/+26
[ci skip]
2017-10-15[DOCS] Update 12 VisualScript* nodesChris Bradfield12-11/+98
2017-10-15export onBackPress for Android ModuleRamesh Ravone2-8/+10
2017-10-15Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵BastiaanOlij5-48/+12
registered automatically when a module loads
2017-10-15Fix deleting localization remap option.DimOkGamer1-1/+1
2017-10-15remove error message for optional NativeScript symbolsKarroffel1-4/+1
2017-10-15Add ability to type easing value for key transitionPedro J. Estébanez1-12/+22
2017-10-14Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez1-0/+1
2017-10-14mono: Request monosgen-2 explicitly via pkg-configRémi Verschelde1-1/+1
Prevents GC mismatch between mono binary and library, fixes #11916.
2017-10-14Fix animation not stopping after seeking to the endPedro J. Estébanez1-2/+2
2017-10-14Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵Grosskopf12-94/+521
also a minor bugfix in the 3D Pinjoint.
2017-10-14Gave a tooltip to the "In" logic nodeCédric Fuchs1-0/+1
2017-10-14keep display int if int rangeSuchaaver Chahal1-2/+2
2017-10-14Fixed help overview visibility, issue 12011 and 10407Paulb231-6/+6
2017-10-14update ARVRInterfaceGDNative to use API structKarroffel7-456/+145
2017-10-14Expose 'request_frame_drawn_callback' to script.Saracen2-0/+15
2017-10-14[GDNative] removed native_raw_callKarroffel8-204/+80
2017-10-14makerst: Fix support for module classesRémi Verschelde2-13/+9
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[DOCS] Fix a few typos.Andreas Haas28-44/+44
2017-10-14Fix render mode specular schlick ggxHiroshi Ogawa2-5/+4
2017-10-14[DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵Olli Markkanen1-7/+9
(#12081)
2017-10-14Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)Indah Sylvia1-1/+1
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij17-317/+1121
2017-10-13New splash screen.Daniel J. Ramirez2-1/+1
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez20-44/+44
2017-10-13Small edits to ConfigFile docs.Benjamin Larsson1-12/+19
2017-10-13Fix Alpha Border bugfixComanche_Ak1-0/+1
2017-10-13Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-nameJ08nY3-10/+10
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[DOCS] TouchScreenButtonDio1-0/+31
2017-10-13removed GDNativeClass doc from GDNative moduleKarroffel2-2/+2
2017-10-13EditorHelp: use '<' to show inheritancePoommetee Ketson1-1/+1
...making it consistent with official docs
2017-10-13VisualScript: add inverse_lerp & range_lerpPoommetee Ketson2-1/+49
2017-10-13Move GDNative docs into gdnative folderBastiaanOlij5-2/+6
2017-10-13Add .xml to .gitattributesBastiaan Olij1-0/+1
2017-10-13Remove junk outputRuslan Mustakov4-11/+2
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 descriptionsbrunosxs1-10/+16
2017-10-13Added error dialog when failing to export projectJakob Sinclair2-1/+12
Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-13Fixed issue #12019, which prevented the creation of new folders on Windows ↵Falk Moser1-1/+1
platform
2017-10-13Drop unusued LEGACYGL_ENABLED checkRémi Verschelde10-12/+12
[ci skip]
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez22-41/+46