Skip to content
Success

Changes

Summary

  1. Server: Add periodic message (commit: b4958f9) (details)
  2. Protocol.c: Add welcomeSent to initPlayer (commit: 07c9c9a) (details)
Commit b4958f97ca0479e187ecf2266fb03d91647b5546 by 16738302+Haxk20
Server: Add periodic message

Periodic messages are messages sent in different delays
from the moment player joins server.

Messages are configurable trough config file. Including
the delays. At maximum 5 delays. Default is 1, 5, 10, 30, 60.
(commit: b4958f9)
The file was modified Source/Main.c (diff)
The file was modified Source/Structs.h (diff)
The file was modified Source/Util/JSONHelpers.h (diff)
The file was modified .gitignore (diff)
The file was modified Source/config.json (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Server.h (diff)
The file was modified Source/Protocol.c (diff)
Commit 07c9c9adcab7ba82260b3119f8a67d1ffdb2acbd by 16738302+Haxk20
Protocol.c: Add welcomeSent to initPlayer

Make sure we send welcome message if player
leaves and another joins on the same ID.
(commit: 07c9c9a)
The file was modified Source/Protocol.c (diff)