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

Amiga events
20.-25.08.25 • Retro Area @ gamescom 2025 • Cologne (Germany)
11.-14.09.25 • Classic Computing 2025 • Hof (Germany)
17.-19.10.25 • Amiga40 • Mönchengladbach (Germany)
14.-16.11.25 • Flashback-Symposium #02 • Jößnitz (Germany)

24.Jun.2022



Magnifier tool: Lupe 2.0 for AmigaOS 3 and MorphOS
Matthias "UltraGelb" Böcker wrote: "'Lupe' continously magnifies an area of the screen and displays it in a window. The window can be resized and the scalefactor can be dynamically changed. Per default Lupe follows the mouse pointer and magnifies the area sourrounding the pointer, but it is also possible to have it magnify a freely setable fixed area. It can show colour values of the current pixel under the mouse pointer and also its coordinates. Additionally a grid can be enabled. Furthermore it can save the current window contents as IFF or PNG image." more ... (dr)

[News message: 24. Jun. 2022, 07:25] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Jun.2022
Passione Amiga (ANF)


Italian Print/PDF magazine: Passione Amiga, issue 8
The Italian magazine 'Passione Amiga' is available in digital (3 Euro) or printed (7,50 Euro, Amazon) form. Its current issue consists of 36 color pages and includes the following topics: more ... (dr)

[News message: 24. Jun. 2022, 06:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Jun.2022



AROS x86: Update of ABI-v0 developer branch to version 20190416-2
AROS developer Krzysztof 'deadwood' Śmiechowicz has released the new version 20190416-2 of AROS ABIv0 for 32-Bit systems (amiga-news.de reported). It includes about 1000 new changes added between April 2018 and April 2019 as well as upgrade of GCC to 6.5.0. This closes the 20190416 release cycle. The full change log is available under the title link. (dr)

[News message: 24. Jun. 2022, 05:57] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Jun.2022



Short video tutorials: Programming with AMOS Pro (update)
Retro and Amiga fan 'Yawning Angel' has published two short tutorials on YouTube demonstrating basic steps of programming with AMOS Pro: In part 1, he shows how to use the 'INPUT' command to capture data entered by an user and display it on the screen. The second part is about validating the data captured in the first video and showing errors to the user if necessary.

Update: (25.06.2022, 21:48, dr)

Meanwhile, the third part has been published, showing how to save the data collected in the previous videos in a Random Access File. (dr)

[News message: 23. Jun. 2022, 17:10] [Comments: 1 - 25. Jun. 2022, 21:56]
[Send via e-mail]  [Print version]  [ASCII version]
23.Jun.2022



Announcement: 'PiStation ITX' board
The store 8bits4ever, which already offers various FPGA solutions for retro enthusiasts, plans to soon offer a board that is designed to accommodate a Raspberry Pi 3 or 4 in a mini-ITX case. It features a DB15 connector for outputting VGA/RGB video signals to CRT TVs and monitors. A USB hub and two DB9 joystick ports are integrated. more ... (dr)

[News message: 23. Jun. 2022, 05:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Jun.2022



AmigaOS 4: Audio editor Rave 1.1
For about a year, Daniel 'trixie' Jedlicka has been introducing the audio editor 'Rave' in status updates on his blog, today not only the recent blog entry on Jedlicka's project was published, but also the first public version was released. more ... (cg)

[News message: 22. Jun. 2022, 15:36] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Jun.2022
Twitter


Encryption protocol: AmiSSL 5.2 (AmigaOS 3/4)
The open source encryption protocol AmiSSL has been updated to version 5.2 and is now based on OpenSSL 3.0.4, which was released yesterday. (dr)

[News message: 22. Jun. 2022, 06:58] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Jun.2022



AmigaOS 4: FTP server 'ZitaFTP' 1.33
Hans de Ruiter has released version 1.33 of his commercial FTP server 'ZitaFTP'. He wrote: more ... (dr)

[News message: 22. Jun. 2022, 05:52] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Jun.2022



Self-made project: 68060 accelerator board for Amiga 3000(T) and 4000(T)
Matthias Heinrichs has already developed several hardware projects: among others a Flickerfixer for Amiga 2000, 3000 and 4000 or Matzes graphics card for all Amigas equipped with Zorro slots. Now he has published documents for a turbo card for the Amiga A3000 and A4000(T), which can be equipped with up to 128MB SDRAM, a 68060CPU with 50/75/100MHz or a 68040 with 25MHz. (dr)

[News message: 21. Jun. 2022, 15:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Jun.2022
Robert Smith


Video review: WinUAE & FloppyBridge
Robert Smith's project "DrawBridge" (Disk Reader and Writer Bridge) uses like the similar ADF Drive a microcontroller - in this case an Arduino board - to read and write Amiga floppies with a connected standard PC floppy drive. By means of the plugin FloppyBridge, WinUAE is also officially supported since version 4.9.0 (amiga-news.de reported).
In a short video review, the developer looks back at the history of this project and gives an outlook on his current project. (dr)

[News message: 21. Jun. 2022, 09:56] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Jun.2022
Janne Peräaho


AmigaOS 4: Creating XML files using RexXMLib
RexXMLib is an ARexx library that allows to write XML documents with ARexx scripts with minimal effort. For example, data can be converted to XML form, XML documents can be generated or a variety of XML data files, such as license keys, can be created algorithmically.

RexXMLib has support for PObjects schema (Amiga XML preferences file) allowing to easily create preferences files. RexXMLib comes with sample scripts that show how to create preferences files, license files, and XML databases. Features:
  • Automatic indentation that ensures clean readble XML files
  • Supports arbitrary XML element names, attributes, and attribute values
  • Support for PObjects schema (Amiga XML preferences file)
  • Support for fuzzy PObjects arguments
(dr)

[News message: 21. Jun. 2022, 07:00] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Jun.2022



Farming simulation: Update of Farmiga
The Polish developer 'Tukinem' is writing a farming simulation in AMOS, called 'Farmiga' (amiga-news.de repoeted). On June 18 another update has been released. Changes: more ... (dr)

[News message: 21. Jun. 2022, 06:17] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
20.Jun.2022
Twitter


MorphOS: Real-time strategy game Vanilla Conquer V1.0 released
Artur Jarosik had ported the first part of the real-time strategy series Command & Conquer for AmigaOS 3 and called it "Vanilla Conquer" (amiga-news.de reported). Now Bruno "BeWorld" Peloille has released an SDL implementation for MorphOS 3.17 based on the source code. Also needed is the latest version 2.0.22 of the SDL libraries. (dr)

[News message: 20. Jun. 2022, 10:36] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
20.Jun.2022



The Amiga Buyer's Guide - Edition 2022
Carl Svensson deals with all facets of the Amiga: Besides his ARexx development environment RxEnv, he also devotes himself to philosophical topics time and again. Now, with his 2022 edition of his 'The Amiga Buyer's Guide', he provides assistance for all those who are concerned with the question of which of the classic Amiga models to buy today.

This guide is primarily aimed at those who have little or no previous Amiga experience, but experienced or former Amiga owners are sure to find one or two useful pieces of information as well. (dr)

[News message: 20. Jun. 2022, 06:40] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
20.Jun.2022
Gunnar (ANF)


Video preview: Space Invaders Remake
Arne von Boehn is writing a Space Invaders remake in 68K assembler on a Vampire4 standalone. The state of the game shown in this preview video was programmed in one day. It is not quite finished but already playable. Under the title link you can download the demo version and the assembler program code including all graphics and music files.

When the game is ready, the program code will be explained in the Amiga Homeschooling online course, showing how easy it is to program Amiga games. (dr)

[News message: 20. Jun. 2022, 06:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022
Edgar Schwan (ANF)


AmigaOS 4: Chat software Pidgin 2.13.0r2 for AmiCygnix
Since today chat software Pidgin is available in version 2.13.0 release 2 for AmiCygnix at OS4Depot (screenshot). Pidgin supports several protocols which can be used in parallel.
more ... (snx)

[News message: 19. Jun. 2022, 16:41] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022
Andreas Magerl (ANF)


Print magazine: Amiga Future, issue 157 - preview and excerpts
Preview and excerpts of Amiga Future issue 157 (July/August 2022) have been published online now at the title link. Contents include reviews of "Junior's Great Adventure" and "Devil's Temple - Son of the Kung-Fu Master" as well as a preliminary report about the Amiga37 event.

Amiga Future magazine is available as an English and a German printed magazine and can be bought directly from the magazine's editorial office as well as several Amiga dealers. (snx)

[News message: 19. Jun. 2022, 16:41] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



Aminet uploads until 18.06.2022
The following files have been added until 18.06.2022 to Aminet:
more ... (snx)

[News message: 19. Jun. 2022, 07:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



OS4Depot uploads until 18.06.2022
The following files have been added until 18.06.2022 to OS4Depot:
more ... (snx)

[News message: 19. Jun. 2022, 07:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



AROS Archives uploads until 18.06.2022
The following files have been added until 18.06.2022 to AROS Archives:
more ... (snx)

[News message: 19. Jun. 2022, 07:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



MorphOS-Storage uploads until 18.06.2022
The following files have been added until 18.06.2022 to MorphOS-Storage:
more ... (snx)

[News message: 19. Jun. 2022, 07:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



WHDLoad: New installers until 18.06.2022
Using WHDLoad, games, scene demos and intros by cracking groups, which were originally designed to run only from floppy disks, can be installed on harddisk. The following installers have been added until 18.06.2022: more ... (snx)

[News message: 19. Jun. 2022, 07:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022
Amiga.org (Forum)


Amiga sighting: Microsoft says goodbye to Internet Explorer on Amiga 1000
Via the Twitter account of its current web browser "Edge", Microsoft says goodbye to its predecessor "Internet Explorer": now it would be time for it to surf the great web of heaven. The text is accompanied by an animation in which the logo of the browser lights up on the screen of a computer whose operating system it never ran on - an Amiga 1000. (snx)

[News message: 19. Jun. 2022, 07:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022
Ko-fi


Editor: 'Lite XL' 2.0.3r2 for AmigaOS 4 and MorphOS released
At the end of last year George Sokianos had released the first version v1.16.12.3 of his port of the editor 'Lite XL' (amiga-news.de reported). The now available version is for the first time also available for MorphOS. He writes about it: more ... (dr)

[News message: 19. Jun. 2022, 07:21] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Jun.2022



Paperback: Bare Metal Amiga Programming
"Bare Metal Amiga Programming" is Edwin Van Den Oosterkamp's second paperback on programming the Amiga after Classic AmigaOS Programming - An introduction. This time the programming of the hardware bypassing the operating system is on the agenda. In this way, assembler programmers should learn to use the hardware to the maximum. (cg)

[News message: 19. Jun. 2022, 00:27] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Jun.2022



Amiga Games That Weren't: Full version of Riamel
'Riamel: Black Prophecy' was a sequel to the 1992 RPG Lords of Time written by Steve Postma, and for years only a demo version of this sequel had been floating around. The site "Amiga Games That Weren't", which collects information about unreleased Amiga titles, now reports about the efforts and finally the success to make the full version of this game available, which can also be downloaded there. (dr)

[News message: 17. Jun. 2022, 09:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Jun.2022



Amiga Assembly For Beginners: Let's Make an Amiga Game Tutorial 7
'Prince', founder of the group 'Phaze101', streams the assembler coding course "Corso completo di programmazione assembler in due dischi" in English on Twitch and uploads the respective episodes time-delayed to YouTube (amiga-news.de reports regularly).

In another tutorial Amiga Assembly For Beginners - Lets Make a Game, Prince now explains with concrete examples how to write a game with assembler. Here the seventh episode was published. (dr)

[News message: 17. Jun. 2022, 06:39] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
  
 
1 78 150 ... <- 155 156 157 158 159 160 161 162 163 164 165 -> ... 170 645 1126 [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
.
Real Time Strategy: Settlers II - Gold Edition can be preordered (12. Aug.)
Amiga/040th: Replica of the Amiga booth at CES 1984 (video) (10. Aug.)
AmigaOS 4: Starfall Defenders released (08. Aug.)
Emulator hardware: AmiBrowser announced for A1200NG and A600GS (update) (06. Aug.)
RTG driver: P96 3.6.0 (31. Jul.)
Print magazine: Boing #10 (French/English) (28. Jul.)
Emulator: Denise v2.6 (18. Jul.)
Interview: Markus Tillmann about the Warhol connection and amiga40-highlights (13. Jul.)
New Commodore owners with new website and first products (update) (12. Jul.)
Emulator: WinUAE 6.0.0 (04. Jul.)
.
 amiga-news.de
.
Configure main page

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