Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
D G Turner
2050ae13b6
NEVERHOOD: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-05 22:37:54 +00:00
Filippos Karapetis
2325183751
NEVERHOOD: Remove duplicate defines
...
These have been left behind after the split of the scenes and the scene
sprites. Thanks to fingolfin for pointing out the duplicate defines
2014-12-07 15:45:43 +02:00
johndoe123
c0d83b0b29
NEVERHOOD: Fix bug #6520 : 'NEVERHOOD: buggy sound of the waterfall'
2014-04-17 23:02:25 +02:00
Johannes Schickel
6563171e7b
NEVERHOOD: Make GPL headers consisten in themselves.
2014-02-18 02:39:36 +01:00
Filippos Karapetis
43c226436c
NEVERHOOD: Change more message values to enums
2013-12-25 19:12:00 +02:00
Filippos Karapetis
962e2fd550
NEVERHOOD: Change more message values to enums
2013-12-25 17:10:42 +02:00
Filippos Karapetis
8d7b10f7c3
NEVERHOOD: Add names to some message IDs
2013-12-23 21:03:35 +02:00
Filippos Karapetis
4cfb9ee82b
NEVERHOOD: Clean up some includes
2013-10-05 22:06:47 +03:00
Filippos Karapetis
c977561b46
NEVERHOOD: Split some more sprites from their respective scenes
...
This splits modules 2700, 2900 and 3000
2013-10-01 00:55:46 +03:00
Sven Hesse
989ea7cb56
JANITORIAL: Remove trailing whitespace
2013-07-14 19:01:47 +02:00
Filippos Karapetis
1b7681e9e2
NEVERHOOD: Fix cursor glitch before looking down the lowered bridge
...
The navigation scene type used was wrong, resulting in cursor glitches
when moving the mouse cursor at the screen edges
2013-07-01 12:46:01 +03:00
Filippos Karapetis
0658a88737
NEVERHOOD: Fix incorrect checks for the waterfall sounds
...
Some of the "wall broken" checks were inverse, resulting in the waterfall
sound being incorrectly heard when the wall was broken. Also,
simplified some of the "wall broken" checks
2013-06-28 18:09:35 +03:00
Filippos Karapetis
974e7e80a8
NEVERHOOD: Remove cheat debug code, and introduce a new command, "cheat"
2013-06-11 18:57:14 +03:00
johndoe123
add321c930
NEVERHOOD: Try to fix the Smacker issues inside of SmackerPlayer only (instead the numerous classes using it)
...
SmackerPlayer now creates a surface in the constructor and deletes it in the destructor. There will be only this surface during the lifetime of the player, so there shouldn't be any issues any more when the player is reused for different Smacker files. This is imo nicer than to remove/add the surface.
I kept the several openSmacker since it wraps some code which is nice.
2013-06-11 11:33:05 +02:00
Filippos Karapetis
19e92a09fc
NEVERHOOD: Fix crashes in scene 3009 (cannon scene), and add a FIXME
2013-06-11 11:47:50 +03:00
Filippos Karapetis
0d3902b345
NEVERHOOD: Change the debuglevel of the scene changing debug output
...
These are shown on each scene change, but should no longer be needed
to be enabled by default, since we can now use the debugger to check
and change the current scene
2013-06-10 10:33:31 +03:00
johndoe123
78e0d6a3f1
NEVERHOOD: Move module files to own subdirectory
2013-05-08 20:49:19 +02:00