|
2 | 2 | - Updated for SDK version 1.4.3 |
3 | 3 | - Added all stratagems (as of Helldivers 2 version 1.005.001) |
4 | 4 | - Created and implemented stratagem icons and stratagem queue |
5 | | -- Replaced randomly-generated sequences with aforementioned stratagems. |
6 | | -- Added stratagem name display. |
| 5 | +- Replaced randomly-generated sequences with stratagem sequences |
| 6 | +- Added stratagem name display |
7 | 7 | - Implemented distinct rounds to more closely resemble Stratagem Hero |
8 | 8 | - Added end-of-round bonuses |
9 | | -- Added "special rounds" with accompanying splash text before them |
| 9 | +- Added "special rounds" with accompanying splash text before them- |
10 | 10 | - Added saved high score |
11 | 11 | - Updated pre-game and game over screens to show high score (And high round on game over screen) |
12 | 12 | - Marquee effect on names that don't fit in the frame |
13 | 13 | - Added jingles at game over/end of rounds |
14 | 14 | - Added settings menu with the following options: |
15 | | -- - Whether or not to use stratagems that aren't in Stratagem Hero |
16 | | -- - Enable/disable sound |
17 | | -- - Where to draw the current stratagem (center, or offset to the left) |
| 15 | +- Whether or not to use stratagems that aren't in Stratagem Hero |
| 16 | +- Enable/disable sound |
| 17 | +- Where to draw the current stratagem (center, or offset to the left) |
18 | 18 | - Added ability to save settings |
19 | | -- Reorganized some code structure: |
20 | | -- - Moved rendering code to its own file |
21 | | -- - Created dedicated files for stratagem data |
22 | | -- - Moved input handling from flipper_hero_app() to its own function |
23 | 19 | - Used sound code from Doom by xMasterX at https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/doom |
24 | | -- Separate files are saved for high score storage and config storage. I did this because it was a much bigger headache than using one file for both |
25 | | - |
| 20 | +- Thanks to bigb4321 for these changes |
26 | 21 | ## v1.3 |
27 | 22 |
|
28 | 23 | - Updated for SDK version 1.3.0-rc f7 compatibility |
|
0 commit comments