aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/staticres.cpp
AgeCommit message (Collapse)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
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
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
svn-id: r53738
2009-03-29Added declaration for Amiga BRA callables.Nicola Mettifogo
svn-id: r39741
2009-03-16Fixed most palette issues in BRA Amiga.Nicola Mettifogo
svn-id: r39441
2009-03-16Added mouse cursor to BRA Amiga. To be perfected.Nicola Mettifogo
svn-id: r39434
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
svn-id: r34206
2008-08-26Cleanup.Nicola Mettifogo
svn-id: r34185
2008-06-02Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the ↵Nicola Mettifogo
fly. This saves a headache on re-entry. svn-id: r32495
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
svn-id: r31972
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and ↵Nicola Mettifogo
LocationParser_br. svn-id: r31958
2007-10-14Made location parser more fault-tolerant, in that it prints out a warning ↵Nicola Mettifogo
message instead of exiting ScummVM when it encounters an unexpected keywords in the scripts. svn-id: r29220
2007-10-06Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ↵Nicola Mettifogo
spotted in the game scripts by the new stricter parser. svn-id: r29158
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-15Fixed BRA parser table for scripts.Nicola Mettifogo
svn-id: r28905
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-08-31Pushed current save/load code from Parallaction down to Parallaction_ns.Nicola Mettifogo
svn-id: r28775
2007-08-26Implemented more opcodes.Nicola Mettifogo
svn-id: r28746
2007-08-25Merged most parser contexts into a single structure, added some new fields ↵Nicola Mettifogo
to support BRA. svn-id: r28727
2007-08-25Cleanup script routines.Nicola Mettifogo
svn-id: r28718
2007-08-24First step in restructuring engine code:Nicola Mettifogo
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
svn-id: r28637
2007-08-14Defined new Table for location scripts level-0 statements, and changed ↵Nicola Mettifogo
parseLocation to use a function pointer array instead of a big switch statement. svn-id: r28620
2007-08-14Fixed a couple of mistyped strings, solving a crash in the introduction of ↵Nicola Mettifogo
BS and a soon-to-be-spotted issue in BRA. svn-id: r28619
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
svn-id: r28534
2007-07-29Refactored allegedly ugly code.Nicola Mettifogo
svn-id: r28318
2007-07-29Now callables array is properly initialized.Nicola Mettifogo
svn-id: r28316
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ↵Nicola Mettifogo
callables_ns.cpp. svn-id: r28302
2007-07-29Fixed mismatched table name in initialization.Nicola Mettifogo
svn-id: r28300
2007-07-29Moved all callable routines and related data into callables.cpp.Nicola Mettifogo
svn-id: r28299
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
- Pushed parser strings initialization down to engine subclasses svn-id: r28295
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-13cleanupNicola Mettifogo
svn-id: r26834
2007-05-13Fixed timings when showing credits.Nicola Mettifogo
svn-id: r26830
2007-05-12Fixed script command lookup table.Nicola Mettifogo
svn-id: r26805
2007-04-23Some fixes for font management:Nicola Mettifogo
- new Amiga topaz font - labels can be seen on the Amiga demo - colors are now working svn-id: r26580
2007-04-22Added stubs for Amiga specific callables.Nicola Mettifogo
svn-id: r26565
2007-04-09- moved walk code to List<>Nicola Mettifogo
- some adjustments to #include statements svn-id: r26424
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ↵Nicola Mettifogo
after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. svn-id: r26295
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to ↵Nicola Mettifogo
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111
2007-03-10some refactoringNicola Mettifogo
svn-id: r26072
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
svn-id: r25097
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083