Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | Merge pull request #68390 from cheece/expose_get_transform_for_view | Clay John | |
expose XRInterface::get_transform_for_view to gdscript | |||
2022-11-10 | expose XRInterface::get_transform_for_view and ↵ | avemort | |
XRInterface::get_projection_for_view to gdscript | |||
2022-11-09 | Merge pull request #68413 from Chaosus/fix_instance_uniforms | Yuri Rubinsky | |
2022-11-09 | Some fixes for instance shader parameters | Yuri Rubinsky | |
2022-11-09 | Merge pull request #68442 from aaronfranke/virtually-kinda-documented | Rémi Verschelde | |
Fixes https://github.com/godotengine/godot/issues/68437 | |||
2022-11-09 | Merge pull request #68345 from Abdul-AZ/master | Rémi Verschelde | |
Fix static object destructors being called on gpu selection with X11 | |||
2022-11-09 | Merge pull request #68423 from Sauermann/fix-variant-object-cast | Rémi Verschelde | |
Fix crash from impossible Object::cast_to | |||
2022-11-09 | Fix default values on virtual classes causing errors in projects | Aaron Franke | |
2022-11-09 | Merge pull request #68440 from clayjohn/redraw-TIME | Rémi Verschelde | |
Request redraw in OpenGL3 and mobile renderers when TIME used in shader | |||
2022-11-08 | Merge pull request #67775 from dsnopek/opengl-multiview-openxr | Clay John | |
Add support for OpenGL to OpenXR | |||
2022-11-08 | Request redraw in OpenGL3 and mobile renderers when TIME used in shader | clayjohn | |
2022-11-08 | Add support for OpenGL to OpenXR | David Snopek | |
2022-11-08 | Merge pull request #67750 from touilleMan/stringname-in-gdextension-api | Emmanuel Leblond | |
Uses `StringName` in GDExtension and simplify argument/property declaration in class/method registration | |||
2022-11-08 | Fix crash from impossible Object::cast_to | Markus Sauermann | |
A Vector<>-variant can't be used in an Object::cast_to, because Vector doesn't inherit from Object and this cast always returns a nullptr. This patch replaces the Object::cast_to and accesses the contained Vector directly. | |||
2022-11-08 | Use StringName in the whole GDExtension API instead of const char * | Emmanuel Leblond | |
2022-11-08 | Uses `StringName` in GDExtension perf critical instance creation & ↵ | Emmanuel Leblond | |
method/properties setter/getter | |||
2022-11-08 | Merge pull request #68406 from zaevi/fix_web_auto_resize | Rémi Verschelde | |
Fix viewport doesn't auto-resize on Web. | |||
2022-11-08 | Merge pull request #68402 from Chaosus/gds_fix_enums | Rémi Verschelde | |
2022-11-08 | Fix viewport doesn't auto-resize on Web. | Zae | |
2022-11-08 | Merge pull request #68373 from akien-mga/extension-api-json-newline-eof | Rémi Verschelde | |
GDExtension: Ensure newline at EOF | |||
2022-11-08 | Merge pull request #68362 from bruvzg/android_gde | Rémi Verschelde | |
[Android] Fix GDExtension export and loading. | |||
2022-11-08 | Merge pull request #67682 from m4gr3d/misc_fixes_main | Rémi Verschelde | |
Small set of fixes to the input logic | |||
2022-11-08 | Merge pull request #68098 from compmstr/apply-torque-inertia-note | Rémi Verschelde | |
Add note about inertia being required for apply_torque on various Node types | |||
2022-11-08 | Fix named enums to use int64 type | Yuri Rubinsky | |
2022-11-08 | [Android] Fix GDExtension export and loading. | bruvzg | |
2022-11-08 | Merge pull request #61549 from KoBeWi/project_settings_mess | Rémi Verschelde | |
Remove duplicate project settings definitions | |||
2022-11-08 | Remove duplicate project settings definitions | kobewi | |
2022-11-07 | Small set of fixes to the input logic | Fredia Huya-Kouadio | |
2022-11-07 | Merge pull request #68271 from paddy-exe/gdextension-library-loading-error | Rémi Verschelde | |
GDExtension: Improve error message for invalid library feature flags | |||
2022-11-07 | Merge pull request #68346 from Calinou/particles-rename-trail-length-property | Rémi Verschelde | |
Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime` | |||
2022-11-07 | GDExtension: Ensure newline at EOF | Rémi Verschelde | |
2022-11-07 | Merge pull request #68366 from korompg/fix_headless_mode_aabb | Rémi Verschelde | |
Setting surface AABBs for mesh surfaces in headless mode. | |||
2022-11-07 | Merge pull request #68342 from KoBeWi/Godot_museum't | Rémi Verschelde | |
Allow to disable History Dock via feature profile | |||
2022-11-07 | Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime` | Hugo Locurcio | |
The property already has a "seconds" suffix in the inspector. The "lifetime" term makes it more obvious that the property is specified as time, not a distance in units. The property hint now allows manually entering values greater than 10 seconds. The internal rendering value's default now matches the particles nodes' default. | |||
2022-11-07 | Fix static object destructors being called on gpu selection with X11 | Abdulrahman Al Zeidi | |
2022-11-07 | Allow to disable History Dock via feature profile | kobewi | |
2022-11-07 | Surface AABBs are now set for mesh surfaces even in headless mode. Sponsored ↵ | Gábor Pál Korom | |
by Migeran (https://migeran.com). | |||
2022-11-07 | Merge pull request #68337 from alfredbaudisch/multi-caret-selection-fix | Rémi Verschelde | |
Fixes mouse click deselect for multi and single carets | |||
2022-11-07 | Merge pull request #68330 from RedMser/fix-relative-paths-disambiguate | Rémi Verschelde | |
Fix and simplify `EditorNode::disambiguate_filenames` | |||
2022-11-07 | Merge pull request #68351 from Sauermann/fix-code-simplifications | Rémi Verschelde | |
Code simplifications | |||
2022-11-07 | Merge pull request #68344 from aaronfranke/virtually-documented | Rémi Verschelde | |
Fix default values not showing up on virtual classes | |||
2022-11-07 | Merge pull request #68202 from zaevi/fix_Web_WebSocket_failed | Rémi Verschelde | |
Fix WebSocket connection failed on Web. | |||
2022-11-07 | Merge pull request #68331 from MewPurPur/gradient2d-better-preview | Rémi Verschelde | |
Fix GradientTexture2D's preview | |||
2022-11-07 | Merge pull request #68321 from BastiaanOlij/xrorigin_start_pos | Rémi Verschelde | |
Update XRServer with starting position of (new) current XROrigin3D | |||
2022-11-07 | Code simplifications | Markus Sauermann | |
CanvasItemEditor: - p_result == ADD_MOVE is always true in this switch-clause - both parts of the if-else-clause do the same thing and simplified an affine_inverse call ControlEditorToolbar: - private function ControlEditorToolbar::_anchor_to_position is used nowhere. Looks like copy and paste from CanvasItemEditor::_anchor_to_position ScrollContainer: - screen_is_touchscreen is always true, because otherwise the function already returned TextLine: - both parts of the if-else-clause do the same thing and simplified return statement | |||
2022-11-06 | Fix jankiness when drawing GradientTexture2D | VolTer | |
2022-11-06 | Fix default values not showing up on virtual classes | Aaron Franke | |
2022-11-06 | Mouse click deselect removes secondary carets and puts primary caret under ↵ | Alfred Reinold Baudisch | |
mouse position Fixes and closes #67993. | |||
2022-11-06 | Fix disambiguate_filenames absolute paths on Unix | RedMser | |
Also clean up relative path handling to use get_basename() | |||
2022-11-06 | Add note about inertia being required for apply_torque on various Nodes | Corey Williams | |
- RigidBody2D - PhysicsDirectBodyState2D - RigidBody3D - PhysicsDirectBodyState3D |