aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_ns.cpp
AgeCommit message (Expand)Author
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-07-28Tiny readability aid for parser code.Nicola Mettifogo
2008-07-28Preliminary code for traps.Nicola Mettifogo
2008-07-25Changed the remaining references to Nodes into Points.Nicola Mettifogo
2008-07-25* Changed walk code to use Common::Point instead of the clumsy WalkNode.Nicola Mettifogo
2008-07-03Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9Eugene Sandulenko
2008-06-05Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,...Christopher Page
2008-06-04Script instructions referencing unexisting animations are now skipped, instea...Nicola Mettifogo
2008-06-03PARA: Fixed some memory leaksChristopher Page
2008-06-01Got rid of the static arrays for initialization of parsers and exec opcodes, ...Nicola Mettifogo
2008-05-11Renamed some parallaction member vars to have a leading underscore (besides b...Max Horn
2008-05-11Cleanup of parsing code.Nicola Mettifogo
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-05-04Added new Parser class, which will gradually grow to include all parsing code...Nicola Mettifogo
2008-04-17Fixed usage of SharedPtr, so that reference counting is proper and there are ...Nicola Mettifogo
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09More refactoring for command parsing/execution.Nicola Mettifogo
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-09Turned Gfx::setFont into a protected member, since now Gfx can automatically ...Nicola Mettifogo
2008-01-08Restructured label handling and moved all related code to Gfx.Nicola Mettifogo
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-12-09Going back to uncached mode for graphics resources of Examine zones. This pre...Nicola Mettifogo
2007-12-04Broke up parseDialogue into more manageable and focused short routines.Nicola Mettifogo
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-10-21Fixed parseLocation, so that it only tries to parse scripts when they aren't ...Nicola Mettifogo
2007-10-21Cleanup.Nicola Mettifogo
2007-10-14Turned the 'unexpected keyword' warning into a debug message and added a nift...Nicola Mettifogo
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-10-06Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ...Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-16Split code from parseZoneTypeBlock in specialized parser functions.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-08-28Enforced use of character's feet coordinates throughout the walk code.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-25Merged most parser contexts into a single structure, added some new fields to...Nicola Mettifogo
2007-08-25Cleanup script routines.Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo