21.Dez.2023
|
AmigaOS 4: AAMP 2.1 (Apache, MySQL und PHP)
AAMP bietet eine Entwicklungsumgebung für den Amiga, mit der man eigene Webprojekte erstellen und testen kann. Ähnlich dem bekannten XAMPP-Paket für
Linux und Windows enthält es den HTTP- (Web-) Server "Apache" mit einkompilierter Unterstützung für die Skriptsprache "PHP" (Version 8.0.28 und
5.2.10) und den Datenbankserver "MySQL" in der Version 5.5.10 (amiga-news.de berichtete).
Die neue Version 2.1 enthält viele Verbesserungen und auch einige Fehlerbeseitigungen. Hauptneuerung ist eine neue Schaltzentrale, mit der man alle Server managen kann:
Die Änderungen im Detail:
- The "AAMP-Control" tool is now available for the central administration of
all servers and settings. In addition to Apache and MySQL, it can also be
used to manage the PHP development server and the Subversion server
"svnserve". The scripts "Start_AAMP.bat" and "Stop_AAMP.bat" are now
obsolete and no longer included.
All other start and stop scripts are still included, but the use of
"AAMP-Control" is recommended.
- Update of the Apache web server from version 2.2.11 to version 2.2.34.
- The configuration of the Apache SSL module is now complete and working. So
that clients can work with it without problems, there is a selection of
CA root certificate collections in the Contrib folder, which also contain
the server's certificate. Simply replace the required file of the client or
browser.
- The package now also includes a complete package of "phpMyAdmin" in version
5.0.4. This has been patched for better compatibility with PHP 8 and is
already preconfigured. The package will be installed automatically during
the installation of AAMP.
- Optimized autostart at system start or when starting "AAMP-Control".
- Update of the CA root certificates (Mozilla certificates as of 20.11.2023).
- The default WebDAV directory is now "AAMP:Apache/uploads" and no longer
"AAMP:Apache/htdocs/dav".
- The Subversion package has been recompiled using the new Apache 2.2.34
libraries.
- Various bug fixes. For existing errors please read the section "Problems"!
(dr)
[Meldung: 21. Dez. 2023, 09:18] [Kommentare: 42 - 28. Dez. 2023, 10:00]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
20.Dez.2023
|
Aiostreams V1.7.7: Skripte für das Streamen von Videos (AmigaOS 4, MorphOS)
"All In One streams" (aiostreams) ist ein Paket von in Python geschriebenen Skripten, die zum Streamen und Anschauen von Videos aus verschiedenen Online-Netzwerken, wie Twitch.tv, YouTube und Vimeo.com, verwendet werden können. Alle Skripte wurden unter AmigaOS 4.1 FE und MorphOS 3.x entwickelt und ausgiebig getestet, die auch die Zielplattformen von George 'walkero' Sokianos Projekt sind.
Die nun veröffentlichte Version 1.7.7 weist folgenden Änderungen auf:
Added
- The youtube script supports now the urls of shorts videos
- Added video resolutions at the youtube script, when the -x argument is used
- Added more resolutions selection in the vqw.py for Vimeo and twitch
Changed
- The youtube script supports more urls, to cover more Invidious servers
Als Ergänzung zu diesen Skripten hat der Entwickler die Website AIOstreams erstellt, die eine schnelle Möglichkeit bietet, Twitch- und YouTube-Videos zu entdecken. Sie ist schnell und kann auf älteren Browsern verwendet werden, die kein Javascript und CSS unterstützen. Dies ist eine Proxy-Website. Es werden keine Daten in einer Datenbank gespeichert, es gibt kein Tracking und es ist keine Authentifizierung erforderlich. Mehr darüber in seinem aktuellen ko-fi-Artikel.
Download: aiostreams-v1.7.7.lha (228 KB) (dr)
[Meldung: 20. Dez. 2023, 14:44] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
20.Dez.2023
|
Assembler: ASM-Pro 1.20 veröffentlicht
ASM-Pro ist ein MC680x0-Makro-Assembler für den Amiga mit integriertem Editor, Debugger, Linker und Monitor. Das Programm bietet vollständige MC680x0-, FPU- und MMU-Unterstützung. Nun wurde ASM-Pro auf die Version 1.20 aktualisiert. Die Änderungen:
ADDITIONS
- ASM: New symbol REPTN, value is set to 0 to (N-1) while inside a
REPT block and -1 while outside.
- ASM: New predefined symbol ASMPRO, value contains ASMPro version
in the following format: major*256+minor.
- ASM: New directive EQUA, intended for post-processing. Do not use
if unsure how it works and what it does. It works similar to EQU
but the value is absolute (it also "relocates" and can be used to
access relocatable data from absolute sections).
- ASM/DISASM: Added support for PLPA instruction (68060).
MODIFICATIONS
- UI: reqtools.library v38+ is required instead of any version.
- DISASM: FNOP is now displayed instead of a 0 displacement FBF.W.
- ASM: Macro parameter \@ reimplemented to work correctly with
system includes (pass1/2 conflicts with conditional assembly).
- ASM: Trailing / is appended to INCDIR path if needed.
- ASM: Current source directory is used as fallback to find include
files, and finally the INCLUDE: assign as well.
- ASM: Both CMP and CMPM with (Ax)+,(Ay)+ are now allowed.
- ASM: Allow MOVEM and FMOVEM descending register lists.
- ASM: Allow longword size for FMOVEM with control registers.
- UI: The ancient prefs toggles and closewb code removed from the
menu event handler.
- Over 900 additional micro optimizations, 21KB reduction of the
executable size compared to v1.18.
BUGFIXES
- UI-1.19: File pattern in the read/write source file requester is
incorrect if Source .ASM is enabled in the general preferences.
- UI: Crash if diskfont.library couldn't be opened.
- DISASM: Crash on 68000/010 systems if DBcc.L (Apollo) has a 2-char
conditional code.
- EDIT: Continuously pressing page up to reach the top of the source
code after unsuccessful assembly (and similar variations), would
freeze the editor.
- DISASM: CALLM absolute and pc-relative modes don't work, immediate
mode's hex operand is missing a leading $.
- DISASM: Several CHK2 and CMP2 modes don't work.
- ASM: Incorrect opcodes generated or not supported for CHK2 and CMP2.
- DISASM: CINV and CPUSH specifier NC (neither cache) is displayed as
BC (both caches).
- ASM: CINV and CPUSH specifier NC (neither cache) is not implemented.
- DISASM: MOVES destination absolute long mode doesn't work.
- DISASM: PMOVE (68030 variant) mixes up registers TT0 and TT1.
- ASM: FMOVEM and some FMOVE variants allow destination pc-relative
modes.
- UI: The changed source prompts are brought up at the end of restart
instead of right away.
- ASM: No CPU warning for CALLM (68020 only) if the selected CPU is
68030 or higher.
- ASM: INCDIR path is not reset when starting a new assembly.
- ASM: Including a directory prints out random trash characters.
- MONI: Scrolling left/right (alt-left/right arrow) hides the cursor.
- ASM: PMOVE with MMUSR outputs incorrect register.
- DBG: Debugged program's user and supervisor stacks (and corresponding
USP/SSP registers) are switched.
- DISASM: FMOVEM has a trailing "/" in some scenarios.
- ASM: FMOVEM allows size .X with control registers.
- DISASM: Infinite loop with some 68040 specific FPU opcodes.
- ASM: Watchpoints and breakpoints are kept after switching to a
different source.
- Public port's name and type are not initialized.
- ASM: PRINTV doesn't flush the print buffer properly causing the next
line to be truncated (for example, if followed by INCLUDE or INCBIN
the path is not printed).
- UI: System freeze and/or crash if multiple hotkeys are pressed at the
same time, and the first one is causing the menu strip change (for
example, pressing amiga-AS in the editor).
- ASM: Numerous FPU instructions with source immediate longword operand
are generated as byte, resulting either in the out of 8-bit range error
or incorrect opcode.
- DISASM: FSINCOS prints only one destination FPU register.
- DISASM: Absolute and pc-relative modes don't work with all bitfield
instructions (68020+).
- DISASM: CMPI pc-relative index mode (68020+) doesn't work.
- DISASM: CAS allows several invalid and non-existing modes, absolute
modes don't work.
- DISASM: LPSTOP (68060) is not implemented.
- DISASM: Typos in FPU ROM constant names (appended as a comment to the
MOVECR instruction), probably due to the same typos in the M68K manual.
Additionally, TAB changed to a space if Printer Dump is not enabled in
the preferences to avoid weird characters on the screen.
- ASM: PFLUSHR doesn't allow address register indirect mode.
- ASM: MMU register PCSR is not recognized (PCR is checked twice instead).
(dr)
[Meldung: 20. Dez. 2023, 09:30] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
20.Dez.2023
|
Workbench-Distribution: AKReal 9.2
AKReal, die mit 16 Farben auskommende inoffizielle Anpassung der für Emulatoren gedachten Workbench-Distribution AmiKit an echte Amigas (AGA/RTG), wurde aktualisiert und liegt nun in der Version 9.2 vor. Ein Update von der Version 9.1 ist kostenlos und wird automatisch via LiveUpdate eingespielt. Andernfalls kostet der Download 9,99 Euro. Die Änderungen:
- ADDED: Freeware PowerWindows 1.3 by by Georg Steger, 10/11/2000.
- ADDED: Some existing RTG 1024x768 wallpapers saved now in iff format.
- ADDED: UAEgfx by Toni Willen in Sys:Devs/Monitors to be used with RTG when needed.
- ADDED: New option in Morpheuz to change the pointer or also the wallpapers/backdrops/skins used if you are already using some RTG option in your Amiga.
- ADDED: AmigaGPT version 1.2.0 by Cameron Armstrong. Now backwards compatible with OS3.9.
- ADDED: Spanish "esRadio", "Flower Power radio", "Love Radio Florida" and "CGM UKScene Radio*". You can find them in Sys:Utilities/Expansion/RadioStations/Scripts.
- ADDED: Filesize v40.1, 1998-02-22 by Msi Software, http://home.sol.no/~msi/
- UPDATED: WHDLoad to version 18.9.6601
- UPDATED: HippoPlayer v2.58 - kpk@iki.fi. K-P Koljonen 2023-06-21.
- UPDATED: AmigaAMP v3.33 -Thomas Wenzel (www.toms-home.de). 2022-12-20.
- UPDATED: IMP v3.411 - Pawel Nowak. 2023-06-29.
- UPDATED: TextEditor.mcc v15.56. Jens Maus (mail jens-maus de). 2021-08-31.
- UPDATED: BetterString.mcc v11.36. Jens Maus (mail jens-maus de). 2021-08-31.
- UPDATED: NList.mcc v0.128. Jens Maus (mail jens-maus de). 2021-08-31.
- UPDATED: TheBar.mcc v26.22. Jens Maus (mail jens-maus de). 2021-08-31 .
- UPDATED: AmiSSL v5.11. AmiSSL Open Source Team. 2023-09-19.
- UPDATED: OpenURL 7.18. Jens Maus 2016-09-07.
- UPDATED: MMULib v47.6. Thomas.richter at alumni.tu-berlin.de (Thomas Richter) 2023-07-01.
- UPDATED: WBDock by Thomas Rapp. Version 2.896. 16-Jul-2023.
- UPDATED: MUI v5.0. 2021-08-31 by Thore Böckelmann and changed MUI prefs for iGame.
- UPDATED: iGame V2.4.1 2023-07-19 by mrzammler at freemail.gr (Emmanuel Vasilakis).
- UPDATED: TinyMeter 3.56 by gibs2b gmail com (Michael GIBS).
- UPDATED: iBrowse to 2.5.8 and TextHistory.mcc to 11.8 version for the installation.
- CHANGED: Magellan Start menus. Now in Sys:Utilities/Expansion/Opus5/Buttons we have a shorter version. There are three drawers with different versions to try if you wish.
- CHANGED: SID Station Radio stream changed as suggested by @bjdcleary at the EAB site.
- CHANGED: "Disable_CGXAga&Birdie" is now "Change_CGXAga&Birdie" with more options.
- CHANGED: Femu by Jari has been exchanged by SoftIEEE, developed by Thomas Richter. Version 40.6.1 from 2023-01-23.
- CHANGED: Cinemix radio station to use Amplifier and a new script.
- FIXED: SceneSat radio
- DELETED: Nostalgia, XPD and WNMC48 radios, no longer working.
(dr)
[Meldung: 20. Dez. 2023, 09:12] [Kommentare: 5 - 22. Dez. 2023, 13:49]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
20.Dez.2023
|
Vorschau-Video: Plattformer "SUPERMiniJu"
Yoz Montana hat ein weiteres Vorschau-Video (amiga-news.de berichtete) für "SUPERMiniJu" veröffentlicht, das mit dem Game Construction Kit RedPill entwickelt wird. Im vorliegenden Video wird der Endgegner des ersten Levels gezeigt. (dr)
[Meldung: 20. Dez. 2023, 08:57] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
20.Dez.2023
|
Erstellung von Amiga Reaction GUIs: ReBuild 0.7.0 (Betaversion)
Mitte November stellten wir ausführlich Darren 'dmcoles' Coles "ReBuild" vor, mit dem es möglich sein soll, grafische Benutzeroberflächen für ReAction, der Weiterentwicklung von ClassAct, zu erstellen. Änderungen:
- ensure copy/move buttons are disabled for window objects
- add GA_ID properties for layouts
- fix a couple of compile issues with vbcc
- add warning to user when using TextField gadget
- add weightbar capability
Der Autor bittet, ReBuild ausführlich zu testen und ihm eventuelle Fehler zu melden.
Download: rebuild0.7.0-beta.lha (135 Kb) (dr)
[Meldung: 20. Dez. 2023, 08:03] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
MorphZone
|
MorphOS: Webbrowser Wayfarer 7.2
Jacek 'jacadcaps' Piszczek hat die Version 7.2 seines Webbrowsers Wayfarer für MorphOS veröffentlicht. Wayfarer setzt nun auf die neueste WebKit-Engine WebKitGTK 2.42.4 auf, die Abstürze in JavaScript, und im WebCore behebt sowie mehrere Rendering-Probleme. Wie der Autor schreibt, habe er die maximale Stringlänge in WebKit auf 64 MB angepasst (von den ursprünglichen 2 GB). Er habe keine Probleme feststellen können, wer aber Webseiten findet, die mit Wayfarer 7.1 funktioniert haben, mit Version 7.2 aber nicht, möge die bitte melden. (dr)
[Meldung: 19. Dez. 2023, 17:40] [Kommentare: 1 - 20. Dez. 2023, 19:23]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
|
Diskettenabbilder am PC oder Mac: Greaseweazle Firmware 1.5
Keir Frasers "Greaseweazle" liest ähnlich wie Kryoflux die Magnetschicht der Diskette unabhängig vom verwendeten Format und speichert soviele Informationen wie möglich in einem sogenannten "Flux Level Image" im Supercard-Format (SCP). Die neue Greaseweazle Firmware 1.5 stellt folgende Änderungen bereit:
- AT32F403(A): Extend SRAM from 96kB to 224kB
- Report USB buffer size in 'gw info'
- GCC12 build fixes
- USB High Speed: Fix device_qualifier descriptor
(dr)
[Meldung: 19. Dez. 2023, 10:44] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
|
Weihnachtsspiel: Santas Present Drop 3
Nach Teil 1 im Jahr 2021 und Teil 2 im vergangenen Jahr hat Rob Smith nun mit "Santas Present Drop 3" in diesem Jahr den dritten Teil seiner mit AMOS programmierten Weihnachtsspielereihe. Während seines Flugs über die Alpen mit dem Gift-o-Matic 5000 explodierte die Geschenkezustellmaschine und alles wurde über die Berge verteilt. Da der Weihnachtsmann seine Ski bei sich hat, ist es die Aufgabe des Spielers, diesen so zu lenken, dass er so viele Geschenke wie möglich innerhalb der erlaubten Zeit einsammeln kann. Ein zugehöriges Videotutorial wird Heilig Abend veröffentlicht. (dr)
[Meldung: 19. Dez. 2023, 10:39] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
Mastodon
|
Übersicht: Liste moderner Monitore mit Unterstützung des 15-kHz-RGB-Signals
Wie viele andere Retrosysteme auch, benötigt der Amiga einen Monitor, der eine horizontalen Bildschirmfrequenz von 15kHz unterstützt. Unter dem Titellink findet sich eine Liste moderner Flachbildschirme (LCD, OLED), die analoge 15-kHz-Signale über separate RGB-Anschlüsse (VGA, DVI-A und/oder SCART) direkt unterstützen. (dr)
[Meldung: 19. Dez. 2023, 10:29] [Kommentare: 3 - 20. Dez. 2023, 10:56]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
|
Marke Eigenbau: Update der N2630-Erweiterungskarte für Amiga 2000
Anfang November hatte der Entwickler Jason 'jasonsbeer' Neus die Revision 4.0.1 seiner Weiterentwicklung, genannt N2630, der originalen Commodore A2630-Erweiterungskarte veröffentlicht (amiga-news.de berichtete). Nun hat er einige Aktualisierungen in das Github-Repositorium gestellt: diese Änderungen verbessern die Leistung durch die Aktivierung der Burst-Unterstützung für den Zorro 3 RAM und die Beseitigung der Gayle-Schnittstelle zugunsten von LIDE.device. Wie er schreibt, seien diese Updates nicht erforderlich, werden aber dringend empfohlen.
Schritte zum Upgrade:
(dr)
[Meldung: 19. Dez. 2023, 10:14] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
19.Dez.2023
|
CS-Lab: Turbokarte Warp 4060 weiter in Arbeit
Wie CS-Lab in einem kurzen Eintrag unter dem Titellink schreibt, sei die eigentlich bereits für 2022 angekündigte Turbokarte Warp 4060 weiter in Entwicklung: ein paar Bugs müssten noch vom ersten Prototypen behoben werden. (dr)
[Meldung: 19. Dez. 2023, 10:01] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
18.Dez.2023
Amigaworld.net (Forum)
|
Veranstaltung: World of Commodore - Videogrußbotschaften von B5-Schauspielern
Anfang des Monats fand in Toronto, Kanada, die diesjährige "World of Commodore" statt. Auf dieser übermittelten mit den Babylon-5-Schauspielern Bruce Boxleitner ("John Sheridan", Video) und Claudia Christian ("Susan Ivanova", Video) zwei der Hauptdarsteller Videogrußbotschaften, in denen sie auf ihre Eindrücke von der damaligen Computertechnik eingehen.
Bekanntlich wurden damals - vor dreißig Jahren - Amigas eingesetzt, im Unterschied zur seinerzeit noch gängigen Verwendung von Modellen. Die visuellen Effekte für den Pilotfilm von Babylon 5 wurden von dem von Ron Thornton und Paul Beigle-Bryant gegründeten Studio "Foundation Imaging" erstellt, das eine Reihe von Commodore-Amiga-Computern und die Video-Toaster-Technologie von NewTek verwendete. Für seine Arbeit am Pilotfilm wurde Foundation Imaging 1993 mit dem Emmy-Award für herausragende Einzelleistungen bei visuellen Spezialeffekten ausgezeichnet. (snx)
[Meldung: 18. Dez. 2023, 09:19] [Kommentare: 3 - 22. Dez. 2023, 07:44]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
18.Dez.2023
|
Tetris-Umsetzung: Tetris1200 (Betaversion)
Jean-Francois 'jotd' Fabre hat ein weiteres Spiel für den Amiga umgesetzt: dieses Mal Tetris von Atari Games. Wie der Autor schreibt, muss die Musik noch verbessert werden und aktuell laufe das Spiel nicht auf einem A1200/020 als ADF-Version. (dr)
[Meldung: 18. Dez. 2023, 09:11] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
| |
Aktuelle Diskussionen |
 |
|
 |
Letzte Top-News |
 |
|
 |
amiga-news.de |
 |
|
|
|
|
|