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
/
mutationofjb
/
script.cpp
Age
Commit message (
Expand
)
Author
2018-08-25
MUTATIONOFJB: Add support for labels and goto.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Add support of IFPIGGY command.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Add support for IFITEM command and fix parsing conditional comm...
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Don't store ActionInfo pointers, because they might be invalida...
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Fix some code formatting issues.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Show multiple script commands in showsection debug command.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Implement data model for inventory.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Add say command with dummy implementation.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Add change scene command, implement listsections and showsectio...
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Add support for CHANGED, CHANGEO and CHANGES commands.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Continue implementation of if/else script commands.
Ľubomír Remák
2018-08-25
MUTATIONOFJB: Start implementation of ATN scripts (IF command).
Ľubomír Remák