aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput
AgeCommit message (Collapse)Author
2018-03-28LILLIPUT: Updates savefile pattern for numeric wildcardJoseph-Eugene Winzer
2018-03-28LILLIPUT: Reformats stringJoseph-Eugene Winzer
2018-03-28LILLIPUT: Fixes typoJoseph-Eugene Winzer
2018-03-28LILLIPUT: Changes KValueType to kValueTypeJoseph-Eugene Winzer
2018-03-28LILLIPUT: Fixes formattingJoseph-Eugene Winzer
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: Fix missing break in getArgumentStringStrangerke
2018-03-28LILLIPUT: Fix a couple of remaining 'Robin' engine stringsStrangerke
2018-03-28LILLIPUT: Fix bug in OC_scrollViewPortStrangerke
2018-03-28LILLIPUT: Marks game as unstableJoseph-Eugene Winzer
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: Adds delay during title screensJoseph-Eugene Winzer
At least during the title screens when the game is just waiting for user input it shouldn't use a full CPU core.
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
2018-03-28LILLIPUT: Renaming, fix a bug in OC_checkLastInterfaceHotspotIndexMenu2Strangerke
2018-03-28LILLIPUT: Start reworking _word16EFEStrangerke
2018-03-28LILLIPUT: Fix a couple of errors related to the use of 0xFF instead of -1Strangerke
2018-03-28LILLIPUT: Partially fix map closingStrangerke
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: Some renaming, start fixing the map displayStrangerke
2018-03-28LILLIPUT: Improve hack in sub16EBC() to avoid checking inactive charactersStrangerke
2018-03-28LILLIPUT: Rename some functions, fix a bug in OC_getComputedVariantSpeech()Strangerke
2018-03-28LILLIPUT: One more renamingStrangerke
2018-03-28LILLIPUT: Some renamingStrangerke
2018-03-28LILLIPUT: Fix name of OC_changeCurrentCharacterSprite in script decompilerStrangerke
2018-03-28LILLIPUT: Cleanup of previous fix, add TODO commentStrangerke
2018-03-28LILLIPUT: Fix bad opcode definition for display aerial mapsylvaintv
2018-03-28LILLIPUT: Fix walking on clicksylvaintv
2018-03-28LILLIPUT: Fix display of variable speechessylvaintv
2018-03-28LILLIPUT: Implement OC_sub17E22_speech1IfSoundOff, silent warnings in ↵Strangerke
OC_loadFile_AERIAL_GFX
2018-03-28LILLIPUT: Implement OC_sub18260Strangerke
2018-03-28LILLIPUT: Add a couple of hacks to avoid working on disabled characterStrangerke
This silents the two warnings reported by Valgrind
2018-03-28LILLIPUT: Silent warning in language checkStrangerke
2018-03-28LILLIPUT: Finish the implementation of sub13156, fix keyboard mappingStrangerke
2018-03-28LILLIPUT: rename OC_checkFunctionKeyPressedStrangerke
2018-03-28LILLIPUT: Improve keyboard handling. F keys are now working in the menuStrangerke
2018-03-28LILLIPUT: Modify mouse handling to stick to original behaviorStrangerke
2018-03-28LILLIPUT: Fix regression in checkMapClosing, handle properly other languagesStrangerke
2018-03-28LILLIPUT: Fix bug in OC_loadFile_AERIAL_GFX, implement OC_waitForEventStrangerke
2018-03-28LILLIPUT: Start implementing keyboard handlingStrangerke
2018-03-28LILLIPUT: Set _shouldQuit in OC_saveAndQUIT and OC_deleteSavegameAndQuitStrangerke