Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-18 | Revert "Replace SAO implementation with MSSAO" | Juan Linietsky | |
2020-10-18 | Merge pull request #42077 from clayjohn/MSSAO | Juan Linietsky | |
Replace SAO implementation with MSSAO | |||
2020-10-18 | Merge pull request #42201 from clayjohn/Vulkan-new-glow | Juan Linietsky | |
Optimize Glow with local memory | |||
2020-10-18 | Replace SAO implementation with MSSAO | clayjohn | |
2020-10-18 | Optimize Glow with local memory | clayjohn | |
2020-10-18 | Merge pull request #41418 from clayjohn/Vulkan-aerial | Rémi Verschelde | |
Add aerial perspective to fixed fog | |||
2020-10-17 | Add aerial perspective to fixed fog | clayjohn | |
2020-10-17 | Document that setting node name will remove @s | Tomasz Chabora | |
2020-10-15 | Merge pull request #42823 from madmiraal/update-intersect_point-doc | Rémi Verschelde | |
Update intersect_point documentation to mention solid shapes. | |||
2020-10-15 | Merge pull request #42778 from madmiraal/remove-get_layers | Rémi Verschelde | |
Remove old RigidBody get_layers() methods. | |||
2020-10-15 | Update intersect_point documentation to mention solid shapes. | Marcel Admiraal | |
2020-10-15 | Clarify that `MultiMesh.set_instance_color()` multiplies vertex colors | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4273. | |||
2020-10-14 | Link the Random number generation tutorial in the class reference | Hugo Locurcio | |
2020-10-13 | Remove old RigidBody layers property and methods. | Marcel Admiraal | |
2020-10-13 | Merge pull request #42604 from KoBeWi/da100mp | Rémi Verschelde | |
Correct the doc about linear damping | |||
2020-10-13 | Correct the doc about linear damping | Tomasz Chabora | |
2020-10-13 | Merge pull request #41576 from ↵ | Rémi Verschelde | |
FIF15/remove-redundant-property-enabled-focus-mode Remove redundant property "enabled_focus_mode" | |||
2020-10-13 | Remove redundant property "enabled_focus_mode" | FIF15 | |
Fixes #41529. | |||
2020-10-13 | Fix typo in the ProjectSettings class documentation | Charles Merriam | |
2020-10-13 | Merge pull request #42696 from ↵ | Rémi Verschelde | |
arthurpaulino/update-kinematicbody2d-is-on-descriptions Updating KinematicBody2D "is_on" functions' descriptions | |||
2020-10-12 | updating descriptions | Arthur Paulino | |
2020-10-12 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-09 | Merge pull request #42660 from Chaosus/remove_get_uv84_normal_bit | Rémi Verschelde | |
Removed unused method Geometry3D.get_uv84_normal_bit | |||
2020-10-09 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-09 | Removed unused method Geometry.get_uv84_normal_bit | Yuri Roubinsky | |
2020-10-07 | Docs change: More detailed description of StreamPeerTCP.is_connected_to_host() | Sniff | |
2020-10-04 | Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xref | Rémi Verschelde | |
Cross-reference GDScript `load` and `ResourceLoader.load` in classref | |||
2020-10-03 | Merge pull request #42518 from Duroxxigar/update-getter-and-setters | Rémi Verschelde | |
Updated getters and setters names for toplevel | |||
2020-10-03 | Remove reference to 3D shapes in RigidBody2D.xml contacts description. | Marcel Admiraal | |
2020-10-02 | Updated getters and setters names for toplevel | Duroxxigar | |
2020-10-02 | Merge pull request #42511 from InfiniteAnts/update-ninepatchrect-class-reference | Rémi Verschelde | |
Updated NinePatchRect's patch margin descriptions | |||
2020-10-02 | Updated NinePatchRect's patch margin descriptions | Anant Ahuja | |
2020-10-02 | Merge pull request #42451 from Duroxxigar/rename-toplevel | Rémi Verschelde | |
Renamed toplevel to be top_level | |||
2020-10-01 | Link to demos from within the class reference | Aaron Franke | |
2020-10-01 | Fix `screen_get_dpi` on macOS for non fractional display scales and restore ↵ | bruvzg | |
documentation. | |||
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 #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 | iOS: move touch delay to settings | Sergey Minakov | |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar | |
2020-10-01 | Made toplevel a property for Node3D and CanvasItem | Duroxxigar | |
2020-09-30 | Cross-reference GDScript `load` and `ResourceLoader.load` in classref | Andrii Doroshenko (Xrayez) | |
The GDScript `load` mention is moved from the class `ResourceLoader` description to the `ResourceLoader.load` method description instead, where it is more likely to be found. | |||
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 | Make "function" a property of FuncRef | Wilson E. Alvarez | |
2020-09-29 | Merge pull request #38579 from Megamega53/edit | Rémi Verschelde | |
doc: Some improvements to KinematicBody docs | |||
2020-09-29 | Merge pull request #38683 from follower/patch-11 | Rémi Verschelde | |
Improve doc clarity/detail for extra spacing properties |