Search found 1433 matches

by Bugala
Tue Jul 28, 2026 3:27 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 4
Views: 69

Re: Can @Require be optional?

Thanks for the "link" command. I forgot you can do that, since I was already wondering if user needs to have the hwp, but with link it comes part of exe. This should solve the problem. Although, depends how RebelSDL works. For point is, it mentions that when using RebelSDL, drawing circles...
by Bugala
Tue Jul 28, 2026 12:41 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 4
Views: 69

Can @Require be optional?

Is there any way to do something like:

Code: Select all

If A=1
@Require "plugin"
EndIf

For I tried that one, but even I set A into something else than 1, it still said "this program requires Plugin"
by Bugala
Sun Jul 19, 2026 10:35 am
Forum: Hollywood bugs
Topic: Minor bug with SeekMusic
Replies: 13
Views: 46675

Re: Minor bug with SeekMusic

@Flinx

Got it properly synced now. Thanks!
by Bugala
Sun Jul 19, 2026 9:46 am
Forum: Hollywood bugs
Topic: Minor bug with SeekMusic
Replies: 13
Views: 46675

Re: Minor bug with SeekMusic

@Flinx, thanks from tip. Was thinking of converting it to Wav-file, but this solution is much better. Going to try if that works. Main point here being that since it was made by someone else than me, there are some info in the file itself, and if I change it into wav, to my understanding that info w...
by Bugala
Sat Jul 18, 2026 9:19 pm
Forum: Hollywood bugs
Topic: Minor bug with SeekMusic
Replies: 13
Views: 46675

Re: Minor bug with SeekMusic

Just noticed that actually even AvCodec doesnt solve the problem entirely. I now timed some animation by using SeekMusic, and for timing purpose I am using GetAttribute(#MUSIC, 5, #ATTRPOSITION) When I leave SeekMusic out, Timing is a bit off. Maybe half a second. Location in music is at about 2 min...
by Bugala
Fri Jul 17, 2026 11:13 am
Forum: Hollywood bugs
Topic: Bug in Rnd()
Replies: 4
Views: 720

Re: Bug in Rnd()

Okay, that makes sense, I guess it is intended behavior then. I was having this raffle and made just a simple program to pick the raffle winner. Hence the whole program was practically just running Rnd() once, and when I tested that other parts of the program was right, by running it several times i...
by Bugala
Thu Jul 16, 2026 11:04 pm
Forum: Hollywood bugs
Topic: Bug in Rnd()
Replies: 4
Views: 720

Re: Bug in Rnd()

No, even Rnd() is less random than RndStrong(), Rnd() should still feel like random. If you look at the video, the Rnd() is not random at all anymore in the test, but when doing it multiple times, I can predict its outcome. Although, now that I tested: For n = 1 To 10 DebugPrint(Rnd(10)) Next It app...
by Bugala
Thu Jul 16, 2026 9:05 pm
Forum: Hollywood bugs
Topic: Bug in Rnd()
Replies: 4
Views: 720

Bug in Rnd()

windows 11, Hollywood 11, seems to be having a problem with Rnd()-function. Havent noticed this before, since I didnt check its working before. Today happened to be checking if my small code worked right, and noticed Random itself wasnt working properly. Here is video showing the problem: https://yo...
by Bugala
Wed Jul 15, 2026 2:21 pm
Forum: General programming
Topic: Does FlowerPot Emulation also emulate Hardware Brushes properly?
Replies: 2
Views: 1170

Does FlowerPot Emulation also emulate Hardware Brushes properly?

As I am specifically trying to speed up the AmigaOS4 version, by using Hardware Brushes, but I only have Flowerpot emulation to test it, I am therefore wondering if anyone here knows if Flowerpot is able to emulate Hardware Brushes, and how well? For it seems like I am getting a little boost, but no...
by Bugala
Tue Jun 23, 2026 11:28 pm
Forum: General programming
Topic: #ADAPTER_SERIALIZE - constant not found?
Replies: 4
Views: 6129

Re: #ADAPTER_SERIALIZE - constant not found?

No, It shows "Hollywood" in those two options, and I see no checkmark, so dont seem to be any possibility that Miniwood would be on. I however, just in case, tried adding that @USING "system", but that just gave me "unknown preprocessor command @USING", perhaps since Mi...