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
/
lilliput
/
script.h
Age
Commit message (
Expand
)
Author
2018-03-28
LILLIPUT: Small fixes and renaming
sylvaintv
2018-03-28
LILLIPUT: Implements character display on map
sylvaintv
2018-03-28
LILLIPUT: Implement some more core functions
Strangerke
2018-03-28
LILLIPUT: Implementation of sub16CA0
sylvaintv
2018-03-28
LILLIPUT: Rename fading functions
Strangerke
2018-03-28
LILLIPUT: Add display heroism bar
Strangerke
2018-03-28
LILLIPUT: Minor fixes
sylvaintv
2018-03-28
LILLIPUT: Add display string, accelerate fading to 50Hkz
Strangerke
2018-03-28
LILLIPUT: Implement some more functions
Strangerke
2018-03-28
LILLIPUT: Implement some more parts of "int 8"
Strangerke
2018-03-28
LILLIPUT: Int8 called every 20ms
sylvaintv
2018-03-28
LILLIPUT: Start implementing engine update (int 8 replacement in the original)
Strangerke
2018-03-28
LILLIPUT: Some more display functions
Strangerke
2018-03-28
LILLIPUT: Add some more opcodes. Engine is now alive!
Strangerke
2018-03-28
LILLIPUT: Implement more opcodes
Strangerke
2018-03-28
LILLIPUT: Implement opcodes. 29 groups are now executed in a row
Strangerke
2018-03-28
LILLIPUT: Implement opcodes used by game scripts 3 and 4
Strangerke
2018-03-28
LILLIPUT: Start game scripts
Strangerke
2018-03-28
LILLIPUT: Add preliminar menu support and main loop
Strangerke
2018-03-28
LILLIPUT: Modify event polling
Strangerke
2018-03-28
LILLIPUT: Implement some more opcodes, fix stupid bug in script parser termin...
Strangerke
2018-03-28
LILLIPUT: Implement 4 more opcodes
Strangerke
2018-03-28
LILLIPUT: Implement some more opcodes
Strangerke
2018-03-28
LILLIPUT: Implement a couple of other opcodes, add proper debugc
Strangerke
2018-03-28
LILLIPUT: Fix a couple of bugs in handleOpcode()
Strangerke
2018-03-28
LILLIPUT: Start implementing some functions
Strangerke
2018-03-28
LILLIPUT: Add a script handler skeletton. All opcodes are stubbed
Strangerke