Strangerke
|
aeb36d4afc
|
GNAP: Add safeguard checks in PlayerGnap's getWalkStopSequenceId and getWalkFacing
|
2016-05-23 07:52:48 +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
|
d2aa9c7ded
|
GNAP: Add a note concerning the original save and load screens
|
2016-05-23 01:59:14 +02:00 |
|
Strangerke
|
c9fdd32ebc
|
GNAP: Remove an irrelevant TODO copied from another engine
|
2016-05-23 01:51:31 +02:00 |
|
Strangerke
|
a586f7701d
|
GNAP: Remove useless in ResourceClass constructor
|
2016-05-23 01:49:50 +02:00 |
|
Strangerke
|
2a2082c1f9
|
GNAP: Remove a TODO
This code is never called because it's triggered by clicking on the button
|
2016-05-23 01:33:13 +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
|
13c363f440
|
GNAP: Remove double smi-columns
|
2016-05-23 00:00:51 +02:00 |
|
Strangerke
|
0873f92ceb
|
GNAP: Remove yet another TODO
|
2016-05-21 01:20:19 +02:00 |
|
Strangerke
|
4c6ef29b49
|
GNAP: Implement setSoundVolume
|
2016-05-21 01:05:53 +02:00 |
|
Strangerke
|
8a94670516
|
GNAP: Remove or rephrase a couple of notes
|
2016-05-21 00:16:59 +02:00 |
|
Strangerke
|
bd2008f985
|
GNAP: Remove some obsolete comments, take better advantage of the possible values of gfxItem._flags (0 and 1)
|
2016-05-20 22:04:10 +02:00 |
|
Strangerke
|
bd4ef7ffb4
|
GNAP: Rework gfxItem, remove the code related to impossible flag values
|
2016-05-20 21:56:12 +02:00 |
|
Strangerke
|
3981d8514e
|
GNAP: Remove erroneous comments, simplify a call to blitSprite32
|
2016-05-20 21:46:19 +02:00 |
|
Eugene Sandulenko
|
3f2fcec10b
|
GNAP: Fix sprite transparency
|
2016-05-20 20:59:33 +02:00 |
|
Eugene Sandulenko
|
7da6d99371
|
GNAP: Fix transparency
|
2016-05-20 20:56:32 +02:00 |
|
Strangerke
|
a2fb71928b
|
GNAP: Remove some unused variables in resources
|
2016-05-20 08:04:56 +02:00 |
|
Strangerke
|
72d46655ff
|
GNAP: Remove TODOs, add safeguard checks
|
2016-05-20 07:59:19 +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
|
20b3d1814a
|
GNAP: Remove some CHECKME's
|
2016-05-20 07:00:50 +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
|
97ac77b5f1
|
GNAP: Compute the thumbnail when opening the device so that it doesn't show the large hand in savegames
|
2016-05-19 07:06:48 +02:00 |
|
Strangerke
|
3bf35331ab
|
GNAP: Add thumbnails, rewrite partially querySaveMetaInfos.
Gnap's hand and device are in the middle of the screen, there's place for improvement
|
2016-05-19 00:13:01 +02:00 |
|
Strangerke
|
931846182b
|
GNAP: Change pixel format - Courtesy of _sev
|
2016-05-18 22:38:54 +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
|
4c37381a8e
|
GNAP: Add missing stars in header, change include guard name in gnap.h
|
2016-05-17 22:05:35 +02:00 |
|
Strangerke
|
6358981201
|
GNAP: USe Common::Point for mouse position, initialize some more variables
|
2016-05-17 07:09:42 +02:00 |
|
Strangerke
|
e024a26ccd
|
GNAP: Replace memcpy on overlapping memory area by memmove. Thanks to eriktorbjorn for suggesting it
|
2016-05-17 06:50:43 +02:00 |
|
Strangerke
|
090c178214
|
GNAP: Fix another valgrind error
|
2016-05-16 23:38:49 +02:00 |
|
Strangerke
|
e280c833c7
|
GNAP: Enforce the use of nullptr in function calls
|
2016-05-16 23:34:58 +02:00 |
|
Strangerke
|
06f3dc2973
|
GNAP: Fix a couple of unintialized variables
|
2016-05-16 23:24:02 +02:00 |
|
Strangerke
|
bb35d5063b
|
GNAP: Fix broken debug strings
|
2016-05-16 22:59:28 +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
|
e5f60634a5
|
GNAP: Fix regression in hotspots
|
2016-05-15 16:21:04 +02:00 |
|
Strangerke
|
55162fb7ca
|
GNAP: Simplify some calls of _hotspotWalkPos
|
2016-05-12 20:33:51 +02:00 |
|
Strangerke
|
9c0808237c
|
GNAP: Remove _id from HotSpot structure
|
2016-05-12 07:59:20 +02:00 |
|
Strangerke
|
af1cf151de
|
GNAP: Use Common::Rect for hotspots
|
2016-05-12 07:53:06 +02:00 |
|
Strangerke
|
f467db5ed2
|
GNAP: Add music when game is paused
|
2016-05-12 00:33:47 +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 |
|