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

Amiga events
18.-21.04.25 • Revision 2025 • Saarbrücken (Germany)
13.-15.06.25 • Flashback-Symposium #02 • Jößnitz (Germany)
01.-02.08.25 • Amiga/040 • Mountain View (USA)
11.-14.09.25 • Classic Computing 2025 • Hof (Germany)
17.-19.10.25 • Amiga40 • Mönchengladbach (Germany)

29.Mar.2016
MorphZone (Webseite)


MorphOS: yWeather.sbar 1.14
Thomas Igracki's screenbar module yWeather "shows the current weather informations for a selected location". It is used with Ambient and gets its weather data from Yahoo. The default location is Berlin/Germany which you can change in the screenbar settings. You can also change the unit of the temperature to Celsius or Fahrenheit.

more ... (snx) (Translation: dr)

[News message: 29. Mar. 2016, 08:55] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Mar.2016
Amiga Future (Webseite)


Amiga Future: Download of full version of Gravity Power available
In the download section of the Amiga Future now the game Gravity Power is available which once was on the cover disk of the magazine "Amiga Power". It is a revision of Gravity Force 2 released in 1994. Additional levels you can find on Aminet. (snx) (Translation: dr)

[News message: 28. Mar. 2016, 19:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Mar.2016
Alexander Fritsch (ANF)


Voice output: speak-handler 39.1
Alexander 'selco' Fritsch has written a new speak-handler which is a replacement for the original one available on the Workbench disks starting with version 2.1. It is a new development and not a patch.

The new speak-handler can simultaneously use (experimentally) different versions of the translator.library and of the narrator.device. (In this way it is possible to use the retro sound of the old narrator.device provided by AmigaOS 1.3 as well as the modern sound of the device provided by AmigaOS 2.0.)

Download: speak-handler.lha (16 KB) (snx) (Translation: dr)

[News message: 28. Mar. 2016, 19:27] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Mar.2016
AROS-Exec (Forum)


AROS: Odyssey Web Browser 1.25 beta (version 26.03.2016)
Krzysztof 'Deadwood' Śmiechowicz' latest update of beta version 1.25 of Odyssey allows loading Google-spreadsheet and working with other of those applications (Draw, Drive etc. - partly some of them may need spoofing). Besides, the support of WebWorker was re-enabled and the internal threading support was changed to the POSIX-threads library of AROS. The diskcache now correctly works, so you can clean your it.

Download: owb-aros-1.25-20160326.zip (41 MB) (snx) (Translation: dr)

[News message: 28. Mar. 2016, 08:32] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
28.Mar.2016
AROS-Exec (Forum)


AROS: A week in AROS (from 21.03.2016)
Weekly Krzysztof 'Deadwood' Śmiechowicz summarizes the latest progresses and developments of the AROS-programmers.
more ... (snx) (Translation: dr)

[News message: 28. Mar. 2016, 08:20] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Mar.2016
Amiga.org (Forum)


Amithlon: Information, patches and kernel source codes
Under the title link, Tom Crews has collected information about Amithlon. The Amiga emulator, which was discontiniued 15 years ago, launches UAE based on a minimal Linux kernel and could have pavd the way for an AmigaOS/x86.

After all those years, many links are no longer valid, so on Crews' website you can find information about supported hardware or a tutorial for compiling a kernel. (snx) (Translation: dr)

[News message: 27. Mar. 2016, 09:14] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Mar.2016



Aminet-Uploads until 26.03.2016
The following archives have been added to Aminet until March 26th, 2016:
more ... (snx) (Translation: dr)

[News message: 27. Mar. 2016, 09:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Mar.2016



OS4Depot-Uploads until 26.03.2016
The following archives have been added to OS4Depot until March 26th, 2016:
more ... (snx) (Translation: dr)

[News message: 27. Mar. 2016, 09:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Mar.2016



AROS-Archives-Uploads until 26.03.2016
The following archives have been added to AROS-Archives until March 26th, 2016:
more ... (snx) (Translation: dr)

[News message: 27. Mar. 2016, 09:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
27.Mar.2016



WHDLoad: New archives until 26.03.2016
Using WHDLoad, you can install games, scene demos and intros from cracking groups to your harddisk that were only working from floppy disks previously. The following installers have been added until March 26th, 2016: more ... (snx) (Translation: dr)

[News message: 27. Mar. 2016, 09:02] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
25.Mar.2016
Amiga Future (Webseite)


Compiler: vbcc 0.9e
vbcc is a C-compiler written by Volker Barthelmann (compiler core) and Frank Wille (Amiga specific adaptions). The compiler supports AmigaOS 3.x, AmigaOS 4, MorphOS, PowerUp as well as WarpOS. "It supports ISO C according to ISO/IEC 9899:1989 and a subset of the new standard ISO/IEC 9899:1999 (C99)."

Version 0.9e provides several bug fixes and improvements. The detailed list of changes:

  • New options -deps and -deps-for-libs to output dependencies for a Makefile.
  • Print whole include-stack when encountering an error in include files.
  • Fixed undefined symbols in DWARF output by avoiding debug information for removed static variables.
  • Do not consider floats as induction variables. Fixes -O3 optimized loops with float variables.
  • Fixed bug with nested designated initalizers in unions.
  • Updated Warp3D headers and link libraries to V4.2a.
  • amigalib: Fixed rtEZRequest() and rtEZRequestTags().
  • Make sure kick13 config file is included for m68k-amigaos (Kickstart 1.x compatibility).
  • m68k: Fixed asm-peephole optimization of move.l dx,ay; move.l ay,dx when cc of ay is used.
  • vclib: Improve C99 compatibility in m881, m040 and m040 libraries with Inf and NaN values.
  • vclib: 6888x, 68040 and 68060 math libraries for Atari.
  • vclib: C99 inttypes.h, strtoimax(), strtoumax(), imaxabs(), imaxdiv(), isblank().
  • vclib: Fixed sign of remainder in div(), ldiv(), lldiv().
  • vclib: minstart.o fixes for OS4 and MorphOS (small data and WB start).
  • vclib: sscanf() erroneously included the string terminator.
  • vclib: Fixed float operations with m13.lib (Kickstart 1.x mathffp).
  • vclib: setjmp/longjmp() also save/restore FPU registers.
(snx) (Translation: dr)

[News message: 25. Mar. 2016, 20:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
24.Mar.2016
amigaworld.net (Webseite)


3D driver system: A-EON announced Warp 3D Nova and OpenGL ES 2.0
"Warp 3D" is a 3D driver system for AmigaOS which was developed by the Frieden brothers at the end of the nineties. Originally the archive was Freeware and in 2001 became a commercial product, distributed by Hyperion. Later it became part of AmigaOS 4. Unfortunately the drivers have not been developed further for years neither by the Friedens nor by Hyperion. Instead of, drivers for current graphic boards has been developed by Hans de Ruiter on behalf of A-EON. NOVA should be the name of the fifth version Warp 3D which was never released. more ... (cg) (Translation: dr)

[News message: 24. Mar. 2016, 01:56] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Mar.2016
Amiga Future (Webseite)


Interview with Martyn Brown (Team 17)
Already on 11. März on RetrogamesMaster an interview with Martyn Brown was published. He was co-founder of Team 17 which among others is well-known for its game Worms. (snx) (Translation: dr)

[News message: 23. Mar. 2016, 06:49] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
23.Mar.2016
Amiga Future (Webseite)


Hollywood: MiniHollyEdit NG 1.1
MiniHollyEdit NG written by the French programmer 'ArtBlink' is an editor for the programming language Hollywood which is implemented itself in Hollywood with the help of the plugins MUI Royale and GLGalore (screenshot). Hollywood version 4.5 at least is required.

Additional to bug fixes version 1.1 introduces syntax highlighting. Saving the source code can be done in two different formats, one of them saves also the colours. (snx) (Translation: dr)

[News message: 23. Mar. 2016, 06:37] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Mar.2016
Amiga.org (Forum)


AmigaKit: Developers needed
Under AmigaOS 4 a library named application.library is used. Some programms which require this library are supposed to be ported to AmigaOS 3.x. Therefore AmigaKit is looking for developers who will write a new version of the application.library for AmigaOS 3.x. (snx) (Translation: dr)

[News message: 21. Mar. 2016, 15:58] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Mar.2016
AROS-Exec (Forum)


AROS: A week in AROS (from 14.03.2016)
Weekly Krzysztof 'Deadwood' Śmiechowicz summarizes the latest progresses and developments of the AROS-programmers.

Week of March 14th:
  • Scalos is being adapted to work on 64bit (Kalamatee)
  • Work started on tool that converts images to C source (mazze)
  • RawDoFmt and FormatString functions now have a datastream definition that is working on all architectures (jmcmullan)
  • Zune prefs now has icon images for certain internal classes (mazze)
  • Work of adjusting AROS sources to GCC 6 continues (Kalamatee)
  • AROS repository reached 52000 commits
  • LazyMines game is no longer crashing on startup (mazze)
  • Italian translation for Wanderer has been fixed (impulse)
  • DiskImage GUI has been fixed to work on 64-bit (jmcmullan)
  • A crash in diskimage.device has been fixed (jmcmullan)
  • Initial seed for C library rand function calculation has been improved (Kalamatee)
  • FormatString and LocRawFoFmt has been extended with ARM anx x86_64 specific patches (jmcmullan)
  • LazyMines game have been extended with install script (polluks)
  • A bug in MUIM_List_Remove of MUI List class has been fixed (mazze)
(snx) (Translation: dr)

[News message: 21. Mar. 2016, 07:24] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Mar.2016
Amiga.org (Webseite)


AmigaOS 4: File manager Dir Me Up 2.70
Jérôme 'Glames' Senays has released an update of his commercial file manager "Dir Me Up". As usual it is free for all registered users. All others can test a limited demo version (Download). There is a tutorial in Englich and Greek provided as pdf-file.
more ... (snx) (Translation: dr)

[News message: 21. Mar. 2016, 07:18] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
21.Mar.2016
Andreas Falkenhahn (ANF)


Hollywood: APK-compiler 1.2 for Windows
Press release: Airsoft Softwair, the hardest working men in code business, are back on your screen with a late night release: The Hollywood APK Compiler 1.2 (amiga-news.de reported). This version contains two major new features: It's possible now to link Hollywood plugins into your APK files and it's also possible to link Android assets with the Hollywood APK Compiler and access them later from your Hollywood script using new Hollywood 6.1 APIs. Finally, the Hollywood APK Compiler is now compatible with the latest version of the Android NDK. The Hollywood APK Compiler 1.2 is now available for download for all registered users from the restricted download area.

(snx) (Translation: dr)

[News message: 21. Mar. 2016, 07:09] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
  
 
1 188 370 ... <- 375 376 377 378 379 380 381 382 383 384 385 -> ... 390 747 1109 [Archive]
 
 Recent Discussions
.
Amiga 4000(T)ower for sale
Calvin Harris - Amiga A1200
Amiga basic rewritten for Apple
Volker Wertich interview
Commodore Amiga MYSTYLE
.
 Latest Top-News
.
Announcement and pre-order campaign: AmiGUS sound card (19. Apr.)
ACube Systems: UBoot 2015.d for Sam440ep flex and mini-itx (15. Apr.)
Paint program: PolarPaint for all Amiga systems (11. Apr.)
ACube Systems: UBoot 2015.d for Sam460EX, Sam460CR and Sam460LE boards (09. Apr.)
Mining strategy game: The history of "Aminer" (07. Apr.)
Event: Start for ticket sales for "Amiga40" (05. Apr.)
Operating system: AmigaOS 3.2.3 (02. Apr.)
Universal PCI driver system: OpenPCI 40.2 (31. Mar.)
AROS/x86: Update of the ABI v0 version (28. Mar.)
Paperback: Classic AmigaOS Programming - The Network (27. Mar.)
.
 amiga-news.de
.
Configure main page

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