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_ns.cpp
Age
Commit message (
Expand
)
Author
2009-06-12
* Moved the updated IFF code from Parallaction to common/
Nicola Mettifogo
2009-06-12
Cleanup of sound code.
Nicola Mettifogo
2009-06-12
* Final version of the IFF parsing code.
Nicola Mettifogo
2009-04-29
Refactoring.
Nicola Mettifogo
2009-04-28
* Disk code cleanup.
Nicola Mettifogo
2009-03-29
Fixed several free/delete mismatches.
Nicola Mettifogo
2009-03-23
Pushed down dependencies from parser.h
Nicola Mettifogo
2009-03-22
Changed Disk code to provide SeekableReadStream's to sound routines as well.
Nicola Mettifogo
2009-03-21
Fix build.
Nicola Mettifogo
2009-03-21
Changed Nippon Safes to make use of the new ILBMDecoder.
Nicola Mettifogo
2009-03-20
Added TODO's about replacing usage of the old ILBM decoder in Nippon Safes.
Nicola Mettifogo
2009-03-15
Fix loading objects in the Amiga version of BRA.
Travis Howell
2009-03-15
Fixed regression from r39410, by reimplementing the decompression routine. Th...
Nicola Mettifogo
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-05
Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...
Max Horn
2009-01-07
Extended PathBuffer to support BRA.
Nicola Mettifogo
2009-01-07
* moved more mask management to BackgroundInfo
Nicola Mettifogo
2008-12-14
Removed references to _vm from the engine itself.
Nicola Mettifogo
2008-12-07
Fixed some more leaks and mismatched allocations/deallocations.
Nicola Mettifogo
2008-11-07
* completed transition to Common::Archive for Nippon Safes.
Nicola Mettifogo
2008-11-07
Implemented a Common::Archive subclass to handle the content of archives in N...
Nicola Mettifogo
2008-11-04
Refactoring of NS disk code, preliminary to change towards Common::Archive.
Nicola Mettifogo
2008-11-01
Fixed assorted leaks in NS Amiga.
Nicola Mettifogo
2008-10-29
Cleanup of Nippon Safes disk code.
Nicola Mettifogo
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-07-28
Some unneeded references slipped in with the last commit.
Nicola Mettifogo
2008-07-28
* Changed Disk code in BRA to use FilesystemNode (duplication has become trul...
Nicola Mettifogo
2008-07-03
Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...
Nicola Mettifogo
2008-06-29
Changed all remaining code to use the GfxObj class to keep frames data. This ...
Nicola Mettifogo
2008-06-22
Fixed leak when loading sounds for Amiga version of Nippon Safes.
Nicola Mettifogo
2008-03-28
cleanup
Max Horn
2008-02-06
Correctly implemented little-endian masks in BRA.
Nicola Mettifogo
2008-02-02
Moved depth buffer and palette rotation data into BackgroundInfo.
Nicola Mettifogo
2008-01-31
Slightly simplified Archive selection when loading resources.
Nicola Mettifogo
2008-01-06
Indent with tabs instead of spaces.
Torbjörn Andersson
2007-11-22
* added adapter from Graphics::Surface to Frames
Nicola Mettifogo
2007-11-18
Cleanup.
Nicola Mettifogo
2007-09-22
Refactored a lot of Character-related code and put it into the Character class.
Nicola Mettifogo
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-17
* moved Table handling to objects.cpp
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-11
Added partial cursor support for Big Red Adventure. Small adjustments to gene...
Nicola Mettifogo
2007-08-11
Overhaul of background/mask/path handling:
Nicola Mettifogo
2007-08-09
Encapsulated palette stuff into a new Palette object and got rid of a lot of ...
Nicola Mettifogo
2007-08-09
Fixed some memory leaks.
Nicola Mettifogo
2007-08-09
Fix compile warnings.
Travis Howell
[next]