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-01 08:23:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
groovie
History
Matthew Hoops
49a8462c5b
Capitalize the word Sequel in The 11th Hour's title.
...
svn-id: r45643
2009-11-03 21:51:24 +00:00
..
cell.cpp
Groovie: Fix some styling issues pointed by cppcheck
2009-10-26 19:06:36 +00:00
cell.h
…
cursor.cpp
Fixed cppcheck warning.
2009-10-19 04:19:11 +00:00
cursor.h
…
debug.cpp
Changed _script to be a pointer, in order to control its creation/destruction, like the rest of the groovie engine parts, and resolve a potential issue that Microsoft claims to be severe (warning C4355, read more here:
http://msdn.microsoft.com/en-us/library/3c594ae3.aspx
)
2009-09-24 10:58:00 +00:00
debug.h
…
detection.cpp
Capitalize the word Sequel in The 11th Hour's title.
2009-11-03 21:51:24 +00:00
font.cpp
…
font.h
…
graphics.cpp
…
graphics.h
…
groovie.cpp
Changed _script to be a pointer, in order to control its creation/destruction, like the rest of the groovie engine parts, and resolve a potential issue that Microsoft claims to be severe (warning C4355, read more here:
http://msdn.microsoft.com/en-us/library/3c594ae3.aspx
)
2009-09-24 10:58:00 +00:00
groovie.h
Changed _script to be a pointer, in order to control its creation/destruction, like the rest of the groovie engine parts, and resolve a potential issue that Microsoft claims to be severe (warning C4355, read more here:
http://msdn.microsoft.com/en-us/library/3c594ae3.aspx
)
2009-09-24 10:58:00 +00:00
lzss.cpp
…
lzss.h
…
module.mk
…
music.cpp
Changed foo(void) to foo() in almost all non-backend source files
2009-11-02 21:54:57 +00:00
music.h
Changed foo(void) to foo() in almost all non-backend source files
2009-11-02 21:54:57 +00:00
player.cpp
…
player.h
T7G: Fix bug
#2853185
where card puzzle doesn't clean up, resulting in a blank menu in special instances
2009-09-08 06:23:50 +00:00
resource.cpp
Introduced new type Common::DisposeAfterUse::Flag
2009-10-18 19:41:59 +00:00
resource.h
…
roq.cpp
…
roq.h
…
saveload.cpp
Introduced new type Common::DisposeAfterUse::Flag
2009-10-18 19:41:59 +00:00
saveload.h
…
script.cpp
Groovie: Fix some styling issues pointed by cppcheck
2009-10-26 19:06:36 +00:00
script.h
…
vdx.cpp
Groovie: Fix some styling issues pointed by cppcheck
2009-10-26 19:06:36 +00:00
vdx.h
T7G: Fix bug
#2853185
where card puzzle doesn't clean up, resulting in a blank menu in special instances
2009-09-08 06:23:50 +00:00