Home
last modified time | relevance | path

Searched refs:pushInto (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/maxr/maxr-0.2.9/src/game/data/report/unit/
H A Dsavedreportsurveyoraiconfused.cpp38 void cSavedReportSurveyorAiConfused::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportSurveyorAiConfused
40 cSavedReportUnit::pushInto (message); in pushInto()
44 void cSavedReportSurveyorAiConfused::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportSurveyorAiConfused
46 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportsurveyoraisenseless.cpp38 void cSavedReportSurveyorAiSenseless::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportSurveyorAiSenseless
40 cSavedReportUnit::pushInto (message); in pushInto()
44 void cSavedReportSurveyorAiSenseless::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportSurveyorAiSenseless
46 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportpathinterrupted.cpp39 void cSavedReportPathInterrupted::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportPathInterrupted
41 cSavedReportUnit::pushInto (message); in pushInto()
45 void cSavedReportPathInterrupted::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportPathInterrupted
47 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportdisabled.cpp48 void cSavedReportDisabled::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportDisabled
52 cSavedReportUnit::pushInto (message); in pushInto()
56 void cSavedReportDisabled::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportDisabled
60 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportcapturedbyenemy.cpp48 void cSavedReportCapturedByEnemy::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportCapturedByEnemy
52 cSavedReportUnit::pushInto (message); in pushInto()
56 void cSavedReportCapturedByEnemy::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportCapturedByEnemy
60 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportattacked.cpp49 void cSavedReportAttacked::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportAttacked
53 cSavedReportUnit::pushInto (message); in pushInto()
57 void cSavedReportAttacked::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportAttacked
61 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportattackingenemy.cpp49 void cSavedReportAttackingEnemy::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportAttackingEnemy
53 cSavedReportUnit::pushInto (message); in pushInto()
57 void cSavedReportAttackingEnemy::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportAttackingEnemy
61 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportdestroyed.cpp49 void cSavedReportDestroyed::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportDestroyed
53 cSavedReportUnit::pushInto (message); in pushInto()
57 void cSavedReportDestroyed::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportDestroyed
61 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportdetected.cpp53 void cSavedReportDetected::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportDetected
58 cSavedReportUnit::pushInto (message); in pushInto()
62 void cSavedReportDetected::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportDetected
67 cSavedReportUnit::pushInto (element); in pushInto()
H A Dsavedreportpathinterrupted.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
H A Dsavedreportsurveyoraiconfused.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
H A Dsavedreportsurveyoraisenseless.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
/dports/games/maxr/maxr-0.2.9/src/game/data/report/special/
H A Dsavedreportlostconnection.cpp43 void cSavedReportLostConnection::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportLostConnection
47 cSavedReport::pushInto (message); in pushInto()
51 void cSavedReportLostConnection::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportLostConnection
55 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportplayerendedturn.cpp42 void cSavedReportPlayerEndedTurn::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportPlayerEndedTurn
46 cSavedReport::pushInto (message); in pushInto()
50 void cSavedReportPlayerEndedTurn::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportPlayerEndedTurn
54 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportplayerleft.cpp42 void cSavedReportPlayerLeft::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportPlayerLeft
46 cSavedReport::pushInto (message); in pushInto()
50 void cSavedReportPlayerLeft::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportPlayerLeft
54 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreporthostcommand.cpp42 void cSavedReportHostCommand::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportHostCommand
46 cSavedReport::pushInto (message); in pushInto()
50 void cSavedReportHostCommand::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportHostCommand
54 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportplayerdefeated.cpp42 void cSavedReportPlayerDefeated::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportPlayerDefeated
46 cSavedReport::pushInto (message); in pushInto()
50 void cSavedReportPlayerDefeated::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportPlayerDefeated
54 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportresourcechanged.cpp49 void cSavedReportResourceChanged::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportResourceChanged
55 cSavedReport::pushInto (message); in pushInto()
59 void cSavedReportResourceChanged::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportResourceChanged
65 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportupgraded.cpp48 void cSavedReportUpgraded::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportUpgraded
54 cSavedReport::pushInto (message); in pushInto()
58 void cSavedReportUpgraded::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportUpgraded
64 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreporthostcommand.h34 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
35 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
H A Dsavedreportlostconnection.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
H A Dsavedreportresourcechanged.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
H A Dsavedreportplayerdefeated.h36 virtual void pushInto (cNetMessage& message) const MAXR_OVERRIDE_FUNCTION;
37 virtual void pushInto (tinyxml2::XMLElement& element) const MAXR_OVERRIDE_FUNCTION;
/dports/games/maxr/maxr-0.2.9/src/game/data/report/
H A Dsavedreportunit.cpp48 void cSavedReportUnit::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportUnit
53 cSavedReport::pushInto (message); in pushInto()
57 void cSavedReportUnit::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportUnit
63 cSavedReport::pushInto (element); in pushInto()
H A Dsavedreportchat.cpp57 void cSavedReportChat::pushInto (cNetMessage& message) const in pushInto() function in cSavedReportChat
63 cSavedReport::pushInto (message); in pushInto()
67 void cSavedReportChat::pushInto (tinyxml2::XMLElement& element) const in pushInto() function in cSavedReportChat
73 cSavedReport::pushInto (element); in pushInto()

123