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)

11.Nov.2022
Amiga Future (website)


Do it yourself: Sound card Prelude replica (Update)
The Zorro II sound card Prelude supported recording and playing in full-duplex mode at a resolution of 16 bit and a frequency of upto 64 kHz. Those who are interested in building a replica themselves can find a corresponding project - inluding the expansion module MPEGit - at the title link.

Update: (14.11.22, 08:00, snx)
The GitHub repository has been removed meanwhile. As the developer of the replica, Alexander Engelhardt, told us, it had been just a backup, while by himself his work has been just released at a1k.org so far. The reason is that he would like to wait for possible bug reports first, an official release will follow. (snx)

[News message: 11. Nov. 2022, 13:50] [Comments: 1 - 14. Nov. 2022, 08:09]
[Send via e-mail]  [Print version]  [ASCII version]
11.Nov.2022



Video: The history of the British video game developer "Magnetic Scrolls"
In his latest video, Kim Justice takes a look at the British computer game company "Magnetic Scrolls", which from 1984 onwards became known mainly for their text adventures like THE PAWN, Myth or Fish!. On the page "Magnetic Scrolls Memorial" you can find more information about the developers and other games. (dr)

[News message: 11. Nov. 2022, 09:25] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
11.Nov.2022



Puzzle game: LUMA
Indie game developer Dan 'zooperdan' Thoresen (among others Wheel of Fortune implementation YAWoFFA or Amiga Blitz Basic Game Jam) has released the Amiga port of the puzzle game LUMA, originally written for the Commodore 64.

LUMA is laser based sliding puzzle game where the goal is to connect lasers to targets of same color by using mirrors to deflect the beam. The lasers have to be activated using batteries. Each level must be solved within a specific amount of moves. The game has 128 levels and can be downloaded for a price to be set by the user. (dr)

[News message: 11. Nov. 2022, 05:34] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Nov.2022
Vinnny (ANF)


Distributed.net: OGR-28 completed, Distributed Amiga in second place
Around the turn of the millennium, various initiatives were started to make unused computing time available for projects, which also led to the formation of teams in the Amiga area that competed with others - be it against other operating systems or among each other (amiga-news.de reported).

With OGR, for example, the task is to search for an optimal Golomb ruler. More than eight years after finding the 27th-order one, when the Distributed Amiga team came in third, the optimal 28th-order Golomb ruler has now been found: The Distributed Amiga team even achieved second place this time, the MorphOS team twelfth. (snx)

[News message: 10. Nov. 2022, 08:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Nov.2022



WHDLoad: Graphical user-interface iGame 2.2.0
iGame is a MUI-based frontend for starting WHDLoad games (amiga-news.de reported). Recently George 'walkero' Sokianos (editor 'Lite XL' or MediaVault) has released version 2.2.0 for AmigaOS 2.04 and higher, AmigaOS 4 and MorphOS, providing the following changes:
  • Added
    • Added automatic release to Aminet and OS4Depot through the CI/CD whenever a new release tag is created at the repo

  • Changed
    • Removed completely the Tooltypes. Now iGame defaults to the optimal settings and uses only the settings file to change its behaviour.
    • Now if the file "envarc:igame.prefs" exists then this is used by iGame, instead of the one that exists at the PROGDIR:. This way multiple iGame instances will have common settings.
    • Introducing semantic versioning. No beta versions any more. Now the versions will have three digits based on MAJOR.MINOR.PATCH pattern. More info at https://semver.org/

Aminet download: iGame.lha (315 KB) (dr)

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



Jump'n Run: Minky V1.3
Minky (Video) is a Jump'n Run similar to Super Mario or Giana Sisters, which requires an Amiga 500 with one Megabyte RAM (amiga-news.de reported). In version 1.3 "strange crashes were removed when throwing a ball and jumping at same time". (dr)

[News message: 09. Nov. 2022, 05:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
09.Nov.2022
Twitter


RastPort: KA02 - Improved version of external PCMCIA adapter
Grzegorz Kraszewski's RastPort designs and manufactures accesories and expansions for Amiga computers. At the end of 2018, he had presented his project "KA02": a PCMCIA adapter for the Amiga 1200 in a standard desktop case. With the adapter, the PCMCIA card is placed vertically on the side of the Amiga and thus takes up much less space on the desk. Now he has published on Twitter a first photo of a variant that has an improved plug-in part. Inserting it into the slot is much easier that way, he says. (dr)

[News message: 09. Nov. 2022, 04:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
09.Nov.2022
Amigans


Metacompiler: Portabl E r6
Christopher Handley's metacompiler "Portabl E" - now written with spaces - works by translating your code written with the programming language Amiga E into C++, and then using GCC to compile it into an executable. This needs an installation of GCC. Please read his official press release:


Portabl E is my recreation of the AmigaE programming language, along with most of the improvements I have wanted. Portabl E works on AmigaOS4, AROS, MorphOS, as well as even Linux & Windows! (It should also work on AmigaOS3, but compiling needs a powerful machine like WinUAE.)

This is the finished r6 release, with the "beta" tag removed (amiga-news.de reported), although it hasn't really been beta since the last couple of release.

See the main manual for what has changed since r5. The biggest changes since the last r6 beta release include:
  • Added basic Linux support (64bit x86 only), to the same level as Windows, i.e. Shell-only, with no graphics or internet access. This was a major effort, partly due to all the differences (64-bit pointers, case-sensitive filing system, mount-points anywhere, etc), and partly due to all the C headers that needed to be converted.
  • Linux: PEGCC now supports cross-compilation (for Amiga & Windows) using the TargetOS parameter, as long as an appropriate GCC cross-compiler is installed.

  • Programs will now compile using the latest SDK of AmigaOS4, AROS and MorphOS.
  • All OS procedures that can support unlimited parameters now do so, including the Amiga's SystemTags().
  • AmigaOS3: No-longer needs a modified "intuition/classusr.h" file.
  • Added the 'std/pUnsigned' module, to provide basic support for unsigned number types, and the example program "Examples/std/Shell/crc32.e". Useful for porting certain C algorithms.
  • Added the procedures InStrNoCase(), BigMax(), BigMin(), BigFastMod(), IsBigEndian() & IsLittleEndian().
  • In 'std/pTime', improved CurrentTime() to take a timezone parameter.

  • Fixed FastNew() (and so NEW) which would trash memory, instead of raising the "MEM" exception, if it failed to allocate memory. Thanks to Dimitris Panokostas for reporting symptoms of this long-standing bug, especially as I don't see out-of-memory errors on the OSes I normally use.
  • Amiga: The installer would fail at "Copying executables..." if the user-specified path for executables did not contain any (sub) folders, such as "C:" (which sadly was the default). Many thanks to "Zendarion" for the bug report.
  • Windows: In 'std/pTime', CurrentTime() now returns the correct time when DST is in effect.

  • I've renamed the language from "PortablE" to "Portabl E" with a space, in the hope of making it more easily searchable on the internet (as well as clarifying how to pronounce it). But the "PortablE" command name itself is unchanged.
The new version can be downloaded under the title link or via OS4Depot. (dr)

[News message: 09. Nov. 2022, 04:40] [Comments: 2 - 15. Nov. 2022, 08:45]
[Send via e-mail]  [Print version]  [ASCII version]
08.Nov.2022



Preview video: Amiga port of "Cecconoid"
Earlier this year, musician, DJ and developer 'Hoffman' had released the vertical-scrolling shooter Knightmare, originally written for the MSX and published by Konami, as an Amiga port (amiga-news.de reported). His new project is the port of the game "Cecconoid", originally released by "Triple Eh?": "an 8-bit inspired, flick-screen, twin-stick-shooter, set in an alternate dimension where the pixels are still chunky, and the bad guys are black and white." A Twitch recording now gives an impression of the game. As the author tells us when asked, about 85% of the game is finished. First and foremost, an integrated sub game "Eugatron" and the game's soundtrack are still missing. (dr)

[News message: 08. Nov. 2022, 03:47] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Nov.2022



Video interview: Jens Schönfeld talked about acceletator board projects
At this year's AmiWest among other things an interview between Bill Borsari and Jens Schönfeld was planned, which couldn't take place due to technical difficulties. This has now been made up for via Jitsi and published on YouTube. The two mainly talked about the ACA1240/1260 turbo cards first announced by Individual Computers at the end of December 2018, of which the first pictures of the cooling system were shown a year later.

As Schoenfeld reports, 18 boards of the fifth prototype "release candidate" status of the ACA1240 have currently been built and are now undergoing various tests again. This version has 256MB SD-RAM and does not need a separate power supply, but is designed to work with the standard power supply of the A1200. Schoenfeld explained that despite the higher clock speed, DDR memory would bring more disadvantages than advantages for this processor, and the apparently slower SD-RAM would have noticeable advantages that would make a 68040-40 faster in some (albeit few) disciplines than a 68060-50 on a 1990s board.
The fan would be barely audible due to the generously sized heatsink and temperature control. One thing would still have to be checked before serial production could start: the correct functionality of the MicroSD card slot.

His announcement at Amiga37 that the delivery could be done by Christmas seems unlikely at the moment, because the responsible employee was sick first and now has to take care of family matters. However, he hopes to be able to start production this year. The price for the smallest version with a 68040/25MHz CPU should be around 500 Euros. Versions with other CPUs may greatly increase the price. The capacity of the FPGA has been chosen so that there is room for future extensions. The circuit has already been checked so far that access to all signals is possible, which are necessary for planned (but not yet publicly known) extensions. The technology is similar to the Flickerfixer products from iComp: New features can be easily added via software update. Among other things, this was the reason why there were so many different prototypes: The interface for communication with the Amiga 1200 was completely new developed and contains a "quite sophisticated logic". So even theoretical maximum values (seven megabytes per second) can be reached when accessing the Chip RAM, independent of the processor's speed.

There would likewise be considerations to develop a dedicated graphics card that fits equally for different processors on the ACA1240/1260. Only a "proof of concept" circuit exists here so far, which has confirmed the stability of the memory while using the "fast GFX" port. When asked by Bill Borsari, Schönfeld confirmed that the specifications for this port can also be opened to other companies. Schönfeld spontaneously mentioned the name Lukas Hartmann, owner of the company mntmn, known for the graphics card ZZ9000.

Schönfeld described the ACA1240/1260 as "hackable" when asked because it is always equipped with a socket for the processor. However, a sale without a processor is not planned for warranty reasons. He advises customers who want to use their own 68060 processor to buy the cheapest version with 68040/25MHz.

Finally, he showed a very early prototype of the ACA600: This should fit into the case of the Amiga 600 including connected Amiga1200 turbo card and floppy drive. It should be developed as inexpensive as possible (50-60 Euro) and bring 8 MB RAM. Two use cases are planned:
  • the usage with ACA12xx acceletator board to build a very powerful ECS Amiga
  • the usage as ROM/RAM extension without an A1200 turbo card
The motivation for this new board is that the A600 is not fully A500 compatible and changes to the memory layout and Kickstart version are necessary to run certain (mostly older) A500 titles on the A600. Not only different Kickstart versions are included in the flash of the ACA600, but also other software. Schönfeld mentions the software equipment of the ACA1234, which brings the essential tools for the data transfer between other computers and the Amiga, as a comparison. According to Schönfeld, this has already had a lot of positive feedback from customers. The feature set of the ACA500plus should not be replicated with the ACA600, because many features of the ACA500plus are already included in the A600: The computer can boot from the internal IDE port, for which a CF card adapter is available. The PCMCIA slot can be equipped with another CF card adapter, for which the ACA600 only comes with the drivers, which can be used without further installation. According to Schönfeld, this also works if the floppy drive is defective and there is no other way to exchange data with other computers. (dr)

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



AmigaOS 4: Porting WebKit started
According to George 'walkero' Sokianos in his recent Ko-Fi blog entry, he has frozen most of his projects to devote himself entirely to porting WebKit to AmigaOS 4. The goal, he said, is to provide WebKit as a dynamic or static library that can be used in any kind of application such as a new web browser or email client.

Since this involves a mountain of tasks that is almost impossible to keep track of, he has gathered a small team around him and divided the tasks into small intermediate steps.

The starting point was the WebKitty port used by the Wayfarer browser under MorphOS, which was created by Jacek Piszczek, because in his opinion MorphOS and AmigaOS 4 are very similar as operating systems. He has created a fork of WebKitty and set up a project so that everyone can take a look at the progress and status of the port. They are also using the repository's wiki pages to document as much as possible.

He said he wants to work hard on this and see where it leads. If nothing tangible comes out of it, at least the efforts will be documented and someone else can continue the work at some point. (dr)

[News message: 07. Nov. 2022, 06:38] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
07.Nov.2022



Dungeon Crawler: "Black Dawn Technomage" (AGA) released
"Black Dawn: Technomage" (video) is the sequel to Black Dawn Rebirth, developed by the same team, and now available. The game requires an AGA Amiga and can be purchased for at least about 11,40 Euro. (dr)

[News message: 07. Nov. 2022, 04:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
07.Nov.2022



AmigaOS 4.1: HiRes set of mouse pointers
On Amiga-Look (amiga-news.de reported),'levellord' has released "a modern hires set of pointer presets for Amiga 4.1 operating system loosely based on a DMZ-White and Quintom pointers for Linux. Pointers are optimized for 1080p and there are three different sizes of 18px, 20px and 24px all in red, white and black base colors with white/black outlines." (dr)

[News message: 07. Nov. 2022, 04:37] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
07.Nov.2022



Puzzle game: Connect 1.1
In the puzzle game "Connect" (screenshots), you have to connect a series of ICs in such a way that each chip receives exactly the number of connections printed on its package. Now version 1.1 is available providing the following changes:
  • Works now with loaded P96-driver (except in combination with PiStorm)
  • Removed some graphics issues on very fast machines
  • Added in the "creator" the option to create CSV-files instead of Ascii-files. They can be loaded into a spreadsheet
  • Speed up the board generation
  • The installer was fully rewritten and now includes a "Close"-button
  • Recognizes an existing installation and update the game files only (without the highscore!)
(cg)

[News message: 07. Nov. 2022, 03:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Nov.2022



Dock: QDock V1.17
Sami Vehmaa had released the first version of his start bar "QDock" almost two weeks ago (amiga-news.de reported). The new version 1.17, as the developer writes to us, "has gone trough a big transformation and is now working more like it was intended." A new YouTube video explains the changes: among other things, there is now a second row with space for another 25 icons. Likewise, drives can be added to the dock.

The tool is available for three Euros or more and is primarily intended for emulators or Apollo cards due to the high CPU requirements. It requires AmigaOS 3.2 (3.1 might work as well, but not tested), graphics board and 22 MB RAM. (dr)

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



Programming language: Amiga C/C++ Visual Studio Code Extension 1.6.6
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). A few moments ago, version 1.6.6 has been released. Changes:
  • Make cpptools a recommendation, not dependency
  • Fix section regex to handle multiple digits
  • Terminal PATH env case sensitive
  • Parse frames-interp output by whitespace
  • Update libSDL2 dylib version
  • Source links in disassembly broken for non-windows
  • Upgrade libSDL2_ttf dylib
(dr)

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



Aminet uploads until 05.11.2022
The following files have been added until 05.11.2022 to Aminet:
CloudDav_1.8.lha         comm/net   751K  MOS A WebDav client
enc_sulaco-ok.lha        demo/misc  6.8M  WOS Amiga demo released at abstra...
COP.lha                  dev/debug  165K  68k Low Level Debugger
HWP_XLSX.lha             dev/hwood  1.5M      Create and edit XLSX documents
pforth.zip               dev/lang   420K  MOS Portable ANS-like Forth writt...
libflac.lha              dev/lib    2.0M  OS4 Free Lossless Audio Codec
NoClick.lha              disk/misc  8K        Multiplatform NoClick enabler
anaiis.lha               driver/oth 205K  68k ANAIIS USB Stack Release 1.22
anaiis_boot.lha          driver/oth 255K  68k ANAIIS USB Boot disk Release ...
Epson_Colour_46.lha      driver/pri 46K   OS4 24 bit Epson Stylus Driver fo...
ScummVM_AGA_060.lha      game/misc  8.0M  68k Amiga port of ScummVM
ScummVM_RTG.lha          game/misc  8.0M  68k Amiga port of ScummVM
nblood.lha               game/shoot 1.0M  68k Blood Amiga Port
Nova.ACEpansion.lha      misc/emu   11K   MOS ACEpansion plugin for ACE CPC...
SnesMUI.lha              misc/emu   2.5M  MOS MUI interface for Snes9x emul...
uae086-exe.lha           misc/emu   551K  68k E-UAE_0.8.6 for Amiga 68k OS
uae088exe-beta1.lha      misc/emu   560K  68k E-UAE_0.8.8 Beta1 for Amiga 6...
X-Mass.ACEpansion.lha    misc/emu   69K   MOS ACEpansion plugin for ACE CPC...
LN4Lv8.lha               mods/misc  4.5M      4ch LN4 Lv8 track by HKvalhe
ptripper.lha             mus/misc   18K   68k Protracker module ripper
AmigaAMP3.lha            mus/play   1.9M  OS4 Multi format audio player wit...
AmigaAMP3-68k.lha        mus/play   407K  68k MPEG audio player with GUI
gwimport.lha             util/conv  5K    68k GeoWriteImport
drawing_dt.lha           util/dtype 380K  OS4 Vector superclass + DR2D/SVG ...
WarpTIFFdt.lha           util/dtype 562K      TIFF and BigTIFF image dataty...
WarpWebPdt.lha           util/dtype 298K      WebP image datatype V45.4
AmiSSL-5.5-OS3.lha       util/libs  3.3M  68k OpenSSL as an Amiga shared li...
AmiSSL-5.5-OS4.lha       util/libs  3.1M  OS4 OpenSSL as an Amiga shared li...
AmiSSL-5.5-SDK.lha       util/libs  2.3M  AOS OpenSSL as an Amiga shared li...
DisLib.lha               util/libs  19K   68k A library based MC68K disasse...
IconLib_46.4.lha         util/libs  1.1M  68k free icon.library in optimize...
VATestprogram.zip        util/misc  2.4M  68k Versatile Amiga Test Program
newmeter.lha             util/wb    27K   68k Shows free RAM and storage as...
Palette.lha              util/wb    34K   68k Change WB-Color(s) in realtime
(snx)

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



OS4Depot uploads until 05.11.2022
The following files have been added until 05.11.2022 to OS4Depot:
warptiffdt.lha           dat/ima 562kb 4.0 TIFF and BigTIFF image datatype ...
warpwebpdt.lha           dat/ima 298kb 4.0 WebP image datatype V45.4
libflac.lha              dev/lib 2Mb   4.1 Free Lossless Audio Codec
amissl-sdk.lha           dev/mis 2Mb   4.0 SDK for AmiSSL
epson_colour_46.lha      dri/pri 46kb  4.1 24 bit Epson Stylus Driver for W...
scummvm.lha              gam/mis 105Mb 4.1 Run supported classic adventure/...
scummvm-src.zip          gam/mis 169Mb 4.1 ScummVM Source
hwp_xlsx.lha             lib/hol 1Mb   4.0 Hollywood plugin to create and e...
amissl.lha               lib/mis 3Mb   4.0 OpenSSL as an Amiga shared library
sdl2.lha                 lib/mis 7Mb   4.1 Simple DirectMedia Layer 2
noclick.lha              uti/mis 8kb   4.0 Multiplatform NoClick enabler
(snx)

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



MorphOS-Storage uploads until 05.11.2022
The following files have been added until 05.11.2022 to MorphOS-Storage:
HWP_XLSX_1.0.lha          Development/Hollywood/... Create and edit XLSX do...
Nova_1.2.lha              Emulation/ACEpansion      Plugin for ACE CPC Emul...
SnesMUI_0.2.lha           Emulation                 SnesMUI is a MUI based ...
ScummVM_2.6.1.lha         Games/Adventure           2D Point-and-Click adve...
VirtualVoodooJob_2.0.lha  Games/Misc                This black magic tool i...
AmiSSL_5.5-68k.lha        Network/SSL               OpenSSL as an Amiga sha...
CloudDav_1.8.lha          Network/Streaming         A WebDav client
PastePass_1.10_beta.lha   System/Utilities          A simple passwordmanage...
(snx)

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



WHDLoad: New installers until 05.11.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 05.11.2022:
  • 2022-11-05 improved: Hunter (Activision) using fast memory, demo fixed (Info)
  • 2022-11-05 improved: Devil's Temple (Geezer Games) supports another version, hints and icons added (Info, Image)
  • 2022-11-05 new: Bubble Ghost (ERE) done by CFou! (Info)
  • 2022-11-05 fixed: Awesome (Psygnosis) QuitKey fixed (Info)
  • 2022-11-03 improved: Spitting Image (Domark) imager fixed, 68000 quitkey, new install script (Info)
  • 2022-11-03 improved: Running Man (Grandslam) 68000 quitkey, trainer and intro skip added, manual included (Info)
  • 2022-11-03 improved: Passing Shot (Imageworks) supports another version, 68000 quitkey, new imager and install script, docs added (Info)
  • 2022-11-03 improved: Colorbuster (Indian Software) made 68000 compatibÃle, new install script (Info)
  • 2022-11-02 improved: Golden Axe (Virgin) joystick controls improved, more CD32 buttons added (Info)
  • 2022-11-02 fixed: Shadow Warriors (Ocean) imager corrected (Info)
  • 2022-11-02 improved: Lollypop (Rainbow Arts/Softgold) new imager, access fault fixed, stack relocated, less chip memory required, new install script (Info)
  • 2022-10-31 improved: Epic (Ocean) caches enabled, uses fast memory, supports more versions, music fixed, added manual and solution (Info)
  • 2022-10-31 improved: Quasar Wars (Light Designs) 68000 support, added 3-button joystick support (Info)
(snx)

[News message: 06. Nov. 2022, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Nov.2022
Amigaworld.net (forum)


Video: Not even scammers want to support AmigaOS
Fraudsters who pretend to be Microsoft support on the phone, for example, in order to get computer users to download and run malware, are one of the unpleasant side effects of the internet age. As an Amiga user, however, you are excluded even from this nowadays, as the video at the title link documents. (snx)

[News message: 06. Nov. 2022, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Nov.2022
Andreas Falkenhahn (ANF)


Hollywood: 20th anniversary - XLSX plugin 1.0 released
Press release:On November 4th 2002, Airsoft Softwair, the hardest working men in code business, released Hollywood 1.0 for 68k AmigaOS. Originally advertised as a multimedia authoring solution, nobody would have expected back then that this software would turn into a cross-platform programming language for lots of platforms with dozens of plugins for all kinds of tasks. Now, 20 years later, Hollywood is still going strong, receives regular updates and new plugins, and is used by many people around the globe. All of this would not have been possible without the continued support of many Hollywood enthusiasts in the past 20 years. Only the positive feedback we received right from the start made us continue developing Hollywood into what it is today.

20 Jahre Hollywood
As a little "thank you", we proudly present yet another plugin for Hollywood: XLSX. The XLSX plugin makes it possible to conveniently read and write XLSX documents from Hollywood scripts. It offers a wide variety of functions to set and get cell values, cell types, cell formulas, document/worksheet properties and several other attributes. It also offers an iterator function for a high performance iteration of a large number of cells.

On top of that, the XLSX plugin also supports the new serialization interface introduced in Hollywood 9 which means that scripts can conveniently serialize Hollywood tables to XLSX documents by just a single call to Hollywood's SerializeTable() function. In the same manner scripts can also deserialize whole XLSX documents into Hollywood tables by a single call to Hollywood's DeserializeTable() function. It just doesn't get any easier!

Of course, the XLSX plugin also comes with detailed documentation in various formats and integrates seamlessly in the Hollywood IDE, including live help. The XLSX plugin is now available for free download from the official Hollywood portal. Thanks to everybody for all the support in the past 20 years and here's to the next 20 years, cheers! (snx)

[News message: 06. Nov. 2022, 08:04] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Nov.2022
Dennis Lohr (ANF)


Amiga37: Music title for download / Music video online
Dennis 'Psyria' Lohr writes: "Wow, how time has passed so quickly again! The Amiga37 event is now already three weeks ago... In this context I would like to point out that the official Amiga37 music title is available for free download for everyone who is interested.

Likewise, a video has now made it onto Youtube at the title link to introduce itself to the world, for the inclined listeners. :-)" (snx)

[News message: 06. Nov. 2022, 08:03] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Nov.2022
Andreas Magerl (ANF)


Print magazine: Amiga Future, issue 159
The English and German issue 159 (November/December 2022) of the print magazine Amiga Future has been distributed. It can be ordered directly from its editorial office and from Amiga dealers that stock the magazine. Content of the current issue includes a report about the demo scene as well as reviews on Pagestream and the "Dynatech 30th Anniversary Edition". (cg)

[News message: 05. Nov. 2022, 23:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Nov.2022
a1k.org (Webseite)


AmigaOS 3/4: Web browser IBrowse 2.5.7
The team of Oliver Roberts has released version 2.5.7 of the web browser IBrowse. Most important changes (detailed changelog) of this update:
  • Reworked Brotli huffman decoder to avoid triggering a bug on the 68060 processor, which prevented pages from loading
  • Tweaks to the loading of external modules
  • JavaScript improvements
  • Switched to GCC 11, with all warnings enabled, which identified numerous previously unknown bugs which have now been fixed
  • Hundreds of minor internal changes
The update is available in the download section of the official website, AmigaOS 4 users can alternatively install via AmiUpdate.

Update: (06.11.2022, 14:45, cg)

Due to a couple of bugs that were discovered after IBrowse 2.5.7 was released, a hotfix update is now available for download (OS4 users may use AmiUpdate instead). Anybody who downloaded IBrowse 2.5.7 before 10:00 CET on 6th November is strongly advised to update their installation using the new update. (cg)

[News message: 05. Nov. 2022, 19:45] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Nov.2022



MorphOS: GUI for Snes9x emulator - SnesMUI released
Developer 'jPV^RNO' has released a GUI named SnesMUI for the Snes9x emulator providing the following features:
  • The most important emulation options are configurable within the GUI
  • A custom arguments option to configure any other Command-Line options
  • Shows preview and cover images of games if available
  • Supports Zip archived ROM files
  • Automatic detection of the emulator version
  • Supports custom graphics in the GUI
(dr)

[News message: 05. Nov. 2022, 13:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
05.Nov.2022



Kung Fu action: "Devil's Temple" V3.4
About two weeks ago, Geezer Games had released "Devil's Temple (amiga-news.de reported). Now an update to version 3.4 is available which fixes some bugs. Changes:
  • On ECS machines, enabling the cheat would break the menu display - fixed (Copper updated properly)
  • Booting using Kickstart >= 2.0 on A500 would crash loading the executable - fixes (Probably Vasm Bug with odd addresses)
  • Module audio timing issues - fixed
  • Typos / Corrections in various places
  • Sprite corruption issue in levels 5/9 - fixed
  • Game could possibly not spawn some essential events if too many enemies were on screen (spawnImmediate routine created)
(dr)

[News message: 05. Nov. 2022, 10:53] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 60 115 ... <- 120 121 122 123 124 125 126 127 128 129 130 -> ... 135 619 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.
.