index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2007-03-10
more robust font management
Nicola Mettifogo
2007-03-10
character loading/freeing routines now also handle Heads and Talks, instead o...
Nicola Mettifogo
2007-03-04
fixed regression: background used to get broken when items were picked up
Nicola Mettifogo
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-03-04
moved background loading into disk.cpp
Nicola Mettifogo
2007-03-04
moved platform-dependant resource loading routines into disk.cpp
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-03-03
removed common-case code from loadBackground
Nicola Mettifogo
2007-03-03
loadBackground simplified: palette cycling is still broken, though
Nicola Mettifogo
2007-03-02
changed every font name to be platform independent, added font loader routine
Nicola Mettifogo
2007-03-02
replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...
Nicola Mettifogo
2007-02-27
changed font handling:
Nicola Mettifogo
2007-02-25
made Archive inherit from Common::File, added some methods to comply to inter...
Nicola Mettifogo
2007-02-25
made Archive behave more like Common::File, preparing for inheritance
Nicola Mettifogo
2007-02-25
wrapped archive routines into a new class named Archive. File-level static va...
Nicola Mettifogo
2007-02-25
got rid of ArchievedFile. Since only one single file is being read from the a...
Nicola Mettifogo
2007-02-18
more big-endianness fixes
Nicola Mettifogo
2007-02-17
fixed regression bug causing labels not to be aligned properly when near the ...
Nicola Mettifogo
2007-02-17
changed mapChar to use unsigned (byte) instead of char, to avoid possible sig...
Nicola Mettifogo
2007-02-17
changed CNV loading code to be endian-safe
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-14
More skip_whitespace -> Common::ltrim(). For real now.
Eugene Sandulenko
2007-02-05
solved 64 bit casting issue from BUG #1648325
Nicola Mettifogo
2007-02-04
added more debug levels and comments
Nicola Mettifogo
2007-02-04
solved array out of bound issue in quickFadePalette
Nicola Mettifogo
2007-02-04
added game palette static initializers to avoid warnings
Nicola Mettifogo
2007-02-04
oops fixed 64 bit warnings in the last revision
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-01-27
removed printf's spewing out tons of debug messages
Nicola Mettifogo
2007-01-26
added NULLity checks
Nicola Mettifogo
2007-01-21
fixed occasional border issues in inventory
Nicola Mettifogo
2007-01-15
made _glyphWidths only referenced into graphics.cpp
Nicola Mettifogo
2007-01-15
enforced MemoryReadStream usage instead of custom byte swapping in background...
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko