summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-07[DOCS] Write TextureButton, review and finish TextureProgressNathan
2017-10-07Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry
2017-10-07Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry
2017-10-07Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry
2017-10-07Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry
2017-10-06Merge pull request #11849 from cart/mono_parent_fieldsIgnacio Etcheverry
2017-10-06Merge pull request #11881 from Noshyaar/pr-esAndreas Haas
2017-10-06EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson
2017-10-06Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon
2017-10-06Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas
2017-10-06Merge pull request #11853 from endragor/long-string-loggingAndreas Haas
2017-10-06Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfixAndreas Haas
2017-10-06Merge pull request #11854 from endragor/fix-few-classdb-defsAndreas Haas
2017-10-06Merge pull request #11687 from BastiaanOlij/arvr_changesAndreas Haas
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-10-05get parent class fields when updating a CSharpScript's exportsCarter Anderson
2017-10-06Merge pull request #11871 from tagcup/fix_buildRémi Verschelde
2017-10-05Fix mono enabled builds (broken by 3d87b70).Ferenc Arn
2017-10-05Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky
2017-10-05Fix crash when a custom theme can't be loadedMarcelo Fernandez
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-10-05Merge pull request #11845 from neikeq/music-is-overratedIgnacio Etcheverry
2017-10-05Merge pull request #11858 from J08nY/feature/gridmap-used-cellsAndreas Haas
2017-10-05Add GridMap::get_used_cells. Fixes #11857.J08nY
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
2017-10-05Merge pull request #11840 from djrm/pr_fix_drive_selectionGilles Roudiere
2017-10-05Fix logging of long strings via RotatedFileLoggerRuslan Mustakov
2017-10-05Merge pull request #11828 from Jerome67000/regexmatch_docPoommetee Ketson
2017-10-05Uninitialized local and domain finalize fixesIgnacio Etcheverry
2017-10-05Add C# script to csproj when attaching it to an objectIgnacio Etcheverry
2017-10-05Add alternative search locations for msbuildIgnacio Etcheverry
2017-10-04Match file dialog drive with the current folder.Daniel J. Ramirez
2017-10-04Merge pull request #11812 from NathanWarden/fix_validate_sslGilles Roudiere
2017-10-04[DOCS] Adds RegExMatch doc and RegEx fix typoJerome67000
2017-10-04Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere
2017-10-04Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam
2017-10-04Restored normal bias as default bias in GIProbeJuan Linietsky
2017-10-04Merge pull request #11825 from hi-ogawa/fix-giprobe-light-visibilityGilles Roudiere
2017-10-04Allow to obtain virtual keyboard heightRuslan Mustakov
2017-10-04Fix GIProbe light visibilityHiroshi Ogawa
2017-10-04Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog
2017-10-04Merge pull request #11802 from mhilbrunner/docstatus-todo-filterJulian Murgia
2017-10-04Add function set_stream_position to VideoPlayerTerah
2017-10-04[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...Emmanuel Leblond
2017-10-03Merge pull request #11815 from karroffel/gdnative-s-o-p-wrapperThomas Herzog
2017-10-03[GDNative] added API struct wrapper generatorKarroffel
2017-10-03Fixes the pre drag rect not drawn correctlyGilles Roudiere
2017-10-03Avoid failed viewport when size is too smal, fixes #9891Juan Linietsky
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-03doc_status.py: Add -e (--empty) option to hide items with nothing left to domhilbrunner