[-] tab@mastodon.gamedev.place 1 points 3 months ago

@Smorty @db0 if my plugin was the tipping point that made someone open source their game I would be rather happy. If they had to remove it to avoid following its license: look before you leap??

[-] tab@mastodon.gamedev.place 1 points 8 months ago

@lutris@fosstodon.org Anyone see the CES MSI LoL cheating monitor? Are there any cheats that's can just be run on another undetectable computer?
Anti-cheat is a temporary solution which loses in the end.

This could be motivation for Linux users to create their own MOBAs. Ideally free software, and with an alternative answer to user's cheating.

[-] tab@mastodon.gamedev.place 5 points 9 months ago

@popcar2 guess I've been lucky, just enabled sharedarraybufffer and worked on itch

[-] tab@mastodon.gamedev.place 4 points 1 year ago* (last edited 1 year ago)

@plixel @Rodeo if the parent is creating the children at runtime then that's the time to connect signals in code.

If the child already exists as part of the parent's scene you could connect it's signals in the editor (built-in signals or your own signals). Then in code just run singal_name.emit(args) when needed. You can still connect them in code if you want [e.g. iterate over get_children()].

[-] tab@mastodon.gamedev.place 3 points 1 year ago* (last edited 1 year ago)

@abbotsbury @BrikoX
Consider checking out the feature requests to see if specific changes you like are planned (or not for core). They won't predict the future exactly but should make things more clearer.

https://github.com/godotengine/godot/blob/571cd0eb791b37e9a8adda9f909251138170f6b7/CONTRIBUTING.md

https://github.com/godotengine/godot-proposals

tab

joined 1 year ago