____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"Public Member Functions | |
| LogEntry () | |
Public Attributes | |
| unsigned long | GameCycle |
| int | UnitNumber |
| std::string | UnitIdent |
| std::string | Action |
| int | Flush |
| int | PosX |
| int | PosY |
| int | DestUnitNumber |
| std::string | Value |
| int | Num |
| unsigned | SyncRandSeed |
| LogEntry * | Next |
Definition at line 61 of file replay.cpp.
| LogEntry::LogEntry | ( | ) | [inline] |
| unsigned long LogEntry::GameCycle |
Definition at line 69 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), PrintLogCommand(), and ReplayEachCycle().
Definition at line 70 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), LogEntry(), and PrintLogCommand().
| std::string LogEntry::UnitIdent |
Definition at line 71 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| std::string LogEntry::Action |
Definition at line 72 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| int LogEntry::Flush |
Definition at line 73 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| int LogEntry::PosX |
Definition at line 74 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| int LogEntry::PosY |
Definition at line 75 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
Definition at line 76 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| std::string LogEntry::Value |
Definition at line 77 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| int LogEntry::Num |
Definition at line 78 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
| unsigned LogEntry::SyncRandSeed |
Definition at line 79 of file replay.cpp.
Referenced by CclLog(), CommandLog(), DoNextReplay(), and PrintLogCommand().
Definition at line 80 of file replay.cpp.
Referenced by AppendLog(), CclLog(), DeleteReplay(), DoNextReplay(), and SaveFullLog().
1.5.6