Results 18 comments of Zach777

We could do user accounts, but that would have to be saved for a future release. I would be willing to implement that. However, I would like to set that...

That issue is how Godot handles input after pausing the game from the editor in all cases. Some games I have to program controls so I can debug them without...

Should we implement this for release 0.3? Do you eventually plan on having the androids walk back to their spots on their own?

Oh that will be interesting to work around. Probably just disable the ability to capture the mouse while NPC Editor is active.

Sounds good. What part of Chat should determine when a player is shouting? The component or text input? You do actions like shouting by typing in the corresponding text at...

@Moonwards It will allow us to only show possible interactions when we should. It would fix Rovers thinking they can grab stairs. Thankfully Interactions system is engineered well. The hardest...

Will these make it harder for color blind people to see them?

What program would be best to showcase the work needed? I am thinking I should just create a new column in Gitkraken and post all the steps to that. @Moonwards

Listing the code that needs refactored. NETWORKING -Required- Make handling nodes being reparented trivial Greatly reduce congestion and packet spam Handle a client getting accidentally disconnected gracefully. They should be...

On another note: We need to write out the docs for Moonwards. This would probably be a good time to discuss how best to implement the Docs Generator as well....