Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo | |
svn-id: r34870 | |||
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo | |
svn-id: r34860 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
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 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-07-28 | Some unneeded references slipped in with the last commit. | Nicola Mettifogo | |
svn-id: r33353 | |||
2008-07-28 | * Changed Disk code in BRA to use FilesystemNode (duplication has become ↵ | Nicola Mettifogo | |
truly visible!). * Fixed Inventory items loading. svn-id: r33352 | |||
2008-07-03 | Changed balloons to use GfxObj as well. Next step is to integrate balloons ↵ | Nicola Mettifogo | |
for BRA. svn-id: r32883 | |||
2008-06-29 | Changed all remaining code to use the GfxObj class to keep frames data. This ↵ | Nicola Mettifogo | |
allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA. svn-id: r32833 | |||
2008-06-22 | Fixed leak when loading sounds for Amiga version of Nippon Safes. | Nicola Mettifogo | |
svn-id: r32756 | |||
2008-03-28 | cleanup | Max Horn | |
svn-id: r31289 | |||
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo | |
svn-id: r30807 | |||
2008-02-02 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo | |
svn-id: r30725 | |||
2008-01-31 | Slightly simplified Archive selection when loading resources. | Nicola Mettifogo | |
svn-id: r30714 | |||
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson | |
svn-id: r30312 | |||
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo | |
* changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615 | |||
2007-11-18 | Cleanup. | Nicola Mettifogo | |
svn-id: r29556 | |||
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo | |
svn-id: r29025 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-17 | * moved Table handling to objects.cpp | Nicola Mettifogo | |
* added helper functions to load tables from files * fixed occasional lock-ups on location change because of broken Table deallocation svn-id: r28933 | |||
2007-08-25 | Added an abstract base class for representing multiple-frames for ↵ | Nicola Mettifogo | |
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734 | |||
2007-08-12 | Changed signature of disk routines for backgrounds to something resembling ↵ | Nicola Mettifogo | |
revisions prior to 28524, yet keeping the new useful BackgroundInfo struct. Those routines can now be used to fill specific fields of the struct, instead of having them create a new one at each call. This feature is needed by BRA, since background, mask and path are specified by different instructions in the script. svn-id: r28566 | |||
2007-08-11 | Added partial cursor support for Big Red Adventure. Small adjustments to ↵ | Nicola Mettifogo | |
generalize disk code for multiple cursors. svn-id: r28537 | |||
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo | |
- added new BackgroundInfo structure - added helper functions to aid management of BackgroundInfo. Engine is now responsible for allocation/deallocation. - simplified loading and handling of background resources. svn-id: r28524 | |||
2007-08-09 | Encapsulated palette stuff into a new Palette object and got rid of a lot of ↵ | Nicola Mettifogo | |
#defines. This should ease handling of palettes in different versions of the engine. svn-id: r28509 | |||
2007-08-09 | Fixed some memory leaks. | Nicola Mettifogo | |
svn-id: r28503 | |||
2007-08-09 | Fix compile warnings. | Travis Howell | |
svn-id: r28501 | |||
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all ↵ | Nicola Mettifogo | |
relevant code. svn-id: r28484 | |||
2007-08-06 | - Renamed BitBuffer to MaskBuffer | Nicola Mettifogo | |
- Added PathBuffer to handle 1-bit buffers for walkable areas - Changed relevant walk code to use PathBuffer objects for querying screen dimensions. svn-id: r28478 | |||
2007-08-06 | Made disk code directly create background Surface from resources. | Nicola Mettifogo | |
svn-id: r28475 | |||
2007-08-06 | Removed useless mask width and size data members from engine. | Nicola Mettifogo | |
svn-id: r28474 | |||
2007-08-06 | Made disk code directly create mask BitBuffer from resources. | Nicola Mettifogo | |
svn-id: r28473 | |||
2007-07-28 | Remove debug code. | Travis Howell | |
svn-id: r28268 | |||
2007-07-28 | Fixed bug #1762638. Mask filenames weren't chosen correctly when not ↵ | Nicola Mettifogo | |
explicitly specified by scripts. svn-id: r28267 | |||
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of ↵ | Travis Howell | |
Waxworks. svn-id: r28256 | |||
2007-07-27 | - Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵ | Nicola Mettifogo | |
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246 |