Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | Use "Command" for OSX in translation strings (#1619) | Cong | |
2017-10-08 | Use "Command" instead of "Meta" for macOS (#1619) | Cong | |
2017-10-07 | Merge pull request #11920 from mhilbrunner/docs-camera | Chris Bradfield | |
[DOCS] Camera documentation | |||
2017-10-08 | Merge pull request #11902 from GDquest/texture-button-progress | Poommetee Ketson | |
[DOCS] Write TextureButton, review and fill missing entries in TextureProgress [ci skip] | |||
2017-10-08 | Merge pull request #11918 from Nallebeorn/documentation | Poommetee Ketson | |
[DOCS] Write missing method and member descriptions of KinematicBody2D [ci skip] | |||
2017-10-07 | Merge pull request #11914 from diowonderland/docs-backbuffercopy | Chris Bradfield | |
[DOCS] BackBufferCopy: Document members | |||
2017-10-07 | Merge pull request #11917 from brunosxs/docs | Chris Bradfield | |
[DOCS] Add descriptions to members of Camera2D | |||
2017-10-08 | Merge pull request #11886 from Grosskopf/Sprite3D-docs | Poommetee Ketson | |
[DOCS] Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D and updated Sprite and Animatedsprite [ci skip] | |||
2017-10-07 | Minor fixes to KinematicBody and KinematicBody2D | Benjamin Larsson | |
2017-10-07 | [DOCS] Add descriptions to members of Camera2D | brunosxs | |
2017-10-07 | Edit move_and_slide, it does a bit more than I first thought. | Benjamin Larsson | |
2017-10-07 | Fixed an error in get_floor_velocity() docs | Benjamin Larsson | |
2017-10-07 | Merge pull request #11924 from neikeq/b | Ignacio Etcheverry | |
Fix dot separated assembly names confused with file extensions | |||
2017-10-07 | Fix dot separated assembly names confused with file extensions | Ignacio Etcheverry | |
2017-10-07 | [DOCS] BackBufferCopy: Document members | Dio | |
2017-10-07 | Small changes to KinematicBody2D docs. | Benjamin Larsson | |
2017-10-07 | Update KinematicBody2D docs. | Benjamin Larsson | |
2017-10-07 | Merge pull request #11900 from neikeq/a | Ignacio Etcheverry | |
Fix assembly load hooks and sizeof wrong type | |||
2017-10-07 | [DOCS] Camera documentation | mhilbrunner | |
2017-10-07 | Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc. | Grosskopf | |
2017-10-07 | [DOCS] Write TextureButton, review and finish TextureProgress | Nathan | |
2017-10-07 | Merge pull request #11904 from N0hbdy/master | Rémi Verschelde | |
Fix python 3 build in osx-specific platform [ci skip] | |||
2017-10-07 | Merge pull request #11843 from hoelzl/pr-python3-build | Rémi Verschelde | |
Fix Python 3 build | |||
2017-10-07 | Fix python 3 build in osx-specific platform | N0hbdy | |
2017-10-07 | Fix sizeof wrong type | Ignacio Etcheverry | |
2017-10-07 | Fix assembly load hooks | Ignacio Etcheverry | |
2017-10-07 | Merge pull request #11896 from neikeq/pr-issue-11892 | Ignacio Etcheverry | |
Quote MSBuild arguments | |||
2017-10-07 | Quote MSBuild arguments. Fixes #11892 | Ignacio Etcheverry | |
2017-10-07 | Merge pull request #11894 from neikeq/pr-issue-11834 | Ignacio Etcheverry | |
Mono: Make sure editor thread is attached on script reload | |||
2017-10-07 | Mono: Make sure editor thread is attached on script reload | Ignacio Etcheverry | |
2017-10-06 | Merge pull request #11849 from cart/mono_parent_fields | Ignacio Etcheverry | |
Mono: support exported parent class fields | |||
2017-10-06 | Merge pull request #11881 from Noshyaar/pr-es | Andreas Haas | |
EditorSettings: remove duplicate set_favorite_dirs | |||
2017-10-06 | EditorSettings: remove duplicate set_favorite_dirs | Poommetee Ketson | |
2017-10-06 | Fix LINK/UNLINK console spam with navmeshes | Bartłomiej T. Listwon | |
Removed unnecessary debug messages. Fixes #10804 | |||
2017-10-06 | Merge pull request #11814 from groud/fix_draw_pre_drag_rect | Andreas Haas | |
Fixes the Control pre-drag rect not drawn correctly | |||
2017-10-06 | Merge pull request #11853 from endragor/long-string-logging | Andreas Haas | |
Fix logging of long strings via RotatedFileLogger | |||
2017-10-06 | Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfix | Andreas Haas | |
Fix crash when a custom theme can't be loaded | |||
2017-10-06 | Merge pull request #11854 from endragor/fix-few-classdb-defs | Andreas Haas | |
Add NIL_IS_VARIANT usage to few definitions | |||
2017-10-06 | Merge pull request #11687 from BastiaanOlij/arvr_changes | Andreas Haas | |
Made a few tweaks to the ARVR interface | |||
2017-10-06 | Made a few tweaks to the interface | BastiaanOlij | |
2017-10-05 | get parent class fields when updating a CSharpScript's exports | Carter Anderson | |
This makes the fields viewable / editable in the inspector | |||
2017-10-06 | Merge pull request #11871 from tagcup/fix_build | Rémi Verschelde | |
Fix mono enabled build | |||
2017-10-05 | Fix mono enabled builds (broken by 3d87b70). | Ferenc Arn | |
2017-10-05 | Make 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-05 | Fix crash when a custom theme can't be loaded | Marcelo Fernandez | |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
2017-10-05 | Merge pull request #11845 from neikeq/music-is-overrated | Ignacio Etcheverry | |
- Fixed uninitialized local - Improved msbuild search on Unix platforms - Add C# script to csproj when attaching it to an object | |||
2017-10-05 | Merge pull request #11858 from J08nY/feature/gridmap-used-cells | Andreas Haas | |
Add GridMap::get_used_cells. Fixes #11857. | |||
2017-10-05 | Add GridMap::get_used_cells. Fixes #11857. | J08nY | |
2017-10-05 | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov | |
The missing usage flag led to GDNative API descriptions containting arguments with "void" type. |