Home
last modified time | relevance | path

Searched refs:DataVersion (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/game/
H A Droom_file_base.cpp34 : DataVersion(kRoomVersion_Undefined) { in RoomDataSource()
85 src.DataVersion = (RoomFileVersion)src.InputStream->ReadInt16(); in ReadRoomHeader()
86 if (src.DataVersion < kRoomVersion_250b || src.DataVersion > kRoomVersion_Current) in ReadRoomHeader()
87 …ring::FromFormat("Required format version: %d, supported %d - %d", src.DataVersion, kRoomVersion_2… in ReadRoomHeader()
H A Droom_struct.cpp149 DataVersion = kRoomVersion_Current; in InitDefaults()
251 err = ReadRoomData(room, src.InputStream.get(), src.DataVersion); in load_room()
253 err = UpdateRoomData(room, src.DataVersion, game_is_hires, sprinfos); in load_room()
267 if (room->DataVersion >= kRoomVersion_303b || !game_is_hires) in UpscaleRoomBackground()
H A Dmain_game_file.cpp52 : DataVersion(kGameVersion_Undefined) { in MainGameSource()
170 src.DataVersion = (GameDataVersion)in->ReadInt32(); in OpenMainGameFileBase()
171 if (src.DataVersion >= kGameVersion_230) in OpenMainGameFileBase()
173 if (src.DataVersion < kGameVersion_250) in OpenMainGameFileBase()
174 …ring::FromFormat("Required format version: %d, supported %d - %d", src.DataVersion, kGameVersion_2… in OpenMainGameFileBase()
175 if (src.DataVersion > kGameVersion_Current) in OpenMainGameFileBase()
177 …ormat version: %d, supported %d - %d", src.CompiledWith.GetCStr(), src.DataVersion, kGameVersion_2… in OpenMainGameFileBase()
179 if (src.DataVersion >= kGameVersion_341) { in OpenMainGameFileBase()
188 _G(loaded_game_file_version) = src.DataVersion; in OpenMainGameFileBase()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dgame_file.cpp95 Debug::Printf(kDbgMsg_Init, "Game data version: %d", src.DataVersion); in game_file_first_open()
138 PreReadSaveFileInfo(src.InputStream.get(), src.DataVersion); in preload_game_data()
150 load_err = ReadGameData(ents, src.InputStream.get(), src.DataVersion); in load_game_file()
152 load_err = UpdateGameData(ents, src.DataVersion); in load_game_file()
159 GameInitError init_err = InitGameState(ents, src.DataVersion); in load_game_file()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dgame_file.cpp88 Debug::Printf(kDbgMsg_Info, "Game data version: %d", src.DataVersion); in game_file_first_open()
114 PreReadGameData(_GP(game), src.InputStream.get(), src.DataVersion); in preload_game_data()
177 err = (HError)ReadGameData(ents, src.InputStream.get(), src.DataVersion); in load_game_file()
190 err = (HError)UpdateGameData(ents, src.DataVersion); in load_game_file()
196 err = LoadGameScripts(ents, src.DataVersion); in load_game_file()
199 err = (HError)InitGameState(ents, src.DataVersion); in load_game_file()
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Dreswriter.pp84 DataVersion : longword;
103 DataVersion:=aRes.DataVersion;
109 DataVersion:=SwapEndian(DataVersion);
115 aStream.WriteBuffer(DataVersion,4); //dataversion
H A Dresreader.pp74 DataVersion : longword;
95 aStream.ReadBuffer(DataVersion,4);
101 DataVersion:=SwapEndian(DataVersion);
112 Result.DataVersion:=DataVersion;
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Dreswriter.pp84 DataVersion : longword;
103 DataVersion:=aRes.DataVersion;
109 DataVersion:=SwapEndian(DataVersion);
115 aStream.WriteBuffer(DataVersion,4); //dataversion
H A Dresreader.pp74 DataVersion : longword;
95 aStream.ReadBuffer(DataVersion,4);
101 DataVersion:=SwapEndian(DataVersion);
112 Result.DataVersion:=DataVersion;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Dreswriter.pp84 DataVersion : longword;
103 DataVersion:=aRes.DataVersion;
109 DataVersion:=SwapEndian(DataVersion);
115 aStream.WriteBuffer(DataVersion,4); //dataversion
H A Dresreader.pp74 DataVersion : longword;
95 aStream.ReadBuffer(DataVersion,4);
101 DataVersion:=SwapEndian(DataVersion);
112 Result.DataVersion:=DataVersion;
/dports/games/ags/ags_linux_v.3.4.4.1/Common/game/
H A Dmain_game_file.cpp38 : DataVersion(kGameVersion_Undefined) in MainGameSource()
121 src.DataVersion = (GameDataVersion)in->ReadInt32(); in OpenMainGameFileBase()
122 if (src.DataVersion >= kGameVersion_230) in OpenMainGameFileBase()
124 if (src.DataVersion < kGameVersion_250) in OpenMainGameFileBase()
126 if (src.DataVersion > kGameVersion_Current) in OpenMainGameFileBase()
129 if (src.DataVersion >= kGameVersion_341) in OpenMainGameFileBase()
141 loaded_game_file_version = src.DataVersion; in OpenMainGameFileBase()
H A Dmain_game_file.h81 GameDataVersion DataVersion; member
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DWindowsResource.h81 support::ulittle32_t DataVersion; member
103 uint16_t getDataVersion() const { return Suffix->DataVersion; } in getDataVersion()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DWindowsResource.h81 support::ulittle32_t DataVersion;
103 uint16_t getDataVersion() const { return Suffix->DataVersion; } in setAtom()
/dports/astro/geographiclib/gravity/
H A Degm96.egm11 DataVersion 1
H A Dwgs84.egm11 DataVersion 1
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Object/
H A DWindowsResource.h83 support::ulittle32_t DataVersion; member
105 uint16_t getDataVersion() const { return Suffix->DataVersion; } in getDataVersion()
/dports/astro/geographiclib/magnetic/
H A Dwmm2020.wmm12 DataVersion 1
H A Digrf13.wmm12 DataVersion 1
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/task/
H A Dcommon.go65 if handle.DataVersion < feature.TasksSupportedVersion {
/dports/security/keybase/client-v5.7.1/go/kbfs/data/
H A Ddata_mocks_test.go75 func (m *MockBlockWithPtrs) DataVersion() Ver { func
83 func (mr *MockBlockWithPtrsMockRecorder) DataVersion() *gomock.Call { func
85 …rdCallWithMethodType(mr.mock, "DataVersion", reflect.TypeOf((*MockBlockWithPtrs)(nil).DataVersion))
H A Dready.go54 DataVer: block.DataVersion(),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/portlayer/restapi/handlers/
H A Dcontainers_handlers.go434 if container.DataVersion > 0 {
510 log.Debugf("The container DataVersion is: %d", h.DataVersion)
511 if h.DataVersion < feature.RenameSupportedVersion {
558 DataVersion: int64(container.DataVersion),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/exec/
H A Dbase.go62 DataVersion int member
86 base.DataVersion, _ = migration.ContainerDataVersion(containerExecKeyValues)
160 base.DataVersion, _ = migration.ContainerDataVersion(containerExecKeyValues)

12345678