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-05 18:41:12 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
scummvm
/
graphics
History
Max Horn
8b1d7b9166
When including files from common/, explicitly use the common/ prefix
...
svn-id: r18444
2005-06-24 15:23:51 +00:00
..
.cvsignore
…
animation.cpp
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' because we already have many classes with that name)
2005-05-10 23:48:48 +00:00
animation.h
Moved some more stuff to namespace Audio (enough for tonight)
2005-05-11 00:01:44 +00:00
consolefont.cpp
…
font.cpp
Remove special case for char 0x20 (=space). No idea why it was there in the first place
2005-06-04 13:19:53 +00:00
font.h
Added virtual destructor, to silence a few more GCC 4 warnings
2005-06-20 17:59:00 +00:00
fontman.cpp
…
fontman.h
When including files from common/, explicitly use the common/ prefix
2005-06-24 15:23:51 +00:00
module.mk
Forgot to commit this, oops :-/
2005-04-28 00:23:08 +00:00
newfont_big.cpp
Added missing comma symbol, based on semicolon
2005-05-17 22:43:50 +00:00
newfont.cpp
…
primitives.cpp
Patch
#1186744
(Common line-drawing function)
2005-04-27 20:29:19 +00:00
primitives.h
Patch
#1186744
(Common line-drawing function)
2005-04-27 20:29:19 +00:00
scummfont.cpp
When including files from common/, explicitly use the common/ prefix
2005-06-24 15:23:51 +00:00
surface.cpp
Added clipping to drawLine(). This fixes a regression that caused the
2005-05-17 12:17:30 +00:00
surface.h
Patches needed to build for SYMBIAN32 WINS/GCC added.
2005-06-21 22:08:21 +00:00