aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/staticres.cpp
AgeCommit message (Expand)Author
2016-01-22PARALLACTION: Clarify source for the binary blobEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2009-03-29Added declaration for Amiga BRA callables.Nicola Mettifogo
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
2009-03-16Added mouse cursor to BRA Amiga. To be perfected.Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-26Cleanup.Nicola Mettifogo
2008-06-02Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the f...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
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-15Fixed BRA parser table for scripts.Nicola Mettifogo
2007-09-10Lots of source code formatting correctionsMax Horn
2007-08-31Pushed current save/load code from Parallaction down to Parallaction_ns.Nicola Mettifogo
2007-08-26Implemented more opcodes.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
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-14Defined new Table for location scripts level-0 statements, and changed parseL...Nicola Mettifogo
2007-08-14Fixed a couple of mistyped strings, solving a crash in the introduction of BS...Nicola Mettifogo
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-07-29Refactored allegedly ugly code.Nicola Mettifogo
2007-07-29Now callables array is properly initialized.Nicola Mettifogo
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ...Nicola Mettifogo
2007-07-29Fixed mismatched table name in initialization.Nicola Mettifogo
2007-07-29Moved all callable routines and related data into callables.cpp.Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13cleanupNicola Mettifogo
2007-05-13Fixed timings when showing credits.Nicola Mettifogo
2007-05-12Fixed script command lookup table.Nicola Mettifogo
2007-04-23Some fixes for font management:Nicola Mettifogo
2007-04-22Added stubs for Amiga specific callables.Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ...Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-10some refactoringNicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
2007-01-14Initial import of Parallaction engineEugene Sandulenko