Search found 625 matches

by lazi
Wed Dec 20, 2023 11:47 pm
Forum: General plugin questions
Topic: ZIP plugin OpenArchive on VirtualFile
Replies: 1
Views: 2935

ZIP plugin OpenArchive on VirtualFile

Trying to create a new zip archive in a virtual file (OS4). I did not succed. @REQUIRE "zip" virtfile$ = DefineVirtualFileFromString("","Archive.zip",True) id = zip.OpenArchive(Nil, virtfile$, #MODE_WRITE) Error opening zip archive Archive.zip! The docs does not say any...
by lazi
Wed Nov 01, 2023 9:42 pm
Forum: General plugin questions
Topic: Basic SQL / SQLite3 questions
Replies: 4
Views: 3277

Re: Basic SQL / SQLite3 questions

Let's see: p_whatever (m1.name) - The argument is a value. The value of the "name" tag of the table "m1". p_whatever ({name="C64 Rulez"}) - The argument is a table, which has a tag called "name". p_whatever (name="C64 Kicks Ass") - The argument is th...
by lazi
Wed Nov 01, 2023 6:36 pm
Forum: General plugin questions
Topic: Basic SQL / SQLite3 questions
Replies: 4
Views: 3277

Re: Basic SQL / SQLite3 questions

Try this for calling your p_Bind():

Code: Select all

p_Bind(NULL,"64er", "M&T", "1986", "1", "german",  "C64", "123-456789-123-0", "1") 
Tell me if you want deeper explanation. :-)
by lazi
Sun Sep 24, 2023 11:13 pm
Forum: Hollywood bugs
Topic: RndStrong() causes DOS Error
Replies: 6
Views: 2992

Re: RndStrong() causes DOS Error

Could you check random-handler to work? Type this in a shell window: Type "RANDOM:TEXT/SIZE=10" The result here is something like this: 9.WorkBench:> Type "RANDOM:TEXT/SIZE=10" lnxpvw0y4w9.WorkBench:> The same should work in Hollywood: OpenFile(1,"random:TEXT/SIZE=10",#...
by lazi
Tue Jun 13, 2023 11:34 pm
Forum: Showcase
Topic: Rocket Away
Replies: 14
Views: 7789

Re: Rocket Away

Here is what I try to tell :-) @DISPLAY 1,{mode="fullscreen", width=800, height=600, disableblanker=True, scalemode=#SCALEMODE_AUTO, scalewidth=#NATIVE, scaleheight=#NATIVE} https://i.postimg.cc/XYhrJkv8/fullscreen.png @DISPLAY 1,{mode="AutoFullscreen", width=800, height=600, Dis...
by lazi
Mon Jun 12, 2023 8:46 pm
Forum: Showcase
Topic: Rocket Away
Replies: 14
Views: 7789

Re: Rocket Away

Thanks Andreas! Yes I wanted to use the host resolution on every system except Amigoid. I can't check in the source currently, but as far as I remember the #display preprocessor has the #scalemode_auto parameter and the scalewidth/height are set to #native. Is that differerent than #fullscreenscale...
by lazi
Sun Jun 11, 2023 10:40 pm
Forum: GL Galore
Topic: Nova Bridge
Replies: 1
Views: 3410

Nova Bridge

As far as I know MiniGL on Amiga OS is working top of warp3d drivers. They say that NovaBrigde is a wrapper of old warp3d to the new warp3d Nova. Now the question is how that affects GLGalore performance? Can anybody with X5000 and NovaBridge test it? Is it makes any difference? NovaBridge is on my ...
by lazi
Sun May 21, 2023 10:54 pm
Forum: Showcase
Topic: Rocket Away
Replies: 14
Views: 7789

Re: Rocket Away

Thanks Andreas! Yes I wanted to use the host resolution on every system except Amigoid. I can't check in the source currently, but as far as I remember the #display preprocessor has the #scalemode_auto parameter and the scalewidth/height are set to #native. Is that differerent than #fullscreenscale ...
by lazi
Thu May 18, 2023 10:14 pm
Forum: Showcase
Topic: Rocket Away
Replies: 14
Views: 7789

Re: Rocket Away

Thanks Bugala! On windows there is no problem to run it fast and vsynced. Unfortunately OS4/MOS needs the GlGalore/RebelSDL display engine for proper vsync at least on fullscreen. Tried the best to make it the fastest possible, but currently this resolution is the top for a Pegasos2/Radeon 9250 on O...
by lazi
Thu May 18, 2023 11:46 am
Forum: Showcase
Topic: Rocket Away
Replies: 14
Views: 7789

Rocket Away

Hello fellow Hollywood MAL lovers! I had no time to finish it before a long holiday so i give you this evaluation release of this upcoming title. Please not distribute it, but send opinions and reports on how well it works on which platform. Thanks! I will come back with a finished release, which ne...