Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | Merge pull request #52392 from Shatur/fix-ready | Max Hilbrunner | |
Remove extra get_script_instance check | |||
2021-09-07 | Merge pull request #52425 from HaSa1002/doc-slice-invalid-end | Max Hilbrunner | |
Specify description of `Array.slice`s end parameter | |||
2021-09-07 | Merge pull request #52277 from groud/implement_array_property_hint | Juan Linietsky | |
Implement properties arrays in the Inspector. | |||
2021-09-07 | Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40 | Gilles Roudière | |
Bind TabContainer::get_tab_idx_at_point() to ClassDB | |||
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière | |
2021-09-06 | Merge pull request #48708 from nekomatata/heightmap-raycast-acceleration | Camille Mohr-Daurat | |
Optimize raycast with large Heightmap shape data | |||
2021-09-07 | Merge pull request #52205 from BastiaanOlij/blit_source_rect | Bastiaan Olij | |
Add source rectangle to blit | |||
2021-09-07 | Merge pull request #52405 from BastiaanOlij/xr_extension_missing_names | Bastiaan Olij | |
Add missing parameter names to _commit_views GDVIRTUAL_BIND | |||
2021-09-06 | Optimize raycast with large Heightmap shape data | PouleyKetchoupp | |
Port raycast accelerator from Bullet's btHeightfieldTerrainShape. | |||
2021-09-06 | Merge pull request #49610 from nekomatata/center-of-mass-calculation | Camille Mohr-Daurat | |
Proper support for custom mass properties in 2D/3D physics bodies | |||
2021-09-06 | Proper support for custom mass properties in 2D/3D physics bodies | PouleyKetchoupp | |
Changes: -Added support for custom inertia and center of mass in 3D -Added support for custom center of mass in 2D -Calculated center of mass from shapes in 2D (same as in 3D) -Fixed mass properties calculation with disabled shapes in 2D/3D -Removed first_integration which is not used in 2D and doesn't seem to make a lot of sense (prevents omit_force_integration to work during the first frame) -Support for custom inertia on different axes for RigidBody3D | |||
2021-09-06 | Merge pull request #52271 from nekomatata/query-layer-default-mask | Camille Mohr-Daurat | |
Harmonize default value for collision mask in ray/shape queries | |||
2021-09-06 | Merge pull request #52286 from nekomatata/restore-kinematic-body | Camille Mohr-Daurat | |
Add AnimatableBody inherited from StaticBody for moving platforms | |||
2021-09-06 | Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedback | Gilles Roudière | |
Add visual feedback when hovering or dragging the code minimap grabber | |||
2021-09-06 | Merge pull request #52435 from groud/fix_crash_in_tilemap_physics | Gilles Roudière | |
Fix crash in TileMap physics | |||
2021-09-06 | Merge pull request #30623 from Awkor/disable-container-child-editing | Gilles Roudière | |
Prevent editing properties managed by parent container | |||
2021-09-06 | Fix crash in TileMap physics | Gilles Roudière | |
2021-09-06 | Merge pull request #35617 from zmanuel/negative-delta-fix | lawnjelly | |
Fix negative delta arguments | |||
2021-09-05 | Prevent editing properties managed by parent container | Awkor | |
2021-09-05 | Specify description of Array.slices end parameter | Johannes Witt | |
2021-09-05 | Merge pull request #51722 from ↵ | Gilles Roudière | |
TokageItLab/implement-set-read-only-in-extended-class Apply `set_read_only()` to child classes of `EditorProperty` elements | |||
2021-09-05 | Apply set_read_only() to child classes of EditorProperty elements | Silc 'Tokage' Renew | |
2021-09-05 | Merge pull request #52309 from BastiaanOlij/add_extension_index_functions | Bastiaan Olij | |
Add functions for access members by index on packed array objects | |||
2021-09-05 | Add missing parameter names to _commit_views GDVIRTUAL_BIND | Bastiaan Olij | |
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-04 | Remove extra get_script_instance check | Hennadii Chernyshchyk | |
Otherwise, `_ready()` will not be called on classes that define this function and doesn't have a script attached. | |||
2021-09-04 | Add visual feedback when hovering or dragging the code minimap grabber | Hugo Locurcio | |
This makes it more obvious that the minimap grabber can be dragged to scroll. | |||
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 | |