aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use 'gio open' instead of deprecated xdg-open.feature/gio-openJ08nY2017-10-111-2/+7
|
* Merge pull request #12018 from ↵Gilles Roudiere2017-10-111-3/+1
|\ | | | | | | | | hi-ogawa/fix-animated-sprite-frame-property-slider Fix AnimatedSprite frame property slider in editor
| * Fix AnimatedSprite frame property slider in editorHiroshi Ogawa2017-10-111-3/+1
| |
* | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-119-15/+66
|\ \ | | | | | | Added 'exposed' field to ClassInfo for registered classes
| * | Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-092-15/+13
| | | | | | | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
| * | Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-097-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.
* | | Merge pull request #11958 from hi-ogawa/fix-shadow-map-front-faceGilles Roudiere2017-10-111-1/+2
|\ \ \ | |_|/ |/| | Fix front face definition
| * | Fix front face definitionHiroshi Ogawa2017-10-091-1/+2
| | |
* | | Merge pull request #11999 from Grosskopf/AudioServerAndStream-docsChris Bradfield2017-10-106-6/+55
|\ \ \ | | | | | | | | [DOCS] Updated AudioStream docs and added AudioServer docs
| * | | updated AudioStream docs and added AudioServer docsGrosskopf2017-10-116-6/+55
| | | |
* | | | Merge pull request #11945 from saltares/docs-osChris Bradfield2017-10-101-28/+56
|\ \ \ \ | | | | | | | | | | [DOCS] - Completes the docs for the OS class
| * | | | [DOCS] - Completes the docs for the OS classDavid Saltares2017-10-101-28/+56
| | | | |
* | | | | Merge pull request #11942 from saltares/docs-engineChris Bradfield2017-10-101-5/+14
|\ \ \ \ \ | | | | | | | | | | | | [DOCS] - Complete Engine docs
| * | | | | [DOCS] - Complete Engine docsDavid Saltares2017-10-101-5/+14
| | | | | |
* | | | | | Merge pull request #11959 from hi-ogawa/fix-shadow-atlas-invalidationAndreas Haas2017-10-101-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Track LightInstance::shadow_atlases so that it will be freed properly
| * | | | | | Track LightInstance::shadow_atlases so that it will be freed properlyHiroshi Ogawa2017-10-091-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11971 from volzhs/freetype-2.8.1Andreas Haas2017-10-1079-1118/+2091
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update freetype to 2.8.1
| * | | | | | Update freetype to 2.8.1volzhs2017-10-1079-1118/+2091
| | | | | | |
* | | | | | | Merge pull request #11919 from Toizi/array_sort_refAndreas Haas2017-10-103-10/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Array::sort/invert now return reference to Array
| * | | | | | | Array::sort, sort_custom and invert now return reference to Array to allow ↵Marius Guggenmos2017-10-093-10/+19
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | chaining of operations
* | | | | | | Merge pull request #11775 from endragor/android-keyboard-inputAndreas Haas2017-10-102-106/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve input handling on Android
| * | | | | | | Improve input handling on AndroidRuslan Mustakov2017-10-042-106/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dispatch input immediately as it comes, instead of delaying it to the next step(). - Fix text box input handling when caret is at the middle of the text. - Minimize queueEvent calls on Java side.
* | | | | | | | Merge pull request #12000 from neikeq/fIgnacio Etcheverry2017-10-101-6/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix wrong array index
| * | | | | | | | Fix wrong array indexIgnacio Etcheverry2017-10-101-6/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #11987 from endragor/define-va-copyIgnacio Etcheverry2017-10-101-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Define va_copy with --std=c++03 (fixes #11979)
| * | | | | | | Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
| | | | | | | |
* | | | | | | | Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry2017-10-102-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix getting struct elements from MonoArray * Revert undesired change
* | | | | | | | Merge pull request #11921 from mhilbrunner/docs-tree-treeitemChris Bradfield2017-10-092-31/+100
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [DOCS] Document Tree & TreeItem
| * | | | | | | | [DOCS] Document Treemhilbrunner2017-10-092-31/+100
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11019 from poke1024/refactor-polygon-v2Gilles Roudiere2017-10-098-1378/+877
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Refactoring of polygon editors to a common code base (v2)
| * | | | | | | Refactoring of polygon editors to a common code baseBernhard Liebl2017-10-038-1378/+877
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74
* | | | | | | | Merge pull request #11965 from SaracenOne/navgen_fixRémi Verschelde2017-10-091-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navmesh Generation Fix [ci skip]
| * | | | | | | | Fix bug in navmesh generation when using meshes with multipleSaracen2017-10-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | surfaces.
* | | | | | | | | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde2017-10-093-2/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Consistant scroll when using members overview, issue 11648
| * | | | | | | | | Consistant scroll when using members overview, issue 11648Paulb232017-10-083-2/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11926 from RameshRavone/patch-11Rémi Verschelde2017-10-093-0/+16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flatDir support [Android] (Master) [ci skip]
| * | | | | | | | | flatDir support [Android]Ramesh Ravone2017-10-073-0/+16
| |/ / / / / / / /
* | | | | | | | | Merge pull request #11922 from Toizi/editor_double_escapeRémi Verschelde2017-10-091-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed double escape for quotes in generated about files [ci skip]
| * | | | | | | | | fixed double escape for quotes in editor/SCsubMarius Guggenmos2017-10-071-4/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11915 from marcelofg55/desc_animation_errorsRémi Verschelde2017-10-091-8/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added a name/path description when there is an error in the Animation Track
| * | | | | | | | | | Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez2017-10-071-8/+8
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #11908 from mhilbrunner/docstatus-flagerrorRémi Verschelde2017-10-091-12/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc_status.py: Error message for unknown CLI flag, shebang change [ci skip]
| * | | | | | | | | | doc_status.py: Error message for unknown CLI flag, switch shebang to pythonmhilbrunner2017-10-071-12/+16
| |/ / / / / / / / /
* | | / / / / / / / Apply a few recent chages in Quat and Basis to their respective Mono ↵Ferenc Arn2017-10-093-19/+70
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | counterparts. (#11899)
* | | | | | | | | Merge pull request #11950 from sheepandshepherd/gdnative_property_indexThomas Herzog2017-10-091-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Include property index in GDNative class API
| * | | | | | | | | Include property index in GDNative class APIsheepandshepherd2017-10-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by properties that share set/get functions. Fixes #10329.
* | | | | | | | | | Added VisualScript* descriptionsChris Bradfield2017-10-094-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | [DOCS] Review and improve 17 classes (#11890)Jérôme GULLY2017-10-0917-89/+120
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11887 from Hinsbart/vs_crash_get_nodeRémi Verschelde2017-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualScript: Fix crash with get_node(). [ci skip]
| * | | | | | | | | | VisualScript: Fix crash with get_node().Andreas Haas2017-10-061-1/+1
| | | | | | | | | | |