Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
D G Turner
|
170e57593d
|
GNAP: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
|
2019-11-27 00:11:29 +00:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Strangerke
|
c4e8ea9e54
|
GNAP: Fix crash in scene 17
|
2016-06-05 00:30:36 +02:00 |
|
Strangerke
|
0d77dbc1e1
|
GNAP: Initialize some more variables
|
2016-05-25 06:49:26 +02:00 |
|
Strangerke
|
de59c82b48
|
GNAP: Fix more uninitialized variables
|
2016-05-24 07:46:25 +02:00 |
|
Strangerke
|
f0f42b05ca
|
GNAP: Rename two Facing enums
|
2016-05-23 07:48:37 +02:00 |
|
Strangerke
|
58fb1563ca
|
GNAP: Map remaining Key codes
|
2016-05-23 00:33:50 +02:00 |
|
Strangerke
|
94e1e3a8fe
|
GNAP: Use KeyCode value instead of numeric value for Backspace
|
2016-05-23 00:01:51 +02:00 |
|
Strangerke
|
f734291abb
|
GNAP: Implement delayTicks functions, refactor them to share code
|
2016-05-20 07:47:16 +02:00 |
|
Strangerke
|
9a2bc3c572
|
GNAP: Add several checks on _gameDone in order to quit the game quickly
|
2016-05-19 07:59:07 +02:00 |
|
Strangerke
|
55162fb7ca
|
GNAP: Simplify some calls of _hotspotWalkPos
|
2016-05-12 20:33:51 +02:00 |
|
Strangerke
|
af1cf151de
|
GNAP: Use Common::Rect for hotspots
|
2016-05-12 07:53:06 +02:00 |
|
Strangerke
|
b21089f81c
|
GNAP: Rename GetSequence enums
|
2016-05-11 12:12:02 +02:00 |
|
Strangerke
|
d4053ee11b
|
GNAP: Refactoring of playScratchingHead, playShowCurrItem, playUseDevice
|
2016-05-10 12:14:56 +02:00 |
|
Strangerke
|
cf32e654a7
|
GNAP: Refactoring of playMoan1&2, playPullOutDevice and playPullOutDeviceNonWorking
|
2016-05-10 12:14:56 +02:00 |
|
Strangerke
|
a67a9923a9
|
GNAP: Refactoring of playBrainPulsating, playIdle and playImpossible
|
2016-05-10 12:14:56 +02:00 |
|
Strangerke
|
6e9243d125
|
GNAP: Reduce dereferencing of _plat
|
2016-05-10 12:14:55 +02:00 |
|
Strangerke
|
fdabbcc16a
|
GNAP: Reduce dereferencing of _gnap
|
2016-05-10 12:14:55 +02:00 |
|
Strangerke
|
1f7eeb24a0
|
GNAP: Simplify some checks
|
2016-05-10 12:14:55 +02:00 |
|
Strangerke
|
81c5f8651d
|
GNAP: USe Common::Point for getSequenceId
|
2016-05-10 12:14:55 +02:00 |
|
Strangerke
|
a508936349
|
GNAP: Move Gnap action functions to PlayerGnap
|
2016-05-10 12:14:54 +02:00 |
|
Strangerke
|
8a725082a5
|
GNAP: Move more functions to PlayerGnap
|
2016-05-10 12:14:54 +02:00 |
|
Strangerke
|
951fab4853
|
GNAP: Move walkTo and walkStep to Character
|
2016-05-10 12:14:54 +02:00 |
|
Strangerke
|
b3bf17a315
|
GNAP: Use Common::Point with platypusWalkTo
|
2016-05-10 12:14:53 +02:00 |
|
Strangerke
|
81074f4503
|
GNAP: use Common::Point for gnapWalkTo
|
2016-05-10 12:14:53 +02:00 |
|
Strangerke
|
38a83d1770
|
GNAP: More character refactoring (WIP)
|
2016-05-10 12:14:51 +02:00 |
|
Strangerke
|
45f27ea81c
|
GNAP: Even more refactoring related to characters (WIP)
|
2016-05-10 12:14:50 +02:00 |
|
Strangerke
|
00c544f9f8
|
GNAP: More refactoring related to characters (WIP)
|
2016-05-10 12:14:50 +02:00 |
|
Strangerke
|
579ecdabd1
|
GNAP: More refactoring related to characters (WIP)
|
2016-05-10 12:14:50 +02:00 |
|
Strangerke
|
dda4931ee9
|
GNAP: Move _actionStatus to the Character class
|
2016-05-10 12:14:50 +02:00 |
|
Strangerke
|
45bc40166f
|
GNAP: Use a Character for Platypus (WIP)
|
2016-05-10 12:14:49 +02:00 |
|
Strangerke
|
2e50019c05
|
GNAP: Introduce Character class - WIP
|
2016-05-10 12:14:49 +02:00 |
|
Strangerke
|
aee3842163
|
GNAP: Some renaming
|
2016-05-10 12:14:49 +02:00 |
|
Strangerke
|
99580a1b08
|
GNAP: Remove 3 CHECKMEs
|
2016-05-10 12:14:49 +02:00 |
|
Strangerke
|
a2d45c70e9
|
GNAP: For consistancy, use hex values for playSound calls
|
2016-05-10 12:14:48 +02:00 |
|
Strangerke
|
f50891f990
|
GNAP: rework gnapCarryGarbageCanTo
|
2016-05-10 12:14:48 +02:00 |
|
Strangerke
|
087492b15f
|
GNAP: Remove useless parameters in gnapCarryGarbageCanTo
|
2016-05-10 12:14:48 +02:00 |
|
Strangerke
|
ce8e3281d4
|
GNAP: Reduce dereferencing of _gameSys
|
2016-05-10 12:14:48 +02:00 |
|
Strangerke
|
25fc9c0a13
|
GNAP: Janitorial - Remove trailing spaces and tabs
|
2016-05-10 12:14:47 +02:00 |
|
Strangerke
|
5e950a7acf
|
GNAP: Move enums to header files
|
2016-05-10 12:14:47 +02:00 |
|
Strangerke
|
02c8aeae20
|
GNAP: renaming and grouping of scenes in group 1
|
2016-05-10 12:14:46 +02:00 |
|