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
/
callables.cpp
Age
Commit message (
Expand
)
Author
2007-03-19
made Animation a subclass of Zone (finally!)
Nicola Mettifogo
2007-03-18
- Made global Node's (_zones, _animations, _helperNode) and the functions usi...
Nicola Mettifogo
2007-03-17
added translate() to Zone
Nicola Mettifogo
2007-03-17
Flattened anonymous union in Zone. Its members have been partially merged.
Nicola Mettifogo
2007-03-17
- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...
Nicola Mettifogo
2007-03-17
some renaming to shorten lines
Nicola Mettifogo
2007-03-17
gathered character related stuff into a new struct Character, and modified ca...
Nicola Mettifogo
2007-03-15
moved remaining background related functions to disk.cpp, and changed Gfx acc...
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
Nicola Mettifogo
2007-03-11
wrapped active location data into a new structure
Nicola Mettifogo
2007-03-10
changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna
Nicola Mettifogo
2007-03-10
some refactoring
Nicola Mettifogo
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-03-02
changed every font name to be platform independent, added font loader routine
Nicola Mettifogo
2007-02-27
changed font handling:
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-18
found and commented gross hack in the original engine
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko