18.May.2005
Michael Garlich (ANF)
|
Papyrus Office: French dictionary available
For Papyrus Office customers a French dictionary is available now for download:
Dowload: pap_frenchdictionary.lha (189 KB) (cg) (Translation: ub)
[News message: 18. May. 2005, 23:42] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.May.2005
|
MorphOS: Dodgin' Diamond & Ling
Shoot'em Up: Dodgin' Diamond 2
Dodgin' Diamond is an SDL based, vertical scrolling Shoot'em Up (screenshot).
Link: Homepage of the Windows version
Download: dd2-0.2.1_mos.lha (326 KB)
Password manager: Ling
Ling is a data base for storing several passwords. All passwords are encoded with the BlowFish-CBC algorithm before saving them to the data base
(screenshot).
Link: Homepage
Download: Ling.lha (479 KB) (cg) (Translation: ub)
[News message: 18. May. 2005, 22:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.May.2005
amigafuture.de (website)
|
Hardware compendium: Updates of the Big Book of Amiga Hardware
The "Big Book of Amiga Hardware" was expanded with a few more details and
photos. An overview with the latest changes is available
here.
(cg) (Translation: ub)
[News message: 18. May. 2005, 21:59] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.May.2005
Andreas Magerl (ANF)
|
Amiga Future: Interview with Ian Chapman
Amiga Future today has published an interview with Ian Chapman (The Big Book of Amiga Hardware). (snx)
[News message: 18. May. 2005, 16:06] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.May.2005
Rupert naTmeg Hausberger (ANF)
|
MorphOS: BullDog - an nzb-based Usenet ripper
BullDog is a MorphOS program by Rupert Hausberger to download from Usenet using the nzb-descriptor files. For full features see the enclosed readme file.
Main features:
- Can download from multiple servers at the same time
- Each server can download with multiple connections
- Connections can be paused or aborted
- Pause/Resume downloads, even after quit
- Abort/Restart downloads any time
- Easy to use, non-blocking and intelligent GUI
(snx)
[News message: 18. May. 2005, 13:36] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
18.May.2005
Dietmar Knoll (ANF)
|
Amiga-User-List: GAUHPIL Database shows all registered users
From now on, the GAUHPIL database shows all registered users, but only for other registered users that have to be logged in.
A personal homepage is no longer required for registration.
The new "Amiga-User-List" is not limited to users with homepage. After registering and filling in name and country, one can already browse the new "Amiga-User-List". Furthermore, the introduction of additional address information is prepared.
The GAUHPIL (Geographical Amiga Users Home Page Internet List) is a MySQL based database created and moderated by Dietmar Knoll. It contains website addresses of Amiga users, that can be questioned by continent and country. Additionally, it features a flexible search function.
Currently, the GAUHPIL lists 702 users from 38 countries. Again, lots of broken links have been removed. (snx)
[News message: 18. May. 2005, 10:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
17.May.2005
Elbox Computer (ANF)
|
D-Box 1200: New tower case announced by Elbox
Elbox today announced the D-Box 1200 for early June, a new tower case for Amiga 1200 computers which has been designed for the Dragon 1200, a ColdFire turbo board with included PCI/AGP expansion board announced in December. The new tower is said to be useable for other bus boards like Mediator PCI 1200 SX, Mediator PCI 1200 LT4, Mediator PCI 1200 or Mediator PCI ZIV, too, though.
The case offers four 5.25" and five 3.5" bays, two USB front connectors and one CD drive cover. Also included is a 350 W ATX power supply unit.
The D-Box 1200 replaces the discontinued Mirage 1200 and E/Box 1200 (also known as A1200 Power Tower and A1200 Winner Tower) Amiga tower systems. The suggested retail price will be EUR 149.95 or US$ 194.95 (VAT and local taxes excluded). (snx)
[News message: 17. May. 2005, 19:22] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
17.May.2005
Amiga.org (website)
|
Feelin: Update of the object oriented system to version 9.0
Olivier Laviale's open source project 'Feelin', an object orientated system for AmigaOS, is now available in version 9.0
(screenshot).
The system consists of two compounds: the completely assembler written feelin.library as core as well as an expandable system to
create graphical user interfaces. Even there is a set of classes aiming at the latter purpose delivered with Feelin it is not
limited to such use.
With the update there are now 20 new classes (76 all together), additionally the website is extended with many
autodocs, three more screenshots
and forum.
Download: feelin050517.lha (814 KB)
Complete list of changes:
Feelin is an object-oriented system (OOS) for the AmigaOS. It provides two things: A small shared library, fast and powerful (the object-system's core), offering everything needed to create a complete object-oriented environement. And an extensible system to create and maintain GUIs. Although Feelin comes with a lot of GUI oriented classes, Feelin is not limited to that, and can be used for a variety of projects.
New preference item standard
Preference items are now defined in a CSS style format e.g. $button-frame (note well the dollar sign). The preference system has been partially rewritten and is now even more efficient.
Preview / Pop / Adjust
Created an adjust system with two new base classes FC_Adjust and FC_Preview. All previous adjust and pop classes are now subclasses of those two. FC_Adjust and FC_Preview subclasses are very modular, it's so simple now to create preview, popup and adjust classes.
Documents: XML / HTML
FC_XMLApplication has been split to create FC_XMLObject. FC_XMLDocument has been split to create FC_Document, which is now the base class for documents interpreting. FC_HTMLDocument is one of its new subclass. As FC_XMLDocument is used to parse XML code, FC_HTMLDocument can be used to parse HTML code (which is less formal).
XMLObjects
Feelin is not only able to create whole applications from XML files, but is now also able to create XML objects anywhere in your applications (and classes) very easily! For example, all groups used by the preference editor are generated from XML files.
XMLApplications was a first step in the separation between code and GUI, now the user can do WHAT HE WANTS with its GUI.
FC_PreferenceGroup totally rewritten
ALL preference groups (group objects used by the preference editor to adjust preferences) are now using XMLObjects! XML files are available in the "Feelin:XMLSources/Feelin/Preferences" directory.
Only ONE tiny little line of code is needed to create a preference group! It was already very easy to create preference groups, now everything is AUTOMATIC! Thanks to the new preference items standard (e.g. $button-frame), the XML support and the FPreferenceScript type the whole preference process (object generation, loadin, saving and object disposal) is TOTALY AUTOMATIC!
A LOT of preference items have been added to a LOT of classes, making the GUI EXTREMELY configurable.
Layout & Rendering
At last, FC_ImageDisplay is
capable of drawing GRADIENTS. This awaited improvement make the GUI really nice and soft.
Feelin GUI is now powered by a new layout rethinking system, the fourth and the last (I hope), it's just fabulous! Rethink requests are now buffered, even if 20 rethinks are requested, only 1 redraw is performed! And as usual only modified objects are updated.
Window expansion is nicer now. The window is expanded from all sides, thus a centered window expanding remains centered, instead of expanding only to the left and the bottom.
FC_Area and FC_Window are now subclasses of FC_Frame, which now handles the FA_Back on its own making refreshing just perfect. The complex refresh mode has been improved and is now fabulous!
Events
The new event code FV_EVENT_BUTTON_WHEEL of class FF_EVENT_BUTTON has been added and can be used to react on mouse wheel. Most classes are now using this nice feature. In fact, eveything that can be adjusted with the mouse can also be adjusted with mouse wheel e.g. lists, sliders, proportionals, cycles, event group pages!
Dialogs
Subclass of FC_Window, the new FC_Dialog class can be used to create a lot of commom requesters e.g. "Ok", "Yes | No", "Save | Use | Cancel"... Custom objects can be added very easily making dialog window fully customizable e.g. FC_PreferenceEditor is now a subclass of FC_Dialog.
FC_List
FC_List has been particuliarly updated and is now become as powerful as configurable. Column format is now defined in XML and a lot of features are available.
With, 20 new classes (76 classes available), I've done my best to offer a more complete, powerful and pleasant framework for Amiga developers; and an attractive GUI for users that like customizing A LOT. (snx) (Translation: ub)
[News message: 17. May. 2005, 11:44] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
16.May.2005
morphzone.org (Webseite)
|
MorphOS: FreePascal 2.0
The FreePascal team publishes version 2.0 of their Pascal compiler FreePascal. Thanks to Karoly 'Chain-Q' Balogh
the current version is also available for MorphOS at the official website.
(cg)
[News message: 16. May. 2005, 20:57] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
16.May.2005
Christian Rosentreter (ANF)
|
MorphOS/AmigaOS4: OpenTTD 0.4.0
OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe", which is available for a wide range of operating systems incl. MorphOS.
The brand new version 0.4.0 was just released a few minutes ago. It will probably need a few minutes until all sourceforge mirrors have the file, so be patient. :-)
What is new in this release?
- Bigger maps
- New realistic acceleration; should be much better
- Multiple road stations (up to 8) on a single station (multibus)
- New PathFinder (NPF)
- Dynamic towns/ industries/ stations/ vehicles/ signs/ orders/ everything, up to 64K
- Brand new OldLoader so OpenTTD is TTD(Patch) compatible again. Also endian safe
- Even better newgrf support, except for callbacks, everything works (ok, almost)
- Improved multiplayer. More console options, less desyncs and more fun
- Protected OpenTTD from interference of hacked clients, so it should be safe to play again
- Saving vehicle sorting criteria for each vehicle type
- Resizable orders GUI
- Focus keyboard on input-box in Multiplayer Menu
- terrain hotkeys nonfunctional in scenario editor (D,Q,W,E,R,T,Y,U fltr)
- Complete rework of console and new commands like ls, save, load, help, etc.
- Signs are shown in the colour of the player who created them
- Added cheat option to set production of raw-material industries in game
- Replaced train GUI remembers railtype selected from the dropdown menu
- Improved Autoreplace
- many more smaller features :D
- many bugfixes
For a full list of all new features and bugfixes, known bugs and additional information please check out the documentation which is included in the release archive, which you can get from the title link.
NOTE from the author of the MorphOS port: "OpenTTD source should compile w/o a single change for AmigaOS and OS4 too. Just grab and compile. As my A4K is not up and running anymore and I do not own an A1 I can't provide ready made binaries for OS4 and AmigaOS 68k. But the source was prepared since ages with all AmigaOS 68k compatible systems in mind. As past has shown: ready made binaries for these both systems will soon appear from 3rd parties. So stay tuned if you can't use the MorphOS build and you're too lazy to start gcc. :-)"
Update: (16:10, 16.05.05, snx):
AmigaOS4-Download: openttd_aos4.lha (2 MB) (snx)
[News message: 16. May. 2005, 15:54] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
15.May.2005
Dietmar Knoll (ANF)
|
Amiga User List: GAUHPIL database software update
From now on, the GAUHPIL software uses no cookies anymore. Registration is done by sending a password by electronic mail. After logging in, the user can edit his entry as before. Furthermore, every registered user can now finally alter the e-mail address and password. If wanted, the user can also remove the whole entry from the database.
The GAUHPIL (Geographical Amiga Users Home Page Internet List) is a MySQL based database created and moderated by Dietmar Knoll. It contains website addresses of Amiga users, that can be displayed by continent and country. Additionally, it features a flexible search function. Currently, the GAUHPIL lists 707 users from 38 countries. The number of users for each country can be found on the page "All Countries". (snx)
[News message: 15. May. 2005, 10:11] [Comments: 2 - 16. May. 2005, 19:48]
[Send via e-mail] [Print version] [ASCII version]
|
14.May.2005
ANN (website)
|
Amiga-Anywhere: arcade puzzler "Word Me Up"
The developers team Boing Attitude announce the immediate availability of "Word Me Up" for PocketPC and Smartphones. As distributor is Amiga Inc. mentioned, Word Me Up is available in the company's web shop.
(cg) (Translation: wk)
[News message: 14. May. 2005, 13:32] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.May.2005
amigaworld.net (website)
|
AmigaOS 4: Ports of several Quake 2-mods
Steffen Häuser has ported some of the Quake 2-mods which are offered on the
"Amiga Quake 2 Page" to AmigaOS 4:
- Bots (Battle of the Sexes)
- CTF
- Annihilation
- HolyWars
- StarTrek
- Headhunters
- Headhunters CTF
- WarMod
Besides this there is a new archive called "os4_quake2_tools.lha" which is required for
the installation of the mods under AmigaOS 4.
(cg) (Translation: dr)
[News message: 13. May. 2005, 22:25] [Comments: 1 - 14. May. 2005, 22:14]
[Send via e-mail] [Print version] [ASCII version]
|
13.May.2005
RainMan (ANF)
|
Website amiga-arena.de online again
The website of the Amiga-Arena is online again and is now called "AmigaInsider-Intern" homepage.
The full versions which existed on the Amiga-Arena should be available again little by little.
(snx) (Translation: dr)
[News message: 13. May. 2005, 12:16] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.May.2005
Pegasosforum (website)
|
Linux: Another two Gentoo-Game-CDs for Pegasos available
Pieter van den Abeele has made available another two Live-CD-games based on Gentoo-Linux for
the Pegasos. TORCS is a
3D-racing game (screenshot)
and Trigger is a rally game (screenshot).
Both games can be downloaded with the help of BitTorrent-filesharing. They can be started
from the Open Firmware with the command "boot cd torcs" and "boot cd trigger".
Torrent-files:
torcs.torrent
trigger.torrent
(snx) (Translation: dr)
[News message: 13. May. 2005, 08:15] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.May.2005
|
Amiga events in Belgium and Finland
From May 20th to 22nd Motorola Inside 2005 will take place
in Turku in Finland. This is a pure Amiga demoparty which will take place since
1997 for the forth time. The entrance fee is ten or fifteen Euro; in order to participate
book for it via e-mail.
On 6th and 7th August the Belgian Amiga-Club will organize the Boinged in Belgium 2005
in the near of Antwerpen.
There should be an exhibition "20 years Amiga", a party around the
clock as well as games and demos. Exhibitors and visitors who are interested in participating
please give a feedback.
(snx) (Translation: dr)
[News message: 13. May. 2005, 07:58] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
12.May.2005
|
Retro-Computing: Amiga-Demos Reintroduced in DHTML
Under the title-link an Amiga fan has reintroduced old "scene" demos - in DHTML. Please note that in order to use the functions of the site correctly Internet Explorer is required. (cg) (Translation: dm)
[News message: 12. May. 2005, 22:03] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
12.May.2005
AmigaFuture (ANF)
|
DSL at 16 MBit/s by debitel and QSC
Debitel wants to offer DSL connections with up to 16 MBit/s in the future, and is cooperating with QSC to attain this goal. The offer primarily concerns private customers. It will be based on ADSL2+ and coupled with a VoIP offer (Voice over IP). (cg) (Translation: dm)
[News message: 12. May. 2005, 20:56] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
12.May.2005
Amiga.org (website)
|
Magazine: Total Amiga 16 available in PDF Form (English-Language)
Issue #16 of the English-language print magazine Total Amiga (appeared in October 2003) is available as a PDF file, after having sold out in print.
In the issue are reviews of MorphOS 1.4, the USB card Algor, Hollywood 1.5, Perfect Paint and AmiAtlas 6. There are also the first parts of instructions for C programming and digital picture processing.
Download: totalamiga_16.pdf (3 MB) (snx) (Translation: dm)
[News message: 12. May. 2005, 09:22] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|