Commit Graph

193 Commits

Author SHA1 Message Date
Le Philousophe
28318d0839 GNAP: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Bastien Bouclet
f445fc6681 GNAP: Add override keywords 2020-02-09 12:43:15 +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
Eugene Sandulenko
2b5da61286 GNAP: Fix indentation 2016-07-31 09:30:21 +03:00
Strangerke
c4e8ea9e54 GNAP: Fix crash in scene 17 2016-06-05 00:30:36 +02:00
Strangerke
561d7c8829 GNAP: Fix crash in scene 9 2016-06-04 14:53:46 +02:00
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