Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-24 | Clarify that get_unix_time() returns seconds | kobewi | |
2021-03-23 | Merge pull request #42974 from skyace65/NavMesh2 | Rémi Verschelde | |
Document more NavigationMesh properties | |||
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke | |
2021-03-23 | Merge pull request #43366 from Calinou/doc-surfacetool-method-order | Rémi Verschelde | |
Make the expected method calling order in SurfaceTool more explicit | |||
2021-03-23 | Merge pull request #45234 from madmiraal/rename-phashtranslation | Rémi Verschelde | |
Rename PHashTranslation to OptimizedTranslation | |||
2021-03-23 | Merge pull request #47277 from nekomatata/kinematic-safe-margin-doc | Rémi Verschelde | |
More detailed documentation for KinematicBody safe collision margin | |||
2021-03-22 | More detailed documentation for KinematicBody safe collision margin | PouleyKetchoupp | |
2021-03-22 | Fix feature tag casing in the Windows pen tablet project setting name | Hugo Locurcio | |
Feature tags are case-sensitive. | |||
2021-03-21 | Make the expected method calling order in SurfaceTool more explicit | Hugo Locurcio | |
2021-03-20 | Merge pull request #46937 from nekomatata/soft-body-support | Rémi Verschelde | |
SoftBody support in GodotPhysics 3D | |||
2021-03-20 | Merge pull request #47139 from nekomatata/concave-backface-collision | Rémi Verschelde | |
Disable backface collision with ConcavePolygonShape by default | |||
2021-03-20 | Merge pull request #47001 from madmiraal/rename-sprite_2d-region_enabled | Rémi Verschelde | |
Rename Sprite.region_enabled getter and setter methods to match properties | |||
2021-03-20 | Rename PHashTranslation to OptimizedTranslation | Marcel Admiraal | |
2021-03-19 | Document more NavigationMesh properties | skyace65 | |
2021-03-19 | class reference proofreading | Paul Joannon | |
2021-03-18 | Disable backface collision with ConcavePolygonShape by default | PouleyKetchoupp | |
Helps a lot with soft bodies and generally useful to avoid shapes to go through the ground in certain cases. Added an option in ConcavePolygonShape to re-enable backface collision on specific bodies if needed. | |||
2021-03-18 | SoftBody support in GodotPhysics 3D | PouleyKetchoupp | |
- Fixed SoftBody surface update with new rendering system - Added GodotPhysics implementation for SoftBody - Added support to get SoftBody rid to interact with the physics server - Added support to get SoftBody bounds from the physics server - Removed support for unused get_vertex_position and get_point_offset from the physics server - Removed SoftBody properties that are unused in both Bullet and GodotPhysics (angular and volume stiffness, pose matching) - Added RenderingServerHandler interface to PhysicsServer3D so the physics servers don't need to reference the class from SoftBody node directly | |||
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde | |
And move GLTF docs to its module folder. | |||
2021-03-18 | Merge pull request #47098 from Birdulon/DocDrawString4 | Rémi Verschelde | |
Documentation: Correct CanvasItem.draw_string position description. | |||
2021-03-18 | Documentation: Correct CanvasItem.draw_string position description. | Luke Hubmayer-Werner | |
Also add height warnings to Font.get_char_size and Font.get_string_size | |||
2021-03-17 | Fix AudioEffectCapture buffer length cannot be changed | jmb462 | |
2021-03-17 | Merge pull request #47080 from mbrlabs/ios-sensor-conversion | Rémi Verschelde | |
Converted sensor acceleration units to m/s² on iOS and UWP | |||
2021-03-17 | Converted sensor acceleration units to m/s^2 on iOS and UWP | Marcus Brummer | |
This is beacuse on Android these values are already in m/s^2 while on iOS and UWP they are in g. This just makes the behaviour consistent on all platforms. | |||
2021-03-17 | Merge pull request #47024 from groud/navigation | Rémi Verschelde | |
Allow Navigation to be more flexible | |||
2021-03-16 | Document different unit of measurement for sensor data on iOS and Android | Marcus Brummer | |
2021-03-15 | Merge pull request #47014 from aaronfranke/atlastex-doc | Rémi Verschelde | |
Improve documentation for AtlasTexture | |||
2021-03-15 | Document the valid input range for `acos()` and `atan()` | Hugo Locurcio | |
2021-03-15 | Allow Navigation to be more flexible | Gilles Roudière | |
2021-03-14 | Improve documentation for AtlasTexture | Aaron Franke | |
2021-03-14 | Rename Sprite.region_enabled getter and setter to match properties | Marcel Admiraal | |
Also renames Sprite2D.region_filter_clip property and its setter to region_filter_clip_enabled and set_region_filter_clip_enabled. | |||
2021-03-12 | [46188] fix: get unix from datetime when empty dict | Aitor Cereceto | |
2021-03-10 | Implement Navigation layers | Gilles Roudière | |
2021-03-10 | Remove Navigation2D/3D nodes, and move the navigation map to the world resource | Gilles Roudière | |
2021-03-10 | doc: Sync classref with current source | Rémi Verschelde | |
2021-03-09 | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization | Rémi Verschelde | |
Relaxes node name sanitization in gltf documents. | |||
2021-03-09 | Merge pull request #46110 from gongpha/colorbar-in-colorpicker | Rémi Verschelde | |
Add color interpolation bar on each channel in ColorPicker | |||
2021-03-09 | Merge pull request #46801 from Faless/js/4.x_allow_hidpi | Rémi Verschelde | |
[HTML5] Respect allow_hidpi option during setup | |||
2021-03-09 | Merge pull request #46784 from Bhu1-V/doc-update | Rémi Verschelde | |
Documentation : Added Additional Description to PhysicsServer2D->area_create() | |||
2021-03-09 | Add interpolation bar on each channel in ColorPicker | Kongfa Waroros | |
2021-03-09 | Added Additional Description for PhysicsServer2D->area_create() method. | Bhuvan Vemula | |
2021-03-08 | [HTML5] Respect allow_hidpi option during setup | Fabio Alessandrelli | |
The option was forced to `true` before, unlike on other platforms. | |||
2021-03-08 | Merge pull request #44324 from Calinou/doc-basematerial3d-height-no-triplanar | Rémi Verschelde | |
Document that BaseMaterial3D doesn't support height mapping + triplanar | |||
2021-03-07 | Merge pull request #46386 from KoBeWi/projekt_settingz | Rémi Verschelde | |
Clarify ProjectSettings.save for exported projects | |||
2021-03-07 | Allow to save override.cfg with ProjectSettings | kobewi | |
2021-03-05 | Merge pull request #43929 from HaSa1002/docs-lang-6 | Rémi Verschelde | |
Docs: Port Code Examples to C# (R, S, T, U) | |||
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 | |
* RenderingServer * RichTextEffect * SceneTree * SceneTreeTimer * ScriptCreateDialog * SpinBox * Sprite2D * StreamPeer * String * SurfaceTool * TextEdit * TileMap * Tree * Tween * UDPServer * UndoRedo Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | |||
2021-03-05 | Merge pull request #46663 from Calinou/doc-margincontainer-theme-constant | Rémi Verschelde | |
Use safer `add_theme_constant_override()` in MarginContainer code sample | |||
2021-03-04 | Use safer `add_theme_constant_override()` in MarginContainer code sample | Hugo Locurcio | |
Control has magic setters to set custom theme items, but using the dedicated Control methods is less prone to typos so it should be favored. | |||
2021-03-04 | Adding Raycast3D custom debug shape thickness and color | jmb462 | |