A server for poppy
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pascal Abresch a8ed634e0a simplify code a bit 1 year ago
commands simplify code a bit 1 year ago
unpriviliged_commands add avatar 1 year ago
License add license 2 years ago
Readme.md Protocol version 002 1 year ago
compat.lua add backwards compatibility for unpack() 2 years ago
conf.lua Did some stuff 2 years ago
constants.lua simplify code a bit 1 year ago
main.lua simplify code a bit 1 year ago
rpc.lua simplify code a bit 1 year ago
singlemain.lua add singleplayer 2 years ago
utils.lua new assertion 1 year ago

Readme.md

This is the server for Poppy

If you already cloned the client there is no need to clone the server, it is included as a submodule (and the client uses some server code aswell)

Implementation status

  • Basic sessions
  • Physics sync
  • Drawing sync
  • Chat

Not implemented

  • Sync drawing, commision textures (store their hashes, store their imagedata for clients that need it)
  • Timeout clients that haven't responded to a ping for quite some time