Home
last modified time | relevance | path

Searched defs:data_ver (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dgamesetupstruct.cpp45 void GameSetupStruct::read_savegame_info(Common::Stream *in, GameDataVersion data_ver) in read_savegame_info()
55 void GameSetupStruct::read_font_flags(Common::Stream *in, GameDataVersion data_ver) in read_font_flags()
74 MainGameFileError GameSetupStruct::read_sprite_flags(Common::Stream *in, GameDataVersion data_ver) in read_sprite_flags()
109 MainGameFileError GameSetupStruct::read_cursors(Common::Stream *in, GameDataVersion data_ver) in read_cursors()
118 void GameSetupStruct::read_interaction_scripts(Common::Stream *in, GameDataVersion data_ver) in read_interaction_scripts()
188 void GameSetupStruct::read_characters(Common::Stream *in, GameDataVersion data_ver) in read_characters()
195 void GameSetupStruct::read_lipsync(Common::Stream *in, GameDataVersion data_ver) in read_lipsync()
201 void GameSetupStruct::read_messages(Common::Stream *in, GameDataVersion data_ver) in read_messages()
250 MainGameFileError GameSetupStruct::read_customprops(Common::Stream *in, GameDataVersion data_ver) in read_customprops()
286 MainGameFileError GameSetupStruct::read_audio(Common::Stream *in, GameDataVersion data_ver) in read_audio()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/game/
H A Dmain_game_file.cpp221 HGameFileError ReadDialogScript(PScript &dialog_script, Stream *in, GameDataVersion data_ver) { in ReadDialogScript()
256 void ReadViews(GameSetupStruct &game, ViewStruct *&views, Stream *in, GameDataVersion data_ver) { in ReadViews()
274 Stream *in, GameDataVersion data_ver, int dlg_count) { in ReadDialogs()
469 void UpgradeFonts(GameSetupStruct &game, GameDataVersion data_ver) { in UpgradeFonts()
484 void UpgradeAudio(GameSetupStruct &game, LoadedGameEntities &ents, GameDataVersion data_ver) { in UpgradeAudio()
557 void UpgradeCharacters(GameSetupStruct &game, GameDataVersion data_ver) { in UpgradeCharacters()
590 void UpgradeMouseCursors(GameSetupStruct &game, GameDataVersion data_ver) { in UpgradeMouseCursors()
688 GameDataExtReader(LoadedGameEntities &ents, GameDataVersion data_ver, Stream *in) in GameDataExtReader()
712 HGameFileError ReadGameData(LoadedGameEntities &ents, Stream *in, GameDataVersion data_ver) { in ReadGameData()
796 HGameFileError UpdateGameData(LoadedGameEntities &ents, GameDataVersion data_ver) { in UpdateGameData()
[all …]
H A Droom_file.cpp85 HError ReadMainBlock(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadMainBlock()
329 HError ReadScriptBlock(char *&buf, Stream *in, RoomFileVersion data_ver) { in ReadScriptBlock()
340 HError ReadCompSc3Block(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadCompSc3Block()
348 HError ReadObjNamesBlock(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadObjNamesBlock()
364 HError ReadObjScNamesBlock(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadObjScNamesBlock()
380 HError ReadAnimBgBlock(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadAnimBgBlock()
401 HError ReadPropertiesBlock(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadPropertiesBlock()
419 soff_t block_len, RoomFileVersion data_ver) { in ReadRoomBlock()
462 RoomBlockReader(RoomStruct *room, RoomFileVersion data_ver, Stream *in) in RoomBlockReader()
496 HRoomFileError ReadRoomData(RoomStruct *room, Stream *in, RoomFileVersion data_ver) { in ReadRoomData()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/ac/
H A Dgame_setup_struct.cpp112 void GameSetupStruct::read_savegame_info(Shared::Stream *in, GameDataVersion data_ver) { in read_savegame_info()
120 void GameSetupStruct::read_font_infos(Shared::Stream *in, GameDataVersion data_ver) { in read_font_infos()
162 HGameFileError GameSetupStruct::read_cursors(Shared::Stream *in, GameDataVersion data_ver) { in read_cursors()
170 void GameSetupStruct::read_interaction_scripts(Shared::Stream *in, GameDataVersion data_ver) { in read_interaction_scripts()
220 void GameSetupStruct::read_characters(Shared::Stream *in, GameDataVersion data_ver) { in read_characters()
226 void GameSetupStruct::read_lipsync(Shared::Stream *in, GameDataVersion data_ver) { in read_lipsync()
231 void GameSetupStruct::read_messages(Shared::Stream *in, GameDataVersion data_ver) { in read_messages()
272 HGameFileError GameSetupStruct::read_customprops(Shared::Stream *in, GameDataVersion data_ver) { in read_customprops()
308 HGameFileError GameSetupStruct::read_audio(Shared::Stream *in, GameDataVersion data_ver) { in read_audio()
329 void GameSetupStruct::read_room_names(Stream *in, GameDataVersion data_ver) { in read_room_names()
/dports/games/ags/ags_linux_v.3.4.4.1/Common/game/
H A Dmain_game_file.cpp176 MainGameFileError ReadDialogScript(PScript &dialog_script, Stream *in, GameDataVersion data_ver) in ReadDialogScript()
191 …ameFileError ReadScriptModules(std::vector<PScript> &sc_mods, Stream *in, GameDataVersion data_ver) in ReadScriptModules()
222 void ReadViews(GameSetupStruct &game, ViewStruct *&views, Stream *in, GameDataVersion data_ver) in ReadViews()
245 Stream *in, GameDataVersion data_ver, int dlg_count) in ReadDialogs()
444 void UpgradeAudio(GameSetupStruct &game, GameDataVersion data_ver) in UpgradeAudio()
513 void UpgradeCharacters(GameSetupStruct &game, GameDataVersion data_ver) in UpgradeCharacters()
553 void UpgradeMouseCursors(GameSetupStruct &game, GameDataVersion data_ver) in UpgradeMouseCursors()
567 void AdjustScoreSound(GameSetupStruct &game, GameDataVersion data_ver) in AdjustScoreSound()
630 MainGameFileError ReadGameData(LoadedGameEntities &ents, Stream *in, GameDataVersion data_ver) in ReadGameData()
702 MainGameFileError UpdateGameData(LoadedGameEntities &ents, GameDataVersion data_ver) in UpdateGameData()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/game/
H A Dgame_init.cpp259 void LoadFonts(GameDataVersion data_ver) { in LoadFonts()
306 HGameInitError InitGameState(const LoadedGameEntities &ents, GameDataVersion data_ver) { in InitGameState()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dgame_file.cpp118 void PreReadSaveFileInfo(Stream *in, GameDataVersion data_ver) in PreReadSaveFileInfo()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dgame_file.cpp130 HError LoadGameScripts(LoadedGameEntities &ents, GameDataVersion data_ver) { in LoadGameScripts()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/game/
H A Dgame_init.cpp354 GameInitError InitGameState(const LoadedGameEntities &ents, GameDataVersion data_ver) in InitGameState()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dsystem16.c2091 UINT8 *data_ver=gr_ver; in gr_colors() local
2120 UINT8 *data_ver=gr_ver; in render_gr() local
2473 UINT8 *data_ver=gr_ver; in grv2_colors() local
2508 UINT8 *data_ver=gr_ver; in render_grv2() local
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsystem16_vidhrdw.c1205 UINT16 *data_ver=sys16_gr_ver; in render_gr() local
1402 UINT16 *data_ver=sys16_gr_ver; in render_grv2() local
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsystem16_vidhrdw.c1248 UINT16 *data_ver=sys16_gr_ver; in render_gr() local
1445 UINT16 *data_ver=sys16_gr_ver; in render_grv2() local
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprocmsg.c1026 guint32 data_ver = 0; in procmsg_open_data_file() local
1110 guint32 data_ver = 0; in procmsg_open_cache_file_mmap() local
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dmsgcache.c403 gint32 data_ver; in msgcache_open_data_file() local

12