ProgramGamer

Results 4 issues of ProgramGamer

I added a few commands that mirror the existing ones but return the date strings directly instead of inserting them into the currently focused editor. This is mainly useful for...

The title says it all, adding functions that take a length instead of assuming strings are null-terminated would be really nice for a variety of use cases, from allowing easier...

There is currently a vcpkg port of Jolt available, though it is an unofficial one supported by a third party. Would you consider making an official vcpkg port and maintaining...

In `AbstractPolygon2DEditor`: - `_get_node` abstract method renamed to `_get_target_node` - `_set_node` abstract method renamed to `_set_target_node`, now takes a `Node2D` parameter to match the return type of `_get_target_node` - Moved...

enhancement
topic:editor
topic:codestyle
topic:2d