Skip to content
Success

Changes

Summary

  1. Server: Add command parser (#13) (commit: 60fd862) (details)
  2. Server.c: Drop intel before sending player left (commit: 194f1d9) (details)
  3. Commands.*: Add tp command (commit: 91904c2) (details)
  4. Commands.c: Fix issues with swapping to uint8 for ID (commit: a419637) (details)
Commit 60fd862b8e776fc3608cfcdff64f076b97770846 by noreply
Server: Add command parser (#13)

(commit: 60fd862)
The file was modified Source/Commands.h (diff)
The file was modified Source/Structs.h (diff)
The file was modified Source/Commands.c (diff)
Commit 194f1d95d4bd5bee530ebcd30ffd9ed4adde8828 by 16738302+Haxk20
Server.c: Drop intel before sending player left

This way client knows the intel was dropped and drops it
locally
(commit: 194f1d9)
The file was modified Source/Server.c (diff)
Commit 91904c263fb323226de3051ae77e9659a7a1bc2c by 16738302+Haxk20
Commands.*: Add tp command

Teleport player to player
(commit: 91904c2)
The file was modified Source/Commands.h (diff)
The file was modified Source/Commands.c (diff)
Commit a4196375442707006bd2789dd9cff14b57a32fbd by 16738302+Haxk20
Commands.c: Fix issues with swapping to uint8 for ID
(commit: a419637)
The file was modified Source/Commands.c (diff)