Home
last modified time | relevance | path

Searched defs:snapshot_s (Results 1 – 8 of 8) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_public.h44 struct snapshot_s struct
66 typedef snapshot_s snapshot_t; argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/
H A Dlm32.c12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_public.h47 struct snapshot_s struct
69 typedef snapshot_s snapshot_t; argument
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGame_local.h106 typedef struct snapshot_s { struct
110 struct snapshot_s * next; argument
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGame_local.h106 typedef struct snapshot_s { struct
110 struct snapshot_s * next; argument
/dports/emulators/vice/vice-3.5/src/
H A Dsnapshot.c77 struct snapshot_s { struct
79 FILE *file;
82 long first_module_offset;
85 int write_mode;
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_public.h42 typedef struct snapshot_s { struct
43 int snapFlags; // SNAPFLAG_RATE_DELAYED, etc
44 int ping;
46 int serverTime; // server time the message is valid for (in msec)
48 byte areamask[MAX_MAP_AREA_BYTES]; // portalarea visibility bits
50 playerState_t ps; // complete information about the current player at this time
51 playerState_t vps; //vehicle I'm riding's playerstate (if applicable) -rww
53 int numEntities; // all of the entities that need to be presented
54 entityState_t entities[MAX_ENTITIES_IN_SNAPSHOT]; // at the time of this snapshot
56 int numServerCommands; // text based server commands to execute when this
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dsnapshot.c152 struct snapshot_s { struct
154 snapshot_stream_t* file; argument
166 static size_t snapshot_file_read(snapshot_stream_t* f, void* ptr, size_t size) in snapshot_file_read() argument