strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Johannes Schickel
|
71bdb86e02
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
|
2011-05-01 16:54:45 +02:00 |
|
Ori Avtalion
|
9414d7a6e2
|
JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
|
2011-04-28 15:08:58 +03:00 |
|
Johannes Schickel
|
39b993fb02
|
GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a byte depth.
|
2011-04-17 16:24:52 +02:00 |
|
Max Horn
|
0d9609f7f9
|
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string
svn-id: r46127
|
2009-11-24 22:08:34 +00:00 |
|
Nicola Mettifogo
|
36828287ad
|
* Moved the updated IFF code from Parallaction to common/
* Updated Parallaction and SAGA to use the new decoder infrastructure.
svn-id: r41465
|
2009-06-12 08:51:05 +00:00 |
|
Nicola Mettifogo
|
cbf9996abb
|
* Improved ILBMDecoder to also handle files with width non divisible by 8.
* Changed PackBitsReadStream to discard padding bytes on ditto files.
svn-id: r39410
|
2009-03-15 06:20:52 +00:00 |
|
Willem Jan Palenstijn
|
c8eeae8d4d
|
Big patch changing semantics of ReadStream::eos():
eos() now only returns true _after_ trying to read past the end of the stream.
This has a large potential for regressions. Please test!
svn-id: r34549
|
2008-09-14 22:28:53 +00:00 |
|
Christopher Page
|
a338d5fdb2
|
PARA: Got rid of calls to system->quit() so that the Parallaction engine can return to the launcher. Also fixed a couple of memory leaks.
svn-id: r32504
|
2008-06-02 21:08:49 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Filippos Karapetis
|
d08eeff700
|
Renamed decodeILBM to decodePBM, removed a TODO
svn-id: r26731
|
2007-05-01 21:40:56 +00:00 |
|
Nicola Mettifogo
|
727867c66f
|
- Fixed 32/64 bits pointer mismatch.
- Changed Surface's forward from class to struct.
svn-id: r26727
|
2007-05-01 17:28:59 +00:00 |
|
Nicola Mettifogo
|
5d3bec7286
|
Fix missing include.
svn-id: r26725
|
2007-05-01 16:40:17 +00:00 |
|
Nicola Mettifogo
|
008042ac25
|
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.
svn-id: r26719
|
2007-05-01 15:39:40 +00:00 |
|