Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | |
Add an `OS.is_window_focused()` getter | |||
2020-01-06 | Merge pull request #34848 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Finish documenting VisualServer | |||
2020-01-05 | Finish documenting VisualServer | clayjohn | |
2020-01-06 | Merge pull request #34847 from YeldhamDev/splitcontainer_tabs_docs | Rémi Verschelde | |
Complete the SplitContainer and Tabs documentations | |||
2020-01-06 | Merge pull request #34852 from timothyqiu/rtl-doc | Rémi Verschelde | |
Completes the RichTextLabel documentation | |||
2020-01-06 | Merge pull request #32126 from Calinou/expose-video-adapter-name-vendor | Rémi Verschelde | |
Add VisualServer methods to get the video adapter name and vendor | |||
2020-01-06 | Completes the RichTextLabel documentation | Haoyu Qiu | |
2020-01-06 | Add VisualServer methods to get the video adapter name and vendor | Hugo Locurcio | |
These methods can be used in scripts to retrieve the OpenGL `GL_RENDERER` and `GL_VENDOR` strings (respectively). This closes #28404. | |||
2020-01-05 | Complete the SplitContainer and Tabs documentations | Michael Alexsander | |
2020-01-05 | Merge pull request #34833 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Document most VisualServer functions | |||
2020-01-05 | Document most VisualServer functions | clayjohn | |
2020-01-05 | Merge pull request #34839 from madmiraal/fix-34807 | Rémi Verschelde | |
Don't update the floor_velocity with the current linear_velocity. | |||
2020-01-05 | Merge pull request #34838 from volzhs/calculate-label-size | Rémi Verschelde | |
Fix calculating label size | |||
2020-01-05 | Don't update the floor_velocity with the current linear_velocity. | Marcel Admiraal | |
Updating the floor velocity with the body's current linear velocity discards the velocity component provided by the body's angular rotation. Without the current contact point there is no way to calculate the current velocity component provided by the body's angular rotation therefore we need to use the velocity calculated at the time of the collision. Fixes #34807. | |||
2020-01-06 | Fix calculating label size | volzhs | |
2020-01-05 | Merge pull request #34836 from timothyqiu/maze-of-transform | Rémi Verschelde | |
Fixes scaled scrolling of TextureRegion editor | |||
2020-01-05 | Fixes scaled scrolling of TextureRegion editor | Haoyu Qiu | |
2020-01-05 | Merge pull request #34835 from nekomatata/stylebox-aa-fix | Rémi Verschelde | |
Fixed StyleBoxFlat antialiasing with aa size of 1 | |||
2020-01-05 | Fixed StyleBoxFlat antialiasing with aa size of 1 | PouleyKetchoupp | |
Also made aa size consistent when computing uv coordinates and fixed a warning about aa_border_width not initialized in some cases. fixes #34830 | |||
2020-01-05 | Merge pull request #34812 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Updated many VisualServer functions | |||
2020-01-04 | Updated many VisualServer functions | clayjohn | |
2020-01-05 | Merge pull request #34824 from Calinou/2d-zoom-use-editor-scale | Rémi Verschelde | |
Take the editor scale into account for 2D zoom operations | |||
2020-01-05 | Merge pull request #34820 from timothyqiu/doc-tree | Rémi Verschelde | |
Improves Tree documentation | |||
2020-01-04 | Merge pull request #34827 from Calinou/doc-object-get-nonexistent | Rémi Verschelde | |
Document the return value of `Object.get()` with a nonexistent property | |||
2020-01-04 | Document the return value of `Object.get()` with a nonexistent property | Hugo Locurcio | |
2020-01-04 | Take the editor scale into account for 2D zoom operations | Hugo Locurcio | |
The zoom level displayed is now relative to the editor scale. This means that with an editor scale of 200%, the 100% zoom level will actually be 200% as it's multiplied by the editor scale. This prevents things from looking too small when opening a project on an hiDPI display. This matches the behavior found in most image editors out there. | |||
2020-01-04 | Merge pull request #34818 from GodotExplorer/gdscript-lsp-declaration | Rémi Verschelde | |
GDScript LSP: Implement goto declaration | |||
2020-01-04 | Improves Tree documentation | Haoyu Qiu | |
2020-01-04 | GDScript LSP: Implement goto declaration | geequlim | |
2020-01-04 | Merge pull request #34811 from timothyqiu/i18n | Rémi Verschelde | |
Makes more strings translatable | |||
2020-01-04 | Makes more strings translatable | Haoyu Qiu | |
2020-01-04 | Merge pull request #34795 from dankan1890/mono_cs_icon | Rémi Verschelde | |
[Mono]: the C# script icon is now visible in the editor. | |||
2020-01-03 | Merge pull request #34794 from clayjohn/GLES2-trimesh-crash | Rémi Verschelde | |
Fix crash on trimesh_create | |||
2020-01-03 | [Mono]: the C# script icon is now visible in the editor. | dankan1890 | |
2020-01-03 | Merge pull request #34790 from clayjohn/ETC-support-alpha | Rémi Verschelde | |
Add support for Lum-alpha textures to ETC fallback | |||
2020-01-03 | Merge pull request #34788 from Faless/enet/max_clients | Rémi Verschelde | |
Fix ENet max clients highest value. | |||
2020-01-03 | Merge pull request #34792 from YeldhamDev/tabcontainer_hidden_tabs_doc | Rémi Verschelde | |
Document TabContainer's "use_hidden_tabs_for_min_size" | |||
2020-01-03 | Fix crash on trimesh_create by making surface->data available in non-tool builds | clayjohn | |
2020-01-03 | Document TabContainer's "use_hidden_tabs_for_min_size" | Michael Alexsander | |
2020-01-03 | Fix ENet max clients highest value. | Fabio Alessandrelli | |
Was 4096, while actually it's 4095. Fixed now in both docs and `create_server` check. | |||
2020-01-03 | Add support for Lum-alpha textures to ETC fallback | clayjohn | |
2020-01-03 | Merge pull request #34784 from neikeq/fix-hintpath-godottools | Rémi Verschelde | |
Mono/C#: Fix wrong HintPath for package in GodotTools | |||
2020-01-03 | Merge pull request #34781 from fossegutten/button-flash | Rémi Verschelde | |
Fixes button flashing when releasing mousebutton outside | |||
2020-01-03 | Mono/C#: Fix wrong HintPath for package in GodotTools | Ignacio Etcheverry | |
2020-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-03 | Merge pull request #34452 from aaronfranke/color-arith | Rémi Verschelde | |
[Mono] Color arithmetic operators | |||
2020-01-03 | Fixes button flashing when releasing mousebutton outside | fossegutten | |
2020-01-03 | Merge pull request #34755 from Calinou/shadermaterial-connect-editor-only | Rémi Verschelde | |
Don't connect ShaderMaterial's `changed` signal when not in the editor | |||
2020-01-03 | Merge pull request #34782 from akien-mga/multiplayerapi-set_network_peer-invalid | Rémi Verschelde | |
MultiplayerAPI: Fix disconnect errors when passing invalid peer | |||
2020-01-03 | Merge pull request #34772 from clayjohn/ETC-support-alpha | Rémi Verschelde | |
Fallback to RGBA4444 for textures with alpha set to ETC compression |