Alfonso J. Ramos

Results 39 comments of Alfonso J. Ramos

@NN--- is set as collaborator and call pull and merge. But I still have the Nuget which is tied to my email account, and there is no release schedule or...

I was unaware I can add owner to the nuget, it asks for user name, so what username I would be adding?

What about `move_and_slide_with_snap` and `move_and_collide`? Which are not mentioned at the time of writing. I guess it makes sense that `move_and_slide_with_snap` also interpolates by default the same as `move_and_slide`. Will...

Yes, but no. I agree Godot can use some kind of promise - in fact some people have made their own implementations, including myself - but a promise is not...

I remember pushback on the lines of "GDScript is too slow for that", but we should be able to use GDScript to connect this to a mixing solution in GPU,...

An oblique projection is a parallel projection. Here is a picture from Wikipedia: ![image](https://github.com/godotengine/godot/assets/1212509/76fe628b-2d75-420e-a975-8b972a81f907) It is commonly used in technical drawing. But it has also seen use in video game...

Now that 4.3 is out, there is another chance for this feature. It seems everything from prior reviews has been addressed. So I hope it goes smoothly.

Writing tests is covered in the documentation: https://docs.godotengine.org/en/stable/contributing/development/core_and_modules/unit_testing.html#writing-tests It should be straightforward to do following the existing tests as example. Which - somebody will correct me if I'm getting this...