x-null / mohreborn-launcher

MoH Reborn Game Launcher
MIT License
7 stars 0 forks source link

Real-time server list #5

Open Appelpitje opened 3 years ago

Appelpitje commented 3 years ago

Implement a real time server list and let the player join the server

Appelpitje commented 3 years ago

Moved from renderer to main process in background and launches async when launcher is opened

Appelpitje commented 3 years ago

Current code is using websockets to query the master server. The master server DB isnt real time or up-to-date. This can be changed by @razorapid

razorapid commented 3 years ago

That requires masterserver rewrite that will happen soon, but it's out of the scope for game launcher :) But we will do it soon.