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
/
engine
/
said.cpp
Age
Commit message (
Expand
)
Author
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-04
SCI: cleanup
Max Horn
2009-03-01
Partial revert of "Fix handling of parentheses in said specs" (20080705)
Willem Jan Palenstijn
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-24
state_t to EngineState
Willem Jan Palenstijn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
SCI: Regenerated said.cpp from said.y
Max Horn
2009-02-21
SCI: Fixed more warnings
Max Horn
2009-02-20
Changed more messages to warnings/errors
Filippos Karapetis
2009-02-20
formating
Paweł Kołodziejski
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
Silenced another warning (disabled an empty switch statement)
Filippos Karapetis
2009-02-15
retreive->retrieve
Willem Jan Palenstijn
2009-02-15
- Remove some unneeded files
Eugene Sandulenko