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-17 23:44:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
groovie
History
Jordi Vilalta Prat
2f7c04e54b
GROOVIE: Fix a memory leak reported by cppcheck.
...
svn-id: r55150
2011-01-07 17:44:20 +00:00
..
cell.cpp
…
cell.h
…
cursor.cpp
Check against the signature of Groovie v2 cursors with MKID_BE, makes it easier to see what it's doing.
2010-06-21 14:44:18 +00:00
cursor.h
…
debug.cpp
…
debug.h
…
detection.cpp
GROOVIE: Add two new t7g detection entries, one from bug tracker, one from me
2010-12-19 08:56:42 +00:00
detection.h
…
font.cpp
GROOVIE: Fix a memory leak reported by cppcheck.
2011-01-07 17:44:20 +00:00
font.h
…
graphics.cpp
…
graphics.h
…
groovie.cpp
COMMON: Push #include audiocd.h in system.h out to .cpp files
2010-11-08 23:07:42 +00:00
groovie.h
ENGINES: Enhance namespace comments a bit
2010-10-15 12:48:19 +00:00
lzss.cpp
…
lzss.h
…
module.mk
…
music.cpp
COMMON: Split common/stream.h into several headers
2010-11-19 17:03:07 +00:00
music.h
Groovie: Add support for the compressed MIDI files of T7G Mac.
2010-06-22 19:21:05 +00:00
player.cpp
…
player.h
…
resource.cpp
COMMON: Split common/stream.h into several headers
2010-11-19 17:03:07 +00:00
resource.h
…
roq.cpp
…
roq.h
…
saveload.cpp
COMMON: Split common/stream.h into several headers
2010-11-19 17:03:07 +00:00
saveload.h
ENGINES: Do not include engines/savestate.h from engines/game.h
2010-11-07 17:15:46 +00:00
script.cpp
COMMON: Rename String::printf() to String::format()
2010-11-01 16:02:28 +00:00
script.h
Cleanup and documentation.
2010-07-05 01:10:29 +00:00
vdx.cpp
Silenced false positive warning in MSVC
2010-07-25 13:32:15 +00:00
vdx.h
…