28.Sep.2022
|
Programming language: Amiga C/C++ Visual Studio Code Extension 1.6.1
Bartman', member of the demo group 'Abyss', provides with 'amiga-debug' a 'Visual Studio Code' extension for "compiling, debugging and profiling Amiga C/C++ programs compiled by the bundled gcc 11.2 with the bundled WinUAE" (YouTube video). Today versions 1.6.0 and 1.6.1 were released. Changes:
- NEW: icons for .uss, .amigaprofile, .shrinklerstats, .objdump
- FIX: fix memory content for multi-frame captures (was wrong after frame 1)
- FIX: screen: center reference screenshot (probably still wrong)
- CHG: screen: zoom panel size, clipping
- NEW: screen: show bitplane pointers
- CHG: screen: improve performance by 40%
- NEW: screen: mouse click&drag to set time
- NEW: screen: Freeze frame to visualize drawing (+ Memory overlay)
- CHG: profiler: improve loading performance by >1000%
- CHG: profiler: multi-frame captures are now loaded in the background for faster startup time
- CHG: savestate: show progress bar during profiling
- NEW: Amiga: Clean Temp Files to delete .amigaprofile files from your temp path.
- FIX: the terminal didn't re-open once closed
- FIX: disassembly: fix divul, divsl, FPU, fmoveml (see 68k-dis.ts)
- FIX: #128 Can't use the image converter link
- FIX: #129 Screen and Resources tabs have no scroll bars so I can't see the bottom of a tall image
- FIX: improved behavior of jumping from assembly to source (still sometimes the source window disappears)
- NEW: update to latest WinUAE
- FIX: screen: freeze frame memory was wrong
- FIX: resource: possibly very slow performance when using Copper Palette
(dr)
[News message: 28. Sep. 2022, 21:18] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
28.Sep.2022
|
Debugging tool: PatchWork 1.0
More than ten years after the last version 0.17, Richard Körber has released version 1.0 of his debugging tool PatchWork today.
Similar to MuForce and Mungwall it ensures that calls to AmigaOS libraries are AutoDocs compliant. Illegal parameters (e.g. NULL where a pointer is expected) are reported. PatchWork helps to make program code more robust and future-proof.
The source code was previously closed. Richard Körner has checked and reformatted the files and made the project compilable with vbcc on Linux (and probably other systems). The source code is now open for everyone to contribute, study, etc. Changes:
- After 25 years, I guess PatchWork is finally due for a major version bump.
- Now built on Linux using vasm.
- Checks AmigaOS V40 calls. Actually, the only check that needed to be added was graphics.library/WriteChunkyPixels.
- DISPC is now the default behavior. Use the new option NODISPC to explicitly disable PC disassembly on PatchWork hits.
- Bugfix: intuition/SetPointer() hit output was incorrect (reported by @Hagbard-Celin). This bug was there since 1997.
- Correct library name is shown even if A6 is not pointing to the library base.
(dr)
[News message: 28. Sep. 2022, 21:12] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
28.Sep.2022
|
Boing Attitude: Second part of interview with Apollo team
At the end of march, the first part of an interview with the Apollo team was published, which originally was printed in issue 3 of the French magazine Boing. Now the second part is available on the homepage and was originally printed in issue 4. (dr)
[News message: 28. Sep. 2022, 19:25] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
28.Sep.2022
|
Obligement: Interview with Jérôme Senay (Boing Attitude)
On his Obligement website, David Brunet has published an interview with the publisher of the French magazine Boing and the quiz game AskMeUp XXL, Jérôme 'Glames' Senay. (dr)
[News message: 28. Sep. 2022, 19:14] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.Sep.2022
Ko-fi
|
Editor: Lite XL 2.0.3r3 for AmigaOS 4 and MorphOS released
At the end of last year, George 'walkereo' Sokianos released the first version v1.16.12.3 of his port of the editor 'Lite XL' (amiga-news.de reported) for AmigaOS 4 and in June an update to version 2.0.3r2 which also included a port for MorphOS (amiga-news.de reported). Version 2.0.3r3 released today provides the following changes:
Added
- Added plugin for AmigaGuide files
- Added plugin for Hollywood files
Fixed
- Fixed non existing path crashes on OS4 and MorphOS
- Fixed editor refresh whenever init.lua is changed, no matter the working folder
- Fixed an issue when the user added a directory in the project that already existed
- Fixed locale issue on start for MorphOS. Now it should start just fine no matter what locale the user has on his system.
- Fixed "Find" on MorphOS that was not working (shortcut CTRL+F)
- If the user selects to change the project folder and inserts Sys: or any partition name, the included folders will be listed as suggestions
Changed
- Removed linking with unix on OS4 build
- Makefiles updated
(dr)
[News message: 26. Sep. 2022, 19:40] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.Sep.2022
|
Editor: MUI-Vim V9.0.583 for AmigaOS4 and MorphOS
MUI-Vim is a port of the editor Vim. This editor is intended for editing programs as well as plain text files. Multi-level undo, syntax highlighting, command line history, block operations and scripting are some of the features. Ola 'sodero' Söder has now ported
version 9.0.583 of VIM and released it for AmigaOS4 and MorphOS. (dr)
[News message: 26. Sep. 2022, 06:11] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
mithrendal (Mail)
|
Emulator: vAmigaWeb v3.0 beta1
vAmigaWeb is an Amiga emulator for the web browser or a Progressive Web App (PWA) based on the Amiga emulator for MacOS vAmiga.
With vAmigaWeb 3.0 a number of other CPUs are now implemented besides the 68000 CPU. So you can already run - without having implemented a MMU yet - quite a few more applications and software, like Dungeon Master II (1994) or demos that need at least a 68020 (Roots 2.0). Detailed changes:
- supports 68000, 68010, 68020 and 68030 CPUs (with this kickstart roms which need at least a 68020 are working now e.g. kickstart 3.1 for A1200)
- runs now also in a private / incognito browser window (be aware that browser does not permit any saving in this case)
- various performance tweaks (reduced logging and separation of big computational blocks into smaller execution units on the main thread to get better "cooperative" multitasking escpecially when amiga overclocking is in use)
(dr)
[News message: 25. Sep. 2022, 18:19] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
|
Aminet uploads until 24.09.2022
The following files have been added until 24.09.2022 to Aminet:
ZitaFTPServer.lha comm/tcp 14M OS4 A fast and secure FTP(S) server.
asm-kurs_rev_2022.lha dev/asm 4.5M Assembly course, German
re2c-morphos.lha dev/gg 7.3M MOS Modern lexer generator for C/...
anaiis.lha driver/oth 182K 68k ANAIIS USB Stack Release 1.22
anaiis_massive.lha driver/oth 45K 68k Massive release 1.22
webptools124_a68k.lha gfx/conv 2.4M 68k encode/decode images in WebP ...
webptools124_aros.lha gfx/conv 3.7M x86 encode/decode images in WebP ...
AmiVms.lha misc/emu 3.4M 68k Simulates OpenVMS commands
Dandanator.ACEpansion... misc/emu 681K MOS ACEpansion plugin for ACE CPC...
DKTr-Speech.ACEpansio... misc/emu 24K MOS ACEpansion plugin for ACE CPC...
Nova.ACEpansion.lha misc/emu 11K MOS ACEpansion plugin for ACE CPC...
SSA-1.ACEpansion.lha misc/emu 14K MOS ACEpansion plugin for ACE CPC...
TMPI-Speech.ACEpansio... misc/emu 17K MOS ACEpansion plugin for ACE CPC...
Willy.ACEpansion.lha misc/emu 24K MOS ACEpansion plugin for ACE CPC...
D-CAPS-Stomper.lha mus/edit 1.2M 68k Kick drum sample generator
listercompare.module.lha util/dopus 7K 68k DOpus Magellan II: Compare li...
UHCTools.lha util/misc 48K ALL UHC Tools installer
(snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
|
OS4Depot uploads until 24.09.2022
The following files have been added until 24.09.2022 to OS4Depot:
amoskittens.lha dev/lan 2Mb 4.1 Amos the kitten is amos basic in...
cppcheck.lha dev/uti 3Mb 4.1 A static analysis tool for C/C++...
blobwarsattrition.lha gam/act 2Mb 4.1 A 2D mission and and objective-b...
wormwars.lha gam/act 1Mb 4.0 Advanced snake/Tron game
chess-sdl2.lha gam/boa 5Mb 4.1 Chess Game for AmigaOS4/SDL2
opensupaplex.lha gam/puz 22Mb 4.1 Open Source version of 90's...
zitaftpserver.lha net/ser 14Mb 4.1 A fast and secure FTP(S) server.
uhctools.lha uti/mis 48kb 4.0 UHC Tools installer
(snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
|
AROS Archives uploads until 24.09.2022
The following files have been added until 24.09.2022 to AROS Archives:
bochs.i386-aros.lha emu/com 11Mb X86 PC Emulator
dosbox.i386-aros.lha emu/com 2Mb Dosbox 0.73 for AROS x86
janus-uae-v2.i386-aros.lha emu/com 19Mb Amiga 68k Emulator Fork of WinUA...
eaqne.lzx gam/adv 15Mb Adventure point and click with d...
color-lines.i386-aros.zip gam/puz 1Mb Arrange 5 same color balls in line.
webptools124_aros.lha lib/mis 4Mb encode/decode images in WebP format
uhctools.i386-aros.lha uti/mis 48kb UHC Tools installer
(snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
|
MorphOS-Storage uploads until 24.09.2022
The following files have been added until 24.09.2022 to MorphOS-Storage:
DevilutionX_1.4.1.lha Games/Adventure Diablo build for modern...
BlobWars-Attrition_1.2... Games/Platform A mission and objective...
Woof!_10.3.0.lha Games/Shoot3D Woof! is a continuation...
UHCTools_1.6.lha Misc A collection of program...
CloudDav_1.6.lha Network/Streaming A WebDav client
Wayfarer_4.2.lha Network/Web Wayfarer is the latest ...
(snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
|
WHDLoad: New installers until 24.09.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 24.09.2022:
- 2022-09-22 new: Emetic Skimmer (Kingsoft) done by Psygore (Info)
- 2022-09-22 improved: Ooops Up (Demonware) source code and SMC fix rewritten, slave v1.1 patch added for the both game versions (Info)
- 2022-09-22 fixed: Harricana (Loriciel) access fault fixed (Info)
(snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
Amigaworld.net (website)
|
Floppy disk drive for WinUAE: Waffle
Based on Robert Smith's FloppyBridge, Retrogiovedi.it offers at the title link a floppy disk drive in Amiga-inspired design called Waffle for use with the emulator WinUAE, with which ADF files can be created or written. (snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.Sep.2022
Amiga Future (Webseite)
|
Development tool: vlink 0.17a
Frank Wille has updated the portable linker vlink, which copes with a variety of binary formats and is part of the compiler package vbcc. (snx)
[News message: 25. Sep. 2022, 09:55] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.Sep.2022
Prince (Mail)
|
Video tutorial: Episode 32 of assembler coding course
'Prince', founder of the demo group 'Phaze101', is currently streaming the assembler programming 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 reported). Now episode 32 was published. (dr)
[News message: 24. Sep. 2022, 21:15] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.Sep.2022
|
Kickstarter campaign: Update on DB9-to-USB adapter of "Tank Mouse"
The Polish designer Lukas Remis had successfully finished a Kickstarter campaign for the re-release of the wireless Commodore Mouse 1352 (amiga-news.de reported).
In a recent status update, he now explains again why the adapter cannot be produced as originally planned: for example, the price of the main chip had jumped from about $1 to over $15, and even at that price it would not have been available in some cases.
He has now had a new adapter designed by Lotharek. A prototype has already been built.
However, this adapter will cost much more than originally estimated. The money raised would not be enough to cover the production of the mouse and adapter. Therefore, everyone who is interested in the adapter is asked for an additional payment of 16 Euros. He will soon prepare a survey for all supporters asking who would like to have the adapter and who would not. Those who decide against it will receive their tank mouse as soon as it is made. Otherwise, both will be sent when the mouse and adaper are finished. (dr)
[News message: 24. Sep. 2022, 10:51] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.Sep.2022
|
Amiga37: Information on exhibitors and its booths (update 5)
There are still three weeks to go until Amiga37 in Mönchengladbach. For all those who were able to get hold of a ticket, we asked some exhibitors what visitors can expect at the respective booths, if there are any special events planned etc.
AAA Technology: A-EON / Amiga Kit / Amedia Computer
- one of the main sponsors of the Amiga37
- are represented by Matthew Leaman for AmigaKit / A-EON from the UK and Laurent Zorawski and Franck Bednarski for Amedia Computer from France
- A-EON's Linux expert Christian 'xeno74' Zigotzy from Germany will also be at the stand, showing AmigaOS 4.1 and MorphOS on his X5000/40
- unless prevented by international travel restrictions, Trevor Dickinson will also travel from New Zealand
- a whole range of Classic and Next-Generation Amiga goodies will be for sale, including complete X5000/40 computers
- After an unavoidable two-year break, AAA Technology would like to thank Markus Tillmann and the entire Amiga 37 team for bringing back this awesome show
ACube Systems
- the production of the Sam460 is progressing
- there will be some news about the laptop
- ACube Systems is looking forward to spend some time with the Amiga community
Alinea Computer
- Presentation of exclusive new products at the booth
- all OmniPort and Amega 32 adapters available
- Adapters will be demonstrated on the Amiga 1200 or CD32 and questions will be answered
- many other articles from the shop availble
AmiKit / Amiberry
- A special limited edition of AmiKit for Raspberry Pi will be available (physical product)
- The latest version of Amiberry will be shown running in different environments (both for games and the full RTG desktop experience). You can experience some of the unique features implemented and ask the author any questions directly
- A Lightwave expert will be demonstrating a special render farm built using Amiberry and multiple Raspberry Pi devices.
- Interview wit author of Amiberry
Andy Brenner (MiSTer FPGA / Amiga Germany print magazine)
- Amiga Germany print magazine issues 1, 2, 3 and 4 available
- his MiSTer FPGA systems with the possibility to test the whole thing live. Possibly there are also devices for purchase on site.
- special highlight: exclusive Amiga Fan Watch named A-Watch will be produced in limited numbers and can be bought, according to today's status, for a special price at the fair.
ApolloTeam
- big booth with presentation of all hardware ever built by Apollo Computer: from Zorro Amiga GFX cards, to NATAMI, all Vampires - and all new cards including SALAMANDER and MANTICORE
- large sales booth with, among other things, a new ICEDRAKE batch of over 100 cards
- additionally there are 8 seats where visitors can play
- SPACE INVADER championship: up to four players in the team can play at the same time - and win prizes
- once a day there are live programming classes: together with Arne and Gunnar visitors can learn to program a complete small game in assembler with graphics and music. All questions will be answered, you can take the game and its sources with you.
GoldenCode (aka Daytona675x)
- will be at the show with an NG-Amiga (X5000 or A1222) and two A1200s to present old and new golden game projects: "There will be enough joysticks for proper gambling, even a fine "Souverän Soccer" Cup is planned. The one or other souvenir for inclined visitors will certainly also be available."
Lukas Remis
- the initiator of the "Tank Mouse" project (amiga-news.de reported) will attend Amiga37 "presenting first factory-made pieces of Tank Mouse."
MorphOS-Team
- Planned are presentations of the latest MorphOS version and applications on:
- diverse PPC Amiga Classic devices
- PowerBooks
- AmigaOne X5000/40
- Presentation of the just released latest version of PageStream
- MorphOS developers answer questions about various topics around MorphOS
RELEC
(dr)
[News message: 24. Sep. 2022, 06:55] [Comments: 5 - 13. Oct. 2022, 08:41]
[Send via e-mail] [Print version] [ASCII version]
|
24.Sep.2022
MorphZone (Forum)
|
MorphOS: Web browser Wayfarer 4.2
Jacek 'jacadcaps' Piszczek hat released version 4.2 of his web browser Wayfarer for MorphOS. It is now based on WebKitGTK 2.36.8 and thus fixes fixes several bugs within WebKit. Additionally, cURL and other libraries have been updated.
Download: wayfarer.lha (26 MB) (dr)
[News message: 24. Sep. 2022, 06:20] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
23.Sep.2022
Twitter
|
Review: MorphOS audio player bePlayer 1.4
David Brunet has published a review of the MorphOS multi-format audio player bePlayer by French developer Bruno Peloille on his Obligement news page. The original article is in French, but machine translations are provided. (dr)
[News message: 23. Sep. 2022, 08:51] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
23.Sep.2022
Ko-Fi
|
AmigaOS 4: Code analysis with Cpppcheck V2.8r1
At the end of July, the AmigaOS 4 developer George 'walkero' Sokianos had already published the code analysis tool "Flawfinder", which searches for potential security holes in source files. Now he has ported Cppcheck, a program for static code analysis for the programming languages C and C++. A GUI is not available, the tool must be operated via the shell. (dr)
[News message: 23. Sep. 2022, 06:36] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.Sep.2022
(ANF)
|
Harvey 'Harv' Laser (AmigaZone, Amiga Companion) passed away
Harvey 'Harv' Laser was a US based Amiga journalist who published thousands of articles in various Amiga publications. He also established the commercial, Amiga-only online service 'AmigaZone' and maintained it for several decades. Laser passed away after a heart attack on July 5, 2022. Mike Battilana, who knew Laser for a long time, posted a short obituary in the 'Remembering our Friends' section of the Amiga Forever website. (cg)
[News message: 22. Sep. 2022, 15:47] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.Sep.2022
|
Unofficial successor: "It Returned From The Desert" for Windows
Tim Rachor's "It returned from the desert" (YouTube video of the early prototype) is supposed to be an unofficial successor of the Amiga game It came from the desert and is supposed to be released for Windows, maybe also for Linux and possibly Android if there is enough demand.
The game is written in Unity and is not supposed to be a sequel or remake, but an independent game. The gameplay is to be modernized a bit, offering fewer dead ends, thus avoiding tough trial&error. And the combat mini-game is to be replaced by tactical, turn-based combat - while retaining the great atmosphere and exciting story of the original. As Tim writes to us, he spent endless hours sitting at a friend's house as a kid enjoying this game. Even then, however, the many dead ends frustrated him, so he wanted to make it better with his game: more beginner-friendly, respectively fairer.
The goal is to finish the game in the course of this year. And if someone should find a way to port the finished game to the Amiga, he would be happy to give his permission, provided that the quality is maintained. But he has neither the know-how nor the time to do it himself. (dr)
[News message: 22. Sep. 2022, 10:23] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.Sep.2022
|
Business simulation: Unofficial update for Dynatech
Dynatech is an economic simulation game by Magic Bytes from 1993 for AGA-Amigas: raw materials and open spaces on Earth are exhausted, and the supply of mankind is to be secured through the discovery and development of alien planets. As the boss of "Dynatech", a gigantic corporation for the production of conveyor systems, building complexes and storage facilities, it is the player's task to get hold of transport orders and to enter the business with raw materials and refineries (taken from Amiga Games 11/92).
30 years after the release of this game, a user has now released an unofficial update that primarily transfers the German localization into English. Besides numerous minor bug fixes, however, the "Dynatech 30th Anniversary Edition" also fixes a problem with the AGA version of the game, which caused the original version to render with half the intended color precision bit depth. Likewise, the update features carefully redesigned graphics and user interface. (dr)
[News message: 22. Sep. 2022, 09:42] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
21.Sep.2022
|
AmigaOS 4: New versions of newlib.library and string.gadget class
Via AmiUpdate two updated system files are availble: string.gadget lass 53.24 and Kickstart module newlib.library 53.80. Changes:
string.gadget V53.24
- Rewrote the SHK_PASSWORD handling in the GM_RENDER method in a way that does not require temporarily replacing the buffer in si->Buffer (fixes a race condition when STRINGA_TextVal is read).
- No longer temporarily writes an 'n' character to the end of the buffer, which should fix some nasty race conditions when accessing the buffer.
- Fixed the text cursor sometimes being rendered with a wrong width when placed at the end of the string. This bug was a side effect of changes made in the previous release.
newlib.library.kmod V53.80 (excerpt)
- Fixed the clock() function which was comparing time values using different different epochs, as well as time zones if the local time zone did not
happen to be GMT.
- Replaced GetSysTime() in rusage() and clock() with GetUpTime() which is guaranteed to be monotonically increasing.
- Fixed a bug in setstate() that would cause the long word in front of the previous state buffer to be overwritten instead of the the first long word in the buffer.
- Made always include as it is needed for SIZE_MAX, for now at least.
- Added the previously missing asnprintf(), vasnprintf(), _asnprintf_r() and vasnprintf_r() functions to shared object and small data builds of libc.
- Disabled .__newlib_version section and linker warnings for shared object build of libc.
- Updated libauto.a to the latest version with VBCC support.
- mongetpcs() now uses the locally opened elf.library interface instead of relying on a global IElf interface existing.
(dr)
[News message: 21. Sep. 2022, 20:32] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
21.Sep.2022
|
AmigaOS 4.1: Graphics card driver RadeonHD V5 (update)
At the end of October 2018, RadeonHD driver version 3.6 came out with the release of the "Enhancer Software Graphics Upgrade", as a supplement to the Enhancer 1.x package, which later also became part of Enhancer Software 2.0. With version 2.1 of Enhancer, version 3.7 of the graphics card driver was released.
Finally, version 2.2 of the Enhancer software was released recently, which did not include a new RadeonHD driver, but did include an updated version (1.11) of the va.library. The Video Acceleration Library was developed to support hardware video decoding on Radeon Polaris (RX) cards. Apparently, hardware acceleration for both Polaris RX cards and RadeonHD cards was already integrated in this version, but for the latter case, version 5 of the RadeonHD graphics card drivers was required, which was not yet available at that time (see AmigaKit's contribution on Amigans). Among other things, this resulted in the media player Emotion from Entwickler-X now crashing, because the software loaded the new va.library but did not find version 5 of the RadeonHD driver. This could only be solved by deactivating or reverting to the old version.
After purchasing it under the title link for 50 Euro at AmigaKit (still not available on AmiStore), now this driver is available as version 5.14 via the Updater tool, device-specific for the SAM 460 and the two AmigaOne computers, X1000 and X5000 and brings the driver up to the same feature set as the RadeonRX driver. Most important changes:
- Dropped support for all graphics cards older than Southern Islands
- switched to a new code-base for the core
- added Dynamic Power Management (DPM)
- added UVD (hardware accelerated video decoding) support
- added GART support
- A bunch of miscellaneous fixes and improvements
Suitable graphics cards can be found via the RadeonHD driver compatibility page.
The RadeonHD v5 driver works also fine without the Enhancer Software. But it is required for hardware accelerated video decoding.
Update: (24.09.2022, 07:38, dr)
According to AmigaKit in a press release, the new RadeonHD driver can be directly purchased on A-EON's website until he will be made available on AmiStore. (dr)
[News message: 21. Sep. 2022, 13:58] [Comments: 2 - 27. Sep. 2022, 20:19]
[Send via e-mail] [Print version] [ASCII version]
|
20.Sep.2022
Ko-Fi
|
Platformer: "BlobWars: Attrition" 1.2.2r2 for AmigaOS 4 and MorphOS
A month ago, the AmigaOS 4 developer George 'walkero' Sokianos - among others aiostreams, Flawfinder, Lite XL or iGame - had released the first version of his port of the commercial platformer "BlobWars: Attrition" to AmigaOS 4 (amiga-news.de reported).
The now updated version is also available for MorphOS for the first time and offers a lot of bug fixes, but especially an improvement of the performance. So the game should now be playable on not so powerful computers and SDL renderers, as long as you have a graphics card with some memory available. Unfortunately, it still wouldn't be playable on computers with 32 MB of graphics memory or less. Also, the debugging window that appears when the game starts has been removed.
The developer himself tested the MorphOS version on a PowerBook G4, where it "worked quite well". On his X5000 with the Radeon HD 6850, the game unfortunately only worked with a software renderer and was not playable due to a lack of suitable drivers.
Anyone who wants to support the author has the opportunity to do so on his Ko-fi website. The author returns 50% of the donations to the community at the end of each month by supporting projects or developers. (dr)
[News message: 20. Sep. 2022, 06:28] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
20.Sep.2022
Hans de Ruiter
|
AmigaOS 4: FTP-Server 'ZitaFTP' 1.35
A week ago Hans de Ruiter had released version 1.34 of his commercial FTP server 'ZitaFTP' (amiga-news.de reported). Users reported here crashes at program start, which was due to a missing initialization of AmiSSL. The bug has been fixed and version 1.35 is available for existing users either via AmiUpdate or as download under the title link. (dr)
[News message: 20. Sep. 2022, 06:11] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
19.Sep.2022
Erik Hogan
|
Game Construction Kit: Scorpion Engine V2022.7
The "Scorpion Engine" developed by Erik 'earok' Hogan allows you to develop games. The engine itself is closed source, all demos and example games are open source. The editor runs under Windows. Graphics are imported as PNG files, levels created by using the editor Tiled eingesetzt. For importing and creating sounds, music and animations the Amiga formats (mod, 8svx, anim5) are used.
A few moments ago he has relesaed version 2022.7. Changes:
- Mouse support, including support for two simultaneous mice
- Improved support for separating assets for different targets (to make it easier to have specific animations or levels for OCS, AGA etc)
- Further performance gains from improved 68K compilation
- Various bug fixes and feature additions
You can support the developer on his Patreon website. (dr)
[News message: 19. Sep. 2022, 03:36] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
Prince (Mail)
|
Video tutorial: Episode 31 of assembler coding course
'Prince', founder of the demo group 'Phaze101', is currently streaming the assembler programming 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 reported). Now episode 31 was published. (dr)
[News message: 18. Sep. 2022, 16:20] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
Aminet uploads until 17.09.2022
The following files have been added until 17.09.2022 to Aminet:
ZitaFTPServer.lha comm/tcp 14M OS4 A fast and secure FTP(S) server.
MCE.lha game/edit 3.4M 68k Multi-game Character Editor
MCE-MOS.lha game/edit 3.7M MOS Multi-game Character Editor
MCE-OS4.lha game/edit 4.0M OS4 Multi-game Character Editor
ADoom-1.4.1.lha game/shoot 184K 68k Amiga port of DOOM
DoomSndLibs.lha game/shoot 31K 68k New Sound & Music Libraries f...
ACE-MorphOS.lha misc/emu 1.9M MOS Amstrad CPC/CPC+ Emulator
AmiVms.lha misc/emu 3.4M 68k Simulates OpenVMS commands
dS-tpro.lha text/bfont 123K high res topaz font for squar...
VATestprogram.zip util/misc 1.9M 68k Versatile Amiga Test Program
ColorPicker.lha util/wb 8K 68k tool for get color from Workb...
(snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
OS4Depot uploads until 17.09.2022
The following files have been added until 17.09.2022 to OS4Depot:
rave.lha aud/edi 2Mb 4.1 An editor for mono/stereo audio ...
a1xe_hardware_fixes.zip doc/tut 796kb 4.0 Official Eyetech AmigaOne XE USB...
eaqne.lzx gam/adv 15Mb 4.0 Adventure point and click with d...
mce.lha gam/uti 4Mb 4.0 Multi-game Character Editor
zitaftpserver.lha net/ser 14Mb 4.1 A fast and secure FTP(S) server.
ign-addon-ods.lha off/spr 212kb 4.1 Ignition addon for access ods-files
ign-addon-xlsx.lha off/spr 301kb 4.0 Ignition addon for access xlsx-f...
ignition.lha off/spr 5Mb 4.1 A modern spreadsheet
ignition-src.lha off/spr 1Mb 4.0 A modern spreadsheet (source)
yt.lha vid/mis 799kb 4.0 YouTube URL Extractor script
(snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
AROS Archives uploads until 17.09.2022
The following files have been added until 17.09.2022 to AROS Archives:
murks_0.6.0_fix.lha dev/ide 1Mb Murks an Integrated Development ...
(snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
MorphOS-Storage uploads until 17.09.2022
The following files have been added until 17.09.2022 to MorphOS-Storage:
Protrekkr_2.6.3r2.lha Audio/Tracker A hybrid of modern day ...
AmiArcadia_29.11.lha Emulation A Signetics-based machi...
ACE_1.25.lha Emulation The acidulous CPC/CPC+ ...
EAQNE_demo.lzx Games/Adventure Adventure point and cli...
MCE_14.0.lha Games/Editor Multi-game Character Ed...
(snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
WHDLoad: New installers until 17.09.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 17.09.2022:
(snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
MorphZone (forum)
|
MorphOS: Web browser Wayfarer 4.1
Jacek 'jacadcaps' Piszczek has released version 4.1 of his Wayfarer web browser for MorphOS. This is now based on WebKitGTK 2.36.7 and thus fixes various errors within WebKit itself. Therefore, the update is recommended despite the fact that due to yesterday's release of WebKitGTK 2.36.8, version 4.2 can already be expected in the next few days.
Download: wayfarer.lha (26 MB) (snx)
[News message: 18. Sep. 2022, 06:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.Sep.2022
|
Programming assistance: "AB_Template" 0.40 offers templates for AmiBlitz 3
Sami Vehmaa wants to get more people to develop games for the Amiga platform and for this purpose offers templates for the RTG variant of AmiBlitz 3 on itch.io with "AB_Template" (YouTube video of version 0.23, amiga-news.de reported).
In version 0.40 he has added 16/9 Parallax side scroller with a warrior, a slot machine update and fixed some bugs. (dr)
[News message: 18. Sep. 2022, 06:26] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
17.Sep.2022
Twitter
|
Print/PDF magazine: Komoda & Amiga plus #21 (English/Polish)
"Komoda & Amiga Plus" is dedicated to retro gamers and deals mainly with Commodore's 8-bit computers and Amigas. Among the topics of the current issue 21 (summer/autumn) are an article about Amiga in NASA service, the second part about the situation of Amiga in 2022 and several game reviews.
The magazine is available as printed issue inclusive Commodore 64/128 coverdisk for 9,54 Euro plus shipping (about 5 Euro) or as digital issue for 2,12 Euro. (dr)
[News message: 17. Sep. 2022, 07:45] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
17.Sep.2022
|
Floppy disks, part two: Who got them? Tom Persky!
Recently, the offspring discovered the almost criminally forgotten floppy disks as a game object, which not only our one, but also many readers were drawn into many fond memories. However, there is someone who never lost interest and passion for collecting floppy disks and even made a business out of it: Tom Persky.
He is the founder and operator of floppydisk.com. I stumbled across an Interview with him the other days, which is included in the book Floppy Disk Fever - greetings to Joerg Doege :) and now published by "Eye on Design", the editorial platform around design issues.
He bought the domain in the early 1990s and was originally involved in duplicating floppy disks. As he says, he "never in a million years thought I would ever sell blank floppy disks." His business, which used to be 90% duplicating CDs and DVDs, is now 90% selling blank floppy disks. Which he finds shocking. Currently, he has about half a million floppy disks in inventory, but also offers a disk recycling service.
Of course I asked him if he also had experience with Amiga users...As he writes, this is limited to the duplication of floppy disks. He has one or two Amiga customers who order duplications of a few hundred disks. He can still do that, since he still has some duplicators that recognize and support the Amiga format. Unfortunately, since he no longer has any original Amiga equipment, he does the duplication, but the final quality control has to be done by the customer. Even though his equipment is very reliable, there is always some nervousness when he sends disks that he cannot test.
Now it's great that his business still exists, but I wanted to at least see if there was a local alternative to America. I thought I had found one, but the offer to sell blank floppy disks is currently not available. And I was asked not to mention the site either, lest I get a flood of inquiries...;).
So if you are in the process of writing your own text adventure, with umpteen high-resolution background graphics, and want to put it on the market on 10 disks per slipcase, you will have to look elsewhere... ;)
Have a nice weekend! (dr)
[News message: 17. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
17.Sep.2022
|
8-/16-bit emulator for Mac OS and Linux: Clock Signal V2022-09-16
Thomas Harte's Clock Signal is an emulator for various 8- and 16-bit platforms aiming to be invisible to the user. The idea is to simply start the source medium without configuring the emulator oneself. Clock Signal is available for Mac OS and Unix-compatible systems. While there is also an Amiga emulation included, it "remains wilfully inaccurate" for now.
Yesterday version V2022-09-16 was released. Changes:
- fixes an error in Apple II disk image handling that caused corruption upon save
- adds emulation of the Apple II SCSI card
(dr)
[News message: 17. Sep. 2022, 06:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
16.Sep.2022
|
Real-time strategy: Update of Vanilla Conquer
Artur Jarosik had released version 1.0 of his port of the first part of the real-time strategy series Command & Conquer to the Amiga in May (amiga-news.de reported). Now he has released a separate version ("vanillatd_no_vamp.zip") for Amigas without Vampire accelerator card, which offers a twice optimized rendering speed. Also, the custom cursor is now enabled in the game. (dr)
[News message: 16. Sep. 2022, 17:34] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
16.Sep.2022
|
Video: What is DMA?
In his latest video Robert Smith explains Direct Memory Access (DMA) and among other things also the interleaved mode of the Amiga. (dr)
[News message: 16. Sep. 2022, 05:47] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
16.Sep.2022
|
SCSI-SD adapter: ZuluSCSI-Firmware 1.0.8
ZuluSCSI is a new generation of file-based SCSI hard disk and CD-ROM drive emulators. ZuluSCSI emulates a SCSI-I or SCSI-2 hard disk using an SD memory card (amiga-news.de reported). Today version 1.0.8 of the firmware was released. Changes:
- Enable PHY_MODE_DMA_TIMER by default if no GreenPAK is present on V1.1 hardware
- Initial implementation of synchronous mode for RP2040
- Add device type autoconfiguration for more filename prefixes: MO, RE, TP
- Relocate Apple default drive IDs to shared code
- Add platform support for upcoming RP2040-based ZuluSCSI
- RP2040: custom bootloader & performance improvements
- RP2040: Fix SCSI-2 mode not getting enabled due to ATN handlinghttps://github.com//pull/64
- RP2040: Add support for SCSI-1 single initiator mode
(dr)
[News message: 16. Sep. 2022, 05:22] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
15.Sep.2022
|
Connector board for FPGA Amiga clone: MiSTress 600
After the currently sold out versions for the installation of the FPGA Amiga clone MiSTer into an Amiga 500 and Amiga 1200 or ITX/Micro ITX PC-, 8bits4ever today officially introduced a conversion kit for the Amiga 600 as well.
As with other MiSTress models, the original Amiga 600 keyboard can be used as a regular USB HID device, and the case LEDs light up just like the MiSTer's. As the site writes, this first batch will take about 5-6 weeks to be ready for shipping. The introductory price is 135 Euros plus shipping.
Among other features, the MiSTress 600 has a hub with five USB ports, RGB/VGA DB15 connector, RCA stereo audio (with selectable I2S DAC), two DB9 joystick connectors (SEGA Megadrive compatible), and an internal 2.5-inch drive bay. The keyboard controller has an extended keyboard layout, which gives access to most of the keys you would find on a normal 104-key keyboard, and which are otherwise missing on the Amiga 600 key set. (dr)
[News message: 15. Sep. 2022, 18:27] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
15.Sep.2022
Amigaworld.net (Forum)
|
Video: Amiga Alive and Kicking also at Amazon Prime in the USA
The crowd-funded documentary "Amiga Alive and Kicking", which has been available for download since the end of June (amiga-news.de reported), is now also available on Amazon Prime - but currently only in the USA. (snx)
[News message: 15. Sep. 2022, 09:54] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
14.Sep.2022
|
Text adventure: Pre-order of Collector's Edition of "Silk Dust"
In the middle of the last year, Davide Bucci had released the third part of his text adventures series called "Silk Dust" (amiga-news.de reported. "poly.play" now offers a collector's edition for 27 Euro plus shipping. It includes:
- 3.5" floppy disk
- Cardboard box
- MicroSD card including disk images and more
- Compass in linen bag
- 8-page DIN A5 manual (English)
- Stickers
- Poster (Din A3)
- Shrink-wrapped
The box will be available from 03. October 2022 and can be pre-ordered now. (dr)
[News message: 14. Sep. 2022, 08:57] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
14.Sep.2022
|
AmigaOS 4: Audio editor Rave 1.3
For more than a year Daniel 'trixie' Jedlicka presented the audio editor 'Rave' developed by him in status updates on his blog, at the end of June he released the first version 1.1 (amiga-news.de reported). The now released version 1.3 includes the following changes:
- Unlimited Undo, with an option to use the Extended Memory Objects framework.
- Added support for WAV files containing IMA ADPCM-encoded data.
- Faster processing, loading and saving of long samples thanks to optimizations in the sndeditor.gadget.
- Fixed: The list of assigns in the file requester got improperly sorted under certain conditions.
- Fixe: Applying Mute didn't change the project status to modified, so the Save function remained unavailable.
- Fixed: Pasting mono data from the clipboard into a stereo project didn't work.
- Fixed: Auditioning a right-channel selection always played left-channel data by mistake.
- Fixed: The channel mixing code in Convert Channels was broken and produced some distortion.
- Updated program documentation.
Rave requires AmigaOS 4.1 Final Edition Update 2 as well as A-EON's Enhancer Core. (dr)
[News message: 14. Sep. 2022, 05:59] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.Sep.2022
Amiga.org (forum)
|
AmigaKit: Switchless floppy boot selector
British dealer AmigaKit offers a switchless boot-selector for the Amiga 500 or 2000 floppy drives at the title link: Pressing Ctrl-Amiga-Amiga for five seconds makes DF1 the boot drive, while the original DF0 is switched off. Pressing the key again reverses this. (snx)
[News message: 13. Sep. 2022, 15:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.Sep.2022
|
AmigaOS 4.1: Spreadsheet ignition 1.21
Achim Pankalla has released version 1.21 of his spreadsheet ignition, which requires at least AmigaOS 4.1 Update 6. The new version corrects bugs in some functions, now allows file suffixes with more than three characters and offers a revised manual.
The ods-addon has also been updated. The extension allows loading and saving tables in OpenDocument format, which is used in LibreOffice/OpenOffice Calc, among others. Changes in ign-ods-addon 0.37:
- now some more functions are converted
- solve a problem with ms ods-files
- corrects a failure in calculation of column and row size
A new addition is the xlsx-AddOn for reading MS Excel files. This is a first, early version of the extension, the integration in ignition must still be done manually. Here tested with a calendar file (left ignition, right Excel):
Achim Pankalla thanks all testers, bug reporters, translators and supporters. He welcomes any feedback via email, and also refers to the official ignition support forum (German) at os4welt.de for further information and discussion. (dr)
[News message: 13. Sep. 2022, 06:40] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.Sep.2022
Hans de Ruiter
|
AmigaOS 4: FTP server 'ZitaFTP' 1.34
Hans de Ruiter has released version 1.34 of his commercial FTP server 'ZitaFTP'. He wrote:
"ZitaFTP Server v1.34 has just been released, and can be downloaded. This version marks a major milestone: it's no longer a pre-release.
No, this doesn't mean it's perfect. I have plenty more features and enhancements to add. ZitaFTP Server has matured to the point that the pre-release label can be removed. It's a solid product.
The ZitaFTP Server logo has been refreshed, and is looking nice. It's been incorporated into the installers too, so the generic banners are gone. In brief, here are the (cross-platform) enhancements and bug fixes:
- UI sidebar menu now only shows the pages that a user has access to
- Enabled Link-Time-Optimization (LTO) for release builds. This reduces the compiled binary size by removing unused library code (and other optimizations)
- Fixed timer event removal to eliminate a SEGV fault on exit when the ACME autorenewal client is active
- Fixed a potential hang in the event loop with slow tasks (such as ACME certificate renewal tasks)
- Fixed thread pool so more than one thread can run at once
The AmigaOS version got some special attention this time round. Here's what AmigaOS users have to look forward to:
- Added an AREXX port
- Installer now has upgrade and maintenance modes when an existing installation is detected. Upgrading just got easier
- Added AutoInstall script
- Updated libcurl to use AmiSSL, and deleted the statically linked OpenSSL that was there only for libcurl (reduces the binary size by several megabytes)"
A single license of 'ZitaFTP Server' costs around 47 Euros. The program can be tested free of charge for 30 days. (dr)
[News message: 13. Sep. 2022, 06:09] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
12.Sep.2022
|
Tetris clone for RTG Amigas: Atris
Yesterday, Sami Vehmaa - also AB_Template - has released a Tetris clone called Atris for Amigas with gfx board (YouTube video).
The game was written in AmiBlitz 3 and requires AmigaOS3.x, AHI, RTG 960x540 16-bit for full screen mode and 35MB RAM. The game can be also started from Workbench in 800x600x16, but then you cannot change to full screen mode. Atris can be purchased for at least 3 Euro on itch.io. (dr)
[News message: 12. Sep. 2022, 05:33] [Comments: 3 - 16. Sep. 2022, 14:11]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
|
Image processing: FPU version of RNOEffects 1.4
In the middle of August, developer 'jPV^RNO' had released version 1.4 of his image processing program "RNOEffects" (amiga-news.de reported). Now he additionally compiled and released a FPU version which according to him is much faster for certain functions. (dr)
[News message: 11. Sep. 2022, 15:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
|
Aminet uploads until 10.09.2022
The following files have been added until 10.09.2022 to Aminet:
ign-AddOn-ODS.lha biz/spread 212K OS4 ignition addon for access ods...
ign-AddOn-XLSX.lha biz/spread 301K OS4 ignition addon for access xls...
ignition.lha biz/spread 4.9M OS4 a modern spreadsheet
ignition-src.lha biz/spread 1.2M Sourcecode ignition 1.21
NewsCoaster_FR.lha comm/news 20K French catalogs for NewsCoast...
evo.lha dev/e 648K 68k E-VO: Amiga E Evolution
mhi_dev.lha driver/aud 62K 68k MHI Dev - The new standard in...
croaker.lha game/actio 120K 68k Amphibian survival game.
sormelus.adf game/misc 880K 68k Finnish game for testing typi...
jfsw.lha game/shoot 1.7M 68k Shadow Warrior Amiga Port
nblood.lha game/shoot 1.0M 68k Blood Amiga Port
RNOEffects_68k_FPU.lha gfx/edit 5.6M 68k Image processing program
AmiArcadia.lha misc/emu 4.6M 68k Signetics-based machines emul...
AmiArcadiaMOS.lha misc/emu 5.0M MOS Signetics-based machines emul...
AmiArcadia-OS4.lha misc/emu 5.1M OS4 Signetics-based machines emul...
LHArchiver.lha util/arc 4.6M create lha archives intuitively
(snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
|
OS4Depot uploads until 10.09.2022
The following files have been added until 10.09.2022 to OS4Depot:
amoskittens.lha dev/lan 2Mb 4.1 Amos the kitten is amos basic in...
amiarcadia.lha emu/gam 5Mb 4.0 Signetics-based machines emulator
ciagent.lha emu/mis 171kb 4.0 Minimal CIA resources and hardwa...
tbftss.lha gam/shm 2Mb 4.1 The Battle for the Solar System ...
lharchiver.lha uti/arc 5Mb 4.0 Create LhA archives intuitively
(snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
|
AROS Archives uploads until 10.09.2022
The following files have been added until 10.09.2022 to AROS Archives:
icaros23_fix.tar uti/mis 161Mb Little fix for icaros desktop v2.3
(snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
|
MorphOS-Storage uploads until 10.09.2022
The following files have been added until 10.09.2022 to MorphOS-Storage:
Protrekkr_2.6.3.lha Audio/Tracker A hybrid of modern day ...
LHArchiver_1.5.lha Files/Archive Create lha archives int...
Doom3-ProjectUAC_r6_2.lha Games/Shoot3D Doom3 ProjectUAC
AmiTube_1.3.lha Multimedia The first YouTube Clien...
HotBorder_1.10.lha System/Ambient/Commodi... HotBorder is a commodit...
TinyGL-Update-2022-09-... System/Update Second public MorphOS T...
(snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
Amigaworld.net (forum)
|
MorphOS: TinyGL beta version 2022-09-08
MorphOS team developer Mark 'Bigfoot' Olsen had offered a bounty project for improved OpenGL support as well as drivers for more Radeon graphics cards under the title link, which has been successfully funded (amiga-news.de reported). In the meantime, the developer has released a third beta version of his TinyGL update.
Among other things, the shaders now continue to work correctly even after resizing the window. A detailed description of the new features can be found in the archive's readme file. (snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
11.Sep.2022
Amiga Future (website)
|
Programming language: AmiBlitz pre-release 3.9.6
Besides three bug-fixes, the pre-release 3.9.6 of the programming language AmiBlitz adds an optimization of "moveq" - if value is in byte range, moveq will be used instead of move.l. (snx)
[News message: 11. Sep. 2022, 06:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
10.Sep.2022
|
AmigaOS 4.1: free AMOS interpreter AMOS Kittens 0.8
Kjetil 'LiveForIt' Hvalstrand is working on an interpreter which can run AMOS source code under AmigaOS 4. As the developer wrote "on the Amos command this project tries to stay 99% compatible, a few command won't work as this project use a bit more modern chunky image format instead of the planar graphic format". (amiga-news.de reported). The source code is available on GitHub. Changes of version 0.8:
- Remove the required version 53, for extensions.
- Fixed sticky key problem, due to missed key up event.
- Don't allow BLoad to blow up if, bank is not found.
- Reserve AS - commands fixes
- Fixed DirFirst$(filename$) problem.
- Make sure zones are freed, on exit.
- Mouse Limit, X Mouse, Y Mouse problems fixed.
- Command Set Font bug fixed.
- Fixed broken iconify support.
- Added error requestors.
- Open requester on errors.
- Added version string to exe file.
- Minor improvements to Polygon
- Improvements to packaging.
- Fullscreen now has back border.
- Fixed joystick / joypad, offsets of buttons / axis
(dr)
[News message: 10. Sep. 2022, 21:02] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
10.Sep.2022
|
Frogger clone: Croaker
A classic: In the game produced by Sega in 1981 and developed by Konami, you have to guide a frog safely across a busy road and then across a river ((Wikipedia entry)). In the now released Amiga adaptation "Croaker" (YouTube video), the task remains the same, but becomes more difficult with each level, as the number of lanes increases. The game offers a 2-player mode and runs with AmigaOS 1.3 and 512k chip ram by default. (dr)
[News message: 10. Sep. 2022, 06:48] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
10.Sep.2022
|
Demoscene: Function 2022 demo party in Hungary
Function is currently the biggest Hungarian demoscene party, which takes place this weekend in Budapest. Among other things, there is a competition for Amiga demos. Those who don't want to travel themselves can follow the event on Twitch. (dr)
[News message: 10. Sep. 2022, 06:09] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
10.Sep.2022
|
Programming assistance: "AB_Template" 0.35 offers templates for AmiBlitz 3
Sami Vehmaa wants to get more people to develop games for the Amiga platform and for this purpose offers templates for the RTG variant of AmiBlitz 3 on itch.io with "AB_Template" (YouTube video of version 0.23, amiga-news.de reported).
Version 0.35 released today, he has included three different tests of the collision function as well as different test options to read the keyboard. (dr)
[News message: 10. Sep. 2022, 05:26] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
09.Sep.2022
|
Tutorial: Setting up a FTP server under MorphOS, connecting to devices
Amiga-News.de reports about news from the Amiga world, informs about developments, projects, news. However, our readers - the normal Amiga user as well as developers and programmers - have a wealth of experience and practical knowledge themselves, which can provide added value for everyone. Therefore we would like to make such knowledge more available to the general public. The MorphOS and AmigaOS 3 user 'emeck' has kindly taken the trouble to document how he sets up an FTP server under MorphOS in order to connect to the cell phone for data exchange, as in this case. But of course this is also possible from other devices like laptop or Raspberry Pi. Many thanks, 'emeck'.
"Now that floppies and even CDs/DVDs maybe not available to everyone, we can use several ways to tranfer data to/from our Amigas using networking. FTP is one of those ways, either by connecting to an FTP server or running it on our Amiga.
In this case, We will configure an FTP server under MorphOS, which is really simple to do thanks to OrangeFTP. Installation and usage is explained clearly in the program's guide but we'll add some screenshots here.
First we need to setup at least one user for connecting to the server. This is done in MOS setting. So we need to open Settings-->System-->Users. As you can see in the screenshot, I have already set up my default MOS user, which is the one I use to connect through FTP. Here you can set one for you.
The Home Dir is the Volume/Drawer you will have access when connecting with your FTP client. And the Login and Password is obviously the credentials you use for connecting.
You can add other users in the Users Tab. At first, it will be empty but clicking the Add New User button will let you fill in some fields for the new user as seen in the next screenshot:
In this case we have a user "ricardo" who is limited to browse the Download drawer in the Work: volume. Each user should have its unique User ID but all users defined here should have the same Group ID. So if we add here a new user like "tony", the Group ID must be 1000 too while the User ID could be 2. You can also configure an anonymous user that doesn't need a password to log in.
Next, after configuring the users, we need to configure the group in the Groups tab. This is also empty at firs too, but using the Add New Group button show again some fields for us to fill.
Here you have to add group called "ftp" and use the same Group ID you used to define our users (1000 in our example).Finally, add the names of the users, seperated spaces in case you want more than one.
Now we only need to run OrangeFTPd double clicking its icon or running it from the shell (in which case the gui won't open; you should pass the "-gui" option for that). So finally, we have our FTP server running!
As you see, we are not connected right now. We'll do it shortly. OrangeFTPd also has some settings we can change clicking the Config button, like the port it is using or the welcome message when connecting. Here are the default settings.
Now, for connecting with my Android phone I use AndFTP. Basicaly we need the login name, password, the IP of our Amiga and port number (21 by default for FTP).
Here you have the screenshots for the config I use for AndFTP on my phone (the same settings also work for connecting with Filezilla with my RPi or Debian laptop).
After configuring the client, now we can connect. OrangeFPd shows the current successfull connections. As you can see in the next screenshot, my MOS server has now 1 active connection.
So, this is a simple way to transfer data between my MorphOS system and my Linux/Windows/phone devices over my local network. FTP is not secure so if you want to access from outside your local network, you better user other protocol and security measures."
(dr)
[News message: 09. Sep. 2022, 06:22] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
08.Sep.2022
|
ADF tool for macOS: ADFMaster
'Matze1887' - among other things jump'n run Minky - has released a first version of his ADF tool "ADFMaster" for macOS. It is still under development, but already works for many tasks. For example, image files can be created simply by dragging and dropping.
The tool is available on itch.io starting at four Euros. (dr)
[News message: 08. Sep. 2022, 20:20] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
08.Sep.2022
Twitter
|
Hardware: AmigaONE X5000 complete systems available
As Alinea Computer announced in a recent Twitter message, AmigaOne X5000 complete systems are currently available from them and can be requested. (dr)
[News message: 08. Sep. 2022, 12:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
08.Sep.2022
TheoTheoderich per Mail
|
Trading game: Developer update of "Settle the World"
For the Amiga Blitz Basic Game Jam, 'TheoTheoderich' is developing his turn-based building and trading game "Settle the World" (amiga-news.de reported).
Now he has reprogrammed the menu for his game and documented this with some, short YouTube videos.
- Part 1: a first look at the new menu (Credits, Help, Game Options)
- Part 2: how to open a new game in basic mode
- Part 3: how to load a saved game
- Part 4: the revised world map, saving a game
- Part 5: a look at the overview maps (stock of goods in the cities, production and progress of production in the cities, locations and cargoes of all trading units, cities with unassigned colonists)
- Part 6: how to open a new game in expert mode, the map generation tool
Feedback is appreciated by the author. (dr)
[News message: 08. Sep. 2022, 09:13] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
07.Sep.2022
Amiga Future (Webseite)
|
Event: Voting for the Community Award of the Amiga37
On October 15/16 the Amiga37 will take place in Mönchengladbach (amiga-news.de reported). It is now possible to vote for the award recipients of the "Community Award" under the title link. For this a registration via e-mail address is necessary (if not already done for the ticket purchase anyway).
You can choose between:
- 10MARC
- AgedCode
- AgentSmith
- Alf24de & Transi
- AmigaBill
- Amiga Future Team
- AmigaOS3.2 Developer Team
- Andreas Magerl
- Anthony & Nicola Caulfield
- Arne von Boehn
- Bartman
- bebbo
- ChuckyGang
- Dennis Pauler
- DigitalKeeper
- DJCook
- Edgar Schwan
- ElrondMcBong
- Frank H aus L
- halbvier
- hese
- Hoffman
- Jamie Morgan
- John Girvin
- juen
- kas1e
- Kefir
- Kevin Saunders
- Marvin Droogsma
- Matthias Münch
- mattymuc
- Matze
- McGeezer
- Michal Schulz
- midwan
- mntmn
- Muzza
- NovaCoder
- Oliver Roberts
- Paulee Alex Bow
- Paul Kitching
- phx
- PiStorm
- Pitt Rock
- spieleschreiber
- Steve Jones
- TerribleFire
- The AmigaGuru
- thorfdbg
- Tigerskunk
- Toni Wilen
- trixie
- Virgill
- walkero
(snx)
[News message: 07. Sep. 2022, 14:48] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
07.Sep.2022
Thomas Wenzel (ANF)
|
MPEG audio: MHI developer archive 1.2
As Thomas Wenzel wrote, MHI was developed by him and Paul Qureshi, with the help of Dirk Conrad, because current systems (mpega.library and the mpeg.device) do not offer the features modern applications such as AmigaAMP require. For the first time the first beta version of AmigaAMP v2.9 fully supported version 1.0 of MHI (amiga-news.de reported). The new version 1.2 contains:
- Enhancements to the specification to
- tell the application to support other formats beyond MPEG audio
- officially support extended sound control (5- or 10-band equalizer)
- a bug-fixed MAS player driver which now no longer overwrites the contents of some registers, especially A6, for certain functions. This bug was discovered by Szilárd Biró, who ports games to 68k and plays the music via MHI.
(dr)
[News message: 07. Sep. 2022, 07:08] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
07.Sep.2022
Passione Amiga (ANF)
|
Event: Passione Amiga Day 2022 in Spoleto (Italy)
'Passione Amiga Day' is the meeting of Amiga users in Italy, organized by Passione Amiga, the printed magazine for Amiga enthusiasts and users in Italian, with commercial exhibitors, conferences with Italian and international guests and a flea market. It will take place in the historic center of the city of Spoleto on September 18, 2022 with free admission (amiga-news.de reported).
As the organizers now announce, several commercial exhibitors will participate, including the publishers of Zzap!, ACube Systems, Virtual Works, Retrogaming & Toys, und RetroGiovedì who will present the new version of Waffle: a device that allows to use Amiga disks under PC emulation. (dr)
[News message: 07. Sep. 2022, 06:51] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
07.Sep.2022
|
Pre-order: MiST 1.5 with metal case
Przemyslaw 'Lotharek' Krawczyk offers a MiST revision 1.5 including metal case for about 212 Euro plus shipping in a pre-order campaign, which runs until October 10. The MiST revision 1.5 will be produced if there are enough orders. In the revision 1.5 many technical changes were made to simplify the automatic assembly (PCB redesigned, power supply reworked) and the MiST now is equipped with 64MB DRAM.
"MiST" (GitHub page), originally developed by Till Harbaum, is an FPGA motherboard that is supposed to emulate different home computers or arcade machines by means of different "cores". Originally intended as a pure Atari ST clone and therefore - analogous to Minimig - named "MiniST", a Minimig core initially ran on the hardware. Since then the project is called "MiST" (aMIga/ST) (amiga-news.de reported).
Supported Systems:
- ST/STE (also on SCART 15KHz)
- Amiga 500/600/1200 (AGA CORE BETA core)
- C64 (partially - still in development)
- Atari 8bit (96%)
- Collecovision
- ZX81
- Atari 2600
- ZX Spectrum with AY, also with DIVMMC and ESXDOS
- SEGA GENESIS
- Apple
- MSX
- AMSTRAD CPC (BETA)
Hardware to be provided by the customer:
- USB keyboard
- micro USB phone charger for power supply
- SD card (1GB recommended)
- VGA monitor
- USB mouse
- PC speaker
(dr)
[News message: 07. Sep. 2022, 06:00] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
| |
Recent Discussions |
 |
|
 |
Latest Top-News |
 |
|
 |
amiga-news.de |
 |
|
|
|
|
|