mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
OMG! Main Menu!
This commit is contained in:
parent
c0a1bcf473
commit
c914cbb0a0
25 changed files with 897 additions and 272 deletions
|
@ -397,7 +397,6 @@ public:
|
|||
|
||||
// Environment and Connection must be locked when called
|
||||
void SendBlockNoLock(u16 peer_id, MapBlock *block, u8 ver);
|
||||
//TODO: Sending of many blocks in a single packet
|
||||
|
||||
// Environment and Connection must be locked when called
|
||||
//void SendSectorMeta(u16 peer_id, core::list<v2s16> ps, u8 ver);
|
||||
|
@ -420,7 +419,6 @@ private:
|
|||
|
||||
// Virtual methods from con::PeerHandler.
|
||||
// As of now, these create and remove clients and players.
|
||||
// TODO: Make it possible to leave players on server.
|
||||
void peerAdded(con::Peer *peer);
|
||||
void deletingPeer(con::Peer *peer, bool timeout);
|
||||
|
||||
|
@ -514,5 +512,10 @@ private:
|
|||
friend class RemoteClient;
|
||||
};
|
||||
|
||||
/*
|
||||
Runs a simple dedicated server loop
|
||||
*/
|
||||
void dedicated_server_loop(Server &server);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue