Welcome, Guest. Please login or register.

Author Topic: SkillGrid released  (Read 15636 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline saimoTopic starter

Re: SkillGrid released
« Reply #14 from previous page: January 10, 2024, 12:16:04 AM »
SkillGrid v1.4 released.
This update originally was meant to just improve the startup code, but testing the game inspired new ideas and also uncovered some flaws never seen before, so it ended up being quite substantial and brings SkillGrid to yet another level.

https://retream.itch.io/skillgrid

Longplay video showing me setting a new personal record (when playing with the keyboard, that is - this game is meant to be played with a joystick!) - and putting an end to the effort with a beginner mistake: https://www.youtube.com/watch?v=3DijdKgRfsA

Changelog

v1.4 (6.1.2024)
 1. Added cells field flashing when these cells (are about to) appear:
     * ASTEROIDS cell (bright colors);
     * BEAM/* cells, if their exit from the bottom of the screen would reduce the number of beams shot by the spaceship (bright colors);
     * MOTHERSHIP, MUSIC MODE, SKULL (same colors of the cells field when the associated boss/mode is active).
 2. Made the spaceship flash red when its shield is low.
 3. Made the spaceship glow red for half a second when its shield gets damaged.
 4. Made the middle layer appear progressively at the beginning of a game.
 5. Made the cells layer populate with empty cells progressively.
 6. Changed a few pixels of the title screen spaceship icon and of the Skull.
 7. Improved the handling of audio channels.
 8. Made sure no sprite tearing occurs when switching between screens.
 9. Made sure that the system MMU setup does not interfere.
10. Fixed crash when a tune was started while another tune was playing (e.g. when the MUSIC MODE cell was caught while missiles were active).
11. Fixed the stopping of the music mode music (it inhibited the restart of the spaceship afterburner sound).
12. Fixed the X position of specifically-requested cells (it was equal to the type of the cell removed at the same time).
13. Fixed the lengths of some sounds samples (they were odd).
14. Made various speed and memory optimizations.
15. Made the startup and cleanup code more robust.
16. Worked on the cells:
     * improved the handling of the TURN cell (now it is randomized and it ensures that the speeds of the UFOs will always change);
     * increased the frequency of the MUSIC MODE cells;
     * decoupled the randomization of the cells types and positions;
     * created the BOSSES (virtual) class of cells, grouping the BOLTSPITTER and SKULL cells (previously MALUSES) and the MOTHERSHIP cell (previously UNDEFINED) into it;
     * made the template of the BOLTSPITTER and SKULL cells striped;
     * made the template of the TURN cell fringed;
     * made the template of the BEAM/DOUBLE cell equal to that of the other BEAM/* cells.
17. Worked on the audio channels allocation priorities of the sound effects:
     * given the Boltspitter bolt shooting and the hitting of the spaceship by the Mothership beam priority over the milestone notification;
     * assigned the speech warnings specific priorities (from lowest to highest: "charge low", "shield low", "approaching asteroids", "escapes critical", "danger", "time running out").
18. Updated/improved the documentation.
19. Updated the artwork to reflect the new cells graphics.
RETREAM - retro dreams for Amiga, Commodore 64 and PC
 

Offline saimoTopic starter

Re: SkillGrid released
« Reply #15 on: February 01, 2025, 12:42:16 PM »
Just released a new version... after a few other ones since the one mentioned in the previous post.

https://retream.itch.io/skillgrid

v1.9 (1.2.2025)
1. Replaced the Amiga CD³² NVRAM access routines with new and working ones, and enabled the hiscore loading/saving from/to NVRAM (before it was enabled on demand by the user at boot, but the reading failed, so the hiscore loading/saving self-disabled).
2. Improved the startup code (among other things, now it allocates dynamically a CHIM RAM buffer that before was reserved in a BSS section, allowing the game to boot on a stock Amiga CD³² again - which did not happen anymore since one of the previous updates).
3. Reduced the number of stars pre-rendered on the background.
4. Fixed, improved and updated the manual.

v1.8 (12.1.2025)
1. Fixed the version string.

v1.7 (31.7.2024)
1. Fixed a sprite glitch introduced by yesterday's update.

v1.6 (30.7.2024)
1. Made the startup code more robust and faster.

v1.5 (11.5.2024)
1. Touched up a volume effect in the MUSIC MODE music.
2. Removed some useless instructions from the cleanup code.
« Last Edit: February 01, 2025, 12:43:54 PM by saimo »
RETREAM - retro dreams for Amiga, Commodore 64 and PC