25.Jan.2024
Seiya (ANF)
|
PDF-Magazin: REV'n'GE 154 (italienisch/englisch)
Das PDF-Magazin REV'n'GE ("Retro Emulator Vision and Game") liegt neben dem italienischen Original auch in englischer Übersetzung vor. Die Spiele-Reviews der REV'n'GE vergleichen, wo verfügbar, die Umsetzungen von Klassikern zwischen unterschiedlichen damaligen Plattformen. Zudem wird versucht, auch weniger bekannte Retrospiele herauszusuchen.
In der neuesten Ausgabe, einem Heft mit dem Schwerpunkt Wintersportspiele, geht es amigabezogen um "Winter Supersports 92" und "Space Cavern Blaster". (snx)
[Meldung: 25. Jan. 2024, 20:24] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jan.2024
|
AmigaOS 4: Codeanalyse mit Cpppcheck V2.13r1
Im September 2022 hatte George 'walkero' Sokianos erstmals einen AmigaOS-4-Port von Cppcheck, einem Programm zur statischen Codeanalyse für die Programmiersprachen C und C++, zur Verfügung gestellt. Das Tool ist so konzipiert, dass es C/C++-Code auch dann analysieren kann, wenn er eine Nicht-Standard-Syntax aufweist, was häufig bei eingebetteten Projekten vorkommt. Nun wurde die neueste Version 2.13 portiert. (dr)
[Meldung: 25. Jan. 2024, 11:51] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jan.2024
|
Vorschau-Video: Aracde-Klassiker "Donkey Kong"
Jean-Francois 'jotd' Fabre ist dabei, ein weiteres Spiel für den Amiga umzusetzen: dieses Mal Nintendos Aracade-Klassiker Donkey Kong. (dr)
[Meldung: 25. Jan. 2024, 09:39] [Kommentare: 1 - 27. Jan. 2024, 17:45]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jan.2024
|
Programmierhilfe: AmiBlitz-3-Vorlagen für RTG-Amigas und Apollo V4
Sami Vehmaa möchte mehr Leute dazu zu bringen, Spiele für die Amiga-Plattform zu entwickeln und bietet zu diesem Zweck mit "AB3_Templates" Vorlagen für die RTG-Variante von AmiBlitz 3 auf itch.io an. Nachdem er im vergangenen Jahr bereits begonnen hatte, die Quellcodes einiger damit geschriebener Spiele zu veröffentlichen (amiga-news.de berichtete), hat er nun nicht nur das komplette Paket kostenlos zugänglich gemacht, sondern darüberhinaus eine eigens für die Apollo Vampire V4 angepasste und "Amiblitz3 Vampire!" genannte Version veröffentlicht.
(dr)
[Meldung: 25. Jan. 2024, 06:41] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jan.2024
|
Vorschau-Video: "Trojan" für AGA-Amigas
Im Zuge unserer Adventskalenderaktion, speziell im Artikel über Erik 'earok' Hogan, berichteten wir bereits über ein erstes Vorschau-Video von 'Retro Passion' über dessen Umsetzung des Spiels Trojan für AGA-Amigas mit dem Game Construction Kit "Scorpion Engine". Nun wurde ein zweites Video veröffentlicht. (dr)
[Meldung: 25. Jan. 2024, 06:38] [Kommentare: 1 - 26. Jan. 2024, 10:17]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
24.Jan.2024
|
Veranstaltung: Amiga Ruhrpott Convention 2024
Wie die Veranstalter berichten, wird es auch 2024 eine Amiga Ruhrpott Convention (ARC) in Duisburg-Rheinhausen geben: am 25. Mai 2024 sind ab 10 Uhr alle Retro-Fans ins Jugendzentrum AREA 51 eingeladen. Mit dabei sind wieder Factor 5, Alinea Computer, Microzeit Publishing, Theo Theoderich, German Amiga Podcast, Nerds and Geeks uvm. Online-Tickets gibt es bereits jetzt im Vorverkauf: ein Besucherticket kostet 18 Euro, wer gerne etwas präsentieren möchte und einen Tisch benötigt, zahlt 23 Euro. (dr)
[Meldung: 24. Jan. 2024, 05:38] [Kommentare: 1 - 26. Jan. 2024, 23:02]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
24.Jan.2024
|
Game Construction Kit: RedPill 0.9.33
RedPill, entwickelt von Carlos Peris, ist ein in Amiblitz 3.99 geschriebenes Game Construction Kit, das die Entwicklung von Spielen aus diversen Genres ermöglichen soll (z.B. Agonman). RedPill ist kompatibel mit AGA und ECS, der "Player" zum Abspielen der fertigen Kreationen benötigt insgesamt 1,5 MB RAM. Jens 'Farbfinsternis' Henschel hat auf seiner Webseite eine deutschsprachige Anleitung verfasst.
Wie uns der Entwickler erläutert, erlaubt die neue Version 0.9.33 nun die spezielle Ausgabe des Spielecodes für einen A500 oder ein ähnliches System, indem weniger Ressourcen verwendet und einige Funktionen deaktiviert werden. Darüberhinaus gibt es auch eine Menge allgemeiner Optimierungen und einen neuen Bildschirm für die Bearbeitung und Umwandlung von Bildern, wie in diesem YouTube-Video zu sehen. Die Änderungen im Detail:
- Added a new Build Game option to target low end machines (like A500 with
1MB). This reduces the maximum number of level objects (from 64 to 32) and
disables some code like CD32 audio and storage among others to reduce memory
needed and increase performance of the games.
- Multiple optimizations in all fronts reducing the CPU and memory required by
games.
- When forcing NTSC resolution the game will use less Chip memory.
- Static objects are now updated first, I hope this do not break old games as
sometimes the execution order could be different.
- Added a new screen for Frame manipulation, copy&pasting, rotating, scaling,
can be done in this screen. Find more information in the guide.
- Default input key for Fire 1 has been changed to left caps key.
- In Game Setup screen there is a new Mem Info section that will give an
estimation of the memory used by the game. Take it with a pinch of salt.
- Build does not copy diskfont.library anymore as it is not needed.
- Fix in Collision Down being triggered when there was any collision.
- Optimization in tile accessing.
- Small optimization in palette processing.
- Optimization in action trigger processing.
- Compression for SFX has been deactivated as sometimes it fails and others
prevent loading.
- In Screen setup screen now you can decide if you want subpixel scrolling or
not.
- When Building a project there are warning messages if the files cannot be
compressed.
- When loading a project, this loading action now can be cancelled.
- Files ".pal" in projects are now used in a different way.
- Camera limits code has been simplified.
- Fixes in the FX rendering.
- Action trigger Frame by Angle fixes.
- Animation frames are now cleared when starting a new project.
- When compressing projects, if the asset is not properly compressed now it
tries to load the file without compression.
- Refactoring of level loading and tileset loading that reduces the exe size
and memory usage.
- Refactoring of the main loop camera and display system.
- Trigger actions system optimization.
- Small optimization in Change Tile trigger.
(dr)
[Meldung: 24. Jan. 2024, 04:53] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
23.Jan.2024
|
Vorschau-Video: Jump'n Run "Silhouette Threat" für AGA-Amigas
Ein Mädchen gerät in eine geheimnisvolle Welt, in der sie nur mit ihrem Regenmantel und ihrem Regenschirm bewaffnet ist und ständig von seltsamen, schemenhaften Kreaturen angegriffen wird. Die einzige Möglichkeit, in ihre Welt zurückzukehren, besteht darin, Teile zu sammeln, um schließlich das Regentropfenportal zusammenzusetzen...
So lautet der Plot für das Jump'n Run "Silhouette Threat", das 'psquaredish' momentan für AGA-Rechner mit der Scorpion Engine entwickelt. Erst neulich wies Erik 'earok' Hogan, Autor des Game Construction Kits, in unserem Artikel über Videotutorials zur Scorpion Engine darauf hin, dass die Scorpion Engine nicht nur für Entwickler gedacht sei: dies ist hier der Fall. Das verlinkte Video zeigt einen ersten, kurzen Testlevel.
Seine bald 12-jährige Tochter hat den Hauptakteur und einige der anderen Grafiken entworfen. Als Nicht-Künstler habe er versucht, sein Bestes zu geben, um den Rest zu erledigen.
Absolutes Wunschziel sei es, ein Spiel zu schreiben, das das Parallaxen-System verwende und viele große, sich überlappende Ebenen im Spiel zu haben. Wie der Autor weiter ausführt, stelle er sich ein AGA-Spiel mit 6 Ebenen vor, bei dem die Bitebenen des dualen Spielfelds in 2,1,1,2,1,1 statt in 4,4 aufgeteilt sind. Gegenwärtig würde die Scorpion Engine die Anzahl der Ebenen in AGA auf 3 Ebenen begrenzen, wobei 2 wiederholt werden müssen. Das Spiel Agony verwende bereits die Technik des Dual Playfield Bitplane Splitting für OCS/ECS mit einem 3,2,1 Split (vgl. hierzu auch Codetapper's Artikel) und der Quellcode sei hier verfügbar (amiga-news.de berichtete), was die Sache einfacher machen könnte, es umzusetzen. Wenn jemand daran interessiert sei, bei der Programmierung des Bitplane-Splitters zu helfen, so bittet der Autor um Rückmeldung.
Und der Entwickler schreibt weiter: "Was ich für möglich halte, ist ein Tool, das dem erstaunlichen Parallaxen-Tool ähnelt, das Daniel Stephens für Boss Machine erstellt hat (YouTube-Video). Es ist in der Lage, Grafikstreifen zu nehmen und sie mit einem Schieberegler unabhängig voneinander in beliebiger Geschwindigkeit zu bewegen. Als ich das gesehen habe, hat es mich umgehauen und mich auf den Gedanken gebracht, dass man vielleicht ein ähnliches Tool entwickeln könnte, mit dem man ein beliebiges Bild in eine von sechs sich überlappenden Parallaxen-Ebenen laden kann. Vielleicht könnte es als Plugin für Scorpion Engine oder Redpill oder als eigenständiges Tool gemacht werden, falls das wieder irgendwelche Programmierer fasziniert, lasst es mich bitte wissen."
In der Zwischenzeit plane er, das Spiel mit der Scorpion Engine mit den 3 Layern weiter zu entwickeln. Ein wichtigter Punkt sei gewesen, dass er sich zum ersten Mal selbst beigebracht habe, Protracker zu benutzen. Er hätte nie gewusst, was die ganzen Zahlen bedeuteten, aber jetzt verstünde er es ein bisschen. Er habe einen einfachen, kleinen, gesampelten Track zusammengestellt, der noch nicht im Video zu hören sei, aber er werde ihn vielleicht als temporäre Titelbildschirmmusik in der spielbaren Demo verwenden, die er irgendwann im nächsten Monat herausbringen will.
Da es sein erstes Spiel sei, würde er sich über jedes Feedback und jede Idee freuen. (dr)
[Meldung: 23. Jan. 2024, 10:10] [Kommentare: 6 - 26. Jan. 2024, 09:28]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
23.Jan.2024
|
Denkspiel: "TD Power Swap" für MorphOS
Rafał Zabdyrs "TD Power Swap" ist ein einfaches Denkspiel, das auf der Idee des Amiga-Spiels Pure Brain basiert (YouTube-Video). Ihre Aufgabe ist es, die Reihenfolge der Bilder in die ursprüngliche Reihenfolge zu bringen. (dr)
[Meldung: 23. Jan. 2024, 06:43] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
22.Jan.2024
|
Bildbearbeitung: RNOEffects 2.0 für alle Amiga-Systeme
Entwickler 'jPV^RNO' hat RNOEffects aus der Familie seiner RNO-Anwendungen auf die Version 2.0 aktualisiert. RNOEffects ist ein einfaches Bildbearbeitungsprogramm mit dem Schwerpunkt auf Stapelkonvertierungsoptionen und Alphakanal-basierten Effekten. Highlights des Updates sind das Pixel-Editor-Werkzeug und das Speichern von Bildern im Palettenmodus (YouTube-Video). Die vollständigen Änderungen:
- Added the "Pixel editor" tool with configurable pixel drawing options for
left, middle, and right mouse buttons
- Added the "Color picker" tool to show colour information under the mouse
pointer and to pick and store multiple colour values temporarily
- Added the "Area selector" tool which can be used to apply certain effects on
a limited area of an image
- Added the "Toolbox" tool to reduce pull-down menu use
- Added support for saving images in the palette mode (1-8 bits), optionally
with 16 pre-defined palettes including the MagicWB palette
- Palettes can be saved in IFF ILBM, RGB32, LoadRGB4, and LoadRGB32 formats
- Palette images can be saved as chunky data
- Chunky image data and separate palettes can be saved as a C source code
- Added an option to use an opacity map to apply an effect partially on an
image (works with Blur, Contrast, Draw/Brush, Gamma, Modulate, Monochrome,
and Tint effects)
- Added "Chroma key" and "Luma key" effects to make colour ranges transparent
- Batch converted images can be saved as a video
- Added MagicWB support for the icon saving
- Added information about the program state in the window title
- Added Undo button on effects' windows
- Function key shortcuts can be used to save images in several formats
- Added an option to swap the main image with the buffer image
- The Opacity map effect can use the buffer image as an opacity map
- Added an option to invert the Opacity map effect
- Added opacity map examples in the OpacityMaps directory
- Renamed the "Reduce alpha" effect to "Alter alpha" and added an option to
remove the whole alpha channel from an image
- Background images can be centered in the Background effect
- Added an option to clear the current image
- Undo buffer wasn't initialised when loading an image at startup
- Fixed colour picking with scaled images
- Fixed Charcoal and Edge effects for images with transparency
- Better window resizing when loading images
- Skip arrow key operations if a command key is pressed simultaneously so as
not to affect mouse pointer control via the keyboard
- Arranged effects in an ordered format in the menu - into categories
- Included JPEG2000, PCX, and TIFF plugins
- Added support for saving images in JPEG2000 and TIFF formats
- Select specific image/state to load of icon with multiple images
- Added a setting to load icon properties and use them in icon saving options
- Files can be drag'n'dropped into a batch conversion file list
- Tool windows open at startup if they were open when settings saved
- Other minor fixes
RNOEffects ist für alle Amiga-Systeme im Aminet verfügbar.
(dr)
[Meldung: 22. Jan. 2024, 22:12] [Kommentare: 1 - 23. Jan. 2024, 21:44]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
22.Jan.2024
|
AmigaOS 4: elf.library V54.1
Hyperion Entertainment hat eine neue Version 54.1 der elf.library (Executable and Linking Format) für AmigaOS 4 veröffentlicht, die über das AmiUpdate erhältlich ist. Änderungen seit der Version 53.30:
- Added AmigaDOS pattern support in load-time-blacklist (as an example
"amissl_v#?.library" will now exclude all of the AmiSSL sub-libraries
without having to list each separate library explicitly).
- Reduced Elf_Collector process to a bare minimal process without all the pointless
and unused decorations, backed off the priority to -5 and increased the polling
wait to 1 second, increased the cache flush time to 300 seconds.
- Added ADDR24 reloc support required for kernel 54.48 and higher.
- The filesize parameter from Openelf.c was downsized from INT64 to UINT32
and then passed to ObtainCachedElfHandle() where the value was then stored
in the elfhandle as an INT64. Remove the downsizing in Openelf.c and
ObtainCachedElfHandle() to pass and store only INT64 now.
- Fixed CopyDataSegment() reloc failures from being silently ignored (was
returning successfully, instead of an error).
- Rewrote CopyDataSegment() to no longer need to load relocs from disk each
time it is called. Instead, the required relocs and information are stored
during ElfLoadSeg() for later use. This allows applications to set OET_NoDOS
when opening the file handle, instead of needing to maintain a file lock
until the application exits.
- CopyDataSegment() will now additionally use a .bss, .sdata or .sbss section
as the reference for the baseOffset, if a .data section is not present.
- Fixed several bugs with error handling in Elf32_LoadSegment. Previously,
a failed read would lead to either an infinite regress or a deadlock.
- Implementation of Elf32_CallConstructors and Elf32_CallDestructors. These
are now called from inside InitSHLib in place of __shlib_call_constructors
and __shlib_call_destructors. This has the benefit of being compiler and
stdlib independent (so more generic). It also solves the problem, that
the previous solution would in fact not work but (due to some problem
with gcc __attribute__((section)) probably) would call an incomplete array of
constructor functions.
- Fixed bug in the storing of any data relocs, which would crash if the buffer
needed to be enlarged.
- Fix CloseElfTag in Elf32_CallConstructors and Elf32_CallDestructors.
- Ensure that RELA section has been loaded in Elf32_OpenReloc.
- Add GST_Load, TRUE to RelocateSectionTags in
Elf32_CallConstructors/Destructors.
- Added crash condition to OpenElfTags() in Elf32_CallConstructors/Destructors.
- Fix a case of very bad error handling in Elf32_HandleRelocs (Timberwolf).
- Fix a bug in relocbuffer.c. ElfSeek would not be called before ElfRead in
Elf32_RefillRelocBuffer, which would lead to faulty reads. Several names
have been changed to better clarify structure. This completes the fix for
Timberwolf in the last revision.
- Elf32_CallConstructors/Destructors have been updated to account for
.init_array and .fini_array sections.
- Open/CloseElfTags calls have been updated in the same two functions to
account for correct reopening/reclosing of elfhandles.
- Fix closing of OET_ReadOnlyCopy DOS filehandle in CloseElfTags.
- Added GetSOHandles() function.
- Change Elf32_CallConstructors/Destructors to handle .ctors/.dtors array
starting with -1 instead of NULL, which fixes shared objects crashing
that were compiled using newlib SDK >= 53.84.
- Change Elf32_CallConstructors/Destructors to better handle missing NULL
termination in .ctors/.dtors and added debug output to report such cases.
- DLOpen() will now return NULL if any attempt is made to use it to open
an ELF file that is not actually a shared object type.
- Fix OpenElf() not initializing the shared object array, which caused
CloseElf() to crash unless ElfLoadSeg() had been called.
- Fix internal elfhandle flag never actually being set for shared objects,
due to the code being placed before the header was read.
- Program header loadable segments are now always loaded as segments
unless the .rodata section is contained in a section containing an
executable section, in which case sections in that segment are loaded
separately, as before.
- Don't unnecessarily call CacheClearE() individually for each and every
reloc applied during ElfLoadSeg(), as we already flush that memory
from the caches soon after anyway. This should speed up the loading of
large executables.
- RelocateSection() now correctly flushes the processor cache when
R_PPC_JMP_SLOT relocs make changes to the PLT.
- Elf32_CallConstructors/Destructors no longer attempts to relocate
.ctors/.dtors, as ElfLoadSeg() will have always already done this.
- Elf32_CallConstructors/Destructors no longer needs to open and reread
the file, as the section indices are now saved by Elf32_OpenSOLib()
before unloading the string sections.
- Do not ignore ELFCMD_DOS_SEEK errors.
- Correct autodoc for ELFCMD_DOS_SEEK to specify OFFSET_BEGINNING
instead of OFFSET_CURRENT and changed return value to be boolean.
- Fix recursive loop, which overflowed stack and crashed, which could
happen when attempting to load a corrupt file, if there is an issue
with the section name string table.
- Check section headers for signs of corruption and, instead of crashing,
display a message on failure and fail gracefully.
- Protect against attempted incorrect/large/invalid memory allocations
when loading sections from a corrupt file.
- Add new error code ELF32_INVALID_HEADER to .
- UnloadSection() no longer crashes if no sections have been loaded.
- Fix crashes triggered by R_PPC_REL24 relocs, mistakenly caused by an
out of range address during the resolution of undefined symbols,
instead of jumping to the PLT.
- Fix symbol cache not adding entry, if the cache needs to be enlarged.
- Fully utilise the symbol cache when reading the symbol name.
- OpenElf() needs to close the file, if it opened one, should there be
an issue reading the headers.
- Fix incorrect detection of invalid headers where OET_MemoryAddr has
been specified instead of a file.
- Add filename to give context to the ElfLoadSeg() error requesters.
Further tweak to the pointer equality fix, to completely skip
R_PPC_REL24 and R_PPC_LOCAL24PC relocs with a st_value of 0, as the
relative branches will already be correct - no relocation required.
Fix Elf32_BlacklistCheck() from crashing when passed a handle with
no filename set (e.g. OET_MemoryAddr).
Replace semaphore usage with mutexes
(dr)
[Meldung: 22. Jan. 2024, 22:01] [Kommentare: 24 - 01. Feb. 2024, 09:11]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
22.Jan.2024
|
Demo: "V4driver" für Apollo Vampire V4
Sami Vehmaa hat nach 30 Jahren sein zweites Demo veröffentlicht: "V4driver" (YouTube-Video) hat er exklsusiv für die Apollo Vampire V4 geschrieben, wie immer in AmiBlitz 3. (dr)
[Meldung: 22. Jan. 2024, 21:35] [Kommentare: 15 - 01. Feb. 2024, 09:13]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
22.Jan.2024
|
Jump'n Run: Abbey(s) of the Dead V1.1
Der Entwickler 'UltraNarwhal' hat ein Update zu seinem Anfang Dezember veröffentlichten, erweiterten Ports von "Abbey(s) of the Dead" (YouTube-Video) veröffentlicht, das ein paar kleinere grafische Anpassungen beinhaltet. (dr)
[Meldung: 22. Jan. 2024, 21:26] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
22.Jan.2024
|
Video: Statusupdate zu DrawBridge für MiSTer
Anschließend an sein Video vom August letzten Jahres (amiga-news.de berichtete) zeigt Robert Smith, wie der aktuelle Stand bezüglich der Umsetzung seines "DrawBridge"-Projektes - handelsüblichen PC-Diskettenlaufwerke können zum Lesen und Schreiben von Amiga-Disketten verwendet werden - für den FPGA-Amiga-Klon MISTer (amiga-news.de berichtete) ist: er berichtet nicht nur vom erfolgreichen Lesen und Schreiben der Disketten, sondern auch, dass dies mit mehreren Laufwerken gleichzeitig funktioniert. (dr)
[Meldung: 22. Jan. 2024, 07:37] [Kommentare: 1 - 22. Jan. 2024, 12:58]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
| |
Aktuelle Diskussionen |
 |
|
 |
Letzte Top-News |
 |
|
 |
amiga-news.de |
 |
|
|
|
|
|