Home
last modified time | relevance | path

Searched refs:askBuildRoom (Results 1 – 5 of 5) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/tests/
H A Dtest_Rooms.cpp118 packSend << ClientNotificationType::askBuildRoom << type; in BOOST_AUTO_TEST_CASE()
150 packSend << ClientNotificationType::askBuildRoom << type; in BOOST_AUTO_TEST_CASE()
170 packSend << ClientNotificationType::askBuildRoom << type; in BOOST_AUTO_TEST_CASE()
199 packSend << ClientNotificationType::askBuildRoom << type; in BOOST_AUTO_TEST_CASE()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DClientNotification.h43 askBuildRoom, enumerator
H A DClientNotification.cpp52 case ClientNotificationType::askBuildRoom: in typeString()
H A DODServer.cpp1259 case ClientNotificationType::askBuildRoom: in processClientNotifications()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomManager.cpp769 …entNotification *clientNotification = new ClientNotification(ClientNotificationType::askBuildRoom); in createRoomClientNotification()