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-06 10:58:01 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
groovie
History
Eugene Sandulenko
1bd6f6c99f
Added game GUI options to advancedDetector and updated all engines
...
svn-id: r41272
2009-06-06 17:56:41 +00:00
..
cell.cpp
…
cell.h
…
cursor.cpp
…
cursor.h
…
debug.cpp
…
debug.h
…
detection.cpp
Added game GUI options to advancedDetector and updated all engines
2009-06-06 17:56:41 +00:00
font.cpp
…
font.h
…
graphics.cpp
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
graphics.h
…
groovie.cpp
Groovie: Initial support for different opcode sets
2009-03-10 00:19:44 +00:00
groovie.h
Groovie: Initial support for different opcode sets
2009-03-10 00:19:44 +00:00
lzss.cpp
…
lzss.h
…
module.mk
…
music.cpp
- Convert some file references from uint16 to uint32 to suit 11H
2009-03-10 21:54:45 +00:00
music.h
- Convert some file references from uint16 to uint32 to suit 11H
2009-03-10 21:54:45 +00:00
player.cpp
…
player.h
…
resource.cpp
- Convert some file references from uint16 to uint32 to suit 11H
2009-03-10 21:54:45 +00:00
resource.h
- Convert some file references from uint16 to uint32 to suit 11H
2009-03-10 21:54:45 +00:00
roq.cpp
Groovie: Add non-uniform scaling to the ROQ player
2009-03-15 04:34:00 +00:00
roq.h
Groovie: Add non-uniform scaling to the ROQ player
2009-03-15 04:34:00 +00:00
saveload.cpp
Changed SaveFileManager methods to take Common::String params (instead of char pointers)
2009-05-29 14:38:22 +00:00
saveload.h
…
script.cpp
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
script.h
- Convert some file references from uint16 to uint32 to suit 11H
2009-03-10 21:54:45 +00:00
vdx.cpp
Remove extra whitespaces
2009-03-01 09:17:05 +00:00
vdx.h
…