Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2009-03-29 | Added declaration for Amiga BRA callables. | Nicola Mettifogo | |
svn-id: r39741 | |||
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39441 | |||
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo | |
svn-id: r39434 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-26 | Cleanup. | Nicola Mettifogo | |
svn-id: r34185 | |||
2008-06-02 | Sorted 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-10 | Extracted script parsing code to its own class. | Nicola Mettifogo | |
svn-id: r31972 | |||
2008-05-09 | Moved location parsing out of the engines, to LocationParser_ns and ↵ | Nicola Mettifogo | |
LocationParser_br. svn-id: r31958 | |||
2007-10-14 | Made 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-06 | Fixed 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-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-15 | Fixed BRA parser table for scripts. | Nicola Mettifogo | |
svn-id: r28905 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-08-31 | Pushed current save/load code from Parallaction down to Parallaction_ns. | Nicola Mettifogo | |
svn-id: r28775 | |||
2007-08-26 | Implemented more opcodes. | Nicola Mettifogo | |
svn-id: r28746 | |||
2007-08-25 | Merged most parser contexts into a single structure, added some new fields ↵ | Nicola Mettifogo | |
to support BRA. svn-id: r28727 | |||
2007-08-25 | Cleanup script routines. | Nicola Mettifogo | |
svn-id: r28718 | |||
2007-08-24 | First 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-16 | Changed more parsing routines to use tables instead of switch statements. | Nicola Mettifogo | |
svn-id: r28637 | |||
2007-08-14 | Defined 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-14 | Fixed 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-11 | Moved cursor handling from Gfx to engine subclasses. | Nicola Mettifogo | |
svn-id: r28534 | |||
2007-07-29 | Refactored allegedly ugly code. | Nicola Mettifogo | |
svn-id: r28318 | |||
2007-07-29 | Now callables array is properly initialized. | Nicola Mettifogo | |
svn-id: r28316 | |||
2007-07-29 | Made current callable routines members of Parallaction_ns, and moved them to ↵ | Nicola Mettifogo | |
callables_ns.cpp. svn-id: r28302 | |||
2007-07-29 | Fixed mismatched table name in initialization. | Nicola Mettifogo | |
svn-id: r28300 | |||
2007-07-29 | Moved all callable routines and related data into callables.cpp. | Nicola Mettifogo | |
svn-id: r28299 | |||
2007-07-29 | - Added parser strings for Big Red Adventure | Nicola Mettifogo | |
- Pushed parser strings initialization down to engine subclasses svn-id: r28295 | |||
2007-05-30 | Updated 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-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-05-13 | Fixed timings when showing credits. | Nicola Mettifogo | |
svn-id: r26830 | |||
2007-05-12 | Fixed script command lookup table. | Nicola Mettifogo | |
svn-id: r26805 | |||
2007-04-23 | Some 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-22 | Added 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-24 | Added 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-12 | renamed 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-10 | some refactoring | Nicola Mettifogo | |
svn-id: r26072 | |||
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson | |
svn-id: r25654 | |||
2007-01-15 | removed definition of _glyphWidths | Nicola Mettifogo | |
svn-id: r25097 | |||
2007-01-15 | Fixing const related warnings in the parallaction engine | Max Horn | |
svn-id: r25095 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 |