Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-04 | Merge pull request #52341 from Calinou/scons-fix-missing-sconscript-warning | Max Hilbrunner | |
Fix missing SConscript warning when building using SCons | |||
2021-09-03 | Merge pull request #51079 from raulsntos/csharp-docs | Ignacio Roldán Etcheverry | |
Add documentation to GodotSharp, Fix PackedInt64Array typo | |||
2021-09-03 | Add documentation to GodotSharp | Raul Santos | |
- Adds documentation to almost every class and member in `GodotSharp` - Fixes some old documentation to more closely follow the XML comments convention | |||
2021-09-03 | Fix constant tag documentation in C# bindings generator | Raul Santos | |
2021-09-03 | Fix PackedInt64Array typo in bindings_generator.h | Raul Santos | |
2021-09-03 | Merge pull request #50872 from aaronfranke/cs-format-mini-2 | Ignacio Roldán Etcheverry | |
Some more C# formatting and style fixes | |||
2021-09-03 | Merge pull request #52368 from arthurpaulino/remove-http-request-data-note | Hugo Locurcio | |
Inaccurate HTTPRequest documentation node | |||
2021-09-03 | improving note on HTTPRequest class under the request method documentation | Arthur Paulino | |
2021-09-03 | Merge pull request #52374 from danielkariv/fix-macos-fullscreen | Hugo Locurcio | |
2021-09-03 | Merge pull request #52357 from JestemStefan/Window_wrong_parameter_type | Hugo Locurcio | |
Fixed property info by changing Window current_screen parameter from string to int | |||
2021-09-03 | fix fullscreen issue on macOS | Daniel Kariv | |
adds a call for resize event. | |||
2021-09-03 | Merge pull request #52342 from Faless/enet/4.x_no_close_error | Fabio Alessandrelli | |
[Net] Silence ENetMultiplayerPeer close_connection. | |||
2021-09-03 | Merge pull request #52329 from ↵ | Max Hilbrunner | |
ZuBsPaCe/gdscript-unused-private-class-variable-fix GDScript: Fix for UNUSED_PRIVATE_CLASS_VARIABLE | |||
2021-09-03 | GDScript: Count usages of member variables. | ZuBsPaCe | |
Otherwise private member variables will always lead to UNUSED_PRIVATE_CLASS_VARIABLE. | |||
2021-09-03 | Merge pull request #52354 from V-Sekai/single_packed_array_spawn_fix | Fabio Alessandrelli | |
Fix sending zero-length spawn variant | |||
2021-09-02 | Changed Window current_screen parameter from string to int | JestemStefan | |
2021-09-02 | Fix _send_default_spawn_default function sending zero length | SaracenOne | |
PackedByteArray when deriving from a single PackedByteArray state variant. | |||
2021-09-02 | Some more C# formatting | Aaron Franke | |
2021-09-02 | Merge pull request #33123 from Calinou/remote-inspector-capitalize-properties | Hugo Locurcio | |
Capitalize properties in the remote inspector | |||
2021-09-02 | [Net] Silence ENetMultiplayerPeer close_connection. | Fabio Alessandrelli | |
Used to print an error when it was not active, now it just returns immediately as per the documentation. | |||
2021-09-02 | Fix missing SConscript warning when building using SCons | Hugo Locurcio | |
2021-09-02 | Merge pull request #52071 from V-Sekai/gdscript_name_conflict_check | George Marques | |
Checks in analyzer and compiler for GDScript naming conflicts | |||
2021-09-02 | Merge pull request #52331 from Geometror/tweak-tooltip-colors | Gilles Roudière | |
Tweak tooltip style (slightly less dark/unified margins) | |||
2021-09-02 | Check for GDScript member and class naming conflicts in a variety of conditions. | SaracenOne | |
2021-09-01 | Merge pull request #52159 from m4gr3d/addoculus_openxr_ | Fredia Huya-Kouadio | |
Update the AndroidManifest to enable access to Oculus OpenXR runtime | |||
2021-09-02 | Tweak tooltip style | Hendrik Brucker | |
2021-09-01 | Merge pull request #52320 from nekomatata/android-plugin-view-order | Fredia Huya-Kouadio | |
Add support for adding plugin views behind the main view on Android | |||
2021-09-01 | Add support for adding plugin views behind the main view on Android | PouleyKetchoupp | |
Doesn't change the default behavior, but allows plugins to add their view behind the main view, which gives more control over what happens with inputs and can be useful along with transparent rendering. | |||
2021-09-01 | Merge pull request #38722 from KoBeWi/proposition | Gilles Roudière | |
Add offset for TextureProgress progress texture | |||
2021-09-01 | Merge pull request #51639 from Ev1lbl0w/gsoc21-dap | Fabio Alessandrelli | |
Implement more advanced features for DAP | |||
2021-09-01 | Merge pull request #51987 from aaronfranke/fix-docs-gdvirtual | George Marques | |
Fix docs after GDVIRTUAL pull request | |||
2021-09-01 | Add offset for TextureProgress progress texture | kobewi | |
2021-09-01 | Merge pull request #52270 from KoBeWi/goodbye_polar | George Marques | |
Remove cartesian2polar and polar2cartesian | |||
2021-09-01 | Merge pull request #48237 from KoBeWi/they_came_from_angle | George Marques | |
Add Vector2.from_angle() method | |||
2021-09-01 | Merge pull request #52026 from Calinou/constiterator-fix-const | Hugo Locurcio | |
Fix ConstIterator to allow `for` range loops on Packed*Array | |||
2021-09-01 | Merge pull request #52300 from kleonc/tab_container_drawing_disabled_current_tab | Gilles Roudière | |
TabContainer Fix drawing current tab when it's disabled | |||
2021-09-01 | TabContainer Fix drawing current tab when it's disabled | kleonc | |
2021-08-31 | Merge pull request #51873 from Chaosus/fix_uniform_error_spam | Clay John | |
Fix incorrect checking of uniform set to prevent error spam (2) | |||
2021-08-31 | Merge pull request #49471 from nekomatata/body-state-sync-callback | Juan Linietsky | |
Clean physics direct body state usage in 2D and 3D physics | |||
2021-08-31 | Merge pull request #52279 from fabriceci/delta-double | Camille Mohr-Daurat | |
Change delta type to double in Physics_body_2/3D | |||
2021-08-31 | Merge pull request #51364 from bengtsts/master | Camille Mohr-Daurat | |
Expose soft body pin methods to GDScript | |||
2021-08-31 | Capitalize properties in the remote inspector | Hugo Locurcio | |
This makes property casing consistent with the editor. If property capitalization is disabled in the Editor Settings, the remote inspector will also disable capitalization. | |||
2021-08-31 | Merge pull request #52269 from fabriceci/change-platform-detection | Gilles Roudière | |
Change platform detection by allowing select layers by type (wall or … | |||
2021-08-31 | Implemented advanced features of DAP | Ev1lbl0w | |
Respect client "supportsVariableType" capability Implement "breakpointLocations" request Implement "restart" request Implement "evaluate" request Fix error messages not being shown, and improved wrong path message Removed thread option and behavior Implemented detailed inspection of complex variables Fix "const"ness of functions Added a configurable timeout for requests Implement Godot custom data request/event Implement syncing of breakpoints Added support for debugging native platforms | |||
2021-08-31 | delta time as double | fabriceci | |
2021-08-31 | Change platform detection by allowing select layers by type (wall or floor) | fabriceci | |
2021-08-31 | Merge pull request #49598 from ↵ | Fabio Alessandrelli | |
Calinou/web-editor-improve-download-project-source-zip-name Improve the generated ZIP archive name when using Download Project Source | |||
2021-08-31 | Add Vector2.from_angle() method | kobewi | |
2021-08-30 | Merge pull request #52240 from Rubonnek/rename-rel-path | Juan Linietsky | |
Rename `String::is_rel_path` to `String::is_relative_path` | |||
2021-08-31 | Remove cartesian2polar and polar2cartesian | kobewi | |