aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary debug messages. Fixes #10804
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas2017-10-062-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the Control pre-drag rect not drawn correctly
| * | | | | | | | | | | | | | | | | | | | | 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 RotatedFileLogger
| * | | | | | | | | | | | | | | | | | | | | 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 loaded
| * | | | | | | | | | | | | | | | | | | | | 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 definitions
| * | | | | | | | | | | | | | | | | | | | | | Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov2017-10-053-3/+3
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The missing usage flag led to GDNative API descriptions containting arguments with "void" type.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11687 from BastiaanOlij/arvr_changesAndreas Haas2017-10-0617-113/+538
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made a few tweaks to the ARVR interface
| * | | | | | | | | | | | | | | | | | | | | | 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 build
| * | | | | | | | | | | | | | | | | | | | | 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. ↵Juan Linietsky2017-10-052-1/+4
| |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set it to on by default for editor. Many integrated GPUs can't really get enough performance to play games at hidpi, so this should be enabled manually.
* | | | | | | | | | | | | | | | | | | | 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.