amiga-news DEUTSCHE VERSION
.
Links| Forums| Comments| Report news
.
Chat| Polls| Newsticker| Archive
.

Amiga events
18.-21.04.25 • Revision 2025 • Saarbrücken (Germany)
13.-15.06.25 • Flashback-Symposium #02 • Jößnitz (Germany)
01.-02.08.25 • Amiga/040 • Mountain View (USA)
11.-14.09.25 • Classic Computing 2025 • Hof (Germany)
17.-19.10.25 • Amiga40 • Mönchengladbach (Germany)

19.Nov.2021



Game Construction Kit: RedPill 0.9.3
RedPill, developed by Carlos Peris, is a game construction kit written in Amiblitz 3.8, which allows the development of games from various genres (see short tests of two Redpill games). RedPill is compatible with AGA and ECS, the "player" for playing the finished creations requires a total of 1.5 MB RAM.

This new version 0.9.3 provides the following changes:
  • Profiler update: Trigger conditions and actions are displayed. Also added extra cathegories in the main bar.
  • Code for global variables has been optimized.
  • Code for input has been optimized.
  • Render code has been optimized.
  • New action Trigger Sprite Layer to enabled or disable the Level Sprite Layer.
  • New action Trigger Sprite Spd X to set up the Level Sprite Layer Speed in X.
  • Removed HUD Enabled/Top/Bottom from HUD screen as now the setup is done in Level Properties.
  • Audio routines for player and the editor have been unified.
  • Code has been converted to ASCII, this is just better for me but could have some unknown implications.
  • Some internal code refactoring.
  • In Game Setup screen Target FPS has been renamed to Max FPS.
  • FIX: Sprite setup not being seen in the Level Properties screeb.
  • FIX: When entering the level screen some old projects could crash the editor.
(dr)

[News message: 19. Nov. 2021, 06:35] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Nov.2021



Javascript: Scripted Amiga Emulator 0.9.13
Rupert Hausberger's "Scripted Amiga Emulator" is written in Javascript and HTML5. The goal of his project is to make the 'Amiga Classic' emulation available for browsers. This should not require any browser plugins or third-party scripts, but only HTML5 and Javascript. Finally, it should be possible to play demos, intros or mods, play games or benchmark the browser. After a small break, he has now brought version 0.9.13 online, which brings the following changes:
  • Fixed bug in CLXDAT in combination with full-collision-detection. (Thanks 'dirkwhoffmann' for info)
  • Fixed Semi-Colon-Key under Firefox. (Thanks 'goldnchild' for info)
  • Enabled HTTPS. It should fix the Gamepad-API secure-context problem. (Thanks 'goldnchild' for info)
(dr)

[News message: 18. Nov. 2021, 06:54] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Nov.2021
AmiKit (ANF)


Workbench distribution: AmiKit XE 11.7.1 for Raspberry Pi 4/400
Besides new versions of some Amiga programs, minor update 11.7.1 (changelog) of Workbench distribution AmiKit XE for the single-board computer Raspberry Pi 4/400 also includes version 4.1.6 of the underlying emulator AmiBerry that was released last month. (snx)

[News message: 18. Nov. 2021, 04:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Nov.2021
Discord


Preview video: Remake of Rick Dangerous
'Z-Team' has announced a remake of the game Rick Dangeous with enhanced graphics for the Amiga 1200 or CD32 as their entry for this year's AmiGameJam. Now a first preview video of the game developed with the Scorpion Engine has been released. (dr)

[News message: 17. Nov. 2021, 06:44] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Nov.2021



Video tutorial: Episode 20 of assembler coding course
'Prince', founder of the former demo group 'Phaze101', is currently streaming the assembler programming course "Corso completo di programmazione assembler in due dischi" (amiga-news.de reported) in English on Twitch and uploads the respective episodes time-delayed to YouTube. Now the episode 20 was published, which continues in chapter 7 and is dedicated to the topic 'Sprites'. (dr)

[News message: 17. Nov. 2021, 06:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Nov.2021



Amiga Art Contest 2021: Announcement of the winners
In a video show the winners of the this year's Amiga Art Contest (amiga-news.de reported) have been announced.

The "Animation" category was won by Hernán 'Hache' Beroldo with his Pink Panther production. The "3D Raytrace Images" category was won by Kevin Quattro with Sub Gate.

The "Mod and Music" category was won by Paulee Alex Bow with 'WIcked Game Remix' (found at the title link). Amiga Bill won the photography category with his Face image. Finally, the winner for the Hand Drawn Artwork category was announced: Kevin Saunders with Flower Planet. (dr)

[News message: 17. Nov. 2021, 04:38] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2021



AmigaOS 3/4: New Netsurf test build
In May 2020 the version 3.10 of the ReAction-based Amiga port of the web browser Netsurf was released. Until the next official release 3.11, so-called test builds are published by the developers, which already include changes but may still contain bugs.

After a longer break, Chris Young has now updated the build version #5314 with the root certificates, which are included in the currently current version #5318. When asked, Chris Young explained to us that especially the OS3 version has to be considered as a pure test version - 'very alpha/beta quality'. Furthermore, he holds out the prospect of a possible special AmigaOS 3.2 version, should it prove true that the ReAction gadgets and his workarounds for the old versions are the cause of the instability.

A short test of the OS4 version first takes us to our main page, which loads without problems. When selecting a single message, three or four seconds pass:


Now the message about Ben Hermans is selected and the source on amigaworld.net is called. The page loads quickly, but an additional window opens with a list of JavaScript errors. At least it becomes clear that the page obviously does not work without the infamous tracking tool..:


Well remembered is that GitHub pages often cause difficulties (under previous Wayfarer versions sometimes no text was visible), so we test the link to Dirk Hoffmann's MacOS emulator vAmiga:


The page itself loads very quickly, but the warning messages increase again. Furthermore, logging in is not possible because the corresponding link is missing. Basically, JavaScript can be disabled in the settings. Furthermore Chris Young gave us the tip to add "log_filter:level:CRITICAL" to the choice file under NetSurf/Users/Default to stop the display of the errors. Finally, we allow ourselves to type a big name into the input field: heise.de:


Apart from the fact that you are overwhelmed by JavaScript errors, this was probably a bit too big. But NetSurf ran stable and one can only hope that the development will be continued to have another alternative especially under AmigaOS 4. Downloads: (dr)

[News message: 16. Nov. 2021, 20:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2021
Amiga Future (Webseite)


Full version of "Zeewolf" available as free download
Amiga Future offers the full version of the shooter Zeewolf for free download. ADF and IPF disk images are offered, as well as a ready WHDLoad install. (cg)

[News message: 16. Nov. 2021, 17:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
16.Nov.2021
FS-UAE (Webseite)


Emulation: FS-UAE Lanucher 3.1.48
The "FS-UAE Launcher" is responsible for configuring and launching the Amiga emulator FS-UAE. The now released update includes some translations that were forgotten in the original release. The author points out that due to changes in the SDL library used by FS-UAE, the controller configuration in FS-UAE Lanucher may need to be updated to make the emulator respond to all joystick or joypad buttons again. (cg)

[News message: 16. Nov. 2021, 17:16] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
15.Nov.2021
Nivrig Games


Game announcement: Arcade action game 'Turbo Santa'
After the huge success of Turbo Tomato, John Girvin of Nivrig Games has announced his next game for the 68k Amigas: In Turbo Santa, the player must fill in for Santa Claus, who has fallen asleep, and try to deliver presents in time to save Christmas.


The story: "Christmas Day has come to The Garden. The children are starting to wake up and wander around, still half-asleep, looking for the presents Santa has left them. But none are to be found!

Gather magical gifts as they appear and toss them to the dreaming children. Don't miss, and watch out for the GRONCH dashing around stealing presents! Take too long and the children will wake up to no presents and Christmas will be ruined!"

Turbo Santa (video) has been announced for December and will be available for free. It will require 1Mb Chip Ram and Kickstart 2.04. Music is by DJ METUNE. (dr)

[News message: 15. Nov. 2021, 18:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2021



Aminet uploads until 13.11.2021
The following files have been added until 13.11.2021 to Aminet:
MAXsTelnet.lha           comm/maxs  330K      How to use MAXsBBS with telnet
Andy_and_Blondie.lha     demo/intro 61K       64K intro
Mattonite.lha            game/actio 972K  68k Arkanoid like PAL game almost...
TilesSlide.lha           game/actio 71K   68k Align 3-4 tiles of the same c...
Abu_Simbel_Profan_-TF... game/misc  7.9M  68k Abu Simbel Profanation The Fu...
Umoria.lha               game/role  765K  MOS Robert A. Koeneke's classic r...
AmiDuke_AGA.lha          game/shoot 726K  68k Amiga port of Duke Nukem 3D
jfsw.lha                 game/shoot 1.7M  68k Shadow Warrior Amiga Port
darkest-hour.i386-aro... game/text  88K   x86 Old-fashioned text adventure ...
bas2tap-mos.lha          misc/emu   100K  MOS Sinclair BASIC file to TAP co...
Euro-Update.lha          misc/os    424K      Official Euro-Update for Amig...
MMV8_Complete.lha        mus/edit   1.7M  68k MusicMaker V8 Version 3.0 (Co...
SamplesCreator.lha       mus/edit   40K   68k Samples creation and saving
SamplesCreatorDemos.lha  mus/misc   172K      Some samples created by Sampl...
MMV8_Player.lha          mus/play   34K   68k MusicMaker V8 Player
Tama_Backdrops.lha       pix/back   249K      AOS 3.2 dark themed WB backdrop
StandardMagicWB.lha      pix/mwb    2.4M      Standardised MagicWB Icon Set
BNumsRTGPack.lha         pix/theme  26M   68k Birdie Num Nums RTG Themes Pa...
MCP133b1.lha             util/cdity 517K  68k THE Ultimate WB Enchancer!
RxEnv.lha                util/rexx  36K   68k ARexx development tools
xvslibrary.lha           util/virus 100K  68k External Virus Scanner Librar...
GTPropPatch.lha          util/wb    4K    68k Enables PROPNEWLOOK knobs/scr...
RandomBackdrop.lha       util/wb    8.2M  68k Up to 255 random backdrops wi...
(snx)

[News message: 14. Nov. 2021, 07:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2021



OS4Depot uploads until 13.11.2021
The following files have been added until 13.11.2021 to OS4Depot:
nmtm.lzx                 gam/adv 20Mb  4.0 Point and click adventure game
chwiloka.lha             gam/puz 8Mb   4.1 Memory game
(snx)

[News message: 14. Nov. 2021, 07:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2021



MorphOS-Storage uploads until 13.11.2021
The following files have been added until 13.11.2021 to MorphOS-Storage:
ModExplorerNG.lha         Audio/Players             A module player by J?rg.
RxEnv_1.2.lha             Development/Arexx         ARexx development tools
SDL_2.0.16_Libraries.lha  Development/Library       All Libraries SDL 2.0.1...
bas2tap_2.6.lha           Emulation/Misc            Sinclair BASIC file to ...
EasyRPG_Player_0.7.0.lha  Emulation                 A program that allows t...
REminiscence_0.4.9.lha    Games/Adventure           REminiscence is a re-im...
ScummVM_2.6.0GIT.lha      Games/Adventure           2D Point-and-Click adve...
SpaceCadetPinball.lha     Games/Misc                Decompilation of 3D Pin...
Umoria_5.7.15.lha         Games/Role                Robert A. Koeneke's cla...
PassPocket_1.1.lha        Misc                      Password manager utility
(snx)

[News message: 14. Nov. 2021, 07:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2021
Timo Kloss (ANF)


Adventure: Release date and final trailer for Ermentrud - Hero with Horse
More than twenty years after its first announcement, release date of the point-and-click adventure "Ermentrud - Held mit Pferd" (Ermentrud - Hero with Horse) has been set: In about four weeks, on December 10, 2021, the game will be available for AmigaOS 3.x, AmigaOS 4 and MorphOS (as well as Windows, Mac OS and iOS). A video introduces the game. (snx)

[News message: 14. Nov. 2021, 07:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
14.Nov.2021



Graphics card: Status update on the ZZ9000
In 2018 the ZZ9000 as the successor of the FPGA-based and open source Zorro II/III compatible graphics board MNT VA2000 could be preordered. The ZZ9000 combines a RTG graphics board, AGA scandoubler and network card equipped with two 666-MHz-ARM coprocessors for applications demanding high processing power like accelerated graphic rendering or JPEG and MP3 decoding. Besides, an USB port provides support for USB mass storages.

Now on the product site the following statement was published: "Due to the global chip shortage, we have decided to stop selling ZZ9000 temporarily. We have preordered all necessary parts to build and ship all existing orders. The current shipping target for 92% of existing orders is January 2022 and the rest in March 2022. Thank you for your patience and support." (dr)

[News message: 14. Nov. 2021, 07:21] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
13.Nov.2021



Tools for ARexx development: RxEnv V1.2
At the beginning of September we reported on Carl Svensson's project RxEnv which is supposed to add a 'REPL' to the ARexx development environment.
REPL is for 'Read, Eval, Print, Loop' and offers the option to enter any ARexx code in an interactive window and get immediately response. This might be helpful to find bugs in the code (see this article).

His intension and the story of his project, Svensson has explained in his article The Joy Of Limitations: Writing an ARexx REPL in ARexx. Now he has released version 1.2 of RxEnv with the following changes:
  • Implemented immediate mode in the REPL.
  • If an error occurs, rxpp now exits with return code 20 instead of return code 1.
  • Added malloc() checks to rxpp.
  • Added the pprx script.
  • Minor cleanups in REPL code.
(dr)

[News message: 13. Nov. 2021, 08:43] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 85 165 ... <- 170 171 172 173 174 175 176 177 178 179 180 -> ... 185 644 1109 [Archive]
 
 Recent Discussions
.
Amiga 4000(T)ower for sale
Calvin Harris - Amiga A1200
Amiga basic rewritten for Apple
Volker Wertich interview
Commodore Amiga MYSTYLE
.
 Latest Top-News
.
Announcement and pre-order campaign: AmiGUS sound card (19. Apr.)
ACube Systems: UBoot 2015.d for Sam440ep flex and mini-itx (15. Apr.)
Paint program: PolarPaint for all Amiga systems (11. Apr.)
ACube Systems: UBoot 2015.d for Sam460EX, Sam460CR and Sam460LE boards (09. Apr.)
Mining strategy game: The history of "Aminer" (07. Apr.)
Event: Start for ticket sales for "Amiga40" (05. Apr.)
Operating system: AmigaOS 3.2.3 (02. Apr.)
Universal PCI driver system: OpenPCI 40.2 (31. Mar.)
AROS/x86: Update of the ABI v0 version (28. Mar.)
Paperback: Classic AmigaOS Programming - The Network (27. Mar.)
.
 amiga-news.de
.
Configure main page

 
 
.
Masthead | Privacy policy | Netiquette | Advertising | Contact
Copyright © 1998-2025 by amiga-news.de - all rights reserved.
.