Pablo Andres Fuente
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...
This PR aims to help "fix" #43440 Adding unit tests for `StreamPeer` and `StreamPeerBuffer`
This PR aims to help "fix" https://github.com/godotengine/godot/issues/43440
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()`...
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`....
This PR aims to help "fix" #43440
This PR aims to help "fix" #43440
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....
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.