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-01-15 22:38:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
simon
History
Chris Apers
19e17b1c93
Fixed russian support
...
svn-id: r15027
2004-09-12 11:10:31 +00:00
..
.cvsignore
…
charset.cpp
Fixed russian support
2004-09-12 11:10:31 +00:00
debug.cpp
…
debug.h
…
debugger.cpp
…
debugger.h
…
intern.h
Auto convert old Simon 1/2 targets
2004-07-31 13:56:04 +00:00
items.cpp
Reversed param order of File::open() -- this allowed me to get rid of a few more getGameDataPath() calls
2004-06-27 22:14:35 +00:00
midi.cpp
Fingolfin's suggested fix for bug
#1004919
.
2004-09-08 09:24:18 +00:00
midi.h
…
midiparser_s1d.cpp
…
module.mk
…
res.cpp
Reversed param order of File::open() -- this allowed me to get rid of a few more getGameDataPath() calls
2004-06-27 22:14:35 +00:00
simon-md5.h
Fix
2004-08-21 09:41:54 +00:00
simon.cpp
Typo
2004-08-21 09:51:01 +00:00
simon.h
Remove pointless delays
2004-08-02 11:53:33 +00:00
sound.cpp
changed loadVOCFile to work on a generic ReadStream instead of a File, and renamed it to loadVOCFromStream; removed readVOCFromMemory as it isn't used anymore, and in the future, a MemoryReadstream plus loadVOCFromStream can achieve the same effect
2004-07-31 11:46:58 +00:00
sound.h
Reversed param order of File::open() -- this allowed me to get rid of a few more getGameDataPath() calls
2004-06-27 22:14:35 +00:00
verb.cpp
Add support for Russian Simon1.
2004-07-31 10:14:05 +00:00
vga.cpp
No need to calculate values
2004-07-27 07:21:28 +00:00
vga.h
…