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
/
parallaction.h
Age
Commit message (
Expand
)
Author
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-02-25
wrapped archive routines into a new class named Archive. File-level static va...
Nicola Mettifogo
2007-02-21
Add support for MIDI music. THough the music is not yet heard since
Eugene Sandulenko
2007-02-20
made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...
Nicola Mettifogo
2007-02-20
changed parseComment to use Script stream instead of file
Nicola Mettifogo
2007-02-20
cleanup and small fixes
Nicola Mettifogo
2007-02-19
first step in parser simplification
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-13
cleanup
Nicola Mettifogo
2007-02-11
added load/save support
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-01-21
Reduce dependency from common/advancedDetector.h
Eugene Sandulenko
2007-01-21
fixed ordering of engine jobs: no more known graphics glitches
Nicola Mettifogo
2007-01-15
Fixing const related warnings in the parallaction engine
Max Horn
2007-01-15
fixed pointer casting in InputData management
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko