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


.
  Per page
Show titles only
.


Archiv 'Updates for hardware and software products'


10.Feb.2026



GlowPoint: A reinterpretation of an arcade classic
GlowPoint is a new Tetris-style puzzle game for the Amiga. The game is a reinterpretation of the arcade game "Flash Point": instead of filling rows in the classic way, players must remove glowing blocks as quickly as possible in Tetris style in order to head to the next level.

GlowPoint currently offers 99 arcade-style levels and can only be played by one player at a time. The game was developed by JMD (concept, graphics, music) in collaboration with Hardwired (code, additional graphics). The currently available version 0.5.5 is still considered a beta version, with additional levels and a level editor planned for the future. The game runs on any Amiga with a 68000 processor or higher and at least 1 MB of RAM; some Fast RAM is recommended. It can be downloaded free of charge. (nba)

[News message: 10. Feb. 2026, 10:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Feb.2026
Manfred Bergmann (ANF)


AmigaBASIC compiler ACE: update to version 2.8.0
Last week, after more than 27 years, a new version of the AmigaBASIC compiler ACE has been released (amiga-news.de reported). Now developer Manfred Bergmann has already followed up with an update.

New features
  • INVOKABLE Keyword: New SUB modifier for closures used as callbacks. SUBs declared with INVOKABLE can be passed via BIND and correctly invoked through function pointers with runtime CLSR detection in both expression and statement contexts.
  • YAP Preprocessor: New BASIC preprocessor (Yet Another Preprocessor) replacing the legacy APP. Supports #define/#undef macros, #ifdef/ #ifndef/#else/#endif conditionals, #include "file" and #include with nested includes (up to 8 levels), include-once tracking, -D/-U CLI options, and -I include path. Written in ACE BASIC.
  • List Submodule: Lisp-style linked list library (submods/list/) with typed cons cells supporting INTEGER, SINGLE, STRING, and ADDRESS values. Lists are effectively immutable when only non-destructive functions are used. Includes higher-order functions (LMap, LFilter, LReduce, LForEach) using closures/INVOKABLE. Comprehensive test suite with 190+ assertions.
  • REM #using Directive (#47): Source files can now declare object file dependencies with REM #using. The bas script automatically parses these and links the specified object files.
  • Installer (#32): AmigaDOS Installer script (Install-ACE) for end-user installation with Cubic icons.
New submodules
  • list.b: Lisp-style linked list with higher-order function support.
Changes
  • 68000 Runtime Libraries: Separate runtime libraries (db.lib, startup.lib) for 68000 targets, alongside the default 68020 builds.
  • Removed Legacy APP Preprocessor: The old C-based APP preprocessor source has been removed in favor of YAP.
  • Deprecated ACPP and NAP: The C-comment preprocessor (ACPP) and NAP preprocessor are deprecated. YAP supersedes both (influenced by NAP's design) and provides a unified preprocessing solution.
  • CubicIDE Integration: Added CubicIDE ACE plugin and IDE folder.
Bug fixes
  • Fix Assembler Label Suffixes (#44): Type qualifier characters (%, &, !, #, $) in SUB/FUNCTION names are now mapped to portable assembler-safe suffixes (_IS, _IL, _FS, _FD, _ST) for vasm compatibility.
  • Fix INVOKE in Statement Context: INVOKE with runtime CLSR detection now works correctly in statement context (previously only worked in expression context).
  • Fix REM #using with No Directives (#47): The bas script no longer errors when source files contain no REM #using directives.
Compiler internas
  • Major refactoring (#55): Extracted codegen.c module with reusable code generation helpers (gen_rt_call, gen_frame_addr, gen_push, gen_pop, gen_lib_call, gen_var_addr, etc.). Broke up large functions (statement, factor, compile, insymbol, for_statement) into focused handlers. Extracted invoke.c for SUB/FUNCTION call handling. Total reduction of ~1500 lines of duplicated code.
Testing
  • 60 new test cases across 10 categories (strings, math, logic, fileio, memory, control, syntax, subs, arithmetic, errors). Recursion test suite (7 tests).
  • YAP preprocessor test suite (11 tests covering all features).
Documentation
  • Internal calling conventions document (AmigaGuide).
  • INVOKABLE keyword documented in ref.txt and ace.txt.
  • List submodule README and API documentation.
ACE can be downloaded from the developer's GitHub page and is also available on Aminet. (nba)

[News message: 10. Feb. 2026, 09:44] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Feb.2026



Linux: Kernel 6.19.0 for X1000/e5500
Parallel to the release of Linux kernel 6.19.0, Christian 'xeno74' Zigotzky has finalized the compilation for AmigaOne X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs). (nba)

[News message: 10. Feb. 2026, 09:36] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
09.Feb.2026



AmigaOS 4: Audio editor Rave 1.9
Daniel 'trixie' Jedlicka has released version 1.9 of his audio editor "Rave", which offers an improved fade plugin with adjustable exponential or logarithmic curves. In addition, an incorrect use of fuelgauge.gadget has been fixed. The developer reports in detail about the new version, as well as his work in the AmigaOS4 Developer Team, in his latest blog post. (dr)

[News message: 09. Feb. 2026, 10:08] [Comments: 1 - 09. Feb. 2026, 16:23]
[Send via e-mail]  [Print version]  [ASCII version]
09.Feb.2026



Creating Amiga ISO files using Windows: ISOCD-Win 1.3.4.1 (update)
ISOCD-Win is a C#/.NET Windows replacement for the native Amiga ISOCD application. It creates bootable ISO image files which are compatible with the Amiga CD32 and CDTV. (amiga-news.de reported). Version 1.3.3 now checks file and directory names for invalid characters.

Update: (10:05, 10.02.26, dr)

Meanwhile version 1.3.4 and version 1.3.4.1 is available which includes changes in the layout. (dr)

[News message: 09. Feb. 2026, 09:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
09.Feb.2026
Andreas Falkenhahn (ANF)


Hollywood APK Compiler 5.0 released
Press release: Airsoft Softwair are proud to announce the immediate availability of Hollywood APK Compiler 5.0. The Hollywood APK Compiler is an add-on for Hollywood that allows you to compile your Hollywood scripts into stand-alone apps for Android, ready to be distributed via the Play Store!

Hollywood APK Compiler 5.0 is a major update which now has full support for Hollywood 11. Additionally, it supports the Play Store's latest target API requirements and the new 16kb page size requirement. Furthermore, version 5.0 of the Hollywood APK Compiler also allows you to fine-tune the permissions requested by your APK. Finally, Hollywood APK Compiler 5.0 also adds support for the new Android Studio Otter 3 Feature Drop and Gradle 8.

The update to Hollywood APK Compiler 5.0 is available free of charge for all existing customers and can be downloaded from the restricted download area. (dr)

[News message: 09. Feb. 2026, 06:12] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
09.Feb.2026



Apollo team: Third batch of the A6000 on sale
Press release: The wait is over! We are excited to announce that Batch #3 of the Apollo A6000 (amiga-news.de reported) is officially available for pre-order.

Whether you're looking to upgrade your setup or dive into the fastest Amiga-compatible experience for the first time, now is the perfect window to secure your hardware. Get yours directly through the official shop link.

Why the A6000?
  • Unmatched Speed: Powered by the latest Vampire technology.
  • Modern Connectivity: Seamless integration of classic soul and modern power.
  • Limited Run: Batch orders help us manage production, so don't wait too long to grab yours!
Thank you for being part of the Apollo family! (dr)

[News message: 09. Feb. 2026, 06:11] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Feb.2026



Aminet uploads until 07.02.2026
The following files have been added until 07.02.2026 to Aminet:
Calendrino.lha                 biz/misc     4K  OS3 Calendar with Infos abo... 
ace-basic.lha                  dev/basic  3.5M  OS3 AmigaBasic Compiler Enh...       
CubicIDE-ACE.lha               dev/basic   48K  GEN CubicIDE ACE Plugin                      
REST_API_Handler.lha           dev/c       26K  OS3 REST API Handler                         
gcc-6.5.0b-x86_64-linux.bz2    dev/cross  958M  OTH GCC 6.5.0b AmigaOS m68k...   
evo.lha                        dev/e      702K  OS3 E-VO: Amiga E Evolution                  
EM81_Simulator.zip             dev/gg     214K  GEN EM81_Simulator of Magic...   
REDPILLGameCreator.lha         dev/misc   8.4M  OS3 Game Creator with AGA s...            
fat95.v3.19.lha                disk/misc  198K  OS3 Win95/98 compatible fil...          
Radeon.lha                     driver/vid  14K  OS3 Radeon P96 driver                        
RageXL.lha                     driver/vid  12K  OS3 RageXL P96 driver                        
Voodoo.lha                     driver/vid  25K  OS3 Voodoo P96 driver                        
ScummVM_AGA_060.lha            game/misc   56M  OS3 Amiga port of ScummVM 2...      
ScummVM_RTG_060.lha            game/misc   64M  OS3 Amiga port of ScummVM 2...      
G-WARS.lha                     game/shoot  14M  OS3 Geometry Wars inspired ...           
OpenDUNE_RTG.lha               game/strat 776K  OS3 Amiga port of Dune 2 (O...          
PolyNova3D.lha                 gfx/3d     715K  OS3 Amiga port of PolyNova3...                 
Mega-ATcad.lha                 gfx/edit   883K  OS3 2D-CAD-Program                           
WhatIFF4.18.lha                mags/misc   20M  GEN What IFF? #4.18-Decembe...            
WhatIFF4.18Lite.lha            mags/misc   86K  GEN What IFF? #4.18-Decembe...            
AmiArcadia-OS4.lha             misc/emu    11M  OS4 Signetics-based machine...        
AmiArcadia.lha                 misc/emu    11M  OS3 Signetics-based machine...        
AmiVms.lha                     misc/emu   4.0M  OS3 Simulates OpenVMS comma...               
1stTrans.lha                   mods/pro   248K  GEN 1st Transition. PT Modu...  
fragile-freight.lha            mods/pro   221K  GEN Fragile Freight. PT Mod... 
EM81_Simulator_screen.png      pix/misc   969K  GEN EM81_Simulator Screensh...                
WinUAE_Mounter_33.lha          util/batch 324K  OS3 Mount CD + floppy disk ...  
abc-shell.lha                  util/shell 182K  OS4 Amiga Bourne Compatible...            
(snx)

[News message: 08. Feb. 2026, 07:20] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Feb.2026



OS4Depot uploads until 07.02.2026
The following files have been added until 07.02.2026 to OS4Depot:
vintagesongplayer.lha    aud/pla 4Mb   4.0 A JukeBox multiformat player
libsdl3_gfx.lha          dev/lib 3Mb   4.1 Drawing and graphical effects ex...
libsdl3_image.lha        dev/lib 2Mb   4.1 SDL3 image file loading library
libsdl3_ttf.lha          dev/lib 4Mb   4.1 A Freetype 2.0 wrapper for SDL3
wbkillwin.lha            dev/mis 17kb  4.1 An interactive way to kill windows
git_installer.lha        dev/uti 36Mb  4.1 Git for AmigaOS4
amiarcadia.lha           emu/gam 11Mb  4.0 Signetics-based machines emulator
yt.lha                   vid/mis 940kb 4.1 YouTube URL Extractor script
(snx)

[News message: 08. Feb. 2026, 07:20] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Feb.2026



AROS Archives uploads until 07.02.2026
The following files have been added until 07.02.2026 to AROS Archives:
vintagesongplayer.lha        aud/pla 3Mb   A JukeBox multiformat player
libsdl2.x86_64-aros-v11.zip  dev/lib 16Mb  Simple DirectMedia Layer 2
filesysbox.i386-aros.lha     lib/mis 56kb  A FUSE compatible file system layer
filesysbox.x86_64-aros-v1... lib/mis 64kb  A FUSE compatible file system layer
(snx)

[News message: 08. Feb. 2026, 07:20] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Feb.2026



MorphOS-Storage uploads until 07.02.2026
The following files have been added until 07.02.2026 to MorphOS-Storage:
VintageSongPlayer_2.70... Audio/Players             A different, funny and ...
SDL_2.32.10_Libraries.lha Dependencies/Library/SDL  All Libraries SDL : SDL...
less-691.lha              Development/GeekGadgets   A paginator similar to ...
SDK-Explorer_1.1.lha      Development/Tools         A tool to explore the M...
SuperTux_0.7.0_beta2.lha  Games/Platform            SuperTux is an open-sou...
Shockolate_0.7.8.lha      Games/Shoot3D             Shockolate port (System...
(snx)

[News message: 08. Feb. 2026, 07:20] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 3 ... <- 5 6 7 8 9 10 11 12 13 14 15 -> ... 20 988 1961

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