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
/
agos
/
agos.h
Age
Commit message (
Expand
)
Author
2006-10-08
Add a few palette differences and fix input in Elvira 1
Travis Howell
2006-10-08
Add code for displaying stastics in Elvira 1
Travis Howell
2006-10-08
Replaced evil usage of static globals inside function by proper member variables
Max Horn
2006-10-08
Added more const qualifiers
Max Horn
2006-10-07
Add more code differences in Elvira 1
Travis Howell
2006-10-07
Add code for printing to boxes in Waxworks
Travis Howell
2006-10-07
Add more script opcodes for Elvira 1/2/WW
Travis Howell
2006-10-06
Add more code for Elvira 2
Travis Howell
2006-10-06
Add more code for Elvira 2
Travis Howell
2006-10-06
Add more code for Elvira 1
Travis Howell
2006-10-06
Alwats report invalid opcodes when debug output is enabled
Travis Howell
2006-10-06
Add Amiga demo of Elvira, and switch to elvira1 for Elvira
Travis Howell
2006-10-06
Add support for skipping introduction in Elivra 1/2/WW
Travis Howell
2006-10-06
Add more code for Elvira 1/2
Travis Howell
2006-10-05
Fix startup of Elvira 1
Travis Howell
2006-10-05
Fix opening credits of Elvira 2
Travis Howell
2006-10-05
Add more code and stubs for WW
Travis Howell
2006-10-05
Reduce memory required by each game, and add safety checks
Travis Howell
2006-10-04
Add more code for WW
Travis Howell
2006-10-03
Cleanup
Travis Howell
2006-10-03
Fix bugs in VGA resource manager and cleanup
Travis Howell
2006-10-03
Remove blocks/tiles related code for PP, which was only required by unrelease...
Travis Howell
2006-10-03
Add changes and enable music for Elvira1
Travis Howell
2006-10-02
Moved unrelated fields out of ADGameDescription structure.
Eugene Sandulenko
2006-10-02
Add basic single slot load/save support for dimp/swampy for now
Travis Howell
2006-10-02
Unify SAGA/AGOS detection code so other engines could also reuse it
Eugene Sandulenko
2006-10-02
Renamed setupAGOSOpcodes() to setupCommonOpcodes() for consistency.
Torbjörn Andersson
2006-10-02
Add video opcodes differences in Elvira1 and cleanup
Travis Howell
2006-10-02
Decrease window array size, to maximum required by games
Travis Howell
2006-10-02
Increase struct sizes, to maximum required by games
Travis Howell
2006-10-02
Fix arrows keys in swampy
Travis Howell
2006-10-02
Add last tiles code and corrections for Swampy
Travis Howell
2006-10-02
Implemented "iconify window" opcode. This, of course, needs support in the
Torbjörn Andersson
2006-10-02
Add more tiles code for Swampy
Travis Howell
2006-10-02
Add more tiles code for Swampy
Travis Howell
2006-10-01
Add debug opcode table for PP and other minor changes for PP
Travis Howell
2006-10-01
Some Elvira opcodes/stubs
Torbjörn Andersson
2006-10-01
Split the seupOpcodes() function into several functions for - hopefully -
Torbjörn Andersson
2006-09-30
Add support for skipping swampy introduction
Travis Howell
2006-09-30
Another PP opcode stub.
Torbjörn Andersson
2006-09-30
Added a couple of functions which seem to define the rules for some kind of
Torbjörn Andersson
2006-09-30
Another slight PP difference.
Torbjörn Andersson
2006-09-30
Enable more code in oops functions of PP
Travis Howell
2006-09-30
Re-use FF's _variableArray2[] instead of creating a new one for PP. Free the
Torbjörn Andersson
2006-09-30
Partially unstubbed the PP "oops" opcodes.
Torbjörn Andersson
2006-09-30
Add mouse cursor support for PP and minor cleanup
Travis Howell
2006-09-30
Add changes and stubs for Elvira 1
Travis Howell
2006-09-29
Update opcode table for PP
Travis Howell
2006-09-29
Phase 5 of Simon engine renaming. Renamed namespace Simon -> AGOS and
Eugene Sandulenko
2006-09-29
Phase 3 of Simon engine renaming. Files renaming.
Eugene Sandulenko