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
|
13c363f440
|
GNAP: Remove double smi-columns
|
2016-05-23 00:00:51 +02:00 |
|
Strangerke
|
8a94670516
|
GNAP: Remove or rephrase a couple of notes
|
2016-05-21 00:16:59 +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
|
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
|
931846182b
|
GNAP: Change pixel format - Courtesy of _sev
|
2016-05-18 22:38:54 +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
|
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
|
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
|
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
|
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 |
|
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
|
02c8aeae20
|
GNAP: renaming and grouping of scenes in group 1
|
2016-05-10 12:14:46 +02:00 |
|
Strangerke
|
12fa081a19
|
GNAP: Remove debug code
|
2016-05-10 12:14:46 +02:00 |
|
Strangerke
|
0a7f2fe938
|
GNAP: Remove debug code
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
441565db4d
|
GNAP: Reduce code duplication in SceneCore
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
28d8a8be7c
|
GNAP: Rename and move two fonctions to Scene
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
ba0c3f2cc3
|
GNAP: Refactor scene 53
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
7a66d4b356
|
GNAP: Refactor scenes 51&52
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
aca5984e2b
|
GNAP: Refactor scene 50
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
a8c1fb5727
|
GNAP: Refactor scene 31
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
d1e7c9f594
|
GNAP: Refactor scenes 22 & 23
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
4c7756e75d
|
GNAP: Refactor scenes 19 and 20
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
c8f4fce895
|
GNAP: Refactor scene 18
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
453194b48b
|
GNAP: Refactor scene 17
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
861e5c1067
|
GNAP: Refactor scenes 16, 47, 48, 54 (cutscenes)
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
4f4c25534c
|
GNAP: Use a nullptr instead of 0 in deleteSurface()
|
2016-05-10 09:54:21 +02:00 |
|
Strangerke
|
cc5bfede08
|
GNAP: Refactor scene 13
|
2016-05-10 09:54:21 +02:00 |
|