aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.cpp
AgeCommit message (Collapse)Author
2018-03-28LILLIPUT: Replace MemoryReadStream by a custom read/write streamStrangerke
2018-03-28LILLIPUT: Implement another opcode and associated functionStrangerke
2018-03-28LILLIPUT: Fixsome problems reported by clone2727Strangerke
2018-03-28LILLIPUT: Implement two opcodesStrangerke
2018-03-28LILLIPUT: Fix a bug in OC_compareCoords_1, implement 2 more opcodesStrangerke
2018-03-28LILLIPUT: More opcodessylvaintv
OC_sub18213, OC_sub181BB, OC_sub1817F
2018-03-28LILLIPUT: Implements Load Map opcodesylvaintv
Loads graphics, fade out/in, display points
2018-03-28LILLIPUT: Implement 4 more opcodesStrangerke
2018-03-28LILLIPUT: Maybe fix a problem in sub12F37sylvaintv
Unlocked new opcodes !
2018-03-28LILLIPUT: Implement 4 more opcodesStrangerke
2018-03-28LILLIPUT: Small fixes and renamingsylvaintv
Renamed variables about character positions Fixed heroism display
2018-03-28LILLIPUT: Implements character display on mapsylvaintv
Draw and restore points
2018-03-28LILLIPUT: fix regression in 6aef68e246448977f2b8ba1bb19a17d8eaf61642Strangerke
2018-03-28LILLIPUT: Small additionssylvaintv
Small implementations of the int8 functions
2018-03-28LILLIPUT: Rename fading functionsStrangerke
2018-03-28LILLIPUT: Minor fixessylvaintv
Prevents unexpected values in sub16626
2018-03-28LILLIPUT: Fix display string functions, some renamingStrangerke
2018-03-28LILLIPUT: Add display string, accelerate fading to 50HkzStrangerke
2018-03-28LILLIPUT: Implement some more functionsStrangerke
2018-03-28LILLIPUT: Put sound stubs in a separated classStrangerke
2018-03-28LILLIPUT: Int8 called every 20mssylvaintv
Makes also the title stars work
2018-03-28LILLIPUT: Start implementing engine update (int 8 replacement in the original)Strangerke
The screen now moves to the point expected in intro
2018-03-28LILLIPUT: Implement fade in/fade outsylvaintv
Fade from/to black
2018-03-28LILLIPUT: Some more display functionsStrangerke
2018-03-28LILLIPUT: Implement display function 6, start implementing display function 12.Strangerke
Background is now displayed properly
2018-03-28LILLIPUT: Fix bug in previous commit, implement one more display functionStrangerke
2018-03-28LILLIPUT: start implementing display functionsStrangerke
2018-03-28LILLIPUT: Add some more opcodes. Engine is now alive!Strangerke
2018-03-28LILLIPUT: Implement more opcodesStrangerke
2018-03-28LILLIPUT: Implement opcodes. 29 groups are now executed in a rowStrangerke
2018-03-28LILLIPUT: Implement opcodes used by game scripts 3 and 4Strangerke
2018-03-28LILLIPUT: Add preliminar menu support and main loopStrangerke
2018-03-28LILLIPUT: Modify event pollingStrangerke
2018-03-28LILLIPUT: Add preliminar mouse handlerStrangerke
2018-03-28LILLIPUT: Partially implement displayVGAFile(). Title is now displayedStrangerke
2018-03-28LILLIPUT: Implement some more opcodes, fix stupid bug in script parser ↵Strangerke
termination check
2018-03-28LILLIPUT: Complete function getValue2()Strangerke
2018-03-28LILLIPUT: Implement 4 more opcodesStrangerke
2018-03-28LILLIPUT: Implement some more opcodesStrangerke
2018-03-28LILLIPUT: Implement a couple of other opcodes, add proper debugcStrangerke
2018-03-28LILLIPUT: Fix a couple of bugs in handleOpcode()Strangerke
2018-03-28LILLIPUT: Implement OC_sub184F5, modify struct18560Strangerke
2018-03-28LILLIPUT: Start implementing some functionsStrangerke
2018-03-28LILLIPUT: Add a script handler skeletton. All opcodes are stubbedStrangerke