aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_bind.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-11Fix AnimatedSprite frame property slider in editorHiroshi Ogawa1-3/+1
2017-10-11updated AudioStream docs and added AudioServer docsGrosskopf6-6/+55
2017-10-10[DOCS] - Completes the docs for the OS classDavid Saltares1-28/+56
2017-10-10[DOCS] - Complete Engine docsDavid Saltares1-5/+14
2017-10-10Fix wrong array indexIgnacio Etcheverry1-6/+6
2017-10-10Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov1-0/+11
2017-10-10 Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry2-4/+5
* Fix getting struct elements from MonoArray * Revert undesired change
2017-10-09Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2-15/+13
- BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
2017-10-09Adds 'exposed' field to ClassInfoIgnacio Etcheverry7-0/+53
This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed.
2017-10-09[DOCS] Document Treemhilbrunner2-31/+100
2017-10-10Update freetype to 2.8.1volzhs79-1118/+2091
2017-10-09Array::sort, sort_custom and invert now return reference to Array to allow ↵Marius Guggenmos3-10/+19
chaining of operations
2017-10-09Apply a few recent chages in Quat and Basis to their respective Mono ↵Ferenc Arn3-19/+70
counterparts. (#11899)
2017-10-09Fix bug in navmesh generation when using meshes with multipleSaracen1-1/+3
surfaces.
2017-10-09Added VisualScript* descriptionsChris Bradfield4-5/+26
[ci skip]
2017-10-09[DOCS] Review and improve 17 classes (#11890)Jérôme GULLY17-89/+120
2017-10-09Added documenation for Line2DUnknown1-2/+24
[ci skip]
2017-10-09Fix trailing whitespaces in project settings header commentEmmanuel Leblond1-2/+2
2017-10-08A minor documentation typo fix.authenticate1-1/+1
2017-10-09Track LightInstance::shadow_atlases so that it will be freed properlyHiroshi Ogawa1-0/+2
2017-10-09Fix front face definitionHiroshi Ogawa1-1/+2
2017-10-09[GDnative] fix crash at cleanup time when singleton_gdnatives is not emptyEmmanuel Leblond1-0/+1
2017-10-09Fixed IntPtr unboxing (#11949)Ignacio Etcheverry5-53/+31
- Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
2017-10-08Include property index in GDNative class APIsheepandshepherd1-1/+5
Needed by properties that share set/get functions. Fixes #10329.
2017-10-08[DOCS] File Class method descriptionbrunosxs1-13/+15
2017-10-08[GDnatvie] improve wrapper code generationEmmanuel Leblond1-5/+3
2017-10-08Fix binary marshalling of ObjectsLeon Krause1-1/+2
2017-10-08Fix a typo in KinematicBody and KinematicBody2D.Benjamin Larsson2-2/+2
2017-10-08Add documentation for Performance.Benjamin Larsson1-3/+36
2017-10-08[GDnative] Add string_name apiEmmanuel Leblond6-0/+228
2017-10-08Consistant scroll when using members overview, issue 11648Paulb233-2/+14
2017-10-07Minor fixes to KinematicBody and KinematicBody2DBenjamin Larsson2-8/+8
2017-10-07[DOCS] Add descriptions to members of Camera2Dbrunosxs1-0/+12
2017-10-07Edit move_and_slide, it does a bit more than I first thought.Benjamin Larsson2-2/+18
2017-10-07Fixed an error in get_floor_velocity() docsBenjamin Larsson1-1/+1
2017-10-07Fix dot separated assembly names confused with file extensionsIgnacio Etcheverry2-5/+3
2017-10-07fixed double escape for quotes in editor/SCsubMarius Guggenmos1-4/+4
2017-10-07[DOCS] BackBufferCopy: Document membersDio1-4/+6
2017-10-07Small changes to KinematicBody2D docs.Benjamin Larsson1-5/+6
2017-10-07Update KinematicBody2D docs.Benjamin Larsson1-4/+17
2017-10-07Store GDNative API in array instead of dictionarysheepandshepherd2-672/+1334
2017-10-07[DOCS] Camera documentationmhilbrunner1-4/+27
2017-10-07Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc.Grosskopf5-14/+48
2017-10-07[DOCS] Write TextureButton, review and finish TextureProgressNathan2-16/+39
2017-10-07Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez1-8/+8
2017-10-07Fix Python 3 incompatibility in Mono buildMatthias Hoelzl1-2/+3
2017-10-07doc_status.py: Error message for unknown CLI flag, switch shebang to pythonmhilbrunner1-12/+16
2017-10-07flatDir support [Android]Ramesh Ravone3-0/+16
2017-10-07Fix python 3 build in osx-specific platformN0hbdy1-1/+1
2017-10-07Fix sizeof wrong typeIgnacio Etcheverry1-1/+1