| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use 'gio open' instead of deprecated xdg-open.feature/gio-open | J08nY | 2017-10-11 | 1 | -2/+7 |
| | | |||||
| * | Merge pull request #12018 from ↵ | Gilles Roudiere | 2017-10-11 | 1 | -3/+1 |
| |\ | | | | | | | | | hi-ogawa/fix-animated-sprite-frame-property-slider Fix AnimatedSprite frame property slider in editor | ||||
| | * | Fix AnimatedSprite frame property slider in editor | Hiroshi Ogawa | 2017-10-11 | 1 | -3/+1 |
| | | | |||||
| * | | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | 2017-10-11 | 9 | -15/+66 |
| |\ \ | | | | | | | Added 'exposed' field to ClassInfo for registered classes | ||||
| | * | | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | 2017-10-09 | 2 | -15/+13 |
| | | | | | | | | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | ||||
| | * | | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry | 2017-10-09 | 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. | ||||
| * | | | Merge pull request #11958 from hi-ogawa/fix-shadow-map-front-face | Gilles Roudiere | 2017-10-11 | 1 | -1/+2 |
| |\ \ \ | |_|/ |/| | | Fix front face definition | ||||
| | * | | Fix front face definition | Hiroshi Ogawa | 2017-10-09 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #11999 from Grosskopf/AudioServerAndStream-docs | Chris Bradfield | 2017-10-10 | 6 | -6/+55 |
| |\ \ \ | | | | | | | | | [DOCS] Updated AudioStream docs and added AudioServer docs | ||||
| | * | | | updated AudioStream docs and added AudioServer docs | Grosskopf | 2017-10-11 | 6 | -6/+55 |
| | | | | | |||||
| * | | | | Merge pull request #11945 from saltares/docs-os | Chris Bradfield | 2017-10-10 | 1 | -28/+56 |
| |\ \ \ \ | | | | | | | | | | | [DOCS] - Completes the docs for the OS class | ||||
| | * | | | | [DOCS] - Completes the docs for the OS class | David Saltares | 2017-10-10 | 1 | -28/+56 |
| | | | | | | |||||
| * | | | | | Merge pull request #11942 from saltares/docs-engine | Chris Bradfield | 2017-10-10 | 1 | -5/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | [DOCS] - Complete Engine docs | ||||
| | * | | | | | [DOCS] - Complete Engine docs | David Saltares | 2017-10-10 | 1 | -5/+14 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #11959 from hi-ogawa/fix-shadow-atlas-invalidation | Andreas Haas | 2017-10-10 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Track LightInstance::shadow_atlases so that it will be freed properly | ||||
| | * | | | | | | Track LightInstance::shadow_atlases so that it will be freed properly | Hiroshi Ogawa | 2017-10-09 | 1 | -0/+2 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #11971 from volzhs/freetype-2.8.1 | Andreas Haas | 2017-10-10 | 79 | -1118/+2091 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update freetype to 2.8.1 | ||||
| | * | | | | | | Update freetype to 2.8.1 | volzhs | 2017-10-10 | 79 | -1118/+2091 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #11919 from Toizi/array_sort_ref | Andreas Haas | 2017-10-10 | 3 | -10/+19 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Array::sort/invert now return reference to Array | ||||
| | * | | | | | | | Array::sort, sort_custom and invert now return reference to Array to allow ↵ | Marius Guggenmos | 2017-10-09 | 3 | -10/+19 |
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | chaining of operations | ||||
| * | | | | | | | Merge pull request #11775 from endragor/android-keyboard-input | Andreas Haas | 2017-10-10 | 2 | -106/+30 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve input handling on Android | ||||
| | * | | | | | | | Improve input handling on Android | Ruslan Mustakov | 2017-10-04 | 2 | -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/f | Ignacio Etcheverry | 2017-10-10 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix wrong array index | ||||
| | * | | | | | | | | Fix wrong array index | Ignacio Etcheverry | 2017-10-10 | 1 | -6/+6 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #11987 from endragor/define-va-copy | Ignacio Etcheverry | 2017-10-10 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Define va_copy with --std=c++03 (fixes #11979) | ||||
| | * | | | | | | | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | 2017-10-10 | 1 | -0/+11 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix getting struct elements from MonoArray (#11978) | Ignacio Etcheverry | 2017-10-10 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix getting struct elements from MonoArray * Revert undesired change | ||||
| * | | | | | | | | Merge pull request #11921 from mhilbrunner/docs-tree-treeitem | Chris Bradfield | 2017-10-09 | 2 | -31/+100 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [DOCS] Document Tree & TreeItem | ||||
| | * | | | | | | | | [DOCS] Document Tree | mhilbrunner | 2017-10-09 | 2 | -31/+100 |
| | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #11019 from poke1024/refactor-polygon-v2 | Gilles Roudiere | 2017-10-09 | 8 | -1378/+877 |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Refactoring of polygon editors to a common code base (v2) | ||||
| | * | | | | | | | Refactoring of polygon editors to a common code base | Bernhard Liebl | 2017-10-03 | 8 | -1378/+877 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74 | ||||
| * | | | | | | | | Merge pull request #11965 from SaracenOne/navgen_fix | Rémi Verschelde | 2017-10-09 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navmesh Generation Fix [ci skip] | ||||
| | * | | | | | | | | Fix bug in navmesh generation when using meshes with multiple | Saracen | 2017-10-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | surfaces. | ||||
| * | | | | | | | | | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648 | Rémi Verschelde | 2017-10-09 | 3 | -2/+14 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Consistant scroll when using members overview, issue 11648 | ||||
| | * | | | | | | | | | Consistant scroll when using members overview, issue 11648 | Paulb23 | 2017-10-08 | 3 | -2/+14 |
| | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #11926 from RameshRavone/patch-11 | Rémi Verschelde | 2017-10-09 | 3 | -0/+16 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flatDir support [Android] (Master) [ci skip] | ||||
| | * | | | | | | | | | flatDir support [Android] | Ramesh Ravone | 2017-10-07 | 3 | -0/+16 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #11922 from Toizi/editor_double_escape | Rémi Verschelde | 2017-10-09 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed double escape for quotes in generated about files [ci skip] | ||||
| | * | | | | | | | | | fixed double escape for quotes in editor/SCsub | Marius Guggenmos | 2017-10-07 | 1 | -4/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #11915 from marcelofg55/desc_animation_errors | Rémi Verschelde | 2017-10-09 | 1 | -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 Track | Marcelo Fernandez | 2017-10-07 | 1 | -8/+8 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #11908 from mhilbrunner/docstatus-flagerror | Rémi Verschelde | 2017-10-09 | 1 | -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 python | mhilbrunner | 2017-10-07 | 1 | -12/+16 |
| | |/ / / / / / / / / | |||||
| * | | / / / / / / / | Apply a few recent chages in Quat and Basis to their respective Mono ↵ | Ferenc Arn | 2017-10-09 | 3 | -19/+70 |
| | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | counterparts. (#11899) | ||||
| * | | | | | | | | | Merge pull request #11950 from sheepandshepherd/gdnative_property_index | Thomas Herzog | 2017-10-09 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Include property index in GDNative class API | ||||
| | * | | | | | | | | | Include property index in GDNative class API | sheepandshepherd | 2017-10-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by properties that share set/get functions. Fixes #10329. | ||||
| * | | | | | | | | | | Added VisualScript* descriptions | Chris Bradfield | 2017-10-09 | 4 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | | | | | | [DOCS] Review and improve 17 classes (#11890) | Jérôme GULLY | 2017-10-09 | 17 | -89/+120 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #11887 from Hinsbart/vs_crash_get_node | Rémi Verschelde | 2017-10-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualScript: Fix crash with get_node(). [ci skip] | ||||
| | * | | | | | | | | | | VisualScript: Fix crash with get_node(). | Andreas Haas | 2017-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
