aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_br.cpp
AgeCommit message (Expand)Author
2007-10-14Integrated low-level routines into the Script class, turning it into a self-c...Nicola Mettifogo
2007-10-14Made location parser more fault-tolerant, in that it prints out a warning mes...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola 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-26Implemented more opcodes.Nicola Mettifogo
2007-08-25Added implementation for most parser and exec opcodes in BRA.Nicola Mettifogo