| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-11 | Fix AnimatedSprite frame property slider in editor | Hiroshi Ogawa | 1 | -3/+1 | |
| 2017-10-11 | updated AudioStream docs and added AudioServer docs | Grosskopf | 6 | -6/+55 | |
| 2017-10-10 | [DOCS] - Completes the docs for the OS class | David Saltares | 1 | -28/+56 | |
| 2017-10-10 | [DOCS] - Complete Engine docs | David Saltares | 1 | -5/+14 | |
| 2017-10-10 | Fix wrong array index | Ignacio Etcheverry | 1 | -6/+6 | |
| 2017-10-10 | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | 1 | -0/+11 | |
| 2017-10-10 | Fix getting struct elements from MonoArray (#11978) | Ignacio Etcheverry | 2 | -4/+5 | |
| * Fix getting struct elements from MonoArray * Revert undesired change | |||||
| 2017-10-09 | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | 2 | -15/+13 | |
| - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | |||||
| 2017-10-09 | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry | 7 | -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 Tree | mhilbrunner | 2 | -31/+100 | |
| 2017-10-10 | Update freetype to 2.8.1 | volzhs | 79 | -1118/+2091 | |
| 2017-10-09 | Array::sort, sort_custom and invert now return reference to Array to allow ↵ | Marius Guggenmos | 3 | -10/+19 | |
| chaining of operations | |||||
| 2017-10-09 | Apply a few recent chages in Quat and Basis to their respective Mono ↵ | Ferenc Arn | 3 | -19/+70 | |
| counterparts. (#11899) | |||||
| 2017-10-09 | Fix bug in navmesh generation when using meshes with multiple | Saracen | 1 | -1/+3 | |
| surfaces. | |||||
| 2017-10-09 | Added VisualScript* descriptions | Chris Bradfield | 4 | -5/+26 | |
| [ci skip] | |||||
| 2017-10-09 | [DOCS] Review and improve 17 classes (#11890) | Jérôme GULLY | 17 | -89/+120 | |
| 2017-10-09 | Added documenation for Line2D | Unknown | 1 | -2/+24 | |
| [ci skip] | |||||
| 2017-10-09 | Fix trailing whitespaces in project settings header comment | Emmanuel Leblond | 1 | -2/+2 | |
| 2017-10-08 | A minor documentation typo fix. | authenticate | 1 | -1/+1 | |
| 2017-10-09 | Track LightInstance::shadow_atlases so that it will be freed properly | Hiroshi Ogawa | 1 | -0/+2 | |
| 2017-10-09 | Fix front face definition | Hiroshi Ogawa | 1 | -1/+2 | |
| 2017-10-09 | [GDnative] fix crash at cleanup time when singleton_gdnatives is not empty | Emmanuel Leblond | 1 | -0/+1 | |
| 2017-10-09 | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | 5 | -53/+31 | |
| - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | |||||
| 2017-10-08 | Include property index in GDNative class API | sheepandshepherd | 1 | -1/+5 | |
| Needed by properties that share set/get functions. Fixes #10329. | |||||
| 2017-10-08 | [DOCS] File Class method description | brunosxs | 1 | -13/+15 | |
| 2017-10-08 | [GDnatvie] improve wrapper code generation | Emmanuel Leblond | 1 | -5/+3 | |
| 2017-10-08 | Fix binary marshalling of Objects | Leon Krause | 1 | -1/+2 | |
| 2017-10-08 | Fix a typo in KinematicBody and KinematicBody2D. | Benjamin Larsson | 2 | -2/+2 | |
| 2017-10-08 | Add documentation for Performance. | Benjamin Larsson | 1 | -3/+36 | |
| 2017-10-08 | [GDnative] Add string_name api | Emmanuel Leblond | 6 | -0/+228 | |
| 2017-10-08 | Consistant scroll when using members overview, issue 11648 | Paulb23 | 3 | -2/+14 | |
| 2017-10-07 | Minor fixes to KinematicBody and KinematicBody2D | Benjamin Larsson | 2 | -8/+8 | |
| 2017-10-07 | [DOCS] Add descriptions to members of Camera2D | brunosxs | 1 | -0/+12 | |
| 2017-10-07 | Edit move_and_slide, it does a bit more than I first thought. | Benjamin Larsson | 2 | -2/+18 | |
| 2017-10-07 | Fixed an error in get_floor_velocity() docs | Benjamin Larsson | 1 | -1/+1 | |
| 2017-10-07 | Fix dot separated assembly names confused with file extensions | Ignacio Etcheverry | 2 | -5/+3 | |
| 2017-10-07 | fixed double escape for quotes in editor/SCsub | Marius Guggenmos | 1 | -4/+4 | |
| 2017-10-07 | [DOCS] BackBufferCopy: Document members | Dio | 1 | -4/+6 | |
| 2017-10-07 | Small changes to KinematicBody2D docs. | Benjamin Larsson | 1 | -5/+6 | |
| 2017-10-07 | Update KinematicBody2D docs. | Benjamin Larsson | 1 | -4/+17 | |
| 2017-10-07 | Store GDNative API in array instead of dictionary | sheepandshepherd | 2 | -672/+1334 | |
| 2017-10-07 | [DOCS] Camera documentation | mhilbrunner | 1 | -4/+27 | |
| 2017-10-07 | Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc. | Grosskopf | 5 | -14/+48 | |
| 2017-10-07 | [DOCS] Write TextureButton, review and finish TextureProgress | Nathan | 2 | -16/+39 | |
| 2017-10-07 | Added a name/path description when there is an error in the Animation Track | Marcelo Fernandez | 1 | -8/+8 | |
| 2017-10-07 | Fix Python 3 incompatibility in Mono build | Matthias Hoelzl | 1 | -2/+3 | |
| 2017-10-07 | doc_status.py: Error message for unknown CLI flag, switch shebang to python | mhilbrunner | 1 | -12/+16 | |
| 2017-10-07 | flatDir support [Android] | Ramesh Ravone | 3 | -0/+16 | |
| 2017-10-07 | Fix python 3 build in osx-specific platform | N0hbdy | 1 | -1/+1 | |
| 2017-10-07 | Fix sizeof wrong type | Ignacio Etcheverry | 1 | -1/+1 | |
