aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.cpp
AgeCommit message (Collapse)Author
2018-07-29LILLIPUT: Minor Sound Function Name Change For Consistency.D G Turner
This has no functional change, but improves the consistency with the renamed stopSound() function. Also, minor fixes for formatting, removal of redundant comments and code in sound class.
2018-07-29LILLIPUT: Fix Compiler Warning About Hiding Overloaded Virtual.D G Turner
2018-04-26LILLIPUT: Fix regression introduced in 56db8c626eb095fc21a4648e7cc79f7ed0bd1260Strangerke
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-04-20LILLIPUT: Refactor engine, replace the use of MinMax by Common::RectStrangerke
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-19LILLIPUT: Fix uninitialized variablesStrangerke
2018-04-16LILLIPUT: Fix a regresssion in scrollToViewportCharacterTarget(), some more ↵Strangerke
renaming
2018-04-15LILLIPUT: More renamingStrangerke
2018-04-11LILLIPUT: some more rework related to the positionsStrangerke
2018-04-10LILLIPUT: Some refactoringStrangerke
2018-04-09LILLIPUT: more WIP renamingStrangerke
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-29LILLIPUT: Remove some useless codeStrangerke
2018-03-28LILLIPUT: Fix narrowing conversion compiler errors on psp2 buildrsn8887
2018-03-29LILLIPUT: Rename sound opcodesStrangerke
2018-03-28LILLIPUT: more renaming and refactoringStrangerke
2018-03-28LILLIPUT: Some more renaming, use CLIP in OC_scrollAwayFromCharacterStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
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: 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 bug in OC_scrollViewPortStrangerke
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: 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 more renamingStrangerke
2018-03-28LILLIPUT: Rework _rectXMinMax and _rectYMinMaxStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
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: Some renamingStrangerke
2018-03-28LILLIPUT: Some renaming, start fixing the map displayStrangerke