aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/lilliput.h
AgeCommit message (Collapse)Author
2018-03-28LILLIPUT: More renaming, fix bug in reverseFindHotspotStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
2018-03-28LILLIPUT: More renaming, fix a bug in sub16799, move several unsigned to signedStrangerke
2018-03-28LILLIPUT: More renaming, fix bug in getMapPtr and sub168DAStrangerke
2018-03-28LILLIPUT: Rename getValue2, keep on switching to Common::Point, remove code ↵Strangerke
from OC_sub18260 (incomplete and buggy)
2018-03-28LILLIPUT: Some renaming. Start using Common::PointStrangerke
2018-03-28LILLIPUT: Remove duplicated variable, introduce getCharacterVariablesPtr() ↵Strangerke
to handle negative indexes used by menus
2018-03-28LILLIPUT: Implement two opcodes and 3 core functionsStrangerke
2018-03-28LILLIPUT: Add a core function, make uniform the fonctions called by sub16626Strangerke
2018-03-28LILLIPUT: Remove duplicated functionStrangerke
2018-03-28LILLIPUT: 2 new subssylvaintv
2018-03-28LILLIPUT: Implement 4 core functionsStrangerke
2018-03-28LILLIPUT: Implement case 14 in sub16626, little clean up in sub1823eStrangerke
2018-03-28LILLIPUT: rename one variableStrangerke
2018-03-28LILLIPUT: Improved getValue2 decompilationsylvaintv
+ some renaming
2018-03-28LILLIPUT: Add one core function, some renamingStrangerke
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: Add sprite mirroring to fix display of characters looking leftStrangerke
2018-03-28LILLIPUT: Small changesylvaintv
2018-03-28LILLIPUT: Fix a bug on 16675Strangerke
2018-03-28LILLIPUT: fix (?) a couple of things in 16626, implement several core functionsStrangerke
2018-03-28LILLIPUT: Implement some more opcodesStrangerke
2018-03-28LILLIPUT: Split palette functions, implement some core functionsStrangerke
2018-03-28LILLIPUT: Implement some functions related to string displayStrangerke
2018-03-28LILLIPUT: Several opcodes & renamingsylvaintv
Rename character related variables
2018-03-28LILLIPUT: Replace MemoryReadStream by a custom read/write streamStrangerke
2018-03-28LILLIPUT: Implements Load Map opcodesylvaintv
Loads graphics, fade out/in, display points
2018-03-28LILLIPUT: Some renaming, implement a couple of functionsStrangerke
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: Character renderingsylvaintv
Characters are now rendered (no animation yet though)
2018-03-28LILLIPUT: Implement some more functionsStrangerke
2018-03-28LILLIPUT: Implements displayFunction18sylvaintv
Draw characters (men or men2)
2018-03-28LILLIPUT: Implements character display on mapsylvaintv
Draw and restore points
2018-03-28LILLIPUT: Implement some more core functionsStrangerke
2018-03-28LILLIPUT: Implementation of sub16CA0sylvaintv
Big sub16CA0 function implementation
2018-03-28LILLIPUT: Small additionssylvaintv
Small implementations of the int8 functions
2018-03-28LILLIPUT: Add display heroism barStrangerke
2018-03-28LILLIPUT: Fix a couple of check errors in sub16626, implement some more more ↵Strangerke
core functions
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: Implement some more parts of "int 8"Strangerke
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 two more display functionsStrangerke
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: Implement display function 2. This fixes mouse displayStrangerke