Search found 475 matches

by SamuraiCrow
Sat Jul 18, 2020 4:32 pm
Forum: Windows IDE
Topic: Hollywood IDE compilations
Replies: 7
Views: 7182

Re: Hollywood IDE compilations

Linux has case-sensitive filesystems but Windows generally not.
by SamuraiCrow
Wed Jul 08, 2020 6:33 pm
Forum: SDK
Topic: Video Saver plugin?
Replies: 5
Views: 8178

Re: Video Saver plugin?

Thanks!
by SamuraiCrow
Wed Jul 08, 2020 1:47 am
Forum: SDK
Topic: Video Saver plugin?
Replies: 5
Views: 8178

Video Saver plugin?

I see there's a Video plugin format, an Animation plugin format and an Animation Saver format. Is there a Video Saver format coming out? Do I just write it as an audio capable extension of the Animation Saver?
by SamuraiCrow
Mon Jul 06, 2020 6:21 pm
Forum: RapaGUI
Topic: Changing tab on item click
Replies: 4
Views: 3184

Re: Changing tab on item click

I had to look up the name anyway so the link was handier. Sorry.
by SamuraiCrow
Sun Jul 05, 2020 9:07 pm
Forum: RapaGUI
Topic: Converting MUI to RAPA
Replies: 3
Views: 2737

Re: Converting MUI to RAPA

The Amiga versions of RapaGUI are based on MUI Royale internally. There are some differences but not too bad. Some things are actually better in RapaGUI. One more thing: You have to change all of the mui.Xxx method calls to moai.Xxx method calls.
by SamuraiCrow
Thu Jun 25, 2020 12:31 am
Forum: Announcements
Topic: Autolinks for Hollywood forums
Replies: 7
Views: 7521

Re: Autolinks for Hollywood forums

Excellent!
by SamuraiCrow
Wed Jun 17, 2020 5:28 am
Forum: SDK
Topic: Rebuilding AHX plugin from source
Replies: 3
Views: 5232

Re: Rebuilding AHX plugin from source

Confirmed! The GCC9 build is still a lot smaller but seems to work! The following diff should be applied to Hollywood:SDK/includes/hollywood/plugin.h diff --git a/System:Applications/Hollywood/SDK/include/hollywood/plugin_old.h b/System:Applications/Hollywood/SDK/include/hollywood/plugin.h index 279...
by SamuraiCrow
Wed Jun 17, 2020 3:49 am
Forum: SDK
Topic: Rebuilding AHX plugin from source
Replies: 3
Views: 5232

Re: Rebuilding AHX plugin from source

I think the flag is __attribute__((used)) in front of the function definition. I'll try that.