28.May.2020
a1k.org (Webseite)
|
File manager: MCAmiga 0.5 for all Amiga systems (update)
Marcus 'ALB42' Sackrow's MCAmiga is a file manager similar to Norton and Midnight Commander which additional to the mouse interface can be also completely controlled with the keyboard. MCAmiga is available for AmigaOS (m68k, PPC), MorphOS and AROS (x86, x64, ARM). The program at least requires 4 MB RAM. According to the author the AmigaOS 4 version does not run on a X5000.
Changes in version 0.5:
- video fixes
- browse, copy, move, rename, view/edit in lha/lzx archives
- browse, extract, view files from xad supported archive types
- start executables by pressing (shift) enter
- tools menu
- now includes a build for 68000 CPUs
Hint of the editors: Obviously MCAmiga does not work with Vampire systems, due to the affinity of the Vampire team with operating system "Coffin OS" which also includes illegal copies. The corresponding error message is slightly misleading and suggests a incorrect detection of Coffin OS.
Update: (29.05.2020, 23:00, cg)
According to the author in the comments of his blog, he only forgot to remove the bloackade of the Vampire. The author wrote: "It was my try to point to a problem… seems not many people care.. so it became stupid and useless… therefore I decided a while before already to remove that." (cg) (Translation: dr)
[News message: 28. May. 2020, 17:14] [Comments: 1 - 29. May. 2020, 20:48]
[Send via e-mail] [Print version] [ASCII version]
|
28.May.2020
commodore.news (Webseite)
|
USB adapter for classic joystick: UJOY/1A
The US-American retailer has developed another adapter for connecting an Atari/Commodore-compatible joystick to a modern computer: UJOY/1A uses an USB micro controller "Silicon Laboratories EFM8UB1" to make old joysticks understand the USB protocol. The adapter is available for 19 USD, the schematic (but not the documents for making a board) are available for free as PDF.
(cg) (Translation: dr)
[News message: 28. May. 2020, 00:30] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
28.May.2020
Amiga Future (Webseite)
|
Full version of Grand Prix 500 for download
The full version of the motorbike racing game Grand Prix 500 II can be downloaded in the download section of the Amiga Future as ADF image or WHDLoad version.
(cg) (Translation: dr)
[News message: 28. May. 2020, 00:21] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
27.May.2020
Olaf Köbnik (ANF)
|
Beambender: Interview with Bernhard Aichinger / PC version downloadable
Olaf Köbnik wrote: 17 Jahre after the first release of Beambender (Amiga-Version) by Amiga Arena now with permission of Bernhard Aichinger the long missed PC version of Beambender is offered for free and legal download.
Even after 25 years, afrer the installation Beambender runs under Windows 10 without any problems. An (German) interview with Bernhard Aichinger who contributed the graphics for the Amiga and PC version you can also find under the title link.
(snx) (Translation: dr)
[News message: 27. May. 2020, 19:04] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
27.May.2020
amigaworld (Webseite)
|
Arcade classic in 36 kilobytes: Tiny Galaga
After Tiny Invaders, the demo group Abyss has released its second minimalistic clone of an arcade classic called "Tiny Galaga" (video) which is less than 40 kb.
(cg) (Translation: dr)
[News message: 27. May. 2020, 00:19] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
27.May.2020
Indie Retro News (Webseite)
|
SciFi shooter/racer: First demo of "Verge World Icarus Rising"
According to the authors "Verge World" is "a sci-fi shoot'em up, racer game with exploration elements." The game is being developed for diverse retro platforms. Now a first playable Amiga preview version is available.
(cg) (Translation: dr)
[News message: 27. May. 2020, 00:01] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.May.2020
Amiga Future (Webseite)
|
PDF magazine: REV'n'GE 110 (Italian/English)
The PDF magazine REV'n'GE ("Retro Emulator Vision and Game") is available in Italian as well as in an English-language translation. REV'n'GE compares and reviews games and programs on vintage computers.
Among others the latest issue includes an article about the Amiga games "Cyber Kick" and "Dylan Dog: Attraverso lo Specchio".
Download sites:
Italian
English
(snx) (Translation: dr)
[News message: 26. May. 2020, 22:00] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.May.2020
|
AmigaOS 3/4: Web browser Netsurf 3.10
The web browser Netsurf - and also Chris Young's ReAction-based Amiga port (must not be confused with the SDL version) - is available as version 3.10 for AmigaOS 3 and AmigaOS 4.
Specific AmigaOS changes:
- Added Page Info icon and window.
- Updated to improved core content scaling interface.
- Add support for scrolling core windows in response to core requests.
- Allow running JavaScript from ARexx.
- Removed login window because it's now handled by the core.
Cross-platform changes:
- Improved handling of NetSurf generated queries and errors, including:
- Timeouts.
- Authentication requests.
- Certificate problems.
- Created consistent visual style for NetSurf Core generated content.
- HTML layout fix for {min|max}-width on replaced elements.
- Improved keyboard navigation.
- Improved local history with keyboard navigation and improved display.
- Fixed mouse interaction issue when entire document had visibility:hidden.
- Refactoring of the browser window handling.
- Refactoring of the HTML content handler.
- Refactoring of SSL certificate handling.
- Refactoring of HTML, text search and selection code.
- Many improvements to JavaScript robustness.
- Many new and improved Duktape JavaScript bindings.
- Improved core/front end interface for content scaling.
- Much improved content caching, both in memory and disc caching.
- Added a generic hashmap, used by the disc cache code.
- Fetcher improvements for robustness and performance.
- Updated JavaScript engine to Duktape 2.4.0.
- Improved handling of aborted fetches.
- Improved integration testing with framework built around monkey front end.
- Improvements to monkey front end to make testing more extensive and reliable.
- Minor HTML form improvements.
- Minor HTML handler optimisations.
- Fixes to HTML handler for robustness.
- Refactoring generation of about: pages.
- Fixed save complete not to save multiple copies of the same files.
- Change how animated GIFs are rate-limited to be in line with other browsers.
- Added a page info core window.
- Clamping screen DPI to a sensible range.
- Initial work towards supporting HTML5 canvas element.
- Various treeview fixes.
- Hubbub library 0.3.7 (HTML parser):
- Minor code quality improvements.
- Fixes for some HTML5 element handling.
- LibCSS library 0.9.1 (CSS parser and selection engine):
- Fixed a problem in the parsing of invalid media blocks.
- Minor code quality improvements.
- LibDOM library 0.4.1 (Document Object Model):
- Improved HTML TextArea element handling.
- Fix SubtreeModified event to be fired after updating attribute values.
- Support finalising the namespace strings.
- Basic support for keypress events.
- Improvements to event dispatch event lifetime handling.
- Support for InnerHTML.
- Added support for HTMLCanvasElement.
- Minor code quality improvements.
- Fixed HTMLElement property setters.
- Fixed HTMLTitleElement text getter/setter.
- LibNSBMP library 0.1.6 (BMP support):
- Minor code quality improvements.
- LibNSLog library 0.1.3 (Filterable logging):
- Added support for short log level names.
- LibWapcaplet library 0.4.3 (String internment):
- Free global context if no strings leak.
- Enabled build with toolchains that don't support statement expressions.
- Also included are many smaller bug fixes, improvements and documentation enhancements.
(cg) (Translation: dr)
[News message: 26. May. 2020, 01:21] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.May.2020
Generation Amiga (Webseite)
|
A4000 motherboard suitable for ATX cases: A4000TX
Two years ago the Finnih developer 'hese7' offered his A4000 motherboard clone A4000+ Alice and promised an ATX-compatible version. The aim of the developer was to create a version of the A4000cr motherboard including the daughterboard which is compatible to ATX cases and power supplies and additionally supports fullsize Zorro cards.
Meanwhile the clone has been finished. On Amibay you can purchase empty boards in a collective order. The latest Revision 1.1 offers the following features:
- ATX form factor (actually a hybrid ATX/EATX form factor)
- uses standard ATX power supply
- 68030 processor and 68882-FPU
- CPU slot connector for accelerator cards
- four full-length Zorro III slots
- three (inactive) ISA slots
- 3.5" IDE port
- extended video slot
- onboard Fast RAM support up to 112MB (Meutoxo)
- Kickstart ROM support up to 4MB (Romy)
- Amiga mouse and joystick ports
- PC PS/2 keyboard and PC PS/2 mouse support
- support for native Amiga and PC floppy drives
- 24-pin breakout header with full RGB port support (for external scandoublers, genlocks, SCART cables, etc..)
- power connectors for two case fans
- serial and parallel ports, 3.5mm stereo jack
- on-board RTC with battery
(cg) (Translation: dr)
[News message: 26. May. 2020, 01:05] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
26.May.2020
Scene World Magazine (ANF)
|
Scene World: Video interview with Holger "Harvey Dent" Weßling (e.g. Data Becke
Holger "Harvey Dent" Weßling has written books and software for the Amiga which have been published e.g. at Data Becker. In this video interview with Scene World he has talked about Amiga publishing houses in the 90s as well as his current books for the C64 Mini and the C64 Maxi.
(cg) (Translation: dr)
[News message: 26. May. 2020, 00:21] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.May.2020
German Amiga Community (Webseite)
|
Operating system: NetBSD 9.0 with support of PPC-boards
The free and open-source Unix-like operating system NetBSD is available in version 9.0, among others as port for Amiga computers - for the first time also for the PPC-boards made by Phase 5, although this version is called "very experimental". The global changes of NetBSD 9 are listed in the release notes, specific Amiga changelogs and downloads you can find on the project sites NetBSD/amiga and NetBSD/amigappc.
(cg) (Translation: dr)
[News message: 25. May. 2020, 00:18] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.May.2020
|
Replica of A1200 mainboard: ReAmiga 1200 Revision 1.5
John 'Chucky' Hertell has published an updated version of his A1200 clone ReAmiga 1200. Revision 1.5 among others offers a S-Video instead of a Composite-Video port.
Changes:
- Fixed a signal shorted to VCC in Rev1.4 (C0D)
- Added a 74LS08 so now H and V sync is always buffered (this NEEDS to be installed or you will not get V and H sync out onto the monitors)
- this to allow longer monitorcables and also save Alice if something goes wrong when hotplugging monitorcable.
- Colorsignals to RGB and VGA port is now always via the PNP transistor buffers, so RGB port will not be a darker color. It is not recomended to
- attach 2 monitors at once.
- Composite out is now optional Composite OR Svideo out. (you cannot move old RCA to new board due to this) SVideo needs to be installed aprox 1mm “over” the PCB.
- Included a “Svideo” standoff for this. do that PCB as a 1mm pcb.
- Added connector for 7V fan (actually where 5V is “gnd” and 12V is plus)
- Added leds for _RST, _KB_RST, _ODD_CIA, _EVEN_CIA and _ROMEN also to Serial TXD and RXD (from the 5V level)
- TOTALLY OPTIONAL!. Resistor at bottom 470Ohm so it is not that bright this is for all leds, change to higher or lower after taste (lowest 33Ohm).
- Moved Mouseconnector and shrunk PCB some so you can have a mouse PCB like Amiga 1200 Rev 2.
- Added mousePCB compatible with Amiga 1200 Rev 2 aswell that have a optional Joysticktester (not mousedirection)
- Added jumperheaders for selectable PAL/NTSC Default start (then do not populate that 0ohm resistor, now removed from locator and pick&place data)
- Moved VGA Connector so it aligns more to other Dsubs.
- Adopted components so you can do a full socket of board (remember that sockets is a source of problems)
- Added resistor to IDE Activity so now adapters that made IDE led always bright will be handled correct.
- Moved extra powerconnector slightly to not touch BVision when installed.
- Fixed Silkscreen so all used components now have value.
- Added pads close to floppyconnector for a 0Ohm resistor if you want to do the Escom floppypatch instead of a wire.
- Added pads close to ROM socket for optional DRA0 pullup that some machines had with a 470Ohm (I think) resistor from clockport to a via. now a SMD resistor can be used.
- At bottom of board close to optional 1K resistor for zenerdiode, added a pad for possability to disable the default “sync on green” if wanted. cut and solder
(cg) (Translation: dr)
[News message: 25. May. 2020, 00:18] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
25.May.2020
os4welt.de (Webseite)
|
Datatype for WebP: WarpWebP.datatype 45.1
Oliver Robert's has completed his collection of Warp datatypes by another one: The image format WebP. The datatype is based on Google's libwebp 1.1.0. Versions for AmigaOS 3/4, WarpOS and MorphOS are available, a graphic card is not required.
(cg) (Translation: dr)
[News message: 25. May. 2020, 00:18] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.May.2020
|
Aminet-Uploads until 23.05.2020
The following archives have been added to Aminet until May 23rd, 2020:
RNOXfer.lha comm/tcp 2.2M MOS Graphical FTP/FTPS client
RNOXfer_68k.lha comm/tcp 1.9M 68k Graphical FTP/FTPS client
RNOXfer_OS4.lha comm/tcp 2.6M OS4 Graphical FTP/FTPS client
A-MagIssue2_202005.adf demo/mag 880K 68k Issue two of A-Mag disk magazine
Bin2C.lha dev/c 3K 68k Converts binary files to C so...
DesignerSP.lha dev/hwood 95K HW Designer 4/5 spanish catal...
IoTools.lha disk/misc 109K 68k Iomega tools (ZIP/JAZ) for th...
Africa-AROS.zip game/board 290K x86 Conversion of 3W board game
AfricaMOS.lha game/board 340K MOS Conversion of 3W board game
3SInstall.lha game/patch 20K 68k The Three Stooges Hard Drive ...
AB3DTrainer.lha game/patch 19K 68k Patch program for Alien Breed 3D
AmiSGE.lha game/patch 23K 68k Decode/Encode Frontier:Elite ...
GDTrainer.lha game/patch 18K 68k Cheat for Gloom Deluxe
GloomTrainer.lha game/patch 18K 68k Cheat for Classic Gloom
RTInstall.lha game/patch 21K 68k R-Type Hard Drive Installer
SetJoyPort.lha game/patch 6K 68k Allow games to use joypad con...
StarCrusaderPa.lha game/patch 20K 68k Speedup patch for Star Crusader
Greeblies.lha game/shoot 118K 68k Manic shoot'em'up written in ...
Nerdkill.lha game/shoot 98K 68k Tension relief massacre game
dtview2.lha gfx/show 59K 68k Picture viewer for public scr...
AmiArcadia.lha misc/emu 4.3M 68k Signetics-based machines emul...
AmiArcadia-OS4.lha misc/emu 4.8M OS4 Signetics-based machines emul...
CPCConv_v1.02.lha misc/emu 14K 68k Amstrad CPC emulator disk ima...
DOSBox_Jit.lha misc/emu 1.7M MOS MS Dos emulator with JIT
dsk2cpc10.lha misc/emu 8K 68k AMICPC disk image convertor
Morpheus_1.75.lha text/dtp 2.7M MOS Word processor
annotate_pascal_synta... text/edit 332K Annotate Pascal Syntax
EvenMore.lha text/show 349K 68k V0.93: Freeware Textviewer
EvenMore_MOS.lha text/show 442K MOS V0.93: Freeware Textviewer (M...
EvenMore_OS4.lha text/show 431K OS4 V0.94: Freeware Textviewer (OS4)
EvenMorePlugins.lha text/show 297K EvenMore textviewer plugins s...
JFIFdt44.lha util/dtype 821K 68k fast JFIF (JPEG) picture data...
IconLib_46.4.lha util/libs 1.0M 68k free icon.library in optimize...
ReportPlus.lha util/misc 579K 68k Multipurpose utility
ReportPlus-OS4.lha util/misc 733K OS4 Multipurpose utility
InstallerLG.i386-aros... util/sys 112K x86 Commodore Installer replacement
InstallerLG.ppc-morph... util/sys 145K MOS Commodore Installer replacement
AppLauncher_sbar.lha util/wb 42K MOS Run apps from the screenbar
(snx) (Translation: dr)
[News message: 24. May. 2020, 07:31] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.May.2020
|
OS4Depot: More than 4000 files uploaded / Uploads until 23.05.2020
On May 17 the 4000th file was uploaded to the OS4Depot. Uploading the last 1000 file thus took eight years and two months.
The following archives have been added until May 23rd, 2020:
amiarcadia.lha emu/gam 5Mb 4.0 Signetics-based machines emulator
atomicbomberman_compo... gam/act 2Mb 4.1 Atomic Bomberman Fan Rewrite
atomicbomberman_warp3... gam/act 2Mb 4.1 Atomic Bomberman Fan Rewrite
shaderjoy.lha gra/vie 4Mb 4.1 Display fragment shaders
simpletransfer.lha net/ser 9Mb 4.0 Quick and Easy Transfers on a Ne...
inputeventsniffer.lha uti/mis 25kb 4.1 Check all kinds of input events
reportplus.lha uti/mis 733kb 4.0 Multipurpose utility
mwait.lha uti/she 16kb 4.0 multi wait command for 1.x+.
nowinedsrc.lha uti/tex 1Mb 4.0 TextEditor multipage (MDI) (sour...
(snx) (Translation: dr)
[News message: 24. May. 2020, 07:31] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.May.2020
|
MorphOS-Storage-Uploads until 23.05.2020
The following archives have been added to MorphOS-Storage until May 23rd, 2020:
Africa_1.54.lha A conversion of 3W boar...
AppLauncher_2.5.lha Run your apps from the ...
DonkeyKong_1.5.lha LCD game conversion
DOSBox_0.74r4Jit.lha A DOS-emulator that use...
EvenMore_0.94.lha A freeware Textviewer C...
GenesisPlus_2.1b.lha Genesis-Plus emulates t...
Iris_beta0.86.lha New email client suppor...
MacMiniJedi.jpeg MacMiniJedi.jpeg
MCAmiga_0.4.lha MyCommander for Amiga
Morpheus_1.75.lha Word processor with Uni...
PegasosJedi.jpeg PegasosJedi.jpeg
SDL2_Libraries.lha All Libraries SDL2 with...
(snx) (Translation: dr)
[News message: 24. May. 2020, 07:31] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.May.2020
|
WHDLoad: New installers until 23.05.2020
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 May 23rd, 2020:
- 2020-05-22 improved: Monolith (Megawatts) crash in main part on slow machines fixed (Info, Image)
- 2020-05-19 fixed: WatchTower (OTM/Cyberarts) fixed lockup when detecting controllers (Info)
- 2020-05-19 fixed: Starray (Logotron) fixed lockup when detecting controllers (Info)
- 2020-05-19 improved: Quasar Wars (Light Designs) fixed lockup when detecting controllers, added icon (Info)
- 2020-05-19 fixed: Moktar / Titus the Fox (Titus) fixed lockup when detecting controllers (Info)
- 2020-05-19 new: Gulp! (ICE) done by JOTD (Info)
- 2020-05-19 improved: Flimbos Quest (System 3) blitter wait patches can be disabled, nice icons added (Info)
- 2020-05-19 improved: Propaganda (Zero Defects) wrong register handling in interrupts fixed (Info, Image, Image)
- 2020-05-18 new: Wicked House (Origin) done by StingRay (Info, Image)
- 2020-05-18 improved: Magic Pockets (Renegade/Bitmap Brothers) enhanced trainer options (Info)
- 2020-05-18 fixed: Fire & Ice (Graftgold) fixed spurious fire when pressing second button for jumping (Info)
- 2020-05-17 new: Mindfield (Megawatts) done by StingRay (Info, Image, Image, Image)
- 2020-05-17 new: Monolith (Megawatts) done by StingRay (Info, Image)
- 2020-05-17 improved: Fire & Ice (Graftgold) fixed crash when saving high-score, fixed non-working 2-button joystick, added delay on "Cool Coyote" screen (Info)
- 2020-05-17 updated: Disposable Hero (Euphoria/Gremlin Graphics) Slave name corrected (Info)
(snx) (Translation: dr)
[News message: 24. May. 2020, 07:31] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
24.May.2020
Amiga Future (Webseite)
|
Video: Raytracing tutorials with Lightwave on an Amiga
Under the title link "Muadib" releases YouTube Raytracing tutorials showing Lightwave on an Amiga. Each Sunday on 7 p.m. (Central European Summer Time) the presentation is broadcast via webcast on Twitch.tv.
(snx) (Translation: dr)
[News message: 24. May. 2020, 07:31] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
23.May.2020
|
Portrait: The RedPill developer Carlos Peris
Besides the well-known developers like Daniel 'Daytona675x' Müßener (Wings Remastered, MiniGL4GL4ES, Tower 57) or Hans de
Ruiter (ZitaFTP, Warp3D Nova) there are a number of other active developers we would like to introduce to our readers in a loose succession.
We would like to start with the Spanish programmer Carlos "trackerhero" Peris. He might be known to our readers for his Amiga game editor
RedPill which recently has been updated to version 0.7.14. Additional to Peris the Spanish graphic artist Jordi Palome belongs to the team of Redpill who also has created the logo.
Peris is a professional developer for mobile games working for Ubisoft in Barcelona. Developing software for the Amiga is nothing but a hobby. And although he prefers programming games, he uses his game editor RedPill but, as he explained, "making them in the game editor helps me a lot to put me in the user position and help to improve the tool." Although the editor provides limited features hehopes that the Amiga Fans are interested in RedPill and use it. Peris frankly admits that he finds it easier to start projects than finishing them with a final and satisfying result. Sometimes this is also reflected in his Amiga biography:
This started in 1993. At the age of 14 he got an Amiga. He was impressed: "What a machine!". Thus, as he said himself, he "arrived a bit late to the Amiga scene" using his computer mainly for games. Some years later he got an Amiga 1200 and started programming in Blitz Basic. The first results he himself described as "ugly games" e.g. Wave Run Gold, Whirlwind or Amidonkey. Many of them, as mentioned, unfinished.
Simultaneously he also joined the demo scene, especially "Ozone", writing in 68k assembler. His biggest contribution was the Intro for the "Trashcan 5" demo.
Like many others, at the beginning of the year 2000 he got a PC and learned programming in different languages. He never left the Amiga and at that time among others he released the game which name also became his "pseudonym": Tracker Hero (video). It is a music game similar to "Guitar Hero". He also wrote the game X-MasDisaster at this time.
Screenshot of the RedPill game "Mirror"
Now he completely concentrates on RedPill and games based on it. His main goal is to simplify creating 8-Bit games. Nowadays he thinks again more retro games are released. He guessed that "it took more time to the amigans to get back to its passion". Fortunately he could recriut his partner Jordi Palome for his recently started game project HappyBat so we are looking forward for updates.
One request the developer has: "What would help me the most is someone that helps me to explain Redpill to people, like doing tutorials, videos, whatever. I have no time and am not really good at it, and it is really very important!" You can contact the author via the website of RedPill but of course we also can pass on any feedback or support you would provide to him.
(dr) (Translation: dr)
[News message: 23. May. 2020, 18:25] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.May.2020
Indie Retro News (Webseite)
|
Arcade port: Tapper, version 02A
"Tapper" (video) is a port of the arcade classic game from 1983 to the Amiga. In this new test version all gameplay features have been implemented except the sound. The author said: "Still got a fair bit of work in Dpaint to do as well as a few bits of game code to write but I think it's coming along quite nicely."
(cg) (Translation: dr)
[News message: 22. May. 2020, 23:28] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.May.2020
|
Game Construction Kit: RedPill 0.7.14
RedPill 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 in version 0.7.14:
- New action trigger Play Anim 8 to play an animation based in the direction of
the object.
- Play Anim 8 uses 8 anims, starting with the Up/North Animation, and in
clock-wise order. It uses 8 animations.
- New action trigger Play Anim 4 to play an animation based in the direction of
the object.
- Play Anim 4 uses 4 anims, starting with the Up/North Animation, and in
click/wise order. It uses 4 animations.
- In a level, when a background image is used without any tiles placed, the
palette from the image will be used.
- For HUD bar elements, now it is possible to adjust the height of the bar.
- Extra check in Auto Slice to avoid slicing a big image by mistake.
- Level editor map now shows all available area instead of the camera limits
area.
- FIX: Tile properties display fixed when using tiles with border.
- FIX: Fix in export game routines.
- FIX: moving a livel object leaved some trash in the screen.
- FIX: Level editor now can scroll to the bottom of the level.
- FIX: Fix in edit trigger up/down controls, now last trigger is reachable.
(dr) (Translation: dr)
[News message: 22. May. 2020, 10:40] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
22.May.2020
MorphZone (Webseite)
|
MorphOS: E-mail client Iris, beta version 85
Jacek 'jacadcaps' Piszczek's "Iris" is supposed to become the standard mail program for MorphOS. It supports IMAP and can read and create HTML mails. Among others Iris now display GMail threads. Besides, "the autoconfiguration of emails was significantly improved, especially for GMail-managed domains and Yahoo."
The author appreciates any feedback. Please use the corresponding MorphZone discussion.
(snx) (Translation: dr)
[News message: 22. May. 2020, 08:34] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|