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
/
sci
/
sfx
/
test-iterator.cpp
Age
Commit message (
Collapse
)
Author
2009-03-10
SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup
Max Horn
svn-id: r39289
2009-03-06
SCI: Renamed lots of classes related to song iterators; allocate song ↵
Max Horn
iterators via new/delete instead of malloc/free svn-id: r39148
2009-03-04
SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream
Max Horn
svn-id: r39118
2009-03-01
SCI: Renamed some sfx header files
Max Horn
svn-id: r39006
2009-03-01
SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ ↵
Max Horn
subclassing svn-id: r39005
2009-02-27
Fix code formatting
Eugene Sandulenko
svn-id: r38930
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
svn-id: r38676
2009-02-17
Update headers. sfx/
Eugene Sandulenko
svn-id: r38410
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting ↵
Max Horn
Guidelines: sfx dir svn-id: r38322
2009-02-15
- Remove some unneeded files
Eugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227