Home
last modified time | relevance | path

Searched refs:toEngineMsg (Results 1 – 10 of 10) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DEngineInteraction.hs22 module EngineInteraction(replayToDemo, checkNetCmd, toEngineMsg, drawnMapData, prependGhostPoints) …
24 module EngineInteraction(checkNetCmd, toEngineMsg) where
59 toEngineMsg :: B.ByteString -> B.ByteString
60 toEngineMsg msg = Base64.encode (fromIntegral (BW.length msg) `BW.cons` msg) function
70 em = toEngineMsg
H A DHWProtoLobbyState.hs122 ++ map (\t -> AnswerClients chans ["EM", toEngineMsg $ 'G' `B.cons` t]) clTeamsNames
123 …++ [AnswerClients [sendChan cl] ["EM", toEngineMsg "I"] | isPaused `fmap` gameInfo jRoom == Just T…
148 …: [AnswerClients [sendChan cl] $ "EM" : toEngineMsg "e$spectate 1" : (reverse . roundMsgs . fromJu…
H A DVotes.hs113 AnswerClients chans ["EM", toEngineMsg "I"]]
H A DHWProtoInRoomState.hs386 engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "]", msg, "\x20\x20"]
H A DActions.hs403 rmTeamMsg = toEngineMsg $ 'F' `B.cons` teamName
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DEngineInteraction.hs22 module EngineInteraction(replayToDemo, checkNetCmd, toEngineMsg, drawnMapData, prependGhostPoints) …
24 module EngineInteraction(checkNetCmd, toEngineMsg) where
59 toEngineMsg :: B.ByteString -> B.ByteString
60 toEngineMsg msg = Base64.encode (fromIntegral (BW.length msg) `BW.cons` msg) function
70 em = toEngineMsg
H A DHWProtoLobbyState.hs122 ++ map (\t -> AnswerClients chans ["EM", toEngineMsg $ 'G' `B.cons` t]) clTeamsNames
123 …++ [AnswerClients [sendChan cl] ["EM", toEngineMsg "I"] | isPaused `fmap` gameInfo jRoom == Just T…
148 …: [AnswerClients [sendChan cl] $ "EM" : toEngineMsg "e$spectate 1" : (reverse . roundMsgs . fromJu…
H A DVotes.hs113 AnswerClients chans ["EM", toEngineMsg "I"]]
H A DHWProtoInRoomState.hs386 engineMsg cl = toEngineMsg $ B.concat ["b", nick cl, "]", msg, "\x20\x20"]
H A DActions.hs403 rmTeamMsg = toEngineMsg $ 'F' `B.cons` teamName