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.h
Age
Commit message (
Expand
)
Author
2008-06-04
* Implemented character change opcodes in BRA
Nicola Mettifogo
2008-04-17
Cleanup of background loading for BRA.
Nicola Mettifogo
2008-04-06
Add very basic support for Amiga version of BRA.
Travis Howell
2008-04-06
Replaced custom ManagedList with Common::SharedPtr.
Nicola Mettifogo
2008-02-03
Implemented a couple more opcodes and added capability to load/display static...
Nicola Mettifogo
2008-02-02
Moved depth buffer and palette rotation data into BackgroundInfo.
Nicola Mettifogo
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-11-22
* added adapter from Graphics::Surface to Frames
Nicola Mettifogo
2007-08-25
Added an abstract base class for representing multiple-frames for animations....
Nicola Mettifogo
2007-08-12
Changed signature of disk routines for backgrounds to something resembling re...
Nicola Mettifogo
2007-08-12
Added more resource loading.
Nicola Mettifogo
2007-08-12
Disk can now load tables for BRA.
Nicola Mettifogo
2007-08-11
Added partial cursor support for Big Red Adventure. Small adjustments to gene...
Nicola Mettifogo
2007-08-11
Added preliminary font support for Big Red Adventure.
Nicola Mettifogo
2007-08-11
Overhaul of background/mask/path handling:
Nicola Mettifogo
2007-08-07
Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...
Nicola Mettifogo
2007-07-28
Add support for multi-tune Protracker modules used in the Amiga version of Wa...
Travis Howell
2007-07-27
- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix...
Nicola Mettifogo
2007-07-07
DLTA tags in multi-frame images are now supported.
Nicola Mettifogo
2007-06-23
Made changeCharacter restore the previous open Archive after completing its d...
Nicola Mettifogo
2007-06-16
Reduce code duplication.
Travis Howell
2007-06-15
All known versions of Nippon Safes are now enabled with all features except f...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-01
Implemented a IFF (Interchange File Format) parser and added subclasses to pa...
Nicola Mettifogo
2007-04-27
Refactored music code for dos version and added music to Amiga versions.
Nicola Mettifogo
2007-04-23
Simplified loading of background resources for Amiga.
Nicola Mettifogo
2007-04-16
Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-04-03
- added a new archive member variable to Disk, to decouple resource archives ...
Nicola Mettifogo
2007-04-03
- fixed RLEStream
Nicola Mettifogo
2007-04-03
Reduced code duplication in AmigaDisk by means of a new wrapper class for Arc...
Nicola Mettifogo
2007-04-01
- Added a new class RLEDecoder to avoid code duplication in Disk routines.
Nicola Mettifogo
2007-04-01
Fixed loading of graphics. Now things really look what they are, except the c...
Nicola Mettifogo
2007-04-01
Implemented Disk routines for Amiga demo. Font are simulated with boxes, and ...
Nicola Mettifogo
2007-03-29
- changed Cnv to use a single large buffer for frames instead of small chunks...
Nicola Mettifogo
2007-03-24
Added new class Table, and updated Disk accordingly. Tables can be populated ...
Nicola Mettifogo
2007-03-24
started infrastructure for amiga demo:
Nicola Mettifogo
2007-03-18
Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...
Nicola Mettifogo
2007-03-18
Made loadFrames return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadFont return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadObjects return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
- made loadPointer return a new StaticCnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadHead return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadTalk return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-15
moved remaining background related functions to disk.cpp, and changed Gfx acc...
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
Nicola Mettifogo
2007-03-11
Disk is now completely responsible for retrieving localized location scripts
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
[next]