demoth / jake2

Quake 2 java port
GNU General Public License v2.0
59 stars 9 forks source link

Allow running multiple instances of server on one jvm (Part 3) Server Main changes #34

Closed demoth closed 2 years ago

demoth commented 4 years ago

Sever main procedures are responsible to manage server instances and clients.

Main challenge - to make clients collection usable by several gameImports/gameExports instances. Right now gameImports use clients collection exclusively, assuming indexes (1, maxclients) are all clients.

demoth commented 2 years ago

Fixed in 35850e9c