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
/
agi
/
opcodes.cpp
Age
Commit message (
Expand
)
Author
2017-02-23
AGI: Clean up VM opcode handling
Martin Kiewitz
2016-02-14
AGI: set.pri.base was actually available in AGI2.425
Martin Kiewitz
2016-02-13
AGI: Fix priority band handling
Martin Kiewitz
2016-02-02
AGI: Fix formatting.
Johannes Schickel
2016-01-29
AGI: graphics rewrite + cleanup
Martin Kiewitz
2015-12-05
AGI: stub for AGI1 newRoom()
Eugene Sandulenko
2014-02-18
AGI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-07
AGI: Fix potential buffer overrun. CID 1004028
Eugene Sandulenko
2012-11-07
AGI: Fix the Apple IIGS versions of Manhunter 1 and Gold Rush
Filippos Karapetis
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2011-11-02
AGI: Fix buffer overflow
Eugene Sandulenko
2011-08-27
AGI: Fix bug #3398171: AGI: SQ1/SQ2: problem entering name
Eugene Sandulenko
2011-08-14
Checked V1 instructions till 0x42
Eugene Sandulenko
2011-08-13
AGI: Checked V1 instructions till 0x2c
Eugene Sandulenko
2011-08-13
AGI: Checked V1 instructions till 0x20
Eugene Sandulenko
2011-08-13
AGI: Further work on v1 opcode difference
Eugene Sandulenko
2011-08-13
AGI: Updates to V1 instruction table, plus an outcommented experiment
Jussi Pitkanen
2011-08-13
AGI: Add last undefined V1 test command that tests if a bit of var is set
Jussi Pitkanen
2011-08-13
AGI: Rename cmd_what_ever to cmdWhatEver
Jussi Pitkanen
2011-08-13
AGI: Fix and clarify IF expression handling
Jussi Pitkanen
2011-08-13
AGI: Implement V1 SAID test commands
Jussi Pitkanen
2011-08-13
AGI: Add still incomplete V1 instruction tables
Jussi Pitkanen
2011-08-13
AGI: Execute test commands only when needed
Jussi Pitkanen
2011-08-13
AGI: Refactor interpreter core (somewhat akin to SCI)
Jussi Pitkanen