summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-0519-48/+81
* Merge pull request #11845 from neikeq/music-is-overratedIgnacio Etcheverry2017-10-056-28/+111
|\
| * Uninitialized local and domain finalize fixesIgnacio Etcheverry2017-10-051-1/+6
| * Add C# script to csproj when attaching it to an objectIgnacio Etcheverry2017-10-053-18/+50
| * Add alternative search locations for msbuildIgnacio Etcheverry2017-10-052-9/+55
* | Merge pull request #11858 from J08nY/feature/gridmap-used-cellsAndreas Haas2017-10-052-0/+17
|\ \
| * | Add GridMap::get_used_cells. Fixes #11857.J08nY2017-10-052-0/+17
* | | Merge pull request #11840 from djrm/pr_fix_drive_selectionGilles Roudiere2017-10-051-0/+1
|\ \ \
| * | | Match file dialog drive with the current folder.Daniel J. Ramirez2017-10-041-0/+1
* | | | Merge pull request #11828 from Jerome67000/regexmatch_docPoommetee Ketson2017-10-052-8/+12
|\ \ \ \
| * | | | [DOCS] Adds RegExMatch doc and RegEx fix typoJerome670002017-10-042-8/+12
* | | | | Merge pull request #11812 from NathanWarden/fix_validate_sslGilles Roudiere2017-10-041-1/+1
|\ \ \ \ \
| * | | | | Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden2017-10-031-1/+1
* | | | | | Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-0414-3/+114
|\ \ \ \ \ \
| * | | | | | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-0414-3/+114
* | | | | | | Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam2017-10-043-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Add function set_stream_position to VideoPlayerTerah2017-10-043-0/+17
* | | | | | | | Restored normal bias as default bias in GIProbeJuan Linietsky2017-10-041-2/+2
* | | | | | | | Merge pull request #11825 from hi-ogawa/fix-giprobe-light-visibilityGilles Roudiere2017-10-042-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix GIProbe light visibilityHiroshi Ogawa2017-10-042-3/+8
* | | | | | | | | Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog2017-10-041-2/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | [GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...Emmanuel Leblond2017-10-041-0/+2
| * | | | | | | | [GDnative] add api version field to godot_gdnative_api_structEmmanuel Leblond2017-10-031-2/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #11802 from mhilbrunner/docstatus-todo-filterJulian Murgia2017-10-041-0/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner2017-10-031-0/+15
* | | | | | | | Merge pull request #11815 from karroffel/gdnative-s-o-p-wrapperThomas Herzog2017-10-034-54/+71
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | [GDNative] added API struct wrapper generatorKarroffel2017-10-034-54/+71
| | |_|_|/ / / | |/| | | | |
* | | | | | | Avoid failed viewport when size is too smal, fixes #9891Juan Linietsky2017-10-031-5/+5
* | | | | | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-039-4/+38
|/ / / / / /
* | | | | | Merge pull request #11789 from djrm/pr_visual_improvementsAndreas Haas2017-10-039-98/+194
|\ \ \ \ \ \
| * | | | | | VS now supports white themes.Daniel J. Ramirez2017-10-026-75/+146
| * | | | | | Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-024-23/+48
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11793 from NathanWarden/updated_os_docNathan Lovato2017-10-031-0/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Updated some documentation for the OS class.Nathan Warden2017-10-031-0/+7
| |/ / / /
* | | | | Merge pull request #11790 from tagcup/shader_cleanupJuan Linietsky2017-10-031-74/+75
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Various clean ups and cosmetic changes in scene.glsl.Ferenc Arn2017-10-031-74/+75
| |/ / /
* | | | Merge pull request #11792 from touilleMan/gdnative-json-apiThomas Herzog2017-10-035-734/+4586
|\ \ \ \
| * | | | [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-035-734/+4586
| |/ / /
* | | | Merge pull request #11791 from djrm/pr_update_gitignoreHein-Pieter van Braam2017-10-031-0/+1
|\ \ \ \
| * | | | Added logs to .gitignoreDaniel J. Ramirez2017-10-021-0/+1
* | | | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-037-14/+45
|\ \ \ \ \
| * | | | | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-027-14/+45
* | | | | | Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-0316-3/+210
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Document some of the VisualScript classes.Bojidar Marinov2017-10-0316-3/+210
* | | | | | Merge pull request #11660 from toger5/additional_spacing_1_as_defaultAndreas Haas2017-10-031-3/+9
|\ \ \ \ \ \
| * | | | | | added spacing to tabstoger52017-10-031-3/+9
|/ / / / / /
* | | | | | Merge pull request #11770 from Noshyaar/pr-เน“Andreas Haas2017-10-032-14/+14
|\ \ \ \ \ \
| * | | | | | CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-032-14/+14
* | | | | | | Merge pull request #11739 from neikeq/tengo-el-monoAndreas Haas2017-10-0393-7/+19628
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix SConstruct check for config.is_enabled()Ignacio Etcheverry2017-10-031-7/+6