Strangerke
c8eff89a7e
LILLIPUT: more WIP renaming
2018-04-09 00:56:17 +02:00
Strangerke
7f9c06f91a
LILLIPUT: more renaming, rework setMode
2018-04-08 00:02:22 +02:00
Strangerke
6695610756
LILLIPUT: More renaming work
2018-04-07 23:58:32 +02:00
Strangerke
397a94bc62
LILLIPUT: Some more renaming in the sequence manager
2018-04-07 23:58:32 +02:00
Strangerke
83412c91af
LILLIPUT: Change the type of _characterTilePos
2018-03-31 01:55:40 +02:00
Strangerke
411e182044
LILLIPUT: Remove some useless code
2018-03-29 07:11:42 +02:00
rsn8887
b875f46db0
LILLIPUT: Fix narrowing conversion compiler errors on psp2 build
2018-03-28 23:00:13 -05:00
Strangerke
4b0fc02ad0
LILLIPUT: Rename sound opcodes
2018-03-29 00:29:23 +02:00
Strangerke
74ce6af22e
LILLIPUT: more renaming and refactoring
2018-03-28 17:36:57 +02:00
Strangerke
96f35b1740
LILLIPUT: Some more renaming, use CLIP in OC_scrollAwayFromCharacter
2018-03-28 17:36:57 +02:00
Strangerke
5bc90c0a4b
LILLIPUT: Some more renaming
2018-03-28 17:36:57 +02:00
Strangerke
fedbb3d7fe
LILLIPUT: Rename some more opcodes
2018-03-28 17:36:57 +02:00
Strangerke
2ea8d71a5a
LILLIPUT: More renaming
2018-03-28 17:36:57 +02:00
Strangerke
81a16b0c8e
LILLIPUT: Some more renaming
2018-03-28 17:36:57 +02:00
Strangerke
37067dd6e9
LILLIPUT: Silent some CppCheck warnings
2018-03-28 17:36:57 +02:00
Strangerke
b17dfaad10
LILLIPUT: More renaming
2018-03-28 17:36:57 +02:00
Strangerke
491dd07e68
LILLUPUT: Add missing kActionType values
2018-03-28 17:36:57 +02:00
Strangerke
bda21673e8
LILLIPUT: More renaming
2018-03-28 17:36:57 +02:00
Joseph-Eugene Winzer
40dc39d01d
LILLIPUT: Reformats string
2018-03-28 17:36:57 +02:00
Joseph-Eugene Winzer
7abc364a4a
LILLIPUT: Fixes typo
2018-03-28 17:36:57 +02:00
Joseph-Eugene Winzer
1552128291
LILLIPUT: Changes KValueType to kValueType
2018-03-28 17:36:57 +02:00
Joseph-Eugene Winzer
e92e7d5bf6
LILLIPUT: Fixes formatting
2018-03-28 17:36:57 +02:00
Strangerke
616a8291a4
LILLIPUT: Some renaming
2018-03-28 17:36:57 +02:00
Strangerke
d6092b4cbf
LILLIPUT: Fix missing break in getArgumentString
2018-03-28 17:36:57 +02:00
Strangerke
2aa505fcc8
LILLIPUT: Fix bug in OC_scrollViewPort
2018-03-28 17:36:57 +02:00
Joseph-Eugene Winzer
d9aa76796d
LILLIPUT: Adds delay during title screens
...
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-28 17:36:57 +02:00
Joseph-Eugene Winzer
cf29d9ceec
LILLIPUT: Removes redundant mouse cursor redraws
...
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-28 17:36:57 +02:00
Strangerke
e059e81bab
LILLIPUT: Some renaming, fix a warning
2018-03-28 17:36:57 +02:00
Strangerke
7554c07be1
LILLIPUT: Some more renaming
2018-03-28 17:36:57 +02:00
Strangerke
ed9daf2ed6
LILLIPUT: Rework _rectXMinMax and _rectYMinMax
2018-03-28 17:36:57 +02:00
Strangerke
4efebbbeee
LILLIPUT: Some more renaming
2018-03-28 17:36:57 +02:00
Strangerke
f0abb4f656
LILLIPUT: Some renaming
2018-03-28 17:36:57 +02:00
Strangerke
b2d49cef83
LILLIPUT: More renaming
2018-03-28 17:36:57 +02:00
Strangerke
2832980e92
LILLIPUT: Some more renaming, remove double variable
2018-03-28 17:36:57 +02:00
Strangerke
22b3a24e5f
LILLIPUT: Renaming, fix a bug in OC_checkLastInterfaceHotspotIndexMenu2
2018-03-28 17:36:57 +02:00
Strangerke
d011a68d4f
LILLIPUT: Start reworking _word16EFE
2018-03-28 17:36:57 +02:00
Strangerke
1d897d7be2
LILLIPUT: Fix a couple of errors related to the use of 0xFF instead of -1
2018-03-28 17:36:57 +02:00
Strangerke
98032809dd
LILLIPUT: Some renaming
2018-03-28 17:36:57 +02:00
Strangerke
10edaf6bc4
LILLIPUT: Some renaming, start fixing the map display
2018-03-28 17:36:57 +02:00
Strangerke
a1c5e27b77
LILLIPUT: Rename some functions, fix a bug in OC_getComputedVariantSpeech()
2018-03-28 17:36:57 +02:00
Strangerke
802f132f02
LILLIPUT: One more renaming
2018-03-28 17:36:57 +02:00
Strangerke
7e55ed492c
LILLIPUT: Some renaming
2018-03-28 17:36:57 +02:00
Strangerke
e6dce6ed8a
LILLIPUT: Fix name of OC_changeCurrentCharacterSprite in script decompiler
2018-03-28 17:36:57 +02:00
Strangerke
653c27f930
LILLIPUT: Cleanup of previous fix, add TODO comment
2018-03-28 17:36:57 +02:00
sylvaintv
f03571ccb1
LILLIPUT: Fix bad opcode definition for display aerial map
2018-03-28 17:36:57 +02:00
sylvaintv
e70d3c4979
LILLIPUT: Fix display of variable speeches
2018-03-28 17:36:57 +02:00
Strangerke
7084803a7a
LILLIPUT: Implement OC_sub17E22_speech1IfSoundOff, silent warnings in OC_loadFile_AERIAL_GFX
2018-03-28 17:36:57 +02:00
Strangerke
686b59e53e
LILLIPUT: Implement OC_sub18260
2018-03-28 17:36:57 +02:00
Strangerke
4dda4abbea
LILLIPUT: rename OC_checkFunctionKeyPressed
2018-03-28 17:36:57 +02:00
Strangerke
de94c90720
LILLIPUT: Improve keyboard handling. F keys are now working in the menu
2018-03-28 17:36:57 +02:00