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.cpp
Age
Commit message (
Expand
)
Author
2007-03-11
removed some dead code and formatting
Nicola Mettifogo
2007-03-11
wrapped active location data into a new structure
Nicola Mettifogo
2007-03-11
some simplification for changeLocation
Nicola Mettifogo
2007-03-11
some refactoring for music management
Nicola Mettifogo
2007-03-11
more refactoring
Nicola Mettifogo
2007-03-10
changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna
Nicola Mettifogo
2007-03-10
simplified character mode handling
Nicola Mettifogo
2007-03-10
some refactoring
Nicola Mettifogo
2007-03-10
character loading/freeing routines now also handle Heads and Talks, instead o...
Nicola Mettifogo
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-03-02
added loaders for static images like pickable items and for characters frames
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
cleanup and small fixes
Nicola Mettifogo
2007-02-19
first step in parser simplification
Nicola Mettifogo
2007-02-19
table routines merged with common engine code
Nicola Mettifogo
2007-02-18
change in debug level
Nicola Mettifogo
2007-02-18
new special debug levels
Nicola Mettifogo
2007-02-17
Changed spaces to tabs again.
Torbjörn Andersson
2007-02-17
more conventional termination handling. Event loops are going to get merged s...
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-17
changed some debug levels
Nicola Mettifogo
2007-02-04
applied 2nd workaround to avoid crashes caused by labels when switching location
Nicola Mettifogo
2007-02-04
added more debug levels and comments
Nicola Mettifogo
2007-02-04
Implemented workaround to avoid crashes on location switches, using knowledge...
Nicola Mettifogo
2007-02-04
changed handling of zone labels to match original engine
Nicola Mettifogo
2007-01-26
added more debug messages
Nicola Mettifogo
2007-01-21
fixed ordering of engine jobs: no more known graphics glitches
Nicola Mettifogo
2007-01-17
fixed broken tab widths
Nicola Mettifogo
2007-01-16
added first debug messages
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-15
Made Nippon Safes start from the regular splash screen
Nicola Mettifogo
2007-01-14
Zone names get free'd, so don't assign a static string to it (it causes a con...
Max Horn
2007-01-14
mark 64bit issues
Willem Jan Palenstijn
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko