Commit Graph

11 Commits

Author SHA1 Message Date
b3391f3da0 "Players" locked in GetPlayer. SendChatMessage has been changed to LocalChatMessage 2021-11-27 00:39:14 +01:00
902acdd798 Bicycle color synchronization. Fixed server crash 2021-11-24 00:12:25 +01:00
1c3c9ec1fa Adds connection and disconnection callbacks for all players
Not only for own player
2021-11-19 17:05:57 -07:00
8fc16725ff Use TickCount64 instead of TickCount 2021-11-19 22:08:15 +01:00
b6b64eba53 More stuff 2021-09-30 23:35:42 +02:00
05f70a6d04 NOT FINISHED YET!
More info later...
2021-09-29 14:34:22 +02:00
1320f35f30 More stuff. Small changes 2021-09-28 16:51:16 +02:00
85186aef3b Interface (IsOnServer added). Small changes 2021-09-27 22:40:18 +02:00
6479d92460 Interface.cs (ChatMessageReceived and SendChatMessage added). Small changes 2021-09-27 20:28:27 +02:00
09b7860807 Interface.cs cleaned up 2021-09-27 19:10:51 +02:00
7b467aec18 Creates interface to communicate with other mods and menus optional
The interface static class will be used from 3rd party mods to
initiate, close and configure the connection. The project can be
compiled with the NON_INTERACTIVE copiler flag to remove the menus
and leave only the interface as a controller.
This is an initial implementation, future additions will support
more operations.
2021-09-26 21:31:40 -06:00