Search found 5990 matches

by airsoftsoftwair
Mon Jul 06, 2026 12:58 pm
Forum: Showcase
Topic: Super Trevor Land - isometric platform / jump and run game
Replies: 16
Views: 9736

Re: Super Trevor Land - isometric platform / jump and run game

Very impressive, runs ultra smooth here on my X5000. This shows what is possible with RebelSDL's hardware acceleration!
by airsoftsoftwair
Mon Jun 29, 2026 1:40 pm
Forum: Wishlist
Topic: Sox and csound
Replies: 4
Views: 33994

Re: Sox and csound

A SoundFX plugin with lots of effects and transformations for sound processing is available now!
by airsoftsoftwair
Mon Jun 29, 2026 1:24 pm
Forum: Hollywood bugs
Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
Replies: 4
Views: 5416

Re: Hollywood 11 GUI and libs:hollywood/ do not work on AROS

However, I've run straight into a problem using MUIRoyale (version 1.7). Please see the xml and Hollwood code below. Displaying from the GUI or running from the shell, this works fine on Hollywood X but on Hollywood 11 I'm getting 'Unknown attribute 'inputmode'. That doesn't really make sense. Ther...
by airsoftsoftwair
Mon Jun 29, 2026 1:20 pm
Forum: Showcase
Topic: DLNA Mediaplayer
Replies: 2
Views: 3417

Re: DLNA Mediaplayer

Looks nice, good job!
by airsoftsoftwair
Mon Jun 29, 2026 1:19 pm
Forum: RapaGUI
Topic: Default paths on pop classes
Replies: 2
Views: 3168

Re: Default paths on pop classes

Yes, I agree that this would be useful addition. I'll see what I can do.
by airsoftsoftwair
Mon Jun 29, 2026 1:14 pm
Forum: General programming
Topic: #ADAPTER_SERIALIZE - constant not found?
Replies: 4
Views: 4761

Re: #ADAPTER_SERIALIZE - constant not found?

Bugala wrote: Tue Jun 23, 2026 11:28 pm Considering that testing that same thing with my usual Win11, Hollywood 11 installation, it didnt give that error. I assume something is very much wrong with my fresh Hollywood 11 win 10 installation.
Please post the result of "dir" in your Hollywood installation and I can check.
by airsoftsoftwair
Mon Jun 29, 2026 1:13 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 36991

Re: ZIP plugin 2.1 released

Ok, I can reproduce the issue here. Apparently, the AROS version has the same bug that was fixed in the last version for MorphOS, namely this: - Fix [MorphOS]: zip.OpenArchive() with #MODE_WRITE didn't work if the target file didn't exist See here: https://forums.hollywood-mal.com/viewtopic.php?t=42...
by airsoftsoftwair
Sun Jun 21, 2026 10:42 pm
Forum: Hollywood bugs
Topic: Hollywood 11 GUI and libs:hollywood/ do not work on AROS
Replies: 4
Views: 5416

Re: Hollywood 11 GUI and libs:hollywood/ do not work on AROS

The GUI does not work. 'Display' does nothing and 'Compile' always complains that there are errors in the script and compilation has failed. How have you installed Hollywood on AROS? Have you used the included installer or have you installed it manually? Keep in mind that the installation structure...
by airsoftsoftwair
Sun Jun 21, 2026 10:40 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 36991

Re: ZIP plugin 2.1 released

Have you got a short MCVE that can be used to reproduce the issue on AROS?
by airsoftsoftwair
Sun Jun 21, 2026 10:40 pm
Forum: General programming
Topic: Any way to know at Which index a table item resides when Item sent as ARG to Function?
Replies: 3
Views: 4018

Re: Any way to know at Which index a table item resides when Item sent as ARG to Function?

I wonder is it even possible (For Andreas to do) to have such a command where you could get the Index ID in Hollywood? Not possible. Tables internally use references to save memory and your table could be stored in other tables as well so it's not possible to find the "parent" table becau...