Welcome, Guest. Please login or register.

Author Topic: Blastaway, a new game for AmigaOS 4 (?)  (Read 17043 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TribbleSmasher

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #59 from previous page: November 22, 2019, 05:07:52 PM »
Just downloaded and donated a few bucks! Thanks for all your work!   👍🤗
 
The following users thanked this post: saimo

Offline saimoTopic starter

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #60 on: November 22, 2019, 05:14:00 PM »
More than "a few" ;)
Thank you very much!
RETREAM - retro dreams for Amiga, Commodore 64 and PC
 

Offline TribbleSmasher

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #61 on: November 22, 2019, 07:22:57 PM »
A game worth playing is a game worth paying for. ;)
 

Offline saimoTopic starter

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #62 on: July 19, 2022, 09:33:38 AM »
A new version of Blastaway is out!
https://www.retream.com/Blastaway / https://retream.itch.io/blastaway

CHANGELOG
* Added support for thumbsticks, as at times Windows treats D-pads as thumbsticks (this is just to support as many joypads as possible: using real thumbsticks is not a good idea anyway).
* Added journey map (at the beginning of each stage, a screen shows the previous stages, the current stage and, darkened, the next stages).
* Added FULL GAME bonus (completing the game starting it from the first arena of the first stage awards 50000 extra points).
* Added final score in game completion screen.
* Touched up instruments volumes and effects in tunes.
* Removed the "commercials" showing the other RETREAM games between stages.
* Removed donation message from title screen.
* Fixed handling of joypad presses and releases (under some circumstances outside of the game, a release could be handled as a consequence of a previous, unrelated press).
* Improved/extended manual.
RETREAM - retro dreams for Amiga, Commodore 64 and PC
 

Offline saimoTopic starter

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #63 on: July 24, 2022, 02:00:02 PM »
While updating Huenison I noticed that a bug in some versions of gcc could cause corrupted graphics and even memory faults. Although Blastaway didn't seem affected by that problem, I thought I'd better make sure.

CHANGELOG
* Reworked assignments of the kind *p++ = ... *p ... (as they are miscompiled by some versions of gcc).
* Embedded AmigaOS version string in executable.

Download: https://www.retream.com/Blastaway / https://retream.itch.io/blastaway
RETREAM - retro dreams for Amiga, Commodore 64 and PC
 

Offline saimoTopic starter

Re: Blastaway, a new game for AmigaOS 4 (?)
« Reply #64 on: July 29, 2022, 06:02:04 PM »
Lately work has been done in parallel on all the RETREAM games. It began with the objective of aligning the technically similar ones for PC so that they would handle data saving the same way, but it soon went out of control and brought uniformity and improvements to the installers, the documentation, the web pages and even to code and internal files -and, just as importantly, it brought new features as well!

Get the new version of Blastaway from https://retream.itch.io/blastaway / https://www.retream.com/Blastaway

CHANGELOG
* Worked on MILESTONE bonus: made notification more prominent by displaying the number of soldiers and/or the points awarded, both in-game and in the arena report screen; fixed handling of multiple milestones reached at the same time (the points awarded were considered by the very same check that decides whether to award those kind of points, thus potentially awarding too many points).
* Moved the ALIVE SOLDIERS bonus notification from the last arena end screen to the game end screen.
* Changed the design of the DOUBLE and TRIPLE bonuses marks from "x2" and "x3" to "2x" and "3x".
* Added glowing to Czywor's eyes.
* Simplified data files access code.
* Set savedata directory to the game's own data directory also for the Windows installed version (which now is thus identical to the portable version).
* Moved configuration file to the program directory.
* Renamed savedata file (safe.raw -> safe.dat).
* Added to installers code to import previous savedata and clean up leftovers.
* Improved/extended manual.
« Last Edit: July 29, 2022, 09:42:03 PM by saimo »
RETREAM - retro dreams for Amiga, Commodore 64 and PC