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
/
intro.cpp
Age
Commit message (
Expand
)
Author
2007-05-13
cleanup
Nicola Mettifogo
2007-05-13
Fixed timings when showing credits.
Nicola Mettifogo
2007-05-06
Fixed sketch glitches in the introduction.
Nicola Mettifogo
2007-05-06
Some cheap cleanup.
Nicola Mettifogo
2007-05-01
Fix compilation (sigh).
Nicola Mettifogo
2007-04-28
Changed abs() to ABS()
Torbjörn Andersson
2007-04-27
Refactored music code for dos version and added music to Amiga versions.
Nicola Mettifogo
2007-04-23
Fonts have been taking care of them being proportional for some time now, so ...
Nicola Mettifogo
2007-04-22
Added stubs for Amiga specific callables.
Nicola Mettifogo
2007-04-15
- Fonts are now preloaded at start.
Nicola Mettifogo
2007-04-09
- moved walk code to List<>
Nicola Mettifogo
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
Flattened anonymous union in Zone. Its members have been partially merged.
Nicola Mettifogo
2007-03-14
removed explicit references to kMask0 since there is only 1 mask available
Nicola Mettifogo
2007-03-13
enforced use of Common::Rect on all graphic routines
Nicola Mettifogo
2007-03-13
made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
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-21
Add support for MIDI music. THough the music is not yet heard since
Eugene Sandulenko
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