aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky2017-10-0519-48/+81
| | | | to has_setting. Fixes #11844
* Merge pull request #11845 from neikeq/music-is-overratedIgnacio Etcheverry2017-10-056-27/+110
|\ | | | | | | | | - Fixed uninitialized local - Improved msbuild search on Unix platforms - Add C# script to csproj when attaching it to an object
| * Uninitialized local and domain finalize fixesIgnacio Etcheverry2017-10-051-1/+6
| | | | | | | | - Make sure to run the GC before and after finalizing the scripts domain.
| * 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.
| * | 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.
| * | | 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 fix RegEx typo [ci skip]
| * | | | [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.
| * | | | | 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 height
| * | | | | | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-0414-3/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move.
* | | | | | | Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam2017-10-043-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add function set_stream_position to VideoPlayer. Closes #8727
| * | | | | | | Add function set_stream_position to VideoPlayerTerah2017-10-043-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add docucmentation for set_stream_position in VideoPlayer
* | | | | | | | 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 visibility
| * | | | | | | | Fix GIProbe light visibilityHiroshi Ogawa2017-10-042-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix https://github.com/godotengine/godot/issues/10535
* | | | | | | | | Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog2017-10-041-2/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | [GDnative] add api version field to godot_gdnative_api_struct
| * | | | | | | | [GDnative] add future-proof next field to godot_gdnative_api_struct (a la ↵Emmanuel Leblond2017-10-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vulkan)
| * | | | | | | | [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 -t (--todo) option, show only non-empty items
| * | | | | | | 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 generator
| * | | | | | | [GDNative] added API struct wrapper generatorKarroffel2017-10-034-54/+71
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously functions of the GDNative API were accessed by letting the loader at load-time resolve the symbols. This causes troubles on Windows (...sigh...), so now the GDNative API isn't exported anymore. This means, that a library that wants to call a GDNative function needs to access it via a struct of pointers that's passed to it at right after the library was loaded. To make the usage easier, those function pointers in the struct can be wrapped in actual function in the global scope. This commit adds a generator for that wrapper code.
* | | | | | | 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-93/+189
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added correct initialization for script editor theme.
| * | | | | | VS now supports white themes.Daniel J. Ramirez2017-10-026-70/+141
| | | | | | |
| * | | | | | Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-024-23/+48
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Some style fixes for VS interface.
* | | | | | Merge pull request #11793 from NathanWarden/updated_os_docNathan Lovato2017-10-031-0/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Updated some documentation for the OS class.
| * | | | | Updated some documentation for the OS class.Nathan Warden2017-10-031-0/+7
| |/ / / /
* | | | | Merge pull request #11790 from tagcup/shader_cleanupJuan Linietsky2017-10-031-73/+74
|\ \ \ \ \ | |_|/ / / |/| | | | Various clean ups and cosmetic changes in scene.glsl.
| * | | | Various clean ups and cosmetic changes in scene.glsl.Ferenc Arn2017-10-031-73/+74
| |/ / / | | | | | | | | | | | | Use self-documenting names for variables which are otherwise confusing. Also avoid recalculating certain terms.
* | | | Merge pull request #11792 from touilleMan/gdnative-json-apiThomas Herzog2017-10-035-734/+4586
|\ \ \ \ | | | | | | | | | | [GDnative] autogenerate gdnative_api_struct.h from a json
| * | | | [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 .gitignore
| * | | | Added logs to .gitignoreDaniel J. Ramirez2017-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | [ciskip]
* | | | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-037-14/+45
|\ \ \ \ \ | | | | | | | | | | | | Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
| * | | | | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-027-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | Allows starting HTML5 export when IndexedDB is not available.
* | | | | | Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-0316-3/+210
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [DOCS] Document some of the VisualScript classes
| * | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | add spacing to tabs.
| * | | | | | 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 tangent
| * | | | | | 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
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Moved mono module here
| * | | | | | Fix SConstruct check for config.is_enabled()Ignacio Etcheverry2017-10-031-7/+6
| | | | | | |