Commit Graph
18 Commits
Author SHA1 Message Date
D G Turner 69b9c4a4b2 BURIED: Fix GCC Compiler Shadowing Warning 2021-12-30 15:11:34 +00:00
Filippos Karapetis 1880b37100 BURIED: Add metadata to saved games - FR #12889
- Saved games now contain all metadata, including thumbnails, creation
date and play time
- Savesd games are now named buried.###, and they are compatible among
all versions
- Saved games are now sorted by slot, like in other engines, and are no
longer sorted alphabetically as before
- The engine checks on startup for saves using the original format and
converts them to the new format, thus it's possible to import saved
games from the original game
- The currently selected item is now stored in the saved game, thus
crashes that were related to loading a game with fewer items than the
currently selected item no longer occur
2021-12-30 13:27:49 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 369eae5f35 BURIED: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko 66d1c3fecc BURIED: Plugged another memory leak 2021-03-25 15:57:20 +01:00
Strangerke e798795cee BURIED: Make more consistent use of nullptr 2021-03-22 00:07:45 +01:00
Matthew Hoops 8ff163af29 BURIED: Don't bother loading the drag frame video in the full version
It's unused and isn't even present in later releases. Only the demo uses it.
2021-03-22 00:07:44 +01:00
Matthew Hoops 75760fa054 BURIED: Use the render text function for the inventory window
Allows all text to be drawn from one place
2021-03-22 00:07:44 +01:00
Matthew Hoops b8f51e9f2f BURIED: Implement continue game from the death screen 2021-03-22 00:07:43 +01:00
Matthew Hoops c80c5590c6 BURIED: Fix drag sprites in 8bpp 2021-03-22 00:07:42 +01:00
Matthew Hoops 020989eefe BURIED: Improve the text positioning a bit 2021-03-22 00:07:40 +01:00
Matthew Hoops 85ce38ceed BURIED: Fix drop inventory item icons 2021-03-22 00:07:40 +01:00
Matthew Hoops 9d81867146 BURIED: Fix destroy order for the inventory window 2021-03-22 00:07:40 +01:00
Matthew Hoops 21f2d33cd9 BURIED: Fix double-free on the drag icon image 2021-03-22 00:07:40 +01:00
Matthew Hoops 751ce57bd4 BURIED: Implement item dragging 2021-03-22 00:07:40 +01:00
Matthew Hoops 9c0da1c36b BURIED: Add the scene view class 2021-03-22 00:07:39 +01:00
Matthew Hoops 1aebefdebb BURIED: Update Japanese font code 2021-03-22 00:07:39 +01:00
Matthew Hoops 78c866efec BURIED: Add inventory window
Dragging not working yet
2021-03-22 00:07:38 +01:00