02.Jan.2025
Indie Retro News (website)
|
Preview video: Danmaku #8 (bullet hell shooter)
"Danmaku" is the Japanese name for the game genre ‘Bullet Hell’, the term is also used as the working title for the shooter originally known as ‘Hyperborea’, which is being developed by Daniel ‘Daytona675x’ Müßener (code), Holger Crome (graphics) and Roland ‘Triace’ Voss (music).
The eighth preview video is intended to illustrate the current status; according to Müßener, the following changes have been made since the last version:
- muzzle flash is now integrated into the player ships, so no hard gaps here anymore. Made it procedurally during loading so that the respective assets can still be easily edited.
- blinking hitbox on player ships (maybe I'll put that a few pixels down)
- new pseudo-ground enemy mode. The spiders at the beginning of the test-level use that mode. Physically such enemies are drawn on playfield 2 (so they can have their own palette without touching PF1), but they don't cast a shadow and the player-sprites appear on top of them, even though stuff on PF2 has the highest priority. Useful for hords of small ground enemies like tanks or so.
- blockable enemy lasers. Those are big growing laser-streaks which can be blocked by using the fat laser weapon mode. Similarities to Dodonpachi Resurrection are purely coincidential ;)
- player-shots vs enemies collision system now supports some flags to adjust the vulnerability to the player's weapons. So e.g. an enemy can be made very vulnerable to the spread-shot and less vulnerable to the fat laser.
- flicker shadows (stable shadows still available in the video options). For two reasons: 1. it gives the gfx artist more freedom regarding the ground palettes because unavoidable brightness "errors" become less noticable. 2. Performance, of course. Most of the time stable shadows aren't a problem, but sometimes they may be. And in such cases I prefer flicker-shadows like in Dodonpachi over cutting down the action.
- The test-boss has 30 colors now, not just 15.
- volumes for all types of sounds adjustable (before it was just the bonus sound volume)
- prepared for 2-channel music by only using channels 2/3 for sfx (unless music is disabled, then all 4 channels are used for sfx). Concrete sfx channel and priority also depend on whether 2 players are active.
- lots of fixes :-)
(cg)
[News message: 02. Jan. 2025, 00:02] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
02.Jan.2025
|
Universal PCI driver system: OpenPCI 12.7 (update)
Thomas 'Thor' Richter's universal PCI driver system "OpenPCI" supports all known PCI solutions for the Amiga without recourse to the software of the respective manufacturer. The current version contains the following changes:
- 12.7: The ReserveMemSpace function in PCI-Configuration could
hang forever if a bridge does not support access to the
low memory PCI area and reservation failed.
- 12.7: In case address space allocation for a BAR fails, the
corresponding device is disabled, excluded from further
reservations and removed from the listed device list now.
- 12.7: Translation between 68K addresses and PCI addresses is now
aware of the memory region reserved by ReserveMemSpace
and maps addresses below the reservation limit through,
regardless whether any BAR actually uses the region.
- 12.3: lspci sources included the wrong header,
is BSD-only, should be which is POSIX.
- 12.3: Fixed a defect in the mediator emulation setup.
- 12.2: The "lspci" program accepts now an additional argument,
namely "NUMERIC". If set, then it does not attempt to
resolve the PCI vendor and device ID to human-readable
numbers but rather prints their hex values.
- 12.2: Dynamic PCI initialization through external segments
was augmented. Init functions receive now one additional
argument in a1, and may return a (non-NULL) pointer.
Initially, Init functions are called with this argument
set to NULL, and receive in register a0 a pointer to a
RDArgs structure for command line parsing. If they return
a non-NULL pointer and not a small number as error code,
they are called *once again* the PCI environment is
completely setup. They then receive NULL as RDArgs in a0,
but its own (previous) return code in a1 to complete
a potential initialization of a device.
Update: (02.01.2025, 21:00, cg)
Version 12.7 has been released in the meantime. (cg)
[News message: 02. Jan. 2025, 00:02] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
EAB (Webseite)
|
PDF magazine: 5th issue of "Amiga Point of View" as a free download
The fifth issue of the PDF magazine "Amiga Point of View" published last summer is now available free of charge. The 72 pages include a Magnetic Fields interview, various game reviews and the start of a series that briefly introduces 50 games that have been released exclusively for the Amiga. (cg)
[News message: 01. Jan. 2025, 21:00] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
Krzysztof Donat (ANF)
|
Virtual Desktops for Workbench: GoVD 2.0
Krzysztof Donat's program GoVD makes it possible to use the Workbench on up to eight virtual screens on AmigaOS 3.1.4 and 3.2. It is possible to specify which Workbench windows and programs should use which one of the screens.
With version 2.0 released today, the program functions as a commodity. Other new features include keyboard shortcuts for switching desktops and pixel-precise positioning of the window with the virtual desktop buttons.
The most important features and improvements are:
- Added the ability to define keyboard shortcuts for switching between
virtual desktops, switching to the next and previous desktop,
and hiding the window with virtual desktop buttons
- Added the ability to precisely (pixel-perfect) position the window
with virtual desktop buttons on the Workbench screen.
- Added an option to start GoVD in hidden mode.
- Added support for the screennotify library, allowing changes
to the Workbench screen resolution without shutting down GoVD
(optionally, works if the screennotify.library is present in the system)
- From this version, GoVD functions as a commodity,
enabling management through the system's Exchange tool.
- Changed the demo version functionality - now the program operates
without any limitations but only for 20 minutes.
- Restart GoVD from the configuration tool.
Download: GoVD.lha (28 KB) (snx)
[News message: 01. Jan. 2025, 15:12] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
Frank Wille (ANF)
|
Development tools: vasm 2.0a and vlink 0.18
Frank Wille has updated vasm, a portable Assembler for several CPUs with various Syntax and Output modules, as well as vlink, a portable Linker for lots of Object, Executable and Binary formats.
Changes in vasm V2.0a:
- Fixed bad path in source level debugging information, when the initial source file and an include file were based on the same "compile directory".
- Get rid of C99-round() dependency.
- Fixed empty strings, which were broken in V2.0. They should not generate any data.
- When position-independant code is requested (-pic option) the assembler defaults to relocatable mode (to be able to detect violations).
- Allow 64-bit (or more) expressions with absolute label addresses.
- 6502: Additionally allow BRK with an immediate 8-bit operand.
- 6502: Operand prefix character '?' can be used to select the Memory/Bank-ID where the referenced symbol resides. Requires the use of VOBJ and vlink.
- mot-syntax: A double colon after the label also exports RS symbols now.
- madmac-syntax: New directives: ifdef and ifndef (just for convenience, they are no official MadMac directives!).
- madmac-syntax: Fix problem with print-directive when string is empty.
- oldstyle-syntax: Fixed usage of '$' as current-PC symbol for Z80, which was broken since V2.0.
- oldstyle-syntax: Fixed definition of structure offset labels, which should be referenceable by structname.offsetname. Broken since V2.0.
- hunk-output: Fixed output generated by Databss directives (like DX in mot-syntax). Broken in V2.0.
- hunk-output: -linedebug: do not generate multiple entries per line.
Changes in vlink 0.18:
- Define for each relocation type whether it is signed, unsigned or unknown, to provide better range checks.
- Make the range-checking work with sign-extended addresses (Example: m68k 16-bit absolute addressing).
- When an output section's memory region has not enough space the linker will look for the next matching output section.
- Linker script function KEEP() now really prevents garbage collection of sections.
- Sorting and exclusion functions for linker script section patterns: SORT_BY_ALIGNMENT(), SORT_BY_NAME(), SORT_BY_SIZE(), REVERSE(), EXCLUDE_FILE(), EXCLUDE_SECTION(). Supporting up to two sorting levels.
- The output section's bank size can be defined by (BANKSIZE=n) in the script, so input sections may not cross bank borders. In that case they will be aligned to the beginning of the next bank.
- Linker script MEMORY definitions now support an optional ID=n argument, where n defines an identification value which can be referenced by a VOBJ-specific relocation type (MEMID).
- Can find first executable code-section now, when no start symbol is present.
- Portable pattern matching routine, used for Windows and TOS, did case-insensitive string comparisons in the past.
- Absolute symbols are printed as a separate section into the map file.
- Support LINKONCE section flag.
- New options -symfile, -symfmt and -symctrl to output symbol/value pairs into a file using the given printf-format string.
- New options -obe and -ole to specify the endianess of octets within a target-byte (when it has more than 8 bits) when writing the contents of a section to a file system.
- New option -lineoffsets to output a separate file with source line offsets per section.
- New option -mattr to merge all sections with same attributes, when linking without a linker script.
- The target file formats rawbin1 and rawbin2 were replaced by a common rawbin format. rawbin2 is now -brawbin with -multifile option. The old target names are still supported for backwards compatibility.
- New target file formats "foenixpgx-c02", "foenixpgx-816", "foenixpgz-24" and "foenixpgz-32" for Foenix retro computers.
- New target file format "appleomf" can generate relocatable load-files for Apple IIgs computers.
- Merge options -mrel, -mtype and -mall also work with -r now, when creating a new relocatable object file.
- Linker script commands BYTE, SHORT, LONG, QUAD, SQUAD do now create 1, 2, 4 or 8 target-bytes and no longer 8, 16, 32, 64-bit values.
- Relocatable/Abs symbols with the same name have precedence before Common symbols and do not cause a multiple-definition error.
- Starting vlink without arguments only shows a short list of options now. For a detailed description use -h, which also includes target-specific options selected by -b.
- Fixed output section trimming in the linker script.
- Fix error message for unknown target file formats (-b).
- (ados/ehf) New option -kick1 makes sure the generated executable is comaptible with the Kickstart 1.x loader.
- (ados/ehf) Allow symbol redefinitions from pulled library units, as long as their target CPU differs (M68k/PPC WarpOS mixed binaries). This only worked for symbols from code sections, since V0.17.
- (elf) Fixed uninitialized .plt at end of text segment.
- (tos) Can use DRI object files and libraries as input now. HiSoft and SozobonX symbol name extensions are supported.
- (tos) TOS executable files do work as input and DRI objects as output (-r).
- (tos) Enable SozobonX symbol names with -tos-sozobonx.
- (tos) Disable the HiSoft symbol name extension in executables with -tos-stddri.
- (rawbin) Fixed missing byte in the ORIC tape header and automatically remove a ".tap" extension from the name stored there.
- (rawbin) IHEX supports architectures with more than 8 bits per byte. But note that the address is still incremented in 8-bit steps.
- (rawbin) Make sure the file size is even, when using a QDOS header.
- (rawbin) Fixed raw reloc table output (-q) for a relocation at offset 0.
- (rawbin) New options -fill, -coalesced and -multifile (previously rawbin2).
- (vobj) Supports -r option to output a relocatable VOBJ file. Option -vobj2 may be used to write that file in VOBJ v2 format.
- (vobj) -vobjcpu option selects the name of the target CPU.
- (vobj) Supports VOBJ v2 format (vasm -Fvobj -vobj2) and PPC non-standard relocations (EABI, MorphOS, AmigaOS).
- (xfile) Entry address is written to the header.
- (xfile) New option -x-high sets the high-address flag in the header.
(snx)
[News message: 01. Jan. 2025, 15:12] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
|
AROS: Summary of 2024
At the title link Andrzej 'retrofaza' Subocz has summarized the developments of AROS/x86 in 2024. (snx)
[News message: 01. Jan. 2025, 15:12] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
David Brunet (ANF)
|
New articles on Obligement website
The articles below have been added to the website of the French Amiga/MorphOS magazine Obligement in the last two months.
- News from November/December 2024
- Old articles from Génération 4 26 to 31: News: Agony and other Art Magic projects, File: Never Ending Story 2, the film, the game, Review of Disc, Review of Great Courts 2, News: FNAC Logiciels, Report: Intertainment 1990, Review of Advanced Destroyer Simulator, Review of Loopz, Review of Speedball 2, News: Delphine Software, vive 1991! File: Total Recall, the film, the game, Review of Oriental Games, Review of Geisha, Review of Time Race, etc.
- Interview with Gilles Dridi (author of Arabic Console)
- Interview with Denis Lechevalier (Amiga games specialist)
- Interview with Matthew Leaman (head of AmigaKit)
- Review of GoADF! 3.1.2
- Comparison: Sam460LE versus A1222 Plus
- Hardware: RV300C
- The best of Byte from September 1990 to June 1991
- File: The history of Faery Tale Adventure
- File: Applications included in MorphOS
- Tutorial: Installing Odyssey 64 bits on AxRT Windows 11 (WSL2)
- DIY: Modifying a PC floppy drive to integrate it into an Amiga 500
- Programming: Assembler - Programming a sine scroll on the Amiga
- Special quiz on AmigaOS 3.2
(nba)
[News message: 01. Jan. 2025, 14:47] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
|
amiga-news.de wishes you a happy new year
The amiga-news.de team hopes that our readers survived New Year's Eve well and wishes everyone a Happy New Year. For the Amiga, the past 12 months were - again - quite pleasing and we are confident that there will be a lot to report, discuss and try out again in 2025.
2024 was also a good year for amiga-news.de: we published 1400 news items, the editorial team also received an experienced addition with Nico Barbat and the technology department was significantly strengthened with Markus Bonet. Our news service, which is starting its 27th "financial year" today, should therefore also have a few good years ahead of it. The first goal is, of course, to produce a similar number of articles again, but we will also be working more intensively on the underlying technology.
If you would like to support our work, you are welcome to make a small donation via the PayPal button on our start page. The (small) proceeds will be used to cover our costs for a server and our three domains. (cg)
[News message: 01. Jan. 2025, 13:03] [Comments: 2 - 02. Jan. 2025, 14:27]
[Send via e-mail] [Print version] [ASCII version]
|
01.Jan.2025
|
AmiGameJam: Update of Rintivoorh
One of the candidates for the AmiGameJam 2024 was Rintivoorh, an inofficial successor of the game Hawkeye. Now an update has been released, changes include speed increases. (snx)
[News message: 01. Jan. 2025, 08:42] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
31.Dec.2024
Matthias Rustler (ANF)
|
IFF file browser: IFF Master for Linux
"IFF Master" displays the structures of IFF files. In the first published version, there is a detailed representation of the chunk contents only for ILBM, 8SVX and ANIM. It is a partial reimplementation of IFF Master by Kay Drangmeister. Developer Matthias rustler provides the source code of the new development for separate download.
The programme was written in the Go programming language and uses the Fyne GUI toolkit. For technical reasons, only a Linux version has been released so far. This can be downloaded via the title link under "Releases". Versions for Windows, Darwin and WebAssembly are planned. The latter would run in web browsers.
Download: iffmaster-linux.tar.xz (13,5 MB) (nba)
[News message: 31. Dec. 2024, 12:24] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
31.Dec.2024
Cameron Armstrong
|
Chat software: AmigaGPT 2.1.2
Cameron Armstrong has developed a chat program called AmigaGPT, which is based on ChatGPT. The software supports the latest OpenAI models including the o1 family and runs on AmigaOS 3.1 and above (including 4.1) and on MorphOS. The source code of the tool can be downloaded separately.
The new version contains two bug fixes. An error has been fixed where not all messages were saved in a new conversation. In addition, menu items that could not be selected have been corrected.
Download: AmigaGPT.lha (2,1 MB) (nba)
[News message: 31. Dec. 2024, 12:16] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
amiga-news.de: A half-year review
Every website lives from the interest of its users. We therefore wanted to know which news trigger particular interest and what the general situation is regarding visits to one of the best-known German-language sites about the Amiga. In the following, our server administrator Markus Bonet looks back on the past six months and explains his approach to the analysis.
There are countless tools and frameworks for professionally analyzing the use of a website. With a proper database to evaluate the data historically if necessary. This allows one to build great dashboards and put all kinds of information that a typical web server reveals into perspective. As we didn't want to take a sledgehammer to crack a nut here, we opted for a simplified approach. The following requirements were decisive:
- How often are specific news items retrieved?
- Are they retrieved by real users or by one of the many bots?
- What does a ranking of the news items look like in a continuous 14-day time frame?
- What are the most clicked news items in a year and how often were they accessed?
- There doesn't have to be a special way of analyzing the data retrospectively. A simple overview is sufficient for orientation.
In order to determine this by simple means, we have modified the configuration of the Apache web server slightly so that calls to the start page and specific messages are saved separately in a special log file. A distinction is made in advance as to whether the call is made by a known bot. Of course, the source addresses also play a role, as not every automated call is carried out fairly with a correct user agent. This enabled us to integrate a tool that is useful for us, which continuously records the "top news" on the page and reports the hits.
Of course, there is a methodological limitation in that the main page can be configured by the reader, but we can only evaluate the clicked news items. However, we believe that only a minority still use the original look of the main page with complete news items, while most readers are likely to view the titles only according to the current default setting, and that the ranking of the news items is nevertheless representative, even if the absolute figures would be higher.
For yesterday (29.12.2024), for example, the statistics looked like this (always referring to the corresponding German news-items):
( 12.3 days old) AROS archives uploads until 14.12.2024
( 8.8 days old) Programming course: A500 programming - Finishing the Shooting Gallery Project
( 7.3 days old) Operating system-compliant Pac-Man implementation: 8th/9th part of the video series
( 8.4 days old) Sensible World of Soccer: Teams of the 24/25 season
( 8.8 days old) Print magazine: Amiga Future, issue 172 - preview and excerpts
( 7.1 days old) Dogfights in Asteroids style: Hyper Wings 1.666
( 15.9 days old) Developer documentation: Amiga ROM Kernel Reference Manual - AmigaDOS
( 12.3 days old) MorphOS-Storage uploads until 14.12.2024
( 15.9 days old) Mark Sibly (Blitz Basic) deceased
( 12.3 days old) Christmas game: Santas Present Drop 4
( 6.3 days old) Assembler: ASM-Pro 1.21 released
( 8.4 days old) Image collection: Update of the Amiga Graphics Archive
( 14.5 days old) MOD-Player: rePlayer V0.16.8 for Windows
( 15.9 days old) AROS distribution: AROS One 2.7 (x86)
( 12.3 days old) OS4Depot uploads until 14.12.2024
( 8.4 days old) WHDLoad: New installers until 21.12.2024
( 11.1 days old) Scene World Podcast episode #204 - ScummVM with Eugene Sandulenko
( 13.3 days old) Demoparty: MountainBytes 2025 (Switzerland, 14.-16.02.)
( 13.3 days old) Arcade-Game: Santatron 2024
( 12.3 days old) Boing Attitude interview with Oliver Roberts now in English
(132.3 days old) Retro Games: New Amiga "console" to be released in Q1 2025
( 15.0 days old) Epsilon's World: Amiga games from 2024
( 15.0 days old) Appreciation: Sam460 - The PCIe pioneer (Czech)
( 8.4 days old) Video: Preview of Worms DC 1.5 levels by Eric W. Schwartz
( 1.8 days old) SSL library: wolfSSL for Amiga HotHotHot!
( 7.1 days old) Amiga emulator for Mac OS: vAmiga 3.0b3
( 12.3 days old) WHDLoad: New installers until 14.12.2024
( 14.5 days old) Audio player: UADE plugin 0.12.3 for Audacious (Windows, Linux, Mac OS)
( 5.2 days old) AROS: Bounty projects for EFI customization in planning
( 7.0 days old) Train simulator: Trans-Pennine Express
( 8.4 days old) Aminet uploads until 21.12.2024
( 7.0 days old) Action game: Amiga Yoomp!
( 10.9 days old) Sokoban variant: Ami Robbo 2, physical edition
( 13.9 days old) Shooting game new edition: Extreme Violence 2 V0.10
( 1.4 days old) Team 17: Martyn Brown deceased HotHotHot!
( 3.8 days old) Video: Doom clone Grind 0.5 HotHotHot!
( 13.3 days old) Game: Update for Star Dust Wars - Director's Cut
( 8.4 days old) Chat software: AmigaGPT 2.0.2 with MorphOS version
( 3.9 days old) Emulated Amiga: Field report on the A600GS HotHotHot!
( 8.7 days old) Event: Amiga 40 on October 18/19 2025
( 11.0 days old) Print magazine: ASM (Aktueller Software Markt), issue 12/24 (German)
( 2.5 days old) Operating system for the Amiga: Third alpha version of Serena OS HotHotHot!
( 11.1 days old) Universal PCI driver system: OpenPCI 11.2
( 3.8 days old) Amiga emulator: Amiberry 7.0.0-RC2 HotHotHot!
( 12.3 days old) Aminet uploads until 14.12.2024
( 6.2 days old) Merry christmas!
( 5.2 days old) Workbench distribution: AmiKit 11 now freely available HotHotHot!
( 13.3 days old) Case study: Using the Scorpion engine for porting Ghosts'n'Goblins to the Amiga
( 10.5 days old) Trevor's Blog: Another one bites the Dust!
( 12.3 days old) AmigaKit: Apparently modified A1200 mainboard planned HotHotHot!
Increasing from top to bottom, you can see the articles that have been clicked on most frequently in the last 14 days. The label "HotHotHot!" marks those messages that had a particularly high number of clicks on a single day - as of yesterday, the front-runner was the one about the A1200GS from AmigaKit, the planned counterpart to the Organge Pi-based Amiga replacement A600GS, in which the AmiBerry emulator ensures the compatibility of the ARM-based mini-computer.
After a few days, interest wanes noticeably, so that a longer time window than the 14 days mentioned is not relevant for us. The example of the aforementioned news item shows that half of all hits occurred in the first two days:
Dec. 18 29 %
Dec. 19 23 %
Dec. 20 11 %
Dec. 21 12 %
Dec. 22 8 %
Dec. 23 7 %
Dec. 24 3 %
Dec. 25 2 %
Dec. 26 1 %
Dec. 27 1 %
Dec. 28 1 %
Dec. 29 1 %
Total: 100 %
We can call up the evaluation live at any time, but snapshots of the evaluation are also created daily. From 18 to 19 December, for example, we were able to clearly see that the aforementioned news item triggered particular interest.
What else have we learned about visits to our website?
By far the most visits are made by bots. The following figures were obtained based on visits over the last 14 days (main page and news pages only, no comments/forum etc.):
85.18 % bots
14.82 % users
28.71 % of users accessed the homepage
2.18 % of users used an Amiga browser
The proportion of calls that we identify as users always fluctuates between 10 and 15 percent. It is also interesting to note that the number of hits by Amiga browsers is between 2 and 2.5 percent. The clear leader here is IBrowse on a - real or emulated - 68k processor. This user agent often makes it into the top 20 of those user agents that we assign to users:
- IBrowse/3.8 (Amiga; Amiga0S 3.2; Build 38.8 68K)
- Mozilla/5.8 (Macintosh; PowerPC AmigaOS 4.2; Odyssey Web Browser; rv:1.23 r5) AppleWebKit/538.1 (KHTML, like Gecko) OWB/1.23 r5 Safari/538.1
- Mozilla/5.8 (Macintosh; PowerPC MorphOS 3.18; Odyssey Web Browser; rv:1.26) AppleWebKit/538.18 (KHTML, like Gecko) OWB/1.26 Safari/538.18
- IBrowse/3.8 (Amiga; AmigaOS 3.9; Build 38.8 68K)
- OWB/3.32 (Amiga0S 4.1)
Of course, this can only serve as a rough guide. We know that detection via user agents is not always reliable. Incidentally, conspicuous IP addresses that do not originate from the providers' CGNAT pools also trigger detection as bot calls. We are currently concerned about the frequent calls by the user agent "NextCloud-News/1.0". Since we see actual users behind it, we leave its calls with the users, even if it is pushing their numbers strongly. Perhaps the NextCloud users would like to reveal themselves in the comments. ;-)
By the way, amiga-news.de is not only frequently visited in German-speaking countries. The English news items do reach an average of 25 to 40 percent of the volume of their German counterparts.
Since we only implemented our analysis in the course of the year, let's take at last a look at the figures for the second half of 2024: Which news items were our top performers that attracted particular attention? The figure in brackets indicates the overall ranking.
(snx)
[News message: 30. Dec. 2024, 19:01] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
Puni (ANF)
|
AmigaOS 4: Blog summary for December 2024
For the past month 'Puni' has again published a news summary for AmigaOS 4 in his "Old School Game Blog" at the title link. (snx)
[News message: 30. Dec. 2024, 17:59] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
Image and PDF converter: Image2PDF 2.8 for all Amiga systems
Bernd Assenmacher's Image2PDF is a tool for converting images to PDF and vice versa. Images can also be scaled or saved in a different format (amiga-news.de reported). In version 2.8, the German language as well as English and German catalogue files have been added for translation purposes and minor bugs have been fixed. (dr)
[News message: 30. Dec. 2024, 09:30] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
Game Construction Kit: RedPill 0.9.44
RedPill, developed by Carlos Peris, is a game construction kit written in Amiblitz 3.99, which allows the development of games from various genres (e.g. Agonman). RedPill (YouTube video) is compatible with AGA and ECS, the "player" for playing the finished creations requires a total of 1.5 MB RAM. Jens 'Farbfinsternis' Henschel has written a tutorial.
Detailed changes of version 0.9.44:
- Wav files can now easily imported, just load them and they will be converted
using Wav28svx.
- When slicing sprites, more options are given to adapt the images to the
current palette.
- In Game setup screen, Camera follow now hows the object name it is following.
- In Level Propertines now we can specify if a background image is a Cover. In
this case the game will show the image with its number of colors and palette,
independently of the game number of colors setup.
- Small change in audio handling.
- Print Text and Print Var triggers have been renamed to Stamp Text and Stamp
Text.
- Added Print Text and Print var triggers that print text using a font sheet.
This type of text is attached to the object and can be moved around.
- Fixes in profiler.
- Higher fetch modes can now be selected even if the game is ECS. If the
machine where the game is running is AGA they will be used.
- Added Color Pulse trigger to allow a color 'pulse' from black to the color it
has in the palette.
- In spritesheet screen if the filename is not found now text is displayed in
red.
- Fix when creating objects, could bring issues when using many of them.
- More checks when handling objects to avoid weird issues.
- Excel font added, now it is the editor font.
- Fix for particles when using games with scroll.
- Small optimization in object processing.
- Ex_particles has been updated following the released game Cosmic Blaster (video).
(dr)
[News message: 30. Dec. 2024, 07:49] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
AmigaOS 4: MPlayer-GUI 1.62
Daniel Westerberg's MPlayer-GUI is a Reaction-based user-interface for diverse MPlayer ports, which among others supports drag'n'drop.
New extensions for the file requester have been added in version 1.62, as the current MPlayer recognises more formats. In addition, peg2ide.device, p1022sata.device and p50x0sata.device have been added as options. (dr)
[News message: 30. Dec. 2024, 07:42] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
Action game: Amiga Yoomp! 1.02
The aim of Zbigniew Ross' Amiga conversion of Yoomph!, originally written for the Atari, was to see how the game could be made to run on an Amiga 500 (amiga-news.de reported).
In version 1.02, the option to quit the game has been added and a problem when playing on 060 CPUs has been fixed. (dr)
[News message: 30. Dec. 2024, 07:30] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
30.Dec.2024
|
Picture collection: Update of the Amiga Graphics Archive
The "Amiga Graphics Archive" is dedicated to all kinds of pixel graphics created with the Commodore Amiga between 1985 and 1995. According to the operator, quite a number of remarkable images were created during this period, which he believes should not be gathering dust on some hard drive, hidden in an extra level in a game that is never played, or on a PD collection disk that is almost unknown. These graphics should be accessible to all by presenting them on his website.
Somewhat deviating from its own credo and following on from a first set of images published in October 2023 (amiga-news.de reported), this year's works by Danish graphic designer Facet have now been added. (dr)
[News message: 30. Dec. 2024, 06:43] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
29.Dec.2024
|
Aminet uploads until 28.12.2024
The following files have been added until 28.12.2024 to Aminet:
TuneFinderMUI.lha comm/misc 63K OS3 Search+play online radi...
ASMPro1.21.lha dev/asm 110K OS3 ASM-Pro v1.21 (update)
ASMPro1.21src.lha dev/asm 791K GEN ASM-Pro v1.21 source co...
COP.lha dev/debug 167K OS3 Low Level Debugger
xmdump.lha dev/misc 554K OS3 Analyze AmigaDOS progra...
xircomce2.lha driver/net 90K VAR Driver for Xircom PCMCI...
P96Prefs.lha driver/vid 89K OS3 P96 Preferences Editor
CosmicBlaster.lha game/shoot 779K OS3 Fast action shooter gam...
G-WARS.lha game/shoot 789K OS3 Geometry Wars inspired ...
aminesweeper.lha game/wb 38K OS3 A classic Minesweeper g...
BackdPattGener.lha gfx/edit 64K OS3 Create your own backdro...
FlashMandelNG_OS4.lha gfx/fract 37M OS4 Mandelbrot & Julia ...
MPlayer-GUI.lha gfx/show 222K OS4 GUI for MPlayer for OS4
AmiVms.lha misc/emu 3.8M OS3 Simulates OpenVMS comma...
Mame106MiniMix1.1.lha misc/emu 6.7M OS3 MAME 0.106 MiniMix1.1
SantaZombie.lha mods/misc 2.5M GEN 16bit 4ch Metal Blues R...
AmiModRadio.lha mus/play 3.1M OS3 Play modules from Inter...
2D_ATcad_RTG720.png pix/misc 24K GEN ATcad_RTG - DXF einlese...
2D_ATcad_UAE720.png pix/misc 30K GEN ATcad_UAE - Plotfile re...
EsseEmmeErreVisPre.lha pix/theme 85K OS3 New buttons for VisualP...
NAFCYI1991S4-B01.zip text/bfont 1.0M GEN NAFCYI Winter 1991-92 (...
LHArchiver_MOS.lha util/arc 1.6M MOS create lha archives int...
LHArchiver_OS3.lha util/arc 1.4M OS3 create lha archives int...
LHArchiver_OS4.lha util/arc 1.9M OS4 create lha archives int...
IFF2rexx.lha util/conv 1K GEN Convert IFF data to rex...
Image2PDF_AK.lha util/conv 1.7M OS3 convert images to PDF a...
Image2PDF_AROS.lha util/conv 2.5M ARO convert images to PDF a...
Image2PDF_MOS.lha util/conv 6.6M MOS convert images to PDF a...
Image2PDF_OS3.lha util/conv 4.9M OS3 convert images to PDF a...
Image2PDF_OS4.lha util/conv 6.2M OS4 convert images to PDF a...
pccard.lha util/libs 56K OS3 Library to parse PCMCIA...
AllKeys.lha util/misc 86K OS4 Use ALL rawkeys incl. M...
PCCardInfo.lha util/misc 32K OS3 Display details about P...
VATestprogram.zip util/misc 8.5M OS3 Versatile Amiga Testpro...
FreeSyriaMOS.lha util/sys 1K GEN Syria country for Morph...
(snx)
[News message: 29. Dec. 2024, 09:45] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
29.Dec.2024
|
OS4Depot uploads until 28.12.2024
The following files have been added until 28.12.2024 to OS4Depot:
xircomce2.lha dri/net 90kb 4.1 Driver for Xircom PC
lopan.lha gam/boa 536kb 4.1 A solitaire game similar to Mahjong
shisen-seki.lha gam/boa 36Mb 4.1 A classic Japanese logic game si...
scummvm.lha gam/mis 112Mb 4.1 Run supported classic adventure/...
scummvm-src.tar.xz gam/mis 210Mb 4.1 ScummVM Source
puzzletiles.lha gam/puz 4Mb 4.1 Puzzle game working on any user&...
flashmandelng.lha gra/mis 37Mb 4.1 Mandelbrot & Julia fractals ...
amigagpt.lha net/cha 2Mb 4.1 App for chatting to ChatGPT
lharchiver.lha uti/arc 2Mb 4.0 Create LhA archives intuitively
scummvm-tools.lha uti/fil 4Mb 4.1 A collection of various tools fo...
scummvm-tools-src.tar.xz uti/fil 1Mb 4.1 ScummVM Tools Source
image2pdf.lha uti/tex 6Mb 4.1 Convert JP(E)Gs and PNGs to PDF
mplayer-gui.lha vid/mis 222kb 4.1 GUI for MPlayer for OS4
yt.lha vid/mis 872kb 4.1 YouTube URL Extractor script
(snx)
[News message: 29. Dec. 2024, 09:45] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
29.Dec.2024
|
AROS Archives uploads until 28.12.2024
The following files have been added until 28.12.2024 to AROS Archives:
protrekkr-2.7.6.x86_64-ar... aud/tra 19Mb Advance Tracker Program
antedominum.i386-aros.zip dem/sce 2Mb Ante Dominum Intro by Traction
fiathomo.i386-aros.zip dem/sce 2Mb Fiat Homo Intro by Traction
ssri.i386-aros.zip dem/sce 2Mb SSRI Intro by Traction
stars.i386-aros.zip dem/sce 2Mb It's Full of Stars Intro by...
puzzletiles_aros.lha gam/puz 3Mb Puzzle game working on any user&...
zunepaint.x86_64-aros-v11... gra/edi 3Mb Bitmap Paint With Additional Effect
zunebrot.x86_64-aros-v11.tar gra/mis 500kb Little Fractal Program
zuneview.x86_64-aros-v11.tar gra/vie 3Mb Picture Viewer With Effect
iconecta.lha net/mis 3Mb A little and easy program to tes...
wgetgui.x86_64-aros-v11.zip net/mis 95kb Gui for Wget
zunecalc.x86_64-aros-v11.zip off/mis 44kb Simple Calculator
zunearc.x86-64-aros-v11.zip uti/arc 301kb a zune front end for archivers
(snx)
[News message: 29. Dec. 2024, 09:45] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
| |
Recent Discussions |
 |
|
 |
Latest Top-News |
 |
|
 |
amiga-news.de |
 |
|
|
|
|
|