Age | Commit message (Collapse) | Author |
|
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
|
|
|
|
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
|
|
Some backends may break as I only compiled SDL
|
|
byte depth.
|
|
Common::tag2string
svn-id: r46127
|
|
* Updated Parallaction and SAGA to use the new decoder infrastructure.
svn-id: r41465
|
|
* Changed PackBitsReadStream to discard padding bytes on ditto files.
svn-id: r39410
|
|
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
|
|
return to the launcher. Also fixed a couple of memory leaks.
svn-id: r32504
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
svn-id: r26731
|
|
- Changed Surface's forward from class to struct.
svn-id: r26727
|
|
svn-id: r26725
|
|
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
|