aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction_br.cpp
AgeCommit message (Expand)Author
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-19Walk and script handling are now directly handled by the main loop, instead o...Nicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-11-17Refactored main input code.Nicola Mettifogo
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-09-23Moved most of inventory-related code inside classes Inventory and InventoryRe...Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-02More support for subtitles in BRA.Nicola Mettifogo
2007-09-02fixed some warningsMax Horn
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-26Implemented more opcodes.Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-08-14Partially reverting commit 28568, so now engine is back in charge for parsing...Nicola Mettifogo
2007-08-12Added preliminary support for loading locations in BRA: Nicola Mettifogo
2007-08-12Changed signature of disk routines for backgrounds to something resembling re...Nicola Mettifogo
2007-08-12Added first location selection for each part.Nicola Mettifogo
2007-08-12BRA now loads tables and correctly selects episode (part) for resource loading.Nicola Mettifogo
2007-08-12Added simple game loop to BRA. The game still crashes after menu.Nicola Mettifogo
2007-08-12Fix BRA regressions.Travis Howell
2007-08-12Added menu options enum to BRA and some refactoring.Nicola Mettifogo
2007-08-11Added partial cursor support for Big Red Adventure. Small adjustments to gene...Nicola Mettifogo
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-08-11Fixed warning.Torbjörn Andersson
2007-08-11Main menu in Big Red Adventure is now available. Cursor is still ScummVM stock.Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-11Since splash screen graphics will be called slides (like in Nippon Safes), lo...Nicola Mettifogo
2007-08-09Added code to load and display splash screens for BRA. The game crashes after...Nicola Mettifogo
2007-07-29Added callables stubs for Big Red Adventure.Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-07-29Moved specialized initialization code into subclasses.Nicola Mettifogo