index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
staticres.cpp
Age
Commit message (
Expand
)
Author
2008-08-30
Moved mouse cursor loading/handling to Input class.
Nicola Mettifogo
2008-08-26
Cleanup.
Nicola Mettifogo
2008-06-02
Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the f...
Nicola Mettifogo
2008-05-10
Extracted script parsing code to its own class.
Nicola Mettifogo
2008-05-09
Moved location parsing out of the engines, to LocationParser_ns and LocationP...
Nicola Mettifogo
2007-10-14
Made location parser more fault-tolerant, in that it prints out a warning mes...
Nicola Mettifogo
2007-10-06
Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ...
Nicola Mettifogo
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-15
Fixed BRA parser table for scripts.
Nicola Mettifogo
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-08-31
Pushed current save/load code from Parallaction down to Parallaction_ns.
Nicola Mettifogo
2007-08-26
Implemented more opcodes.
Nicola Mettifogo
2007-08-25
Merged most parser contexts into a single structure, added some new fields to...
Nicola Mettifogo
2007-08-25
Cleanup script routines.
Nicola Mettifogo
2007-08-24
First step in restructuring engine code:
Nicola Mettifogo
2007-08-16
Changed more parsing routines to use tables instead of switch statements.
Nicola Mettifogo
2007-08-14
Defined new Table for location scripts level-0 statements, and changed parseL...
Nicola Mettifogo
2007-08-14
Fixed a couple of mistyped strings, solving a crash in the introduction of BS...
Nicola Mettifogo
2007-08-11
Moved cursor handling from Gfx to engine subclasses.
Nicola Mettifogo
2007-07-29
Refactored allegedly ugly code.
Nicola Mettifogo
2007-07-29
Now callables array is properly initialized.
Nicola Mettifogo
2007-07-29
Made current callable routines members of Parallaction_ns, and moved them to ...
Nicola Mettifogo
2007-07-29
Fixed mismatched table name in initialization.
Nicola Mettifogo
2007-07-29
Moved all callable routines and related data into callables.cpp.
Nicola Mettifogo
2007-07-29
- Added parser strings for Big Red Adventure
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-13
cleanup
Nicola Mettifogo
2007-05-13
Fixed timings when showing credits.
Nicola Mettifogo
2007-05-12
Fixed script command lookup table.
Nicola Mettifogo
2007-04-23
Some fixes for font management:
Nicola Mettifogo
2007-04-22
Added stubs for Amiga specific callables.
Nicola Mettifogo
2007-04-09
- moved walk code to List<>
Nicola Mettifogo
2007-03-24
Added new class Table, and updated Disk accordingly. Tables can be populated ...
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
Nicola Mettifogo
2007-03-10
some refactoring
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-01-15
removed definition of _glyphWidths
Nicola Mettifogo
2007-01-15
Fixing const related warnings in the parallaction engine
Max Horn
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko