aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use 'gio open' instead of deprecated xdg-open.feature/gio-openJ08nY2017-10-111-2/+7
* Merge pull request #12018 from hi-ogawa/fix-animated-sprite-frame-property-sl...Gilles Roudiere2017-10-111-3/+1
|\
| * Fix AnimatedSprite frame property slider in editorHiroshi Ogawa2017-10-111-3/+1
* | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-119-15/+66
|\ \
| * | Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-092-15/+13
| * | Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-097-0/+53
* | | Merge pull request #11958 from hi-ogawa/fix-shadow-map-front-faceGilles Roudiere2017-10-111-1/+2
|\ \ \ | |_|/ |/| |
| * | Fix front face definitionHiroshi Ogawa2017-10-091-1/+2
* | | Merge pull request #11999 from Grosskopf/AudioServerAndStream-docsChris Bradfield2017-10-106-6/+55
|\ \ \
| * | | 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 classDavid Saltares2017-10-101-28/+56
* | | | | Merge pull request #11942 from saltares/docs-engineChris Bradfield2017-10-101-5/+14
|\ \ \ \ \
| * | | | | [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 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.1volzhs2017-10-1079-1118/+2091
* | | | | | | Merge pull request #11919 from Toizi/array_sort_refAndreas Haas2017-10-103-10/+19
|\ \ \ \ \ \ \
| * | | | | | | Array::sort, sort_custom and invert now return reference to Array to allow ch...Marius Guggenmos2017-10-093-10/+19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #11775 from endragor/android-keyboard-inputAndreas Haas2017-10-102-106/+30
|\ \ \ \ \ \ \
| * | | | | | | Improve input handling on AndroidRuslan Mustakov2017-10-042-106/+30
* | | | | | | | Merge pull request #12000 from neikeq/fIgnacio Etcheverry2017-10-101-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | 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)Ruslan Mustakov2017-10-101-0/+11
* | | | | | | | Fix getting struct elements from MonoArray (#11978)Ignacio Etcheverry2017-10-102-4/+5
* | | | | | | | Merge pull request #11921 from mhilbrunner/docs-tree-treeitemChris Bradfield2017-10-092-31/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | [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 baseBernhard Liebl2017-10-038-1378/+877
* | | | | | | | Merge pull request #11965 from SaracenOne/navgen_fixRémi Verschelde2017-10-091-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug in navmesh generation when using meshes with multipleSaracen2017-10-091-1/+3
* | | | | | | | | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde2017-10-093-2/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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]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 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 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, switch shebang to pythonmhilbrunner2017-10-071-12/+16
| |/ / / / / / / / /
* | | / / / / / / / Apply a few recent chages in Quat and Basis to their respective Mono counterp...Ferenc Arn2017-10-093-19/+70
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #11950 from sheepandshepherd/gdnative_property_indexThomas Herzog2017-10-091-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Include property index in GDNative class APIsheepandshepherd2017-10-081-1/+5
* | | | | | | | | | Added VisualScript* descriptionsChris Bradfield2017-10-094-5/+26
* | | | | | | | | | [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().Andreas Haas2017-10-061-1/+1