Paul Gilbert
|
86fe2ac6ba
|
CHEWY: Room 22 logic fixes
|
2022-03-03 18:35:32 -08:00 |
|
Paul Gilbert
|
e033708570
|
CHEWY: Room 10 logic fixes
|
2022-03-03 18:35:32 -08:00 |
|
Paul Gilbert
|
195460a70a
|
CHEWY: Room 9 logic changes
|
2022-03-03 18:35:32 -08:00 |
|
Strangerke
|
3c21841ffc
|
CHEWY: Implement room 95
|
2022-03-03 18:35:31 -08:00 |
|
Strangerke
|
4e916c18f9
|
CHEWY: Implement Room 96
|
2022-03-03 18:35:31 -08:00 |
|
Strangerke
|
aaf0f7a1ad
|
CHEWY: Remove useless include in room97
|
2022-03-03 18:35:31 -08:00 |
|
Strangerke
|
31ba5c39ed
|
CHEWY: Finish the implementation of room 97
|
2022-03-03 18:35:31 -08:00 |
|
Paul Gilbert
|
37ca369e9d
|
CHEWY: Fix TAP_OFF constants for release game
|
2022-03-03 18:35:31 -08:00 |
|
Paul Gilbert
|
fa1241bc9d
|
CHEWY: Room 97 compilation fix
|
2022-03-03 18:35:30 -08:00 |
|
Paul Gilbert
|
a04d401e74
|
CHEWY: Add stop check to atdsys::start_ats
|
2022-03-03 18:35:30 -08:00 |
|
Paul Gilbert
|
6bf43bf310
|
CHEWY: Add release changes to calc_maus_txt
|
2022-03-03 18:35:30 -08:00 |
|
Strangerke
|
f6ca439746
|
CHEWY: Implement room 97 proc 11 to 15
|
2022-03-03 18:35:30 -08:00 |
|
Strangerke
|
ecf76678db
|
CHEWY: Implement room 97 proc 7 to 10, use enums in various places where cursors are involved
|
2022-03-03 18:35:30 -08:00 |
|
Strangerke
|
f62bd8337f
|
CHEWY: Implement room 97 proc 5 and 6, use some enum values in some other function calls
|
2022-03-03 18:35:30 -08:00 |
|
Strangerke
|
6b6a0b74ee
|
CHEWY: For implementation consistency, move R97 variables to spieler
|
2022-03-03 18:35:29 -08:00 |
|
Paul Gilbert
|
932541bf90
|
CHEWY: Fix using bucket in room 8
|
2022-03-03 18:35:29 -08:00 |
|
Paul Gilbert
|
54038a3872
|
CHEWY: Fix writing dialogue state updates after talk finishes
|
2022-03-03 18:35:29 -08:00 |
|
Paul Gilbert
|
39698fa76d
|
CHEWY: Room 97 compilation fix
|
2022-03-03 18:35:29 -08:00 |
|
Paul Gilbert
|
109d8f49aa
|
CHEWY: Implementing loading and saving dialogue data to savegames
This also fixes some issues with creating the temporary file
copy of diah.adh that holds the dialogue state
|
2022-03-03 18:35:29 -08:00 |
|
Strangerke
|
8dc3e50c8a
|
CHEWY: Implement room 97 proc3 & 4, use enum in some calls of auto_move
|
2022-03-03 18:35:29 -08:00 |
|
Strangerke
|
31834e9267
|
CHEWY: Some more progress in room 97, recheck parameters of start_detail_wait and set_person_pos
|
2022-03-03 18:35:29 -08:00 |
|
Strangerke
|
9b394584a0
|
CHEWY: use constant in some uses of start_spz
|
2022-03-03 18:35:28 -08:00 |
|
Strangerke
|
3506f54a31
|
CHEWY: Fix some little things noticed while progressing on the implementation of room 97
|
2022-03-03 18:35:28 -08:00 |
|
Paul Gilbert
|
6532dc7e7d
|
CHEWY: Fix timer_action switch block
|
2022-03-03 18:35:28 -08:00 |
|
Paul Gilbert
|
271963714a
|
CHEWY: Extra initialization of atds fields
|
2022-03-03 18:35:28 -08:00 |
|
Strangerke
|
06b8291cd5
|
CHEWY: fix a compilation error on VS2019
|
2022-03-03 18:35:28 -08:00 |
|
Paul Gilbert
|
39093215d0
|
CHEWY: Cleanup look_invent_screen method
|
2022-03-03 18:35:27 -08:00 |
|
Paul Gilbert
|
48d63328f6
|
CHEWY: Fix special strings that suppress display
|
2022-03-03 18:35:27 -08:00 |
|
Paul Gilbert
|
84b1e2bd92
|
CHEWY: Fixes for room 8
|
2022-03-03 18:35:27 -08:00 |
|
Paul Gilbert
|
b2696fa0ae
|
CHEWY: Fix playback of flic animations
|
2022-03-03 18:35:27 -08:00 |
|
Paul Gilbert
|
bec6ffccc6
|
CHEWY: Move ablock25 to a const array in room7.cpp
|
2022-03-03 18:35:27 -08:00 |
|
Paul Gilbert
|
eccadf13b7
|
CHEWY: Fixed sib_event_inv switch cases
|
2022-03-03 18:35:26 -08:00 |
|
Paul Gilbert
|
43a8e31f71
|
CHEWY: Fix drawing zoomed sprites
|
2022-03-03 18:35:26 -08:00 |
|
Paul Gilbert
|
2d92e881b1
|
CHEWY: Fix changed total count before vending machine in room 6
|
2022-03-03 18:35:26 -08:00 |
|
Paul Gilbert
|
72a3bc49d6
|
CHEWY: Room 6 fixes
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
35abb49d91
|
CHEWY: Cleanup of PersonHide as numeric
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
2c2110e663
|
CHEWY: Room 5 fixes
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
f51dceab6d
|
CHEWY: Move room-specific code in timer_action to individual Room classes
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
1ec8c82c79
|
CHEWY: Create room entry methods for code from enter_room
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
689ccc89f1
|
CHEWY: Further add to credits
|
2022-03-03 18:35:25 -08:00 |
|
Paul Gilbert
|
b54c5b9c2a
|
CHEWY: Cleanups whilst investigating mid-cutscene interaction enablement
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
9d8f37500d
|
CHEWY: Fix compiler warning
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
32edbec7c4
|
CHEWY: Fix loading games from in-game file menu
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
c38a71dd1e
|
CHEWY: Janitorial cleanup of array square bracket usage
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
6fb3f94bd0
|
CHEWY: Implement loading of savegame list in in-game file menu
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
5497f41b0c
|
CHEWY: Implement getch to allow quitting via File Menu
|
2022-03-03 18:35:24 -08:00 |
|
Paul Gilbert
|
ed2fb0e96f
|
CHEWY: Added event handling to stop File Menu from freezing
|
2022-03-03 18:35:23 -08:00 |
|
Paul Gilbert
|
af6d8fcc32
|
CHEWY: Add further credits
|
2022-03-03 18:35:23 -08:00 |
|
Paul Gilbert
|
2bba407db0
|
CHEWY: Merge roomdefs into room
|
2022-03-03 18:35:23 -08:00 |
|
Paul Gilbert
|
f3797cb558
|
CHEWY: Remove deprecated episode files
|
2022-03-03 18:35:23 -08:00 |
|