Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | Merge pull request #42501 from akien-mga/glTF-fix-parsing-base64-data | Rémi Verschelde | |
glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME types | |||
2020-10-02 | glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME ↵ | Rémi Verschelde | |
types See https://github.com/KhronosGroup/glTF/issues/944 for context on the application/gltf-buffer MIME type. The glTF 2.0 spec supports `image/jpeg` and `image/png` which can also be base64-encoded in buffer URIs. Fixes #33796. | |||
2020-10-02 | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde | |
Renamed toplevel to be top_level | |||
2020-10-02 | Merge pull request #42480 from ssw99/sprintf-function-bug-fix | Rémi Verschelde | |
Fix extra padding for numbers with signs | |||
2020-10-02 | Merge pull request #42493 from akien-mga/configuration-warnings-fixup | Rémi Verschelde | |
Better validate CollisionShape3D config. warning after #38743 | |||
2020-10-02 | Better validate CollisionShape3D config. warning after #38743 | Rémi Verschelde | |
Relates to #42479, though I don't think it would crash in the master version. | |||
2020-10-02 | Merge pull request #42486 from aaronfranke/doc-demo-links | Rémi Verschelde | |
Link to demos from within the class reference | |||
2020-10-02 | Merge pull request #42490 from Chaosus/vs_fix_func | Yuri Roubinsky | |
Fix VisualShaderNode::set_output_port_connected | |||
2020-10-02 | Fix VisualShaderNode::set_output_port_connected | Yuri Roubinsky | |
2020-10-01 | Link to demos from within the class reference | Aaron Franke | |
2020-10-02 | Fixed padding bug of sprintf function | Serhat | |
2020-10-01 | Merge pull request #42477 from bruvzg/macos_dpi | Rémi Verschelde | |
[4.0] Fix `screen_get_dpi` on macOS. | |||
2020-10-01 | Fix `screen_get_dpi` on macOS for non fractional display scales and restore ↵ | bruvzg | |
documentation. | |||
2020-10-01 | Merge pull request #42430 from Calinou/contributing-tests | Rémi Verschelde | |
Document contributing tests to Godot's C++ codebase | |||
2020-10-01 | Merge pull request #42467 from Chaosus/vs_fix_bug | Yuri Roubinsky | |
Updates size of float constant in visual shader if empty is selected | |||
2020-10-01 | Updates size of float constant in visual shader if empty is selected | Yuri Roubinsky | |
2020-10-01 | Merge pull request #37194 from lolligerjoj/expose_val_interp | Rémi Verschelde | |
Expose Animation::value_track_interpolate to GDscript | |||
2020-10-01 | Merge pull request #40473 from rcorre/gizmo-doc | Rémi Verschelde | |
Fix return type on EditorNode3DGizmoPlugin::get_priority. | |||
2020-10-01 | Expose Animation::value_track_interpolate to GDscript | lolligerjoj | |
2020-10-01 | Merge pull request #41829 from RandomShaper/fix_40353 | Rémi Verschelde | |
Avoid warning about harmless unfulfilled yields | |||
2020-10-01 | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde | |
Update all get_configuration_warning() to retrieve warnings from the parent | |||
2020-10-01 | Merge pull request #40582 from PoqXert/game-center-4.0 | Rémi Verschelde | |
[4.0] iOS Game Center improvements | |||
2020-10-01 | Merge pull request #42442 from rcorre/file_doc | Rémi Verschelde | |
Clarify store_string vs store_line. | |||
2020-10-01 | Clarify store_string vs store_line. | Ryan Roden-Corrent | |
While the behavior can be implied from the name, it seems worth stating it explicitly. | |||
2020-10-01 | Merge pull request #42435 from Calinou/doc-string-is-valid-ip-address | Rémi Verschelde | |
Improve the `String.is_valid_ip_address()` documentation | |||
2020-10-01 | Merge pull request #42458 from groud/fix_cursor_rotation | Rémi Verschelde | |
Fix scale cursor rotation and handle diagonal ones | |||
2020-10-01 | Fix scale cursor rotation and handle diagonal ones | Gilles Roudière | |
2020-10-01 | Merge pull request #42454 from naithar/feature/ios-delay-in-settings-master | Rémi Verschelde | |
[4.0] [iOS] Add touch delay value to project settings | |||
2020-10-01 | iOS: move touch delay to settings | Sergey Minakov | |
2020-10-01 | Merge pull request #42452 from Chaosus/vs_constants | Yuri Roubinsky | |
Add an option to select a predifined constant in visual shader editor | |||
2020-10-01 | Add an option to select a predifined constant in visual shader editor | Yuri Roubinsky | |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar | |
2020-10-01 | Merge pull request #42448 from Duroxxigar/toplevel-as-property | Rémi Verschelde | |
Made toplevel a property for Node3D and CanvasItem | |||
2020-10-01 | Made toplevel a property for Node3D and CanvasItem | Duroxxigar | |
2020-09-30 | Merge pull request #42434 from Calinou/doc-string-casecmp | Rémi Verschelde | |
Improve the String comparison methods' documentation | |||
2020-09-30 | Improve the `String.is_valid_ip_address()` documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4097. | |||
2020-09-30 | Improve the String comparison methods' documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4096. | |||
2020-09-30 | Merge pull request #41910 from nekomatata/x11-inputs-lag-fix | Rémi Verschelde | |
Fix issues related to delay when processing events on X11 display server | |||
2020-09-30 | Document contributing tests to Godot's C++ codebase | Hugo Locurcio | |
This partially addresses https://github.com/godotengine/godot-proposals/issues/1586. | |||
2020-09-30 | Merge pull request #42369 from Rubonnek/document-funcref-get-function | Rémi Verschelde | |
Make "function" a property of FuncRef | |||
2020-09-30 | Make "function" a property of FuncRef | Wilson E. Alvarez | |
2020-09-30 | Merge pull request #42426 from timothyqiu/thumbnail-size | Rémi Verschelde | |
Fix FileSystem tree preview icon size on HiDPI | |||
2020-09-30 | Fixes FileSystem tree preview icon size on HiDPI | Haoyu Qiu | |
2020-09-30 | Merge pull request #42387 from KoBeWi/warp_no_mouse | Rémi Verschelde | |
Don't warp mouse when selecting tracks | |||
2020-09-30 | Merge pull request #42417 from Calinou/autokey-pressed-red-icon | Rémi Verschelde | |
Make the pressed autokey icon red to emphasize its "recording" status | |||
2020-09-29 | Make the pressed autokey icon red to emphasize its "recording" status | Hugo Locurcio | |
2020-09-29 | Merge pull request #42414 from eduardohmrodrigues/master | Rémi Verschelde | |
Fix error message when exporting a write-only property without a setter | |||
2020-09-29 | Fix error message when exporting a write-only property without a setter | Eduardo Rodrigues | |
2020-09-29 | Merge pull request #42407 from Chaosus/vs_drag_and_drop | Yuri Roubinsky | |
Drag & drop 3d/2d array/cubemap texture to visual shader | |||
2020-09-29 | Drag & drop 3d/2d array/cubemap texture to visual shader | Yuri Roubinsky | |