riiablo/core
Collin Smith 15687b71c6 Improved D2GS client implementation
D2GS clients are now indexed using a fixed-size array
Connecting clients will now use the first available slot
Disconnecting clients will now have their corresponding entity deleted
Shutting down server will now wait for client threads to end
Removed separate iteration method for broadcast packets -- I don't think this distinction is necessary
Refactored AtomicBoolean with volatile boolean
Debug logging has been significantly been improved to indicate clients / packet types / remote addresses
2019-12-14 03:55:23 -08:00
..
gen/com/riiablo/net/packet Added disconnect packet and support for entity state synchronization 2019-12-13 15:29:17 -08:00
src/com/riiablo Improved D2GS client implementation 2019-12-14 03:55:23 -08:00
build.gradle Removed eclipse stuff from gradle (was giving warnings and completely unused) 2019-06-24 03:25:43 -07:00