amiga-news DEUTSCHE VERSION
.
Links| Forums| Comments| Report news
.
Chat| Polls| Newsticker| Archive
.

14.-16.06.24 • Flashback-Symposium #01 • Plauen-Jößnitz (Germany)
28.-30.06.24 • Alternatives Computer-Meeting 2024 • Wolfsburg (Germany)
17.08.24 • ZZAP! Live 2024 • Kenilwort (England)

23.Aug.2020



Aminet uploads until 22.08.2020
The following packages have been added to Aminet until 22.08.2020:
redpillgamecreator.lha   dev/misc   1.9M  68k Game Creator with AGA support
UAEGfxForOS4.lha         driver/vid 5K    OS4 UAEGfx/UltraHD for UAE/OS4
MCE.lha                  game/edit  2.9M  68k Multi-game Character Editor
MCE-MOS.lha              game/edit  3.3M  MOS Multi-game Character Editor
MCE-OS4.lha              game/edit  3.4M  OS4 Multi-game Character Editor
ZDOOM_AGA.lha            game/shoot 3.2M  68k Amiga port of ZDOOM
ZDOOM_RTG.lha            game/shoot 2.9M  68k Amiga port of ZDOOM
BackdPattGener.lha       gfx/edit   41K   68k Create your own backdrop patt...
AmiVms.lha               misc/emu   3.1M  68k Simulates OpenVMS commands
CopyMemAIO.lha           util/boot  2K    68k CopyMem which autoselects bes...
UAETools.lha             util/cli   3K    68k UAEVersion, UAEUptime (FIXED)...
CTLG2CT.lha              util/conv  14K   68k Decompiles catalogs back into...
UberCassette.lha         util/conv  407K  MOS WAV to T64/UEF/TZX converter
zmakebas_mos.lha         util/conv  63K   MOS BASIC Text to ZX Spectrum/ZX8...
GEMImageDT.lha           util/dtype 40K   OS4 DataType for GEM pictures (IM...
ReportPlus.lha           util/misc  594K  68k Multipurpose utility
ReportPlusMOS.lha        util/misc  702K  MOS Multipurpose utility
ReportPlus-OS4.lha       util/misc  754K  OS4 Multipurpose utility
newmeter.lha             util/wb    17K   68k Shows free RAM and storage as...
(snx)

[News message: 23. Aug. 2020, 07:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Aug.2020



OS4Depot uploads until 22.08.2020
The following packages have been added to OS4Depot until 22.08.2020:
mce.lha                  gam/uti 3Mb   4.0 Multi-game Character Editor
claws-mail.lha           net/ema 56Mb  4.1 An email client for AmiCygnix
claws-mail-src.lha       net/ema 4Mb   4.1 Sources of Claws-Mail and relate...
gnumeric.lha             off/spr 53Mb  4.1 A spreadsheet for AmiCygnix
gnumeric-src.lha         off/spr 4Mb   4.1 Sources of the Gnumeric 1.10.17 ...
abiword.lha              off/wor 54Mb  4.1 AbiWord 2.8.6 r4 for AmiCygnix
abiword-src.lha          off/wor 7Mb   4.1 Sources of the AbiWord 2.8.6 r4 ...
reportplus.lha           uti/mis 754kb 4.0 Multipurpose utility
(snx)

[News message: 23. Aug. 2020, 07:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Aug.2020



MorphOS-Storage uploads until 22.08.2020
The following packages have been added to MorphOS-Storage until 22.08.2020:
SDLPoP_1.21.lha            SDLPoP is an open-source port of Prince of Persi...
(snx)

[News message: 23. Aug. 2020, 07:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Aug.2020



WHDLoad: New packages until 22.08.2020
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 22.08.2020: (snx)

[News message: 23. Aug. 2020, 07:23] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Aug.2020



Lemon Amiga Forum: Several user accounts hacked
In the English-language forum of "Lemon Amiga" obviously several user accounts have been hacked for advertising for certain versions of DOOM. The team of Lemon Amiga wrote:" Its going to take us a month to remove all of this crap manually, and also longer to change everybodies passwords and protect the site.

It seems this was a brute force attack on weak passwords "only". The server was not compromised. Apparently, many of these weak accounts had passwords the same as their user name. So it was not hard to open up the door. Other weak passwords included: "passsword", "123456", "pa55w0rd" etc." (cg) (Translation: dr)

[News message: 22. Aug. 2020, 22:15] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Aug.2020



Game Construction Kit: RedPill 0.8
RedPill developed by Carlos Peris is a Game Construction Kit written in AmiBlitz2, which can help developing games of diverse genres - see our little review of two games. RedPill is compatible to AGA and ECS, the "player" requires 1 MB Chip as well as some Fast RAM.

Changes of version 0.8:
  • Added action trigger Net Connect to connect to a remote machine and have a multiplayer network game. One machine in server, the client needs to enter the server IP. In a LAN, just need to type the internal IP. In different networks you can use external IP, probably port forwarding is needed to find the target machine in the local LAN. REDPILL uses port 6666.
  • Added condition trigger On Net Connection to detect when a connexion has been established or if it is disconnected.
  • Added condition trigger Is Net Remote to check if one player is remote or local.
  • Pong project has been updated to support two player network game
  • Added action trigger Set Map Cols to activate/deactivate Object collisions.
  • Added action trigger Norm Spd45 to adapt speed x and y when object is moving in diagonal direction.
  • Using Tooltype NTSC in Game icon (or -NTSC parameter in the CLI) will force the game to be launched in NTSC mode.
  • Screen width now can go from 320 to 256, to allow for fast ports from other platforms.
  • Input system has been simplified.
  • Frame control redone again to avoid flickering issues and horizontal lines.
  • Objects of type shot now follow better the direction of the objects instantiating them.
  • Small change in cursor color.
  • Input fields for Object width and height.
  • Input fields for HUD object pos X and Y.
  • Speed on col trigger now works on angle motion objects.
  • When Speed on col is negative does not stick the objects to the ground anymore.
  • In Settings screen, now it is possible to select the Light theme for REDPILL user interface.
  • FIX: When using grid slice the frame offsets will be assigned automatically the grid offset.
  • FIX: Follow object was always following object 0.
  • FIX: Only Vars from page 1 were accessible in the HUD screen
(cg) (Translation: dr)

[News message: 22. Aug. 2020, 21:54] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Aug.2020
Amigaworld.net (Forum)


Legal dispute: Intellivision and Cloanto seeking for settlement
After Cloanto has taken legal action to protect the brand Amiga with regard to the console "Amico" developed by Intellivision (amiga-news.de reported) "this proceeding be suspended for 90 days to allow the parties to continue their settlement efforts" (PDF file). (snx) (Translation: dr)

[News message: 22. Aug. 2020, 11:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
22.Aug.2020
a1k.org (Webseite)


Adapter: SmallyMouse2 and "USB mouse module" support USB mice
Simon Inns' SmallyMouse2 uses a microcontroller to convert signals of common USB mice into a format which computers from the 1980s and early 1990s can "process". Additional to the Amiga also the Atari ST, Acorn Archimedes and BBC Micro are supported. All required data and documents for recreating the adapter, Inns has published under a free licence.

The "USB mouse module" distributed by Centurion Technologies is a commercial version of SmallyMouse2 which completely replaces the original mouse port of the A1200. Variants for the A1200 motherboard revisions 1D* and 2B are offered. The product description also explains how to install the adapter in the computer. The "USB mouse module" is available for about 34 Euro plus shipping.

Hint of the editors: Centurion explicitely has listed a version for the motherboard revision "1D*" and implies that the installation instruction in the product description  - not including any soldering or mechanical changes at the A1200 motherboard - is valid for all previous revisions of the A1200. In our experience, only revision 1D4 has a seperate mechanical port (picture). In previous versions (Pictures: 1D1, 1D3) the mouse port is firmly attached to the motherboard - in our opinion soldering and machanical operations are required. (cg) (Translation: dr)

[News message: 22. Aug. 2020, 00:48] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Aug.2020



Overview: List of CNet mailboxes
On amiga.org an user has published a list of C64 and Amiga mailboxes, which use the BBS software CNet. Most of the computers can only be accessed via Telnet but also three (US-American) boxes with a real telephone connection are listed. (cg) (Translation: dr)

[News message: 21. Aug. 2020, 21:05] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Aug.2020
Edgar Schwan (ANF)


AmigaOS 4: Reworked version of Gnumeric 1.10.17
Edgar Schwan has updated the port of the spreadsheet Gnumeric (screenshot) for his X11 environment AmiCygnix. Changes:
  • The program was linked with GTK+ 2.24.32. As a result, drag and drop now works among other things. Content and other things can now be moved with the mouse and much more.
  • New release 5 of the Python package v2.7.2 with GTK+ 2.24.32.
(cg) (Translation: dr)

[News message: 21. Aug. 2020, 17:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Aug.2020



Print/PDF magazine: Komoda & Amiga plus #16 (English/Polish)
"Komoda & Amiga Plus" is dedicated to the retro gamers and mainly reports about Commodore's 8-Bit computers and Amigas. The current issue among others has articles about Inviyya, Tiny Galaga and Raid over Moscow as well as the fourth part of the WinUAE experience report.

As printed variant the magazine is available for 8 Euro (plus 15 Euro shipping), the coverdisk for 5 Euro. The digital version costs 1,50 Euro. Previous issues until issue 14 published in December can be downloaded for free. (cg) (Translation: dr)

[News message: 21. Aug. 2020, 17:29] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
20.Aug.2020



Raspberry Pi and Amiga: A314 Adapter for Amiga 2000
"A314" is an adapter board which connects a Raspberry Pi to a A500 or A600. In this way it is possible to exchange data with the Linux running on the Pi or to play audio or video files under Linux. You can also use the network connectivity of the Pi out of the AmigaOS.

Using the "Amiga 2000 A314 Adapter", its documents are available under a free licence, an Amiga 2000 or an A1000 with Rejuvenator extension can be upgraded providing an trapdoor expansion typical for an A500 which makes it possible to use the A314. (cg) (Translation: dr)

[News message: 20. Aug. 2020, 19:16] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Aug.2020
Michael Rupp (ANF)


Javascript: TAWS - The Amiga Workbench Simulation 0.34
TAWS ("The Amiga Workbench Simulation") is a Javascript simulation of the Amiga-Workbench 1.0 - 4.1 FE for Internet Explorer, Firefox, Opera and Apple-WebKit-Browser (including Odyssey).

Any kind of feedback the author Michael Rupp would very appreciate. His work can be supported by a little donation from inside TAWS.

After launching TAWS, the "History (english)" of version 0.34 can be found in the folder "System/TAWS" on the Workbench. (cg) (Translation: dr)

[News message: 19. Aug. 2020, 15:46] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
19.Aug.2020
Twitter (ANF)


AmigaWorld.de: RTC Module V2 for Amiga 1200
Matthias 'DJBase' Münch has published a new hardware extension self-assembly on AmigaWorld.de. Compared with variant "V1" which is still availalbe, now the "V2" of the clock module for the Amiga 1200 is not placed rotated any longer on the clock port. (snx) (Translation: dr)

[News message: 19. Aug. 2020, 07:08] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
18.Aug.2020
Edgar Schwan (ANF)


Reworked version of AbiWord 2.8.6 for AmiCygnix
Edgar Schwan has updated his port of the word processing software AbiWord for his X11 environment AmiCygnix. Changes:
  • The program was linked with GTK+ 2.24.32. As a result, drag and drop now works among other things. Content and other things can now be moved with the mouse and much more.
  • The included Aspell catalogs in German and English for spell checking have been updated.
  • Various libraries have been updated:
    • libwpd-0.9.9: A library for reading and writing Corel WordPerfect(tm) documents.
    • libwps-0.2.10: A library for reading Microsoft Works word processor documents.
    • wv-1.2.9: Word Document Filter library and utilities.
  • The localization code has been revised. With the new features of AmiCygnix 1.6, AbiWord can now use all available languages. Languages like "Canadian English" were not possible before.
(cg) (Translation: dr)

[News message: 18. Aug. 2020, 16:59] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
17.Aug.2020



Full version for download: Super Ski 1+2
The full versions of the sports games SuperSki and Super Ski II can be downloaded from the website of the Amiga Future. ADF and IPF disk images as well as a WHDLoad version are available. (cg) (Translation: dr)

[News message: 17. Aug. 2020, 19:19] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 88 170 ... <- 175 176 177 178 179 180 181 182 183 184 185 -> ... 190 622 1060 [Archive]
 
 Recent Discussions
.
Calvin Harris - Amiga A1200
Amiga 4000(T)ower for sale
Amiga basic rewritten for Apple
Volker Wertich interview
Commodore Amiga MYSTYLE
.
 Latest Top-News
.
A-EON announces new version of Personal Paint for A600GS (27. Apr.)
Hollywood Designer 7.0 released (14. Apr.)
Trevor Dickinson has already acquired co-ownership of AmigaOS 4 in 2019 (12. Apr.)
Practical report: Comparison between A1222 Plus and Sam460LE (Czech) (10. Apr.)
Hyperion has been managed by a receiver since last week (Update) (08. Apr.)
Hyperion: Bankruptcy proceedings reopened against Ben Hermans B.V. (Update) (29. Mar.)
Motorola68k emulation: Emu68 V1.0 (21. Mar.)
Modern text engine for Hollywood: Pangomonium 1.0 supports Emojis (18. Mar.)
E-Mail client: New YAM Nightly Build uses TLS SNI now (15. Mar.)
On our own behalf: Changes to the team, Nico Barbat returns (13. Mar.)
.
 amiga-news.de
.
Configure main page

 
 
.
Masthead | Privacy policy | Netiquette | Advertising | Contact
Copyright © 1998-2024 by amiga-news.de - all rights reserved.
.