Pablo Andres Fuente

Results 21 issues of Pablo Andres Fuente

This PR aims to help "fix" https://github.com/godotengine/godot/issues/43440 It's adding [cpp_mock](https://github.com/samcragg/cpp_mock) header only mocking library to making unit test that requires mocks easier to implement. I just implemented some really simple...

enhancement
topic:network
topic:tests

This PR aims to help "fix" #43440 Adding unit tests for `StreamPeer` and `StreamPeerBuffer`

enhancement
topic:core
topic:tests

This PR aims to help "fix" https://github.com/godotengine/godot/issues/43440

enhancement
topic:tests

This PR aims to help "fix" https://github.com/godotengine/godot/issues/43440 PLEASE pay special attention to port invalid URLs test. Current behavior returns the port value even when `String::parse_url()` is returning `Error::ERR_INVALID_PARAMETER` IMHO `String::parse_url()`...

enhancement
topic:tests

Also added `child_has_focus` function to `Control`. This is used by `ScrollContainer` to detect if one of its childs has focus and should draw the focus border. Also added `focus` `SceneStringName`....

enhancement
topic:editor
usability

This PR aims to help "fix" #43440

enhancement
topic:network
topic:tests

This PR aims to help "fix" #43440

enhancement
topic:network
topic:tests

Closes godotengine/godot-proposals#5983 Adds put/get methods to `StreamPeer` that handles half precision floating point values. Adds endode/decode half precision floating point to `marshalls`. This PR is rebase into master of #78872....

enhancement
topic:network

Before this commit, ccache where only used on Mac when `OSXCROSS_ROOT` was defined. Now, it could be used even when that environment variable is not defined.

enhancement
platform:macos
topic:buildsystem

enhancement
topic:core