Commit graph

61 commits

Author SHA1 Message Date
Kaloyan Chehlarski
3e63de4aec NANCY: Implement UI button time delay
Added a time delay to the Menu and Help buttons as defined in the
boot summary. Also made the Help screen button use the same
time delay, instead of waiting for the sound.
2023-04-06 18:17:17 +03:00
Kaloyan Chehlarski
802d66782b NANCY: Implement inventory box ornaments 2023-04-06 18:17:15 +03:00
Kaloyan Chehlarski
732181653f NANCY: Correct inventory box size
Corrected the inventory box size so it doesn't overlap the frame in
The Vampire Diaries.
2023-04-06 18:17:14 +03:00
Kaloyan Chehlarski
856f6f89e9 NANCY: Add data reading utility functions 2023-03-30 20:21:46 +03:00
Kaloyan Chehlarski
323b65c023 NANCY: Implement struct for SPUZ chunk 2023-03-30 20:21:44 +03:00
Kaloyan Chehlarski
e23acc9d1f NANCY: Implement struct for CLOK chunk 2023-03-30 20:21:44 +03:00
Kaloyan Chehlarski
812ec1acb3 NANCY: Implement structs for HELP, CRED and HINT chunks 2023-03-30 20:21:43 +03:00
Kaloyan Chehlarski
7abdf5c126 NANCY: Add list of image chunks 2023-03-30 20:21:42 +03:00
Kaloyan Chehlarski
6a873a0013 NANCY: Fix BSUM loading for nancy2 and up 2023-03-30 20:21:38 +03:00
Kaloyan Chehlarski
e696064615 NANCY: Implement struct for MAP chunk 2023-03-30 20:21:37 +03:00
Kaloyan Chehlarski
e0f74000ef NANCY: Implement structs for some BOOT chunks
Boot chunks BSUM, VIEW, INV, and TBOX are now read only at startup,
and their data is kept permanently inside NancyEngine. This removes the
need for the chunks to be read by multiple classes and always kept
in memory.
2023-03-30 20:21:36 +03:00