darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Implement save/load UI #82

Open darkf opened 7 years ago

darkf commented 7 years ago

Another dialog window. Includes a list of saved games along with name and date, and a mini screenshot of the game where it left off.

The latter should be easy by rendering the game canvas and exporting it to a data URI.

Related to #16.

darkf commented 7 years ago

Mostly done, just a few minor issues like text formatting and savegame list highlighting.

darkf commented 7 years ago

Highlighting is done. A few more issues remain:

darkf commented 7 years ago

A few more of those were done; mainly screenshots and scrolling is left, the other things are very minor issues.

darkf commented 6 years ago

The existing save/load UI was reimplemented in the new UI lib as per #105. It should be easier to implement these features now.