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-19 00:15:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
History
Nicola Mettifogo
998cbf4ebb
Fix compilation.
...
svn-id: r26720
2007-05-01 15:45:56 +00:00
..
fonts
…
scaler
…
colormasks.h
…
cursorman.cpp
Merged the "palette manager" into the cursor manager. It was only used to
2007-02-12 00:04:56 +00:00
cursorman.h
Merged the "palette manager" into the cursor manager. It was only used to
2007-02-12 00:04:56 +00:00
dxa_player.cpp
Fixing various doxygen warnings
2007-02-03 21:37:52 +00:00
dxa_player.h
When drawing an interlaced frame, only clear every other line instead of the
2006-12-14 05:21:19 +00:00
font.cpp
Replaced uses of fprintf() with warning() or error()
2007-03-08 17:23:19 +00:00
font.h
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
2007-04-25 19:31:23 +00:00
fontman.cpp
…
fontman.h
…
iff.cpp
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
2007-05-01 15:39:40 +00:00
iff.h
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
2007-05-01 15:39:40 +00:00
imagedec.cpp
…
imagedec.h
…
imageman.cpp
…
imageman.h
…
module.mk
Fix compilation.
2007-05-01 15:45:56 +00:00
mpeg_player.cpp
Patch
#1705747
: Speedups for plotYUV and related functions
2007-04-27 07:04:12 +00:00
mpeg_player.h
…
primitives.cpp
…
primitives.h
…
scaler.cpp
…
scaler.h
…
surface.cpp
…
surface.h
…