31.Jul.2006
Amiga Future (Webseite)
|
Linux: E-UAE 0.8.29-WIP-3
Richard Drummond hat unter dem Titellink für Linux/x86 ein kleineres Update des Amiga-Emulators E-UAE veröffentlicht. Detaillierte Angaben zu den Neuerungen in der Version 0.8.29-WIP-3 können Sie dem Changelog entnehmen. (snx)
[Meldung: 31. Jul. 2006, 18:39] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
31.Jul.2006
Amiga.org (Forum)
|
Tutorial: Basic Amiga-API coding
Stefan 'Kronos' Kleinheinrich hat unter dem Titellink ein englisches Tutorial zu den Grundlagen der Amiga-API-Programmierung begonnen. Erste Erfahrungen mit C werden vorausgesetzt. (snx)
[Meldung: 31. Jul. 2006, 18:09] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
31.Jul.2006
ANN (Webseite)
|
Filesharing: Amigift 2.0 (Prerelease)
Amigift ist ein P2P-Filesharingsystem das auf dem aus der Unix-Welt portierten giFT-Dämon (Gnutella, FastTrack, OpenFT) basiert und über eine MUI-basierte graphische Benutzeroberfläche namens "GiftMUI" verfügt. Änderungen seit der letzten Version:
- Fixed a bug on the Online Updater which fail to update some files
due a CRC Checksum error reported by analizing not the correct
chunk of data...
- To reload the daemon from giFTMui a timeout-Timer for daemon
shutdown chekout is created, if such timer cannot be created for
any reason a 'failed assertion' causes the interface to exit
completely, This has been changed to avoid the assert()'ion
check and instead trying to bind the daemon port should let us know
as well when daemon isn't running to be reloaded. Also, such
timeout-Timer calls a dispatcher on intervals of 300000 micro
seconds, that value has been changed to 700K as well
- On a failed assertion situation, the chat tryes to re-connect
itself to the server, due a common method from the chat custom
class is invoked, this will no longer happen if such method is
invoked disposing the class.
- Recent Ares versions don't report real stats, it's not a bug, at
least not on our part. alas, giftd doesn't allow plugins *not* to
provide stats, so we just return what the supernode tells us if
it's an old supernode then it'll work, if it's not, it won't ...
- Stats window will no longer be activated while it is opened/updated
- Added new options to the giFTMui's MUI Settings, you can now
load the settings from disk, save them to disk, restore current
settings to the last saved, and restore and/or reset the settings
to the defaults.
- Fixed a parser error which has made the Gnutella HTTP requests to
be incomplete/truncated causing the supernodes to ignore us and
hence there was the problem with this plugin not being able to
connect on the latest build.
- Unfortunatelly there is somewhere some other issue which makes
the plugin to take long time to reconnect on shutdown connections..
we should assume the problem comes from the "complicated" input
and event notifications mechanism, which seems or probably isnt
properly ported on the new shared libraries fashion, any help ?...
- optimized/improved a bit gift.library's logging facility, while
using GLOB_STDERR and GLOB_STDOUT we'll check if pr_COS and
pr_CES (which fail back to pr_COS when isnt available) aren't
the same and hence avoid logging to both filehandlers.
Also giftd.log filesize was checked on each write, making a too
unnecessary/possible overload... now only every 1000 writes will
be checked, which should be ok as the filesize limit is 10MB ...
- How FastTrack loads his banlist file and Gnutella loads his
hostiles.txt file has been improved. Previously it was just
Open()'ing the file and reading line-by-line, to read each line
gift.library/file_read_line() was used, which function does
"free-old-buffer > read-line-from-file > dup-line-to-memory",
NOW we just "slurp" the whole file into memory and process it
later internally in one step.
PROS: should be working faster
CONS: it needs the filesize's memory at once (about ~500KB)
- The maximun number of connections which OpenFT guess at startup
has been down to 30 (it was 255) ... you can always override
that value by using the appropiate option (max_active)
- How to request network statistics and how to launch the inspector
has been changed... there may be now a bit more overload from
the GUI but it will no longer require two standalone-signals on
connection for the timers we used...
- Searches by realm should be now working fine for all networks.
- VerifyIncoming tool must be performed while the daemon isnt
running, and giFTMui do not checked for that, Fixed.
- Optimized how data is received from the daemon... For information,
previously we was receiving line-by-line and then processed each
line/packet, that data was received reading byte-by-byte until a
CRLF is found, furthermore we checked if that was a multi-line
string (comming from a "malformed" META data though), which slowed
even more the process... NOW we just receive all data available
at once, and the data received are procesed internally without
congesting the socket...
- There may be some situations where a Inspector could not work
properly or fail without notice, those are RARE cases though!,
What we have noticed is a little problem on the inspector process
while a method is pushed to select the next entry on the downloads
list, if in the process the user de-select the active entry or
select an entry from the uploads list (which action automatically
disables any active entry on the downloads list) once the pushed
method take action on the next app loop the inspector will fail
to continue as it was unable to get the information needed (from
the active entry on the list) to launch a locator, at this step
the inspector stopped working internally, but to the user eyes it
is running (but doing nothing), and thats the only thing we have
found buggy on the inspector procedure (at least for now), now if
that happens the inspector will be properly fully aborted and in
addition the user will be warned of the issue.
- Ghosting of the Stop button when it is clicked didn't worked
properly to be re-enabled while using multi-lists, Fixed.
- Searches directed to the Ares network (by using giFTMui's protocol
checkmark) and Locators launched for this same network wasn't
working properly due a very stupid bug... the protocol name to be
used on a search request and the check for online plugin state
is fetched/detected given the network's HASH type, Ares uses
"SHA1" and Gnutella "SHA", and on both functions we checked for
the three first bytes of the Gnutella hash before than the Ares
hash, making request directed to the Ares network interpreted
like if what we wanted is about the Gnutella netowrk, FIXED!
- Sometimes a Locator cannot stablish the connection to the daemon
due the connect event isn't notifyed... fixed...(hopefully!, and
hopefully without side effects..)
- Fixed some string mismatch issues at giFTMui.cd, where updated
strings at the build-in laungage wasn't at his time adapted as
well on the catalog descriptor. Most important are string
numbers #447, #417, #407, #380, #323, #321 where a formatting
was changed (%s to %ld or viceversa), also strings #595, #593,
#585, #593, #553, #166, #145, #142, #54 and #5 was minimal
corrected for typos.
- Some users reported a issue about the OpenFT nodes file ends
with 0 bytes of size and making on the next run unable to connect
to the network, with the need of the user manually replacing the
file, well, first is needed to mention that this happens due OpenFT
do not stores nodes where we was unable to connect, but theres some
factors to consider which that plugin leave out...(ie, dynamic IPs,
not a 24/7 node, etc), also I should mention that Im in doubt if
theres a bug somewhere since that behaviour do not happens from the
first porting of the plugin, or it wasn't reported on the very
firsts builds IIRC, so there will be two workarround for now to
that issue, 1) the nodes file size will be checked and deleted if
his size is 0, forcing the plugin to copy the nodes from the data
dir (amigift:daemon/data/openft/). 2) the plugin will check for the
enviroment variable DONT_PURGE_OPENFT_NODES before updating the
nodes to disk, if such variable is found it will NOT try to leave
out nodes where we was unable to connect.
NOTE this way of "fixing" that issue is TOO lame and hence
subject to change...
- Added a new giftd command-line option: TASKPRI/N
Obviously is behaviour is to change the daemon task priority,
giFTMui has a new slider object to change it as well.
-
giFTMui has been translated to Italian language, Thanks a lot
to Samir Hawamdeh for his work.
- German and Swedish catalogs contains some issues and has been
renamed on the packages until they are fixed...
- bzlib.library can be now loaded from amigift:libs/ as well
- Starting a new search we will check now if any/some of the networks
are online, warning the user if there is no online network and not
proceding with the search then.
- Default Ares port for giFTMui settings was missing, Fixed.
- Requesters Timeout handling and downcheck was enabled by default
where the appropiate is to have both disabled at a first run.
- some very little internal fixes...
(cg)
[Meldung: 31. Jul. 2006, 14:53] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
31.Jul.2006
|
Aminet-Uploads bis 30.07.2006
Hier die seit unserer letzten Meldung neu hinzugekommenen Aminet-Uploads:
PvD_AWeb.lha comm/www 805K GEN HQ 24bit AWeb navigation panel and more
PvD_IBrowse_32x32.lha comm/www 1.5M GEN HQ 24bit IBrowse navigation panel 32x32
Nature-Absinth.lha demo/intro 5K OS3 Absinth, 4k intro by Nature at Sol'06
iconv-morphos.lha dev/c 5.9M MOS Character set conversion library
PAR_C.lha dev/c 16K OS3 PAR: access using the SIMPLEST of C.
bison-2.3-bin-m68k.lha dev/gg 899K OS3 bison 2.3 for 68020+
flex-bin-lib-m68k-f.lha dev/gg 570K OS3 flex 2.5.33 final/fixed version for 6802
grep-2.5-bin-m68k.lha dev/gg 405K OS3 grep 2.5 for 68020+
indent-2.2.9-bin-m68k.lha dev/gg 938K OS3 indent 2.2.9 for 68020+
make-1.81-bin-m68k.lha dev/gg 568K OS3 make 1.81 for 68020+
termcap.lha dev/gg 490K OS4 GNU termcap library
texinfo-bin-ppc.lha dev/gg 496K OS4 GNU documentation system
texinfo-src-ppc.lha dev/gg 2.4M GEN GNU documentation system (sources)
dupfinder.lha disk/misc 8K OS4 Finds even more duplicate files on your
ext2fs_0.5.lha disk/misc 58K VAR Second Extended FileSystem (EXT2) driver
ntfs_0.2.lha disk/misc 48K VAR New Technology Filesystem (NTFS) driver
tsgui.lha disk/misc 82K OS3 Create or write back image files (ADF/HD
Zaphod-1.0.lha disk/moni 171K OS3 Zaphod Binary File Editor 1.0
Zaphod-1.1.lha disk/moni 159K OS3 Zaphod Binary File Editor 1.1
Africa.lha game/board 196K OS3 Conversion of 3W boardgame
PCE.lha game/misc 143K OS3 Phantasie 1 & 3 Character Editor
ri-li.lha game/race 18M OS4 Toy wood engine arcade
zxscredit.lha gfx/edit 213K OS4 ZX Spectrum image (SCREEN$) editor
SView5.lha gfx/misc 2.4M VAR SView5 Image Viewing/Processing Package
zxscrview.lha gfx/show 160K OS4 ZX Screen Viewer
AmiArcadia.lha misc/emu 129K OS3 Emerson Arcadia 2001 emulator
simcoupe.lha misc/emu 1.1M OS4 SAM Coupé Emulator
00-Digiboosters_CDa.jpg mods/boray 64K GEN Boray DigiBoosters CD cover
00-Digiboosters_CDb.png mods/boray 13K GEN Boray DigiBoosters CD cover
01-IAmCreated.mp3 mods/boray 4.1M GEN Mp3 version of Boray DigiBooster Mod
02-Mission.mp3 mods/boray 4.6M GEN Mp3 version of Boray DigiBooster Mod
03-TheKing.mp3 mods/boray 4.4M GEN Mp3 version of Boray DigiBooster Mod
04-WhereToGo2.mp3 mods/boray 8.6M GEN Mp3 version of Boray DigiBooster Mod
05-Flakmopeden.mp3 mods/boray 3.0M GEN Mp3 version of Boray DigiBooster Mod
06-YourTurn.mp3 mods/boray 16M GEN Mp3 version of Boray DigiBooster Mod
07-Stranger.mp3 mods/boray 9.4M GEN Mp3 version of Boray DigiBooster Mod
08-OldFriends.mp3 mods/boray 7.5M GEN Mp3 version of Boray DigiBooster Mod
09-IAmGenerated.mp3 mods/boray 8.8M GEN Mp3 version of Boray DigiBooster Mod
10-PsalmAP2.mp3 mods/boray 3.0M GEN Mp3 version of Boray DigiBooster Mod
11-Helgon.mp3 mods/boray 6.6M GEN Mp3 version of Boray DigiBooster Mod
12-DayUnknown.mp3 mods/boray 18M GEN Mp3 version of Boray DigiBooster Mod
Phm_Dscm.lha mods/pro 115K GEN 015: "Discomania" [Dance]
playOGG.lha mus/play 1.0M OS3 Play OGG, MP3, FLAC, VOB, AC3, RA, mods.
vspcplay-mos.lha mus/play 224K MOS A Super Nintendo Music Player/Tool
vspcplay.lha mus/play 339K OS4 A Super Nintendo Music Player/Tool
PvD_PNGs_No1.lha pix/icon 1.3M GEN +200 nice PNG Icons, Vol.1
PvD_PNGs_No2.lha pix/icon 1.8M GEN 300 nice PNG Icons, Vol.2
PvD_PNGs_No3.lha pix/icon 2.0M GEN +300 nice PNG Icons, Vol.3
PvD_PNGs_No3_64x64.lha pix/icon 2.9M GEN +300 nice PNG Icons, Vol.3, size 64
ced_l10n.lha text/edit 1K GEN Localization patch for CygnusEd
IconBeFast.lha util/boot 30K OS3 patch for faster icons & color mapping
z802tzx-aos4.lha util/conv 119K OS4 Spectrum Z80 Snapshot to TZX Tape Conver
StartBar-ITA.lha util/misc 100K OS3 Italian version of StartBar
TopCPU_v1_10.lha util/moni 48K MOS CPU monitor (MUI) with freeze/setPri/bre
UnCPS-AGA.lha util/pack 8K OS3 Tools to UNPACK/PACK/VIEW CPS/CMP files
ftx.lha util/rexx 2K GEN copy one file to x-others
rirc.lha util/rexx 22K GEN IRC client purely in ARexx with many fea
(cg)
[Meldung: 31. Jul. 2006, 00:47] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
31.Jul.2006
|
os4depot.net: Uploads bis 30.07.2006
Hier die seit unserer letzten Meldung neu hinzugekommenen Uploads bei os4depot.net:
dupfinder.lha uti/fil 8kb Finds even more duplicate files on your
autodocviewer.lha dev/uti 300kb Autodoc viewer for OS4
vspcplay.lha aud/pla 338kb VSPCPlay a Super Nintendo Music Player/T
z802tzx.lha emu/uti 118kb Spectrum Z80 Snapshot to TZX Tape Conver
zxscredit.lha emu/uti 213kb ZXscredit - a ZX Spectrum image (SCREEN$
zxscrview.lha emu/uti 159kb ZX Screen Viewer
texinfo-bin.lha dev/mis 496kb GNU documentation system
texinfo-src.lha dev/mis 2Mb GNU documentation system (sources)
simcoupe.lha emu/com 1Mb SAM Coupé Emulator
termcap.lha dev/lib 489kb GNU termcap library
bochs-src.lha emu/com 4Mb x86 PC amulator, Quick'n'dirty WIP port
bochs.lha emu/com 3Mb x86 PC amulator, Quick'n'dirty WIP port
(cg)
[Meldung: 31. Jul. 2006, 00:43] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
30.Jul.2006
amigafuture.de (Webseite)
|
Sensible-Soccer: Offline-Turnier in Rostock, 15.08.2006
Am Abend des 15.08.2006 findet in Rostock ein Sensible-Soccer-Turnier statt. (cg)
[Meldung: 30. Jul. 2006, 15:40] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
30.Jul.2006
morphzone.org (Webseite)
|
MorphOS: Vektor-Grafikprogramm SteamDraw 0.6R4
Stefan Kleinheinrich stellt ein Update seines 2D-Vektor-Grafikprogramms SteamDraw zur Verfügung. Änderungen seit R3:
- all tools now use magnetism
- path-objects can be filled
- linepatterns (see manual for detail)
(cg)
[Meldung: 30. Jul. 2006, 15:32] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
30.Jul.2006
Pegasos.org (Webseite)
|
Linux: PowerPC-Portierung von Robin Hood
Das von Rune Soft für Mac OS X und Linux/x86 vertriebene Strategiespiel "Robin Hood - The Legend of Sherwood" ist nun dank der Mithilfe Gunnar von Boehns auch für linuxbetriebene PowerPC-Rechner erhältlich.
Eine Demoversion kann unter dem Titellink heruntergeladen werden.
Die CDs der Linux/x86-Vollversion lassen sich auch unter Linux/PPC installieren; zum Betrieb wird ein 3 MB großes PowerPC-Update benötigt, das in den nächsten Tagen auch auf der Rune Soft-Webseite bereitstehen wird. (snx)
[Meldung: 30. Jul. 2006, 12:25] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
30.Jul.2006
Martin Henke (ANF)
|
Windows: Update der Starter-Software für die Sendung "Neues"
Die Starter-Software für den Real-Stream der 3sat-Sendung "Neues" hat aufgrund des geänderten Ausstrahlungstermins ein Update auf Version 1.3.1 erfahren. Hierdurch erfordern geänderte Sendungsdaten künftig keine Programmaktualisierungen mehr.
Neuerungen:
- Speicherung des Qualitätsniveaus in der INI-Datei
- Verwaltung der Sendungsdaten über eine separate Datei (Sendungstage.txt)
Download: StartNeues.zip (2,3 MB) (snx)
[Meldung: 30. Jul. 2006, 11:48] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
29.Jul.2006
Ricco Clemens (ANF)
|
Printmagazin: Total Amiga 24 in Deutschland verfügbar
Seit einigen Tagen ist die 24. Ausgabe des englischen Printmagazins "Total Amiga" verfügbar. Die "Total Amiga" kann seit kurzem auch wieder in Deutschland bei "Alinea Computer" im Shopsystem oder per E-Mail bestellt werden.
(cg)
[Meldung: 29. Jul. 2006, 15:04] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
29.Jul.2006
amigaworld.net (Webseite)
|
AmigaOS 4: Mindspace 0.9
MindSpace ist ein Zeichenprogramm, mit dem sich u.a. Flowcharts, UML-Diagramme (Unified Modeling Language), Mindmaps oder Vektorbilder erstellen lassen. Die wichtigsten Neuerungen in Version 0.9:
- Use of Nodes to go from this to this in one click
- Full range of arrow/shapes at ends of line and connectors (MindSpace is now almost useful!)
- Wide range of preferences, including option to use AISS for main toolbar. Thanks Mason!
(cg)
[Meldung: 29. Jul. 2006, 02:23] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
28.Jul.2006
David Bentham (E-Mail)
|
Pegasos II: Apple-Emulator PegXMac 2.0
David Benthams Live-CD PegXMac zur Nutzung von Mac OS (X) ist ab voraussichtlich morgen in der Version 2.0 für den Pegasos II erhältlich.
PegXMac basiert nun auf der Linux-Distribution Ubuntu (Kernel 2.6.17pegasos2) und präsentiert sich bereits beim Start per OF-Befehl "boot cd install/pegasos" mit einem Auswahlmenü (die bisherigen Boot-Parameter entfallen). (snx)
[Meldung: 28. Jul. 2006, 18:11] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
28.Jul.2006
Amigaworld.net (Webseite)
|
AmigaOS 4: Betaversion des PC-Emulators Bochs
Bochs, ein Programm zur Emulation eines x86-PCs, wurde in einer Betaversion für AmigaOS 4 veröffentlicht.
Da der Amiga 4000 des Autors nicht mehr funktioniert, kann er seine Portierung nicht vollenden. In der gegenwärtigen Fassung ist die CyberGraphX-Version noch fehlerbehaftet, während der Picasso96-Teil einer Farbkonvertierung von 16/24 Bit zu 8 Bit entbehrt.
Die AmigaOS 4-Version des Emulators kann keine Hardfiles - d.h. Dateien, in denen die simulierten Festplatten angelegt werden - erzeugen, so dass diese auf anderen Systemen erstellt werden müssen.
Bochs ermöglicht prinzipiell den Einsatz u.a. der Betriebssysteme BeOS, Linux, DOS, Windows 95/98/ME und Windows NT/2000/XP.
Download:
bochs.lha (4 MB)
bochs-src.lha (4 MB) (snx)
[Meldung: 28. Jul. 2006, 16:37] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
27.Jul.2006
morphos-news.de (Webseite)
|
Katalog-Compiler: SimpleCat 2.22
Guido Mersmann hat eine neue Version seines Katalog-Compilers SimpleCat veröffentlicht. Es stehen Compilate für AmigaOS 3/4 und MorphOS zur Verfügung. (cg)
[Meldung: 27. Jul. 2006, 23:26] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
27.Jul.2006
amigaworld.net (Webseite)
|
PowerUp-Umfrage: Erste Ergebnisse
Matthias Münch, der vor einigen Monaten Besitzer von PowerUp-Hardware (PPC-Karten und entsprechende Grafikkarten) zu einer Registrierung aufgerufen hatte, teilt unter dem Titellink erste Ergebnisse mit.
Ziel der Untersuchung ist es, anhand der Seriennummern der noch im Umlauf befindlichen Hardware eine ungefähre Vorstellung von der Anzahl der tatsächlich produzierten Auflagen zu erhalten. (cg)
[Meldung: 27. Jul. 2006, 00:58] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
26.Jul.2006
ANN (Webseite)
|
Homepage des Soundkarten-Treibersystems AHI wieder online
Die Homepage des Soundkarten-Treibersystems AHI ist unter einer neuen Addresse wieder im Netz zu finden. (cg)
[Meldung: 26. Jul. 2006, 15:32] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
26.Jul.2006
|
IRC-Klient: Wookiechat 2.3 Beta 6
Vom MUI-basierten IRC-Client WookieChat liegt für AmigaOS 3/4 jetzt Version 2.3 Beta 6 vor. Da zwei Anwender immer noch über Stabilitätsprobleme klagen, versucht der Autor das Problem einzukreisen.
Wer AmigaOS 4 einsetzt und noch Abstürze zu verzeichnen hat, wird gebeten die entsprechenden Crashlogs dem Autor zukommen zu lassen.
Download: wookiechat2_3_beta6_25Jul2006.lha (520 KB) (cg)
[Meldung: 26. Jul. 2006, 04:10] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
26.Jul.2006
|
Amiga 1200: Kommerzielles Comeback als Karaoke-System
Der britische Hersteller Multi Media Medium bietet ein auf dem Amiga 1200 basierendes Karaoke-System in verschiedenen Konfigurationen (Amiga 1200, CD-ROM-Laufwerk sowie optional Verstärker, Mixer und Boxen) an.
Das "Kwizoke" getaufte System taugt nicht nur als Karaoke-Gerät: Der Hersteller liefert auch CDs mit Party-Spielen und sogennanten "Fund-Raisern" - zufällig verlaufende Kamel- oder Gangsterrennen auf die die Pub-Besucher echtes Geld wetten können.
Die Webseite des Herstellers bietet neben Handbuch-Downloads ("To Reset press CTRL-A-A, the A-Keys can be found to the left and right of the keyboard") auch animierte Screenshots.
Wie einige Augenzeugen auf amiga.org berichten, sind die Systeme tatsächlich in britischen Pubs zu finden. Für Privat-Anwender dürfte Kwizoke dagegen eher weniger interessant sein - die billigste Ausführung kostet schlappe 2650 britische Pfund. (cg)
[Meldung: 26. Jul. 2006, 03:51] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
26.Jul.2006
|
Kleinserie eines Adapters zum Anschluß von PS/2-Tastaturen
"Reptile" plant eine Kleinserie eines Tastatur-Interfaces das den Anschluß einer handelsüblichen PS/2-Tastatur an A2000-, A3000-, A4000-, CD32-, CDTV- und A1000-Rechner ermöglicht (für die beiden letztgenannten wird ein zusätzlicher Adapter benötigt).
Der Adapter soll 26 Euro (zzgl. Versand) kosten, weitere Informationen sind unter dem Titellink zu finden. Um eine kleine Serie fertigen zu können, werden mindestens 20 Bestellungen benötigt. (cg)
[Meldung: 26. Jul. 2006, 03:11] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jul.2006
|
MorphOS: Software-News bis 25.07.2006
Bei amirus.org.ru sind einige teils ältere Veröffentlichungen zu finden, über die wir bisher noch nicht berichtet hatten:
Devedie 1.1.3
Devedie ist eine graphische Benutzeroberfläche für MPlayer. Das Programm benötigt Mplayer-/Mencoder-Versionen die über einen ARexx-Port verfügen (s. MPlayer with ARexx support), ob es auch mit der neuesten MPlayer-Portierung zusammenarbeitet, entzieht sich unserer Kenntnis.
Download: devedie_1.1.3.lha (270 KB)
KeyMapSwitcher: KMS 2.1.1
KMS ist ein Commodity, das auf Tastendruck zwischen verschiedenen Keymaps umschalten kann.
Download: kms_2.1.1.lha (20 KB)
Bochs 2.2.6
Bochs ist ein portierbarer, in C++ geschriebener PC-Emulator.
Download: bochs_2.2.6_mos.lzx (930 KB)
ffmpeg v0.4.9 pre1
ffmpeg konvertiert diverse moderne Animations-Formate.
Download: ffmpeg_0.4.9-pre1.lzx (1,3 MB) (cg)
[Meldung: 25. Jul. 2006, 16:53] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jul.2006
amigaworld.net (Webseite)
|
AmigaOS 4: Wolfenstein 3D / Spear of Destiny (Beta)
Remco Komduur hat Portierungen von Wolfenstein 3D und Spear of Destiny veröffentlicht, das Archiv enthält auch spezielle Versionen die mit den WAD-Dateien der Demoversionen funktionieren. Das Laden abgespeicherter Spielstände funktioniert derzeit noch nicht einwandfrei.
Download: Wolfenstein.lha (3,4 MB) (cg)
[Meldung: 25. Jul. 2006, 15:19] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
25.Jul.2006
amigaworld.net (Webseite)
|
Interview: Elena Novaretti (Zone Explorer)
In der neuesten Ausgabe des englischen Printmagazins Total Amiga ist ein Interview mit Elena Novaretti zu finden, der Autorin des bekannten Fraktal-Generators Zone Explorer.
Da das komplette Interview inklusive Diagrammen und mathematischen Diskussionen den Rahmen der Ausgabe gesprengt hätte, haben sich die Macher entschlossen, das Interview in voller Länge mitsamt Bonusmaterial auf ihrer Webseite zur Verfügung zu stellen.
(cg)
[Meldung: 25. Jul. 2006, 01:19] [Kommentare: 0]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|
| |
Aktuelle Diskussionen |
|
|
|
Letzte Top-News |
|
|
|
amiga-news.de |
|
|
|
|
|
|