Strangerke
|
5ca116863b
|
GNAP: Fix hotspot in scene 8
|
2016-06-04 14:52:56 +02:00 |
|
Strangerke
|
c005065217
|
GNAP: Flip the converted frame instead of the original one in order to respect constness
|
2016-06-03 07:46:03 +02:00 |
|
Strangerke
|
d2497f710f
|
GNAP: Remove obsolete comment
|
2016-05-30 08:03:11 +02:00 |
|
Strangerke
|
e0c032d87a
|
GNAP: Make two variables local to Scene52::run()
|
2016-05-30 07:34:28 +02:00 |
|
Strangerke
|
7792297691
|
GNAP: Initialize two more variables
|
2016-05-30 07:25:59 +02:00 |
|
Strangerke
|
bffe2315c2
|
GNAP: Small changes in scene 02 hotspots
|
2016-05-25 07:48:40 +02:00 |
|
Strangerke
|
03f7ab132e
|
GNAP: More initializations
|
2016-05-25 07:01:01 +02:00 |
|
Strangerke
|
0d77dbc1e1
|
GNAP: Initialize some more variables
|
2016-05-25 06:49:26 +02:00 |
|
Strangerke
|
f37bfb4677
|
GNAP: Remove extra semi-column
|
2016-05-24 23:28:47 +02:00 |
|
Strangerke
|
a68ef2fd1c
|
GNAP: Initialize the members of CutScene
|
2016-05-24 23:17:08 +02:00 |
|
Strangerke
|
2a36415710
|
GNAP: Enlarge some arrays in the alien arcade game
|
2016-05-24 23:06:35 +02:00 |
|
Strangerke
|
be6f7c0f83
|
GNAP: Remove duplicate code. Renaming and cleanup.
|
2016-05-24 22:26:15 +02:00 |
|
Strangerke
|
de59c82b48
|
GNAP: Fix more uninitialized variables
|
2016-05-24 07:46:25 +02:00 |
|
Strangerke
|
ecdf982eba
|
GNAP: Add a note, remove a checkme
|
2016-05-23 07:57:21 +02:00 |
|
Strangerke
|
f0f42b05ca
|
GNAP: Rename two Facing enums
|
2016-05-23 07:48:37 +02:00 |
|
Strangerke
|
1a8093c922
|
GNAP: After double-checking them, remove two CHECKMEs
|
2016-05-23 02:45:57 +02:00 |
|
Strangerke
|
16bc084053
|
GNAP: Add 2 other double semi columns
|
2016-05-23 02:00:40 +02:00 |
|
Strangerke
|
58e77d693b
|
GNAP: Remove original debug code
|
2016-05-23 00:44:00 +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
|
8a94670516
|
GNAP: Remove or rephrase a couple of notes
|
2016-05-21 00:16:59 +02:00 |
|
Strangerke
|
85417c15bb
|
GNAP: Remove obsolete TODOs
|
2016-05-20 07:51:53 +02:00 |
|
Strangerke
|
f734291abb
|
GNAP: Implement delayTicks functions, refactor them to share code
|
2016-05-20 07:47:16 +02:00 |
|
Strangerke
|
8a112ec92d
|
GNAP: Enable a clown sequence which wasn't used in the original due to a bug
|
2016-05-20 06:59:38 +02:00 |
|
Strangerke
|
ba61f90eb6
|
GNAP: Rework the code of Scene07::run, remove an obsolete todo
|
2016-05-20 01:21:22 +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
|
0a8e552c6d
|
GNAP: Fix the coding style of a couple of casts
|
2016-05-17 22:21:27 +02:00 |
|
Strangerke
|
4faedcdfcb
|
GNAP: Fix some spacing
|
2016-05-17 22:10:10 +02:00 |
|
Strangerke
|
e280c833c7
|
GNAP: Enforce the use of nullptr in function calls
|
2016-05-16 23:34:58 +02:00 |
|
Strangerke
|
4371d2f4d9
|
GNAP: Fix score display in Monkey arcade game.
|
2016-05-16 22:38:05 +02:00 |
|
Strangerke
|
85b7da75de
|
GNAP: Explicitely set _scoreLevel to 1 when score greater than 556
|
2016-05-16 21:57:20 +02:00 |
|
Strangerke
|
52374bfe7b
|
GNAP: Load TTF from the executable (optional)
|
2016-05-16 20:43:55 +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
|
2aaebf0ae9
|
GNAP: Use enum values for _sceneClickedHotspot in scene 53
|
2016-05-11 12:12:02 +02:00 |
|
Strangerke
|
b21089f81c
|
GNAP: Rename GetSequence enums
|
2016-05-11 12:12:02 +02:00 |
|
Eugene Sandulenko
|
3459437d7c
|
GNAP: Fix initialization
|
2016-05-10 12:14:57 +02:00 |
|
Eugene Sandulenko
|
7b1c738f0f
|
GNAP: Fix initialization and out-of-bounds write
|
2016-05-10 12:14:57 +02:00 |
|
Eugene Sandulenko
|
5981ef48da
|
GNAP: Make all relevant destructors virtual
|
2016-05-10 12:14:56 +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
|
33ca09ae12
|
GNAP: Remove useless redirections, move two more functions
|
2016-05-10 12:14:54 +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 |
|