Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
D G Turner
f0a0537095
NEVERHOOD: Fix memory leak from static data loading.
...
This is occurring due to duplicate entry ids, which should probably not
be present.
2014-05-05 11:29:41 +01:00
Johannes Schickel
6563171e7b
NEVERHOOD: Make GPL headers consisten in themselves.
2014-02-18 02:39:36 +01:00
Filippos Karapetis
3d8a4d23dd
NEVERHOOD: Correctly disable input when Klaymen drinks the wrong potion
2013-10-07 02:05:39 +03:00
Sven Hesse
989ea7cb56
JANITORIAL: Remove trailing whitespace
2013-07-14 19:01:47 +02:00
johndoe123
e51bea9b4e
NEVERHOOD: Don't load a DataResource if the same data is already loaded; this fixes a nasty bug in several scenes which use message lists from a DataResource
2013-05-08 20:47:40 +02:00
johndoe123
51979c4f3f
NEVERHOOD: Rename SceneInfo2700 to TrackInfo
2013-05-08 20:47:40 +02:00
johndoe123
18ce1acc12
NEVERHOOD: Rework the car track scenes in Module2500 and Module2700
...
- Move findClosestTrack code from several scenes to new Tracks::findTrackPoint
- Remove const kScene2706 arrays and use it from the dat instead
2013-05-08 20:47:40 +02:00
johndoe123
cc015e3d24
NEVERHOOD: Simplify resource loading
...
- Renamne and clean up
2013-05-08 20:47:38 +02:00
johndoe123
1993d4165a
NEVERHOOD: Clean up Module2200 (like the ones before)
...
- Rename SceneInfo140 to HallOfRecordsInfo
2013-05-08 20:47:35 +02:00
johndoe123
d276e7ceaa
NEVERHOOD: Add Scene2701
2013-05-08 20:39:42 +02:00
johndoe123
aa789ee02b
NEVERHOOD: More work in Module2700
2013-05-08 20:39:42 +02:00
johndoe123
9b151cefc3
NEVERHOOD: Implement HallOfRecordsScene (and all HoR scenes) and Scene2247
...
- Load SceneInfo140 from neverhood.dat
- Some renaming
2013-05-08 20:39:36 +02:00
johndoe123
db9e45706c
NEVERHOOD: More work on Scene1002
...
- Implement NavigationMouse and NavigationLists
- Some renaming
2013-05-08 20:38:48 +02:00
johndoe123
436f8952bb
NEVERHOOD: More work on Scene1002, Klayman and the rest
...
- Add "heavy debug" output to Entity (display which update/message handler is called)
- Also add more debug output
- Error out when a StaticData resource could not be found
2013-05-08 20:38:47 +02:00
johndoe123
ae4ef4e66d
NEVERHOOD: Add StaticData class
2013-05-08 20:30:58 +02:00