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
/
glk
/
advsys
/
vm.cpp
Age
Commit message (
Expand
)
Author
2019-06-16
GLK: ADVSYS: Fix restoring games in-game
Paul Gilbert
2019-06-16
GLK: ADVSYS: Fix inputs with indirect objects
Paul Gilbert
2019-06-16
GLK: ADVSYS: Fix actions using OP_SEND
Paul Gilbert
2019-06-16
GLK: ADVSYS: Fixes for get action
Paul Gilbert
2019-06-15
GLK: ADVSYS: Added code for loading savegames from launcher
Paul Gilbert
2019-06-15
GLK: ADVSYS: Input line processing fixes
Paul Gilbert
2019-06-14
GLK: ADVSYS: Fix parsing input words
Paul Gilbert
2019-06-14
GLK: ADVSYS: Tweak debug line, added input line prompt character
Paul Gilbert
2019-06-14
GLK: ADVSYS: Script interpreter fixes
Paul Gilbert
2019-06-13
GLK: ADVSYS: Initialization fixes
Paul Gilbert
2019-06-12
GLK: ADVSYS: Remainder of parseInput method
Paul Gilbert
2019-06-12
GLK: ADVSYS: Noun/adjectives setup and getNoun method
Paul Gilbert
2019-06-12
GLK: ADVSYS: In progress implementing input line parser
Paul Gilbert
2019-06-12
GLK: ADVSYS: Added input line split up and tokenizing
Paul Gilbert
2019-06-12
GLK: ADVSYS: Remaining opcode implementations
Paul Gilbert
2019-06-10
GLK: ADVSYS: Created dedicated function pointer class, cleanup method opcodes
Paul Gilbert
2019-06-10
GLK: ADVSYS: More opcodes
Paul Gilbert
2019-06-10
GLK: ADVSYS: Subroutine call & return opcodes
Paul Gilbert
2019-06-10
GLK: ADVSYS: String printing
Paul Gilbert
2019-06-10
GLK: ADVSYS: Adding opcodes and message decoding
Paul Gilbert
2019-06-09
GLK: ADVSYS: Formatting fixes
dreammaster
2019-06-09
GLK: ADVSYS: Implementing VM opcodes
Paul Gilbert
2019-06-09
GLK: ADVSYS: Add overall script execution method
Paul Gilbert