This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-08 20:07:11 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
ags
/
engine
/
game
History
Thierry Crozat
7d88a52275
AGS: Engine: fixed restoring a legacy savegame
...
From upstream 9776df3c8403f252e981f5518c48eace2e83d373
2022-12-15 22:40:17 +01:00
..
game_init.cpp
AGS: As a hotfix, restored the old way to test for hung script loops
2022-06-23 23:57:49 +01:00
game_init.h
…
savegame_components.cpp
AGS: Correct spelling mistake
2022-10-27 15:56:08 +02:00
savegame_components.h
AGS: Changed ComponentHandlers array from being global objects
2022-05-31 18:46:33 -07:00
savegame_internal.h
AGS: Typecast warning fixes in data serialization
2022-04-25 19:47:02 -07:00
savegame_v321.cpp
AGS: Engine: fixed restoring a legacy savegame
2022-12-15 22:40:17 +01:00
savegame.cpp
AGS: Store room objects in std::vector
2022-06-15 22:13:02 +01:00
savegame.h
AGS: introduced ObjTexture struct which combines bmp and ddb
2022-05-05 22:41:05 -07:00
viewport.cpp
…
viewport.h
…