Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |