Search found 6010 matches

by airsoftsoftwair
Sun Aug 23, 2026 8:52 pm
Forum: Wishlist
Topic: Locking Elements
Replies: 2
Views: 147677

Re: Locking Elements

- New: Added option to lock objects in place to the "Objects" menu; if you set the "Locked" option in the "Objects" menu, the object will be no longer grabbable in the main window; if you need to select the object, you must do so in the object manager; locked objects w...
by airsoftsoftwair
Sun Aug 23, 2026 8:51 pm
Forum: Designer bugs
Topic: Designer 7 , object action "ask password" fails
Replies: 2
Views: 142362

Re: Designer 7 , object action "ask password" fails

Code: Select all

- Fix: Memory access fault in the "Ask password" action event in case the "Stop action object" operation was used 
by airsoftsoftwair
Sun Aug 23, 2026 8:50 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 7
Views: 61583

Re: AROS x86_64 bit

Re. AROS for RPI, there is also a 32 bit version so might it be not too much work to add a compile to 32 bit arm in Hollywood 12? For 32-bit, no, won't be that much work for Hollywood itself but as I've said there are around 50 plugins that would also need to be ported then. P.S. I was at the UK Ki...
by airsoftsoftwair
Sun Aug 23, 2026 8:46 pm
Forum: Newbie questions
Topic: How to capture stderr with RunOutput ?
Replies: 2
Views: 524

Re: How to capture stderr with RunOutput ?

Actually, this should work already. Which platform did you test this?
by airsoftsoftwair
Wed Aug 12, 2026 10:02 pm
Forum: Wishlist
Topic: AROS x86_64 bit
Replies: 7
Views: 61583

Re: AROS x86_64 bit

The problem with supporting new CPU architectures is that it's not just Hollywood which would have to be ported but the ~50 plugins as well plus Hollywood Designer. And since all other Amiga platforms are 32-bit it's not a piece of cake because often all the Amiga code assumes that it's running on a...
by airsoftsoftwair
Wed Aug 12, 2026 9:58 pm
Forum: Wishlist
Topic: A way to control Plugins On/Off
Replies: 4
Views: 10862

Re: A way to control Plugins On/Off

Sorry, but it's impossible. Plugins which replace the whole window and event loop subsystem (e.g. RebelSDL or RapaGUI) can't just simply be turned off because all core objects are specifically tied to them.
by airsoftsoftwair
Wed Aug 12, 2026 9:56 pm
Forum: General plugin questions
Topic: In which order Plugins override each other?
Replies: 1
Views: 10745

Re: In which order Plugins override each other?

What will happen in these cases, as in, is in any of these cases Hollywood actually using AvCodec plugin for sounds, or will RebelSDL always override it? Whether you load avcodec or RebelSDL first doesn't matter at all because avcodec is just a decoder plugin and doesn't contain any audio driver so...
by airsoftsoftwair
Mon Aug 03, 2026 11:47 am
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 13439

Re: Can @Require be optional?

Asking for a bit of clarification for that making Circle into hardware Brush suggestion. Do you mean that it is faster to createBrush, drawCircle into that newly created brush, and then DisplayBrush, than it is to simply Draw A Circle? Or do you mean that if Circle is same sized every frame, then i...
by airsoftsoftwair
Sat Aug 01, 2026 5:18 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 8
Views: 63003

Re: ZIP plugin 2.1 released

The German documentation of the ZIP plugin has also been updated now thanks to Helmut Haake and Dominic Widmer.
by airsoftsoftwair
Sat Aug 01, 2026 5:17 pm
Forum: Hollywood bugs
Topic: Ubuntu Keypad Period
Replies: 2
Views: 12002

Re: Ubuntu Keypad Period

Thanks for the report, I'll check.