and-rad

Results 36 comments of and-rad

Small heads up: It might look like I'm not making any progress lately, but that's just me waiting for 4.0 to become a little more feature-complete. I've had to redo...

Gonna link https://github.com/godotengine/godot/issues/61014 here. Even though it doesn't currently work, I have documented the feature as if it did. I expect it'll be fixed in time for the 4.0 release.

@Calinou What do you want us to do if we stumble across outdated manual pages? Mention them here to get them added to the list or open a new issue,...

Dope. Here's the first couple I found: The [Multiple Resolutions page](https://docs.godotengine.org/en/latest/tutorials/rendering/multiple_resolutions.html) talks about different stretch modes and mentions the three modes `Disabled`, `2D`, and `Viewport`. In the current master branch,...

The [Handling quit requests page](https://docs.godotengine.org/en/latest/tutorials/inputs/handling_quit_requests.html) seems to be completely outdated. It appears that the `MainLoop.NOTIFICATION_WM_QUIT_REQUEST` event, which the entire article revolves around, has been removed from the engine. I noticed...

Now that [feature warnings](https://github.com/godotengine/godot/pull/31171) have been added to the engine, the [Feature Tags page](https://docs.godotengine.org/en/latest/tutorials/export/feature_tags.html) might have to be updated to include relevant information about how the warnings work.

As far as I can see, the [Reset Animation](https://github.com/godotengine/godot/pull/43115) feature is not documented anywhere, either in the class reference or any of the tutorials. There is a single mention of...

@Calinou I'd like to work on the documentation of 3D particle systems. I'm currently getting familiar with the GPU particle system, so I would want to start with that. I'd...

The animation RESET track is not documented. Relevant PRs: - https://github.com/godotengine/godot/pull/43115 - https://github.com/godotengine/godot/pull/55653

My bad, you're right. I created a separate issue.