Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | Use enum instead of int in virtual methods return type | Raul Santos | |
2022-09-30 | Fix typos with codespell | RĂ©mi Verschelde | |
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though). | |||
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-07-26 | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli | |
- RPC configurations are now dictionaries. - Script.get_rpc_methods renamed to Script.get_rpc_config. - Node.rpc[_id] and Callable.rpc now return an Error. - Refactor MultiplayerAPI to allow extension. - New MultiplayerAPI.rpc method with Array argument (for scripts). - Move the default MultiplayerAPI implementation to a module. |