Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revisions of SavedGames/SavedGames.cpp

Revision Date Message Actions
85:87bc28b151d8 2020-05-26 Spell checked all of code and comments File  Diff  Annotate
82:3211b31e9421 2020-05-25 Made commenting and formatting of code more consistent. File  Diff  Annotate
78:6a6c93c19ed1 2020-05-24 Added SD Errors parent class. File  Diff  Annotate
76:6daba3002424 2020-05-24 Added functions to high score that save and read the high score. Displays "NEW HIGH SOCRE" on the game over screen and plays a different song File  Diff  Annotate
69:753ba27325ce 2020-05-22 Finished settings class and added it to into game engine. File  Diff  Annotate
68:bb1650c657ef 2020-05-21 Added sprites file to store letter for the title screen and arrows for menus. Also added a time to stop double-button presses. File  Diff  Annotate
67:a2984682d641 2020-05-21 Added SaveGame unit test which all passed! Had to define the unit test that tests actually saving and reading from a file as kept getting an error when declaring the sd object. File  Diff  Annotate
64:e9dfc35a1738 2020-05-21 Tidy up code in Game Engine class File  Diff  Annotate
63:4631447440cf 2020-05-21 Correct error screen show if save isn't present or sd card not inserted File  Diff  Annotate
62:f0c86a854a9e 2020-05-20 Can now fully save games and load games File  Diff  Annotate
61:7c4ec680a428 2020-05-20 Added no saved games screen File  Diff  Annotate
60:55fdc6bb29b9 2020-05-20 Added function to the screen that lets you select with file to save to File  Diff  Annotate
59:0b2e43312d6b 2020-05-20 Added saved_game_overide_init function to add to saved data to the playable part of the game when it selected. File  Diff  Annotate
55:c04568b25617 2020-05-19 Added draw pause screen function to the game engine class. File  Diff  Annotate
54:d46459104dea 2020-05-19 Added display_saved_games function and scroll_saved_games function to SavedGames class. File  Diff  Annotate
53:01be7898c23f 2020-05-19 Added read saved data function to SavedGames class File  Diff  Annotate
52:feb8cf28bcff 2020-05-19 Added add_saved_data function to savedata class File  Diff  Annotate
51:35cb8e604b72 2020-05-19 Added check if the file can open function to saved games class. File  Diff  Annotate
50:13c8710985f4 2020-05-19 Added check for sd function to saved games File  Diff  Annotate
49:ed569eceeaa4 2020-05-19 Created saved games class File  Diff  Annotate