Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | set parser error when infer type is null | Thakee Nathees | |
2020-05-09 | Revert "register RenderingDevice as gdscript singleton" | Rémi Verschelde | |
This reverts commit 1058a57666cafadbbeeed5a42a72f0e4f627a389. RenderingDevice is meant to be instantiated in scripts, not a singleton. This actually doesn't work properly right now, but reduz will fix it. | |||
2020-05-09 | Merge pull request #38481 from RandomShaper/improve_yield | Rémi Verschelde | |
Fix object leaks caused by unfulfilled yields | |||
2020-05-09 | Merge pull request #38357 from ThakeeNathees/dict2inst-crash-fix | Rémi Verschelde | |
fix: dict2inst crash when constructor has arguments | |||
2020-05-09 | Merge pull request #37598 from ThakeeNathees/GDScript-type-resolve-bug-fix | Rémi Verschelde | |
GDScript class var type resolve bug fixed | |||
2020-05-09 | Merge pull request #37033 from ThakeeNathees/python-like-str-escape | Rémi Verschelde | |
python like string escape implemented | |||
2020-05-09 | Merge pull request #38412 from ThakeeNathees/static-func-var-access | Rémi Verschelde | |
parser error for static func access non-static variables | |||
2020-05-09 | Merge pull request #38598 from neikeq/csharp-remove-stringextensions-empty | Ignacio Roldán Etcheverry | |
C#: Remove StringExtensions.Empty() function | |||
2020-05-09 | C#: Remove StringExtensions.Empty() function | Ignacio Etcheverry | |
Causes issues with some editors as it's confused with `string.Empty`. Should use `string.IsNullOrEmpty(str)` instead. | |||
2020-05-09 | Merge pull request #38596 from neikeq/msbuild-restore | Ignacio Roldán Etcheverry | |
Mono: Use msbuild instead of nuget.exe for restoring | |||
2020-05-09 | Mono: Use msbuild instead of nuget.exe for restoring | Ignacio Etcheverry | |
- Make GodotTools output directly to the SCons output directory. - Removed xbuild_fallback from the build system. | |||
2020-05-09 | Merge pull request #38595 from neikeq/fix-nested-class-hotreload-mono | Ignacio Roldán Etcheverry | |
Mono: Fix hot-reloading of nested classes | |||
2020-05-09 | Mono: Fix hot-reloading of nested classes | Ignacio Etcheverry | |
2020-05-09 | Merge pull request #38589 from MCrafterzz/line | Rémi Verschelde | |
Rename Lineshape's d to distance | |||
2020-05-09 | Rename Lineshapes d to distance | Marcus Elg | |
2020-05-09 | Merge pull request #38588 from akien-mga/freetype-2.10.2 | Rémi Verschelde | |
freetype: Update to upstream version 2.10.2 | |||
2020-05-09 | freetype: Update to upstream version 2.10.2 | Rémi Verschelde | |
2020-05-08 | Merge pull request #38563 from Calinou/anisotropic-filtering-enum | Rémi Verschelde | |
Turn the anisotropic filtering setting into an enum | |||
2020-05-08 | Merge pull request #38555 from ThakeeNathees/rotation-gizmo-visible-fix | Rémi Verschelde | |
rotation gizmo visible = false; when camera preview | |||
2020-05-08 | Merge pull request #38561 from bruvzg/wintab_extra_mm_events | Rémi Verschelde | |
WinTab: Make movement smoother and handle pressure/tilt changes when cursor is not moving. | |||
2020-05-08 | Merge pull request #38304 from JFonS/improve_rotation_widget | Rémi Verschelde | |
Keep mouse inside 3D viewport rotation widget | |||
2020-05-08 | Turn the anisotropic filtering setting into an enum | Hugo Locurcio | |
Since it only accepts power-of-two values, exposing it as an enum makes more sense. This also allows for adding property hints to indicate the performance cost of each value. This also improves property hints for MSAA and FXAA. | |||
2020-05-08 | Merge pull request #38556 from EricEzaM/fix-menu-key-windows | Rémi Verschelde | |
Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by the keyboard menu button work | |||
2020-05-08 | Merge pull request #38557 from hoontee/patch-1 | Rémi Verschelde | |
Re-add __XINPUT_DEVICE__ | |||
2020-05-08 | WinTab: Adds extra "mouse move" events to make movement smoother and ↵ | bruvzg | |
correctly handle pressure/tilt change when cursor is not moving. | |||
2020-05-07 | Re-add __XINPUT_DEVICE__ | hoontee | |
Required for `JoypadWindows::probe_joypads`. Partially reverts 510e83498e768ffbec8177f18a50180de828b844. Fixes #38554. | |||
2020-05-08 | Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by ↵ | Eric M | |
the keyboard menu button work | |||
2020-05-08 | rotation gizmo visible = false; when camera preview | Thakee Nathees | |
2020-05-07 | GUI: Touch screen button click area now is synced with its draw | Mateo Kuruk Miccino | |
(cherry picked from commit 1cba7fb1804c35917c075e323b6d303f5a900df6) | |||
2020-05-07 | Merge pull request #31086 from volzhs/underline | Rémi Verschelde | |
Use underline position and thickness value in font file | |||
2020-05-07 | Merge pull request #36379 from aaronfranke/color-constructors | Rémi Verschelde | |
Add a Color constructor for Color with alpha | |||
2020-05-07 | Merge pull request #38226 from Calinou/increase-camera3d-fov | Rémi Verschelde | |
Increase the default Camera3D field of view to 75 | |||
2020-05-07 | Merge pull request #38536 from ThakeeNathees/trnasform-2-transform2d-convert-fix | Rémi Verschelde | |
Fix: can't convert Transform -> Transform2D | |||
2020-05-07 | Keep mouse inside 3D viewport rotation widget | JFonS | |
Hide and keep the mouse in place when the user oribts the scene via the 3D rotation widget. | |||
2020-05-07 | Fix: can't convert Transform -> Transform2D | Thakee Nathees | |
Fix: #38528 | |||
2020-05-07 | Merge pull request #38522 from ThakeeNathees/printing-empty-string-fix | Rémi Verschelde | |
Fix: printing empty string does nothing in editor output pannel | |||
2020-05-07 | Merge pull request #38535 from bruvzg/silent_wintab | Rémi Verschelde | |
Remove loud WinTab error message. | |||
2020-05-07 | Remove WinTab error message. | bruvzg | |
2020-05-07 | Merge pull request #38385 from ThakeeNathees/method-bind-text_edit-set_line | Rémi Verschelde | |
method bind TextEdit::set_line() added | |||
2020-05-07 | Merge pull request #38530 from akien-mga/jpgd-fix-msvc-sse2-detection | Rémi Verschelde | |
jpgd: Fix detection of SSE2 support with MSVC | |||
2020-05-07 | jpgd: Fix detection of SSE2 support with MSVC | Rémi Verschelde | |
The previous code would always use SSE2 intrinsics, which is not valid on UWP ARM platforms (and likely not on some x86 platforms either). The patch has been submitted upstream too: https://github.com/richgel999/jpeg-compressor/pull/13 | |||
2020-05-07 | Merge pull request #38524 from hoontee/master | Rémi Verschelde | |
Fix bug with AudioStreamPlayer3D audio position | |||
2020-05-07 | Merge pull request #38525 from madmiraal/fix-kinematic-on_slope-documentation | Rémi Verschelde | |
Make 2D and 3D KinematicBody move_and_slide() documentation consistent. | |||
2020-05-07 | Fix bug with AudioStreamPlayer3D audio position | hoontee | |
Applies https://github.com/godotengine/godot/commit/0c78a58b6472f704d473e0307c9ea83dfbde1811 to `AudioStreamPlayer3D::play`. | |||
2020-05-07 | Make 2D and 3D KinematicBody stop_on_slope documentation the same. | Marcel Admiraal | |
2020-05-07 | Merge pull request #38520 from nobuyukinyuu/popupmenu-current-index | Rémi Verschelde | |
PopupMenu.get_current_index() bound to ClassDB | |||
2020-05-07 | Merge pull request #38474 from akien-mga/clang-format-javaimportgroups | Rémi Verschelde | |
clang-format: Add JavaImportGroups for Java code | |||
2020-05-07 | Fix: printing empty string does nothing in editor output pannel | Thakee Nathees | |
Fix: #38490 | |||
2020-05-06 | clang-format: Add JavaImportGroups for Java code | Rémi Verschelde | |
2020-05-06 | PopupMenu.get_current_index() bound to ClassDB | nobuyuki_nyuu | |