aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Consistant scroll when using members overview, issue 11648Paulb232017-10-083-2/+14
* Merge pull request #11904 from N0hbdy/masterRémi Verschelde2017-10-071-1/+1
|\
| * Fix python 3 build in osx-specific platformN0hbdy2017-10-071-1/+1
* | Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde2017-10-073-12/+35
|\ \ | |/ |/|
| * Fix Python 3 buildMatthias Hoelzl2017-10-043-12/+35
* | Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry2017-10-072-1/+5
|\ \
| * | Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry2017-10-072-1/+5
* | | Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry2017-10-071-0/+25
|\| |
| * | Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry2017-10-071-0/+25
* | | Merge pull request #11849 from cart/mono_parent_fieldsIgnacio Etcheverry2017-10-061-22/+31
|\ \ \
| * | | get parent class fields when updating a CSharpScript's exportsCarter Anderson2017-10-051-22/+31
* | | | Merge pull request #11881 from Noshyaar/pr-esAndreas Haas2017-10-061-2/+0
|\ \ \ \
| * | | | EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson2017-10-061-2/+0
|/ / / /
* | | | Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon2017-10-061-4/+0
* | | | Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas2017-10-062-5/+10
|\ \ \ \
| * | | | Fixes the pre drag rect not drawn correctlyGilles Roudiere2017-10-032-5/+10
* | | | | Merge pull request #11853 from endragor/long-string-loggingAndreas Haas2017-10-061-1/+4
|\ \ \ \ \
| * | | | | Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
* | | | | | Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfixAndreas Haas2017-10-061-1/+6
|\ \ \ \ \ \
| * | | | | | Fix crash when a custom theme can't be loadedMarcelo Fernandez2017-10-051-1/+6
* | | | | | | Merge pull request #11854 from endragor/fix-few-classdb-defsAndreas Haas2017-10-063-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov2017-10-053-3/+3
* | | | | | | | Merge pull request #11687 from BastiaanOlij/arvr_changesAndreas Haas2017-10-0617-113/+538
|\ \ \ \ \ \ \ \
| * | | | | | | | Made a few tweaks to the interfaceBastiaanOlij2017-10-0617-113/+538
|/ / / / / / / /
* | | | | | | | Merge pull request #11871 from tagcup/fix_buildRémi Verschelde2017-10-062-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fix mono enabled builds (broken by 3d87b70).Ferenc Arn2017-10-052-4/+4
|/ / / / / / /
* | / / / / / Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky2017-10-052-1/+4
| |/ / / / / |/| | | | |
* | | | | | 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-27/+110
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | 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-8/+54
* | | | | | Merge pull request #11858 from J08nY/feature/gridmap-used-cellsAndreas Haas2017-10-052-0/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add GridMap::get_used_cells. Fixes #11857.feature/gridmap-used-cellsJ08nY2017-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
| | |_|_|/ / / / | |/| | | | | |