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
/
disk.cpp
Age
Commit message (
Expand
)
Author
2007-03-10
fixed regression: head and talks are now loaded only for real characters, i.e...
Nicola Mettifogo
2007-03-10
Silence MSVC8 warnings.
Eugene Sandulenko
2007-03-10
got rid of calls to close() since streams and archives clean after themselves
Nicola Mettifogo
2007-03-04
made loadScript and loadLocation benefit from Script's ability to dispose of ...
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
no more overloading for loadBackground
Nicola Mettifogo
2007-03-04
hid mask and path loading details from the engine, so it is now independent f...
Nicola Mettifogo
2007-03-04
separated slide from scenery loading to take care of filename aliases
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-02
added loaders for static images like pickable items and for characters frames
Nicola Mettifogo
2007-03-02
added Script loader routine
Nicola Mettifogo
2007-03-02
enforced convention on loader names: load[ItemType]
Nicola Mettifogo
2007-03-02
added inventory objects loader routine
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-03-02
added openLocation as loader for location scripts resources
Nicola Mettifogo
2007-03-02
oops forgot to add file
Nicola Mettifogo
[prev]