| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Consistant scroll when using members overview, issue 11648 | Paulb23 | 2017-10-08 | 3 | -2/+14 |
| * | Merge pull request #11904 from N0hbdy/master | Rémi Verschelde | 2017-10-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix python 3 build in osx-specific platform | N0hbdy | 2017-10-07 | 1 | -1/+1 |
| * | | Merge pull request #11843 from hoelzl/pr-python3-build | Rémi Verschelde | 2017-10-07 | 3 | -12/+35 |
| |\ \ | |/ |/| | |||||
| | * | Fix Python 3 build | Matthias Hoelzl | 2017-10-04 | 3 | -12/+35 |
| * | | Merge pull request #11896 from neikeq/pr-issue-11892 | Ignacio Etcheverry | 2017-10-07 | 2 | -1/+5 |
| |\ \ | |||||
| | * | | Quote MSBuild arguments. Fixes #11892 | Ignacio Etcheverry | 2017-10-07 | 2 | -1/+5 |
| * | | | Merge pull request #11894 from neikeq/pr-issue-11834 | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+25 |
| |\| | | |||||
| | * | | Mono: Make sure editor thread is attached on script reload | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+25 |
| * | | | Merge pull request #11849 from cart/mono_parent_fields | Ignacio Etcheverry | 2017-10-06 | 1 | -22/+31 |
| |\ \ \ | |||||
| | * | | | get parent class fields when updating a CSharpScript's exports | Carter Anderson | 2017-10-05 | 1 | -22/+31 |
| * | | | | Merge pull request #11881 from Noshyaar/pr-es | Andreas Haas | 2017-10-06 | 1 | -2/+0 |
| |\ \ \ \ | |||||
| | * | | | | EditorSettings: remove duplicate set_favorite_dirs | Poommetee Ketson | 2017-10-06 | 1 | -2/+0 |
| |/ / / / | |||||
| * | | | | Fix LINK/UNLINK console spam with navmeshes | Bartłomiej T. Listwon | 2017-10-06 | 1 | -4/+0 |
| * | | | | Merge pull request #11814 from groud/fix_draw_pre_drag_rect | Andreas Haas | 2017-10-06 | 2 | -5/+10 |
| |\ \ \ \ | |||||
| | * | | | | Fixes the pre drag rect not drawn correctly | Gilles Roudiere | 2017-10-03 | 2 | -5/+10 |
| * | | | | | Merge pull request #11853 from endragor/long-string-logging | Andreas Haas | 2017-10-06 | 1 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix logging of long strings via RotatedFileLogger | Ruslan Mustakov | 2017-10-05 | 1 | -1/+4 |
| * | | | | | | Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfix | Andreas Haas | 2017-10-06 | 1 | -1/+6 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix crash when a custom theme can't be loaded | Marcelo Fernandez | 2017-10-05 | 1 | -1/+6 |
| * | | | | | | | Merge pull request #11854 from endragor/fix-few-classdb-defs | Andreas Haas | 2017-10-06 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov | 2017-10-05 | 3 | -3/+3 |
| * | | | | | | | | Merge pull request #11687 from BastiaanOlij/arvr_changes | Andreas Haas | 2017-10-06 | 17 | -113/+538 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Made a few tweaks to the interface | BastiaanOlij | 2017-10-06 | 17 | -113/+538 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #11871 from tagcup/fix_build | Rémi Verschelde | 2017-10-06 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| | * | | | | | | | Fix mono enabled builds (broken by 3d87b70). | Ferenc Arn | 2017-10-05 | 2 | -4/+4 |
| |/ / / / / / / | |||||
| * | / / / / / | Make sure to obey hidpi to off by default, as present in project settings. Se... | Juan Linietsky | 2017-10-05 | 2 | -1/+4 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Added the set/get_setting function in Editor/Project settings. Renamed has() ... | Juan Linietsky | 2017-10-05 | 19 | -48/+81 |
| * | | | | | | Merge pull request #11845 from neikeq/music-is-overrated | Ignacio Etcheverry | 2017-10-05 | 6 | -27/+110 |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | | Uninitialized local and domain finalize fixes | Ignacio Etcheverry | 2017-10-05 | 1 | -1/+6 |
| | * | | | | | Add C# script to csproj when attaching it to an object | Ignacio Etcheverry | 2017-10-05 | 3 | -18/+50 |
| | * | | | | | Add alternative search locations for msbuild | Ignacio Etcheverry | 2017-10-05 | 2 | -8/+54 |
| * | | | | | | Merge pull request #11858 from J08nY/feature/gridmap-used-cells | Andreas Haas | 2017-10-05 | 2 | -0/+17 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Add GridMap::get_used_cells. Fixes #11857.feature/gridmap-used-cells | J08nY | 2017-10-05 | 2 | -0/+17 |
| * | | | | | | Merge pull request #11840 from djrm/pr_fix_drive_selection | Gilles Roudiere | 2017-10-05 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Match file dialog drive with the current folder. | Daniel J. Ramirez | 2017-10-04 | 1 | -0/+1 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #11828 from Jerome67000/regexmatch_doc | Poommetee Ketson | 2017-10-05 | 2 | -8/+12 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | [DOCS] Adds RegExMatch doc and RegEx fix typo | Jerome67000 | 2017-10-04 | 2 | -8/+12 |
| * | | | | | | Merge pull request #11812 from NathanWarden/fix_validate_ssl | Gilles Roudiere | 2017-10-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fixed a bug where ssl would force validation even though you told it not to. | Nathan Warden | 2017-10-03 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #11823 from endragor/virtual-keyboard-height | Gilles Roudiere | 2017-10-04 | 14 | -3/+114 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Allow to obtain virtual keyboard height | Ruslan Mustakov | 2017-10-04 | 14 | -3/+114 |
| * | | | | | | | | Merge pull request #11816 from terahxluna/video_player_set_stream_position | Hein-Pieter van Braam | 2017-10-04 | 3 | -0/+17 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add function set_stream_position to VideoPlayer | Terah | 2017-10-04 | 3 | -0/+17 |
| * | | | | | | | | | Restored normal bias as default bias in GIProbe | Juan Linietsky | 2017-10-04 | 1 | -2/+2 |
| * | | | | | | | | | Merge pull request #11825 from hi-ogawa/fix-giprobe-light-visibility | Gilles Roudiere | 2017-10-04 | 2 | -3/+8 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| | * | | | | | | | | Fix GIProbe light visibility | Hiroshi Ogawa | 2017-10-04 | 2 | -3/+8 |
| * | | | | | | | | | Merge pull request #11806 from touilleMan/gdnative-version-field | Thomas Herzog | 2017-10-04 | 1 | -2/+7 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| | * | | | | | | | | [GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul... | Emmanuel Leblond | 2017-10-04 | 1 | -0/+2 |
| | * | | | | | | | | [GDnative] add api version field to godot_gdnative_api_struct | Emmanuel Leblond | 2017-10-03 | 1 | -2/+5 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
