1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
d9244cf061 Remove network connection from local games
This removes need for TCP network connection in single-player games.

Instead, game will now create internal pseudo-connection that performs
client<->server communication by posting sent messages to client/server
asio::io_service'a.

This should fix gameplay aborting on switching to another app on iOS (and
apparently, on Android in some cases)
2025-02-03 17:24:02 +00:00
709905b1a0 Simplified networking API 2024-01-19 23:52:28 +02:00
80e960bc8e Finalized new TCP networking API 2024-01-19 23:52:28 +02:00