collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
869 stars 99 forks source link

Define item pickup/drop handling #76

Open collinsmith opened 4 years ago

collinsmith commented 4 years ago

Item management is a bit hacked together right now -- especially networked items. I'd like to create a proper spec for how item pickup/drop events should be handled. Should include stuff like handling an item pickup race condition or a client tries to pickup an invalid entity or entity from a previous time.

collinsmith commented 4 years ago

907688a1d2e10c8ec35de0d24d21b8dfcf13b01c added support for the networking stuff