aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
AgeCommit message (Expand)Author
2008-02-03Implemented a couple more opcodes and added capability to load/display static...Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
2008-02-02Subtitles are now displayed in the intro for BRA, though in wrong color (and ...Nicola Mettifogo
2008-02-02Fixed warning.Torbjörn Andersson
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-13Removed unnecessary semi-colons.Torbjörn Andersson
2008-01-08Removed useless members.Nicola Mettifogo
2007-11-21* moved label drawing into Gfx, to be drawn directly in the framebufferNicola Mettifogo
2007-09-19Added copyright notice to existing files.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
2007-09-15Fixed BRA parser table for scripts.Nicola Mettifogo
2007-09-02More support for subtitles in BRA.Nicola Mettifogo
2007-09-02Simplified global label management and added subtitles for BRA.Nicola Mettifogo
2007-08-25Added implementation for most parser and exec opcodes in BRA.Nicola Mettifogo