summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-13Use "Command" for OSX in translation strings (#1619)Cong
2017-10-08Use "Command" instead of "Meta" for macOS (#1619)Cong
2017-10-07Merge pull request #11920 from mhilbrunner/docs-cameraChris Bradfield
[DOCS] Camera documentation
2017-10-08Merge pull request #11902 from GDquest/texture-button-progressPoommetee Ketson
[DOCS] Write TextureButton, review and fill missing entries in TextureProgress [ci skip]
2017-10-08Merge pull request #11918 from Nallebeorn/documentationPoommetee Ketson
[DOCS] Write missing method and member descriptions of KinematicBody2D [ci skip]
2017-10-07Merge pull request #11914 from diowonderland/docs-backbuffercopyChris Bradfield
[DOCS] BackBufferCopy: Document members
2017-10-07Merge pull request #11917 from brunosxs/docsChris Bradfield
[DOCS] Add descriptions to members of Camera2D
2017-10-08Merge pull request #11886 from Grosskopf/Sprite3D-docsPoommetee Ketson
[DOCS] Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D and updated Sprite and Animatedsprite [ci skip]
2017-10-07Minor fixes to KinematicBody and KinematicBody2DBenjamin Larsson
2017-10-07[DOCS] Add descriptions to members of Camera2Dbrunosxs
2017-10-07Edit move_and_slide, it does a bit more than I first thought.Benjamin Larsson
2017-10-07Fixed an error in get_floor_velocity() docsBenjamin Larsson
2017-10-07Merge pull request #11924 from neikeq/bIgnacio Etcheverry
Fix dot separated assembly names confused with file extensions
2017-10-07Fix dot separated assembly names confused with file extensionsIgnacio Etcheverry
2017-10-07[DOCS] BackBufferCopy: Document membersDio
2017-10-07Small changes to KinematicBody2D docs.Benjamin Larsson
2017-10-07Update KinematicBody2D docs.Benjamin Larsson
2017-10-07Merge pull request #11900 from neikeq/aIgnacio Etcheverry
Fix assembly load hooks and sizeof wrong type
2017-10-07[DOCS] Camera documentationmhilbrunner
2017-10-07Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc.Grosskopf
2017-10-07[DOCS] Write TextureButton, review and finish TextureProgressNathan
2017-10-07Merge pull request #11904 from N0hbdy/masterRémi Verschelde
Fix python 3 build in osx-specific platform [ci skip]
2017-10-07Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde
Fix Python 3 build
2017-10-07Fix python 3 build in osx-specific platformN0hbdy
2017-10-07Fix sizeof wrong typeIgnacio Etcheverry
2017-10-07Fix assembly load hooksIgnacio Etcheverry
2017-10-07Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry
Quote MSBuild arguments
2017-10-07Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry
2017-10-07Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry
Mono: Make sure editor thread is attached on script reload
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
Mono: support exported parent class fields
2017-10-06Merge pull request #11881 from Noshyaar/pr-esAndreas Haas
EditorSettings: remove duplicate set_favorite_dirs
2017-10-06EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson
2017-10-06Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon
Removed unnecessary debug messages. Fixes #10804
2017-10-06Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas
Fixes the Control pre-drag rect not drawn correctly
2017-10-06Merge pull request #11853 from endragor/long-string-loggingAndreas Haas
Fix logging of long strings via RotatedFileLogger
2017-10-06Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfixAndreas Haas
Fix crash when a custom theme can't be loaded
2017-10-06Merge pull request #11854 from endragor/fix-few-classdb-defsAndreas Haas
Add NIL_IS_VARIANT usage to few definitions
2017-10-06Merge pull request #11687 from BastiaanOlij/arvr_changesAndreas Haas
Made a few tweaks to the ARVR interface
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-10-05get parent class fields when updating a CSharpScript's exportsCarter Anderson
This makes the fields viewable / editable in the inspector
2017-10-06Merge pull request #11871 from tagcup/fix_buildRémi Verschelde
Fix mono enabled build
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. ↵Juan Linietsky
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.
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
to has_setting. Fixes #11844
2017-10-05Merge pull request #11845 from neikeq/music-is-overratedIgnacio Etcheverry
- Fixed uninitialized local - Improved msbuild search on Unix platforms - Add C# script to csproj when attaching it to an object
2017-10-05Merge pull request #11858 from J08nY/feature/gridmap-used-cellsAndreas Haas
Add GridMap::get_used_cells. Fixes #11857.
2017-10-05Add GridMap::get_used_cells. Fixes #11857.J08nY
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
The missing usage flag led to GDNative API descriptions containting arguments with "void" type.