aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/lilliput.cpp
AgeCommit message (Collapse)Author
2018-04-29LILLIPUT: Fix another regressionStrangerke
2018-04-26LILLIPUT: Fix regression introduced in 56db8c626eb095fc21a4648e7cc79f7ed0bd1260Strangerke
2018-04-24LILLIPUT: Remove some unused variables, initialize some othersStrangerke
2018-04-20LILLIPUT: Refactor engine, replace the use of MinMax by Common::RectStrangerke
2018-04-20LILLIPUT: Add safeguard in homeInPathFindingStrangerke
2018-04-20LILLIPUT: Fix memory leakStrangerke
2018-04-19LILLIPUT: Fix uninitialized variablesStrangerke
2018-04-18LILLIPUT: Add code to load & decompress MUS fileStrangerke
2018-04-16LILLIPUT: Fix a regresssion in scrollToViewportCharacterTarget(), some more ↵Strangerke
renaming
2018-04-15LILLIPUT: More renamingStrangerke
2018-04-13LILLIPUT: cleanup & renamingStrangerke
2018-04-12LILLIPUT: Use constants in sequence functionsStrangerke
2018-04-11LILLIPUT: some renamingStrangerke
2018-04-11LILLIPUT: some more rework related to the positionsStrangerke
2018-04-10LILLIPUT: Some refactoringStrangerke
2018-04-10LILLIPUT: more renamingStrangerke
2018-04-09LILLIPUT: more WIP renamingStrangerke
2018-04-08LILLIPUT: Fix missing format specifier in call to debugC()Adrian Frühwirth
2018-04-08LILLIPUT: more renaming, rework setModeStrangerke
2018-04-07LILLIPUT: More renaming workStrangerke
2018-04-07LILLIPUT: Some more renaming in the sequence managerStrangerke
2018-03-31LILLIPUT: Change the type of _characterTilePosStrangerke
2018-03-31LILLIPUT: some more renaming in the sequencerStrangerke
2018-03-31LILLIPUT: Refactor a bit sequenceMoveCharacter to use 3 parameters instead of 2Strangerke
2018-03-31LILLIPUT: More renaming workStrangerke
2018-03-29LILLIPUT: Remove some useless codeStrangerke
2018-03-28LILLIPUT: Fix narrowing conversion compiler errors on psp2 buildrsn8887
2018-03-28LILLIPUT: more renaming and refactoringStrangerke
2018-03-28LILLIPUT: Some more renaming, use CLIP in OC_scrollAwayFromCharacterStrangerke
2018-03-28LILLIPUT: Rename some more opcodesStrangerke
2018-03-28LILLIPUT: More renamingStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
2018-03-28LILLIPUT: Silent some CppCheck warningsStrangerke
2018-03-28LILLIPUT: More renamingStrangerke
2018-03-28LILLUPUT: Add missing kActionType valuesStrangerke
2018-03-28LILLIPUT: More renamingStrangerke
2018-03-28LILLIPUT: Fixes formattingJoseph-Eugene Winzer
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: Fixes rendering by blitting mainSurface to screenJoseph-Eugene Winzer
Before displayMousePointer() that calls display16x16IndexedBuf() did the blit and I forgot to add it when removing the custom cursor handling in 38cd5b2ac3.
2018-03-28LILLIPUT: Substitues custom cursor handling with CursorManJoseph-Eugene Winzer
2018-03-28LILLIPUT: Removes redundant mouse cursor redrawsJoseph-Eugene Winzer
update() and pollEvent() are called multiple times over the course of one game loop, thus restoreSurfaceUnderMousePointer() and displayMousePointer() are called multiple times as well. This caused massive lag and froze the script system when the mouse was moved. While this commit doesn't fix the cursor flickering, it is now responsive at all times.
2018-03-28LILLIPUT: Some renaming, fix a warningStrangerke
2018-03-28LILLIPUT: Some renaming, fix regression in intro introduced in the two ↵Strangerke
previous commits
2018-03-28LILLIPUT: Some more renamingStrangerke
2018-03-28LILLIPUT: Rework _rectXMinMax and _rectYMinMaxStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
2018-03-28LILLIPUT: Fix bug in interface button re-activationStrangerke
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: More renamingStrangerke
2018-03-28LILLIPUT: Some more renaming, remove double variableStrangerke