Search found 5990 matches
- 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!
- 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!
- 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...
- Mon Jun 29, 2026 1:20 pm
- Forum: Showcase
- Topic: DLNA Mediaplayer
- Replies: 2
- Views: 3417
Re: DLNA Mediaplayer
Looks nice, good job!
- 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.
- 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?
Please post the result of "dir" in your Hollywood installation and I can check.
- 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...
- 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...
- 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?
- 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...