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


.
  Per page
Show titles only
.


Archiv 'Updates for hardware and software products'


10.Aug.2023



AmigaOS 4: mySQLcontrol 2.12
mySQLcontrol by Michael Christoph is a database administration and editing program for the mySQL database server under AmigaOS 4. Version 2.12 has been adapted to the development environment AAMP, which is required for this and has just been updated to version 2.0 by Edgar Schwan. (dr)

[News message: 10. Aug. 2023, 18:42] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Aug.2023
Edgar Schwan (ANF)


AmigaOS 4: AAMP 2.0 (Apache, MySQL and PHP)
Edgar Schwan wrote: This package offers a development environment on your Amiga, with which you can create and test your own web projects. Similar to the well-known XAMPP package for Linux and Windows, it contains the HTTP (web) server "Apache" with compiled-in support for the scripting language "PHP" (version 8.0.28 and 5.2.10) and the database server "MySQL" version 5.5.10.

AAMP is not only interesting for developers. This means that web applications can also be run locally on the Amiga. These are e.g. the database administrator "phpMyAdmin" or the image manager "Coppermine" - just to name a few.

You can create your own tools with the included "php" interpreter. "PHP" is easy to learn and with its extensions a powerful language. New in PHP 8 is the ability to use the "php" tool as a web server, so it is a simple alternative to Apache.

Last but not least, data can be managed with the "MySQL" database server, which can then also be accessed via the network. External programs (e.g. IODBC) can use this server as a database backend.

New in AAMP 2.0:
  • New version 8.0.28 of PHP. Together with the new MySQL server, the latest web applications can be used again. The old version 5.2.10 is still included to keep older projects running. You can switch between the two versions at any time using a script.
  • Updated MySQL database server from version 5.1.35 to version 5.5.10.
  • Updates of the tools "myApacheStarter" and "mySQLcontrol" - now also with Italian and Spanish localization.
  • The Subversion package including Apache's WebDAV modules is now included and enabled by default.
  • Updates of the used libraries:
    - curl 7.19.7 -> curl 7.61.1
    - libgcrypt 1.2.4 -> libgcrypt 1.8.2
    - libgpg-error 1.4 -> libgpg-error 1.27
    - libiconv 1.9.2 -> libiconv 1.17
    - libpng 1.2.13 -> libpng 1.2.49
    - libxml2 2.6.19 -> libxml2 2.9.14
    - libxslt 1.1.14 -> libxslt 1.1.34
    - openssl 1.0.0d -> openssl 1.0.2o
    - PDFlib-Lite 6.0.1 -> PDFlib-Lite 7.0.5p3 (only PHP 5)
    - tiff v3.4 -> tiff 3.8.2
    - neon 0.29.0 -> neon 0.31.1
    - sqlite 3.4.2 -> sqlite 3.9.3
    - subversion 1.6.17 -> subversion 1.6.23
  • Newly added libraries and tools:
    - cadaver 0.23.3 (WebDAV-Client)
    - coreutils 5.2.1 (utilities for the Unix shell)
    - gmp 6.2.0 (library for arbitrary precision arithmetic)
    - gnutls 3.7.3 (modern implementation of the TLS/SSL protocol)
    - libtasn1 4.9 (an ASN.1 encryption library)
    - libwebp 0.5.2 (library to encode and decode images in WebP format)
    - nettle 3.7 (a cryptographic library)
    - openldap 2.4.49 (implements LDAP directory services)
  • Now includes a customized version of the ABC shell called "ampsh". This avoids collisions with other packages that use the ABC shell, such as the AmigaOS4 SDK or AmiCygnix. With a script in the AAMP main directory you can start it on the workbench and access the AAMP tools directly.
  • This package is a complete rebuild of AAMP. This and extensive trouble- shooting eliminated many problems that were still in AAMP 1.0.
  • The base library "libaos4util" has been completely revised.

  • Homepages:

    Apache: https://httpd.apache.org/
    MySQL: https://www.mysql.com/
    PHP: https://www.php.net/

    phpMyAdmin: https://www.phpmyadmin.net/
    Coppermine: https://coppermine-gallery.net/
    Wordpress: https://wordpress.com/

    Snapshots:

(dr)

[News message: 10. Aug. 2023, 18:22] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
10.Aug.2023



Dungeon Crawler: The Last Dungeon V0.7.1C
As a contribution to AmiGameJam 2022, 'PixelPlop' had released a first, playable, but still incomplete version of "The Last Dungeon" (YouTube video). Now he has released another update, fixing several bugs:
  • Fixed multiple issues with the status panel not displaying the correct number of gold/keys/bombs.
  • Enemies can now display the item they are carrying which will hopefully make it less likely to miss the key in the first room on the right!
  • Fixed a bug where image draw offsets were getting reset to 0 when loading graphics from DAT files.
  • Fixed a bug where the auto map would sometimes not draw correctly for the first room.
  • Fixed a bug where pushable objects would sometimes draw the tile to the left when restoring background tiles.
  • Fixed a bug where the spinning sword on the title screen would draw in the wrong colours after returning from the character select screen
(dr)

[News message: 10. Aug. 2023, 06:01] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
08.Aug.2023
Frédéric Cordier (Mail)


Programming language: Third public alpha version of "Amos Professional Unity"
By means of his "Amos Professional Unity" project, Frédéric 'AmiDARK' Cordier is in the process of adding new features - such as AGA support - to the classic BASIC compiler AMOS Professional (YouTube video on AGA sprites). Now he has published the third public alpha version (V0.4) on his GitHub page with the following changes:
  • Removed non kept extra commands for Custom Screens modes. Rebuild all the Custom Screens system.
  • Added space in file 'configuration/APUnity_Editor_Config.s' for eXtensions registration system
  • Added new command : GFXMODE = get saga c2p screen mode( Width, Height, Depth, Scanmode ) [AmosProUnity.lib/L_L_GetSagaC2PScreenModeEx]
  • Added new command : GFXMODE = get saga c2p screen mode( Width, Height, Depth ) [AmosProUnity.lib/L_GetSagaC2PScreenMode]
  • Started new command : open custom screen ScreenID, Width, Height, GFXMODE
  • Added SAGA CPU/GFX Detection at startup to open SAGA library version when available.
  • Added SAGA Chunky screen support in copper list.
  • Reverted Aga/sprites.s file to previous version due to a bug in Aga Sprites.
  • Reverted Compiler_Shell.AMOS to Original fixed a compiler crash
  • Fix AMOSProUnity_Support.Lib functions set fixed a compiler crash
  • Fix AMOSProUnity_SpecialFX.Lib functions set fixed a compiler crash
  • Now Amos Professional Unity examples can be compiled without crash
  • Upgrade compiler to compile with AGAP Sprites/Bobs/Icons banks
  • Fixed issue with Get Bob/Sprite/Icon palette to now handle fully RGB24 bits colors
  • Update Header.s bank load to handle AGAP color mode ( 256 colors AGA ) from Bank that are inside executable (Bob/Sprite/Icon)
  • update Header.s also fix Get Bob/Sprite/Icon Palette commands when program is compiled.
  • Update CompExt.s compiler extension for squashed programs to handle AGAP color mode (Bob/Sprite/Icon)
We had first reported on Frédéric Cordier's submissions at the end of 2019, at that time still operating under the name "Amos Professional X". We took this publication as an opportunity to ask him for a summary of his efforts to date, which he kindly provided immediately:

"The Amos Professional Unity is a project I work on in my spare time, together with my other project for the Amiga called "Grimoire" (amiga-news.de reported).
Even though I don't often report about changes or news, I do a lot of work in the background (e.g. compiler problems), because the compiler source code is not documented and is a bit more complex than Amos Professional itself. A few key points about the project:
  • Amos Professional Source code was completely reorganized to fit the requirements of AGA support upgrade times ago.
  • Source code is available publicly on GitHub
  • Many changes were done to achieve support for AGA Chipsets that makes Amos Professional Unity being not compatible with older Amos Professional extensions that uses internal Amos Professional structures (the structures evoled,for example to support 8 bitplanes max instead of previously 6, 256 colors instead of previously 32, etc.)
  • Amos professional now have a good AGA support. It will be improved, but it is already interesting for AGA video game creation.
And these features are already supported by "Amos Professional Unity"
  • Support lowres AGA graphics up to 256 colors and HAM8 using 24 bits colors support
  • Support hires AGA graphics up to 256 colors and Ham8 using 24 bits colors support
  • Interlaced is supported for the two above resolutions (lowres and hires)
  • Bobs and icons also support up to 256 colors using 24 bits colors support
  • Create/Load/Save Sprites/Bobs/Icons banks with AGA colors up to 256 colors is supported.
  • AGA Sprites up to 64 pixels wide are also supported using 4 or 16 colors, and native Amos Professional sprites combination using 4 or 16 colors was improved to support AGA sprites width (you can setup a sprite up to 256 pixels wide with 16 colors using all 8 sprites for example).
  • AGA Sprites are only low resolution sprites. Hires resolution is not yet added.
  • Native commands like "Screen Open" are upgraded to support 256 Colors ( ex. Screen Open 0,320,200,256,lowres+laced )
  • Native commands like "Colour" are upgraded to support 24 bits ( ex. Colour 1,Rgb24( 255,128, 0 ) )
  • Amos Professional Unity compiled program can detect at running time if configuration run on ECS/OCS or AGA, and user can then create adaptative source code for video game ( The same compiled .exe can open ECS screen on ECS configuration and AGA screen on AGA configuration ).
"Amos Professional Unity" offers a range of new commands that were documented in the course of the releases of the first alpha version or second alpha version. Some commands are not yet documented because they are still in the development process:
  • Create Rainbow Fx Bank BANK
  • Set Rainbow Fx Color BANK, COLOR_INDEX
  • Set Rainbow Fx Color Line BANK, YLINE, RGB24ColorValue
  • Apply Rainbow Fx To Screen BANK : Apply to current screen
  • Remove Rainbow Fx From Screen
  • = Get Rainbow Fx Color Line( BANK, YLINE )
An other extension (Special FX) was also added to the project. It is a mix between my old AmosPro_Personal.lib and new commands. It bring some new commands to Amos Professional Unity (not documented on the website), and more will come in the future:
  • Set Ntsc : Push to 60Hz mode
  • Set Pal : Push to 50Hz mode
  • = Right Click()
  • = Fire( 1,BUTTONID ) : Where button ID can be 2 or 3
  • Ehb : Can be used to open screen using 64 Half Brite colors (ECS)
  • Ham6 : Can be used to open screen using Ham6 ( 4096 colors ) screens (ECS)
  • Create Memblock BANK, SIZE_IN_BYTES : Create a memory block, this command set is inspired from Dark BASIC v1 & Professional )
  • = Memblock Exist( BANK )
  • = Get Memblock Size( BANK )
  • Write Memblock Long BANK, POSITION_IN_BYTES, 32BITSVALE : Write a 32 Bits value at POSITION_IN_BYTES of the memblock BANK
  • = Memblock Long( BANK, POSITION ) : Will return the 32 Bits value stored at POSITION in the memblock BANK
  • Write Memblock WordBANK, POSITION_IN_BYTES, 16BITSVALE : Write a 16 Bits value at POSITION_IN_BYTES of the memblock BANK
  • = Memblock Word( BANK, POSITION ) : Will return the 16 Bits value stored at POSITION in the memblock BANK
  • Write Memblock ByteBANK, POSITION_IN_BYTES, 32BITSVALE : Write a 8 Bits value at POSITION_IN_BYTES of the memblock BANK
  • = Memblock Byte( BANK, POSITION ) : Will return the 8 Bits value stored at POSITION in the memblock BANK
  • Reserve F Icon BANK, SIZE : Create a custom icons bank, not blitter, CPU drawing one for fasts CPU and FastRam. Icon size is Width/Heigth same Set Current F Icon Bank BANK : Allow to have multiple Fast Icons banks
  • = Get Current F Icon Bank() : Will return the current bank used for Fast Icons
  • Get F Icon ICON, X, Y : Grab an icon ICON from the current screen
  • Paste Icon ICON, X, Y(, TRANSPARENCY ) : Will draw an icon at X,Y coordinates. X is multiple of 16 pixels.
  • = Get Fie Size( FileName$ )
  • Create Playfield from sprite HEIGHT, YSTART : Create a background playfield using sprites
  • Remove Sprite Playfield : Remove the background playfield
There are some known issues and limitations. One known issue for example is that compiler must be improved to allow compilation of source code containing Sprites/Icons banks in it. Currently, banks must not be included in .AMOS when compiling.

Amos Professional Unity is provided with some examples that show the uses of AGA Chipset and the Special FX commands sets. This simply mean you can already create AGA video games using Amos Professional Unity and compiles them as executables." (dr)

[News message: 08. Aug. 2023, 09:21] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



Dungeon Crawler: The Last Dungeon V0.7c
As a contribution to AmiGameJam 2022, 'PixelPlop' had released a first, playable, but still incomplete version of "The Last Dungeon" (YouTube video). Now he has made available a first update that fixes some bugs. (dr)

[News message: 06. Aug. 2023, 21:50] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



Aminet uploads until 05.08.2023
The following files have been added until 05.08.2023 to Aminet:
ignition.lha             biz/spread 5.0M  OS4 a modern spreadsheet
ignition-src.lha         biz/spread 1.2M  OS4 Sourcecode ignition 1.22
fastbasic.lha            dev/cross  1.4M  MOS Compiler for the Atari 8-bit ...
REDPILLGameCreator.lha   dev/misc   4.5M  68k Game Creator with AGA support
PreludeSoftwareBundle... driver/aud 116K  68k Software bundle for Prelude s...
anaiis.lha               driver/oth 238K  68k ANAIIS USB Stack Release 1.23
anaiis_boot.lha          driver/oth 269K  68k ANAIIS USB Boot disk Release ...
labyrinth64.lha          game/misc  137K  68k Remake of Commodore 64 game L...
AcesUp.lha               game/think 2.9M  68k Aces Up solitaire card game
AmiArcadia.lha           misc/emu   4.7M  68k Signetics-based machines emul...
AmiArcadiaMOS.lha        misc/emu   4.9M  MOS Signetics-based machines emul...
AmiArcadia-OS4.lha       misc/emu   5.2M  OS4 Signetics-based machines emul...
AmiVms.lha               misc/emu   3.8M  68k Simulates OpenVMS commands
ANSI-Draw_v097.lha       text/edit  75K   68k Advanced ANSI character&graph...
words10.lha              text/misc  6K    68k extreme fast wordcounter
deark.lha                util/arc   4.0M  68k Extracting data from various ...
lhasa.lha                util/arc   4.2M  MOS Free Software LHA implementat...
mkatr.lha                util/conv  47K   MOS ATR disk image creation tool
AmiSSL-5.10-OS3.lha      util/libs  3.4M  68k OpenSSL as an Amiga shared li...
AmiSSL-5.10-OS4.lha      util/libs  3.1M  OS4 OpenSSL as an Amiga shared li...
AmiSSL-5.10-SDK.lha      util/libs  2.3M  OS4 OpenSSL as an Amiga shared li...
Add_UKBankHolidays.lha   util/time  1K        Lil Calender UK Bank Holiday ...
gidatario.lha            util/time  229K  68k GI Datario 
LilCalendar.lha          util/time  3.4M  68k Versatile calender and remind...
(snx)

[News message: 06. Aug. 2023, 11:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



OS4Depot uploads until 05.08.2023
The following files have been added until 05.08.2023 to OS4Depot:
amissl-sdk.lha           dev/mis 2Mb   4.0 SDK for AmiSSL
siliconmotion502_chip... dri/vid 14kb  4.1 SiliconMotion 502 video driver
amiarcadia.lha           emu/gam 5Mb   4.0 Signetics-based machines emulator
scummvm.lha              gam/mis 109Mb 4.1 Run supported classic adventure/...
scummvm-src.zip          gam/mis 178Mb 4.1 ScummVM Source
blues.lha                gam/pla 3Mb   4.1 Blues Brothers games recreation
amissl.lha               lib/mis 3Mb   4.0 OpenSSL as an Amiga shared library
mediavault_script.lha    net/mis 24kb  4.0 Choose player or download stream...
ignition.lha             off/spr 5Mb   4.1 A modern spreadsheet
ignition-src.lha         off/spr 1Mb   4.0 A modern spreadsheet (source)
deark.lha                uti/arc 6Mb   4.0 Extracting data from various fil...
set_get_ts.lha           uti/scr 25kb  4.0 obtain time in scripts
(snx)

[News message: 06. Aug. 2023, 11:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



AROS Archives uploads until 05.08.2023
The following files have been added until 05.08.2023 to AROS Archives:
acesup.i386-aros.lha         gam/car 3Mb   solitaire card game
watercolor_cubic_themes_0... gra/the 460kb Watercolor Cubic Window Themes
lilcalendar.i386-aros.lha    uti/wor 3Mb   Calender scheduling and reminder...
(snx)

[News message: 06. Aug. 2023, 11:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



MorphOS-Storage uploads until 05.08.2023
The following files have been added until 05.08.2023 to MorphOS-Storage:
Flite_1.2.lha             Audio/Misc                Speech synthesis engine
Python_3.2_v2.02r176.lha  Dependencies/Python       Python_3.2_v2.02r176.lha
Python_3.4-draft.lha      Dependencies/Python       Python_3.4-draft.lha
FastBasic_4.6.lha         Development/Cross         Compiler for the Atari ...
mkatr_1.3.lha             Emulation/Misc            ATR disk image creation...
AmiArcadia_30.0.lha       Emulation                 A Signetics-based machi...
Deark_1.6.5.lha           Files/Archive             Extracting data from va...
Lhasa_0.4.0.lha           Files/Archive             A Free Software LHA imp...
uif2iso_0.1.2.lha         Files/Convert             UIF to ISO converter
ScummVM_2.7.1.lha         Games/Adventure           2D Point-and-Click adve...
Aliens-versus-Predator... Games/Shoot3D             Aliens versus Predator ...
VidentiumPicta_2.60.lha   Graphics/Tools            An image viewer  progra...
CDXL-Player_1.1.lha       Multimedia                CDXL player with source...
VAMP_3.10.lha             Multimedia                A Multimedia Player pro...
Easy2Install_1.0b27.lha   Network/PackageManager    A package manager to do...
ScreamBar_1.2.lha         System/Ambient/Screenbar  Screenbar module plug-i...
(snx)

[News message: 06. Aug. 2023, 11:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
06.Aug.2023



WHDLoad: New installers until 05.08.2023
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 05.08.2023:
  • 2023-08-05 fixed: Nexus 7 (Andromeda) added a flush cache to avoid a crash under 060 before clusters part (Info, Image)
  • 2023-08-05 improved: Sword (Serio-Comic) no more 68020 required for the kickstart 3.1, 2nd button to jump supported (Info)
(snx)

[News message: 06. Aug. 2023, 11:28] [Comments: 0]
[Send via e-mail]  [Print version]  [ASCII version]
1 90 175 ... <- 180 181 182 183 184 185 186 187 188 189 190 -> ... 195 1042 1894

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