aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/files.h
AgeCommit message (Collapse)Author
2018-01-13XEEN: Saving fixes for party and rosterPaul Gilbert
2018-01-12XEEN: Further savegame logicPaul Gilbert
2018-01-11XEEN: Implementing savegame codePaul Gilbert
2017-12-27XEEN: Add saving of map/event data when the map is changedPaul Gilbert
2017-12-22XEEN: Create a separate current state saver for each sidePaul Gilbert
Previously, I only had a single savefile, which maintains the state of the party and mazes. But I've realised that I'll need a separate archive for each side of Xeen. I'm still not entirely happy with the cleanliness of the new structure, but it at least is now functionally separating the sides.
2017-12-20XEEN: Starting to do archive access more like the originalPaul Gilbert
Previously the game wasn't paying much attention to the access of dark.cc vs xeen.cc, which was causing problems when trying to travel to Dark Side. This is the beginnings of a refactoring to more closely work like the original does
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-22XEEN: Hopefully fix compiler warnings about hidden virtual methodsPaul Gilbert
2016-09-21XEEN: Fixes for Clouds introPaul Gilbert
2016-09-18XEEN: Beginnings of Darkside endgame, subtitle codePaul Gilbert
2016-09-18XEEN: Support switching between fx & game music, fx fixesPaul Gilbert
2016-09-17XEEN: Changing file opening specifying archive to use enumPaul Gilbert
2016-08-28XEEN: Moved method comments from CPP to header filesPaul Gilbert
2015-01-21XEEN: Skeleton beginnings of script handlingPaul Gilbert
2015-01-18XEEN: Load sprites from the correct archivePaul Gilbert
2015-01-11XEEN: Added saving of maze monster/object dataPaul Gilbert
2015-01-11XEEN: Implemented code for 'saving' resources to the loaded savefilePaul Gilbert
2015-01-07XEEN: Add prefix support to CC files, initial save state fixesPaul Gilbert
2015-01-05XEEN: Start of in-game display implementationPaul Gilbert
2015-01-05XEEN: In progress implementing map loadingPaul Gilbert
2015-01-02XEEN: Implemented dynamic data loading for new gamesPaul Gilbert
2015-01-01XEEN: Reorganisation of resource, sprite, and cc file class filesPaul Gilbert