Search found 269 matches

by fingus
Tue Dec 05, 2023 8:28 am
Forum: Hollywood bugs
Topic: Hollywood10 Linux - Error when SaveBrush to ILBM
Replies: 9
Views: 3469

Hollywood10 Linux - Error when SaveBrush to ILBM

Code: Select all

@display {Palette = #PALETTE_OCS} 
Loadbrush(0, "bilder/test.jpg")
QuantizeBrush(0, {Colors = 32, Dither = 1, Palette = 0})
SaveBrush(0, "out.iff", {Format = #IMGFMT_ILBM})
Image
by fingus
Fri Dec 01, 2023 10:01 am
Forum: Wishlist
Topic: OnTouch for Windows/Linux Touch-Devices
Replies: 2
Views: 3165

OnTouch for Windows/Linux Touch-Devices

The Documentation of Hollywood10 for OnTouch-Event-Handler says: Please note that this event handler is only supported in the mobile version of Hollywood. (V5.3) Touch displays are also equipped in more and more notebooks/laptops and 2-in-1 units (tablet computer) running Windows/Linux. Therefore, i...
by fingus
Thu Nov 23, 2023 4:45 pm
Forum: Announcements
Topic: Plananarama 2.1 released
Replies: 2
Views: 2001

Re: Plananarama 2.1 released

Thanks for this update, i will use it when i finished one of my dozen other Hollywood-Projects *chuckle*
by fingus
Mon Nov 06, 2023 12:37 pm
Forum: RebelSDL
Topic: SDL & Fullscreen on Windows
Replies: 2
Views: 5267

Re: SDL & Fullscreen on Windows

airsoftsoftwair wrote: Fri Nov 03, 2023 11:18 pm
fingus wrote: Tue Oct 31, 2023 12:28 pm

Code: Select all

@require "rebelsdl", {renderdriver = "opengl", UseDesktopFullScreen = true}
Doesn´t work. It choose only Direct3d and seems to ignore UseDesktopFullScreen.
Only on Surface devices or generally?
Generally under Windows 10/11.
by fingus
Tue Oct 31, 2023 12:28 pm
Forum: RebelSDL
Topic: SDL & Fullscreen on Windows
Replies: 2
Views: 5267

SDL & Fullscreen on Windows

When using: @display {width = 1920, height = 1080, mode = "fullscreen"} @require "rebelsdl" There are differences between Windows and Linux. On the Same Hardware: -> On Linux it seems to be a real Fullscreen-Mode with SDL/OpenGL with Fullspeed-Rendering 60fps (Always show 1:1 Pix...
by fingus
Mon Oct 30, 2023 8:55 am
Forum: RebelSDL
Topic: UseAudioAdapter = false leads to instant freeze on Linux
Replies: 6
Views: 3741

Re: UseAudioAdapter = false leads to instant freeze on Linux

Ok, I'll check. Lately there have been some major changes concerning audio on Linux with the transition to PipeWire which could explain these problems because RebelSDL hasn't been updated for quite some time. On another Linux Machine Bypass was working but with horrible, low samplerate and stutteri...
by fingus
Thu Oct 26, 2023 6:58 am
Forum: General plugin questions
Topic: SFTP Upload don't work
Replies: 3
Views: 3787

Re: SFTP Upload don't work

No specific error message on linux, it just stops with error.
Path is local where the File to Upload is located
by fingus
Wed Oct 25, 2023 9:44 am
Forum: General plugin questions
Topic: SFTP Upload don't work
Replies: 3
Views: 3787

SFTP Upload don't work

I didn´t geht SFTP Upload to work with hURL-Plugin: Username is in Format: user@domain.de Server Require Port 22 for SFTP SFTP-Adress is ssh.domain.de @require "hurl" dateip$ = "/home/user/binary" UploadFile("sftp://user@domain.de:password@ssh.domain.de:22/"..dateip$, {...
by fingus
Mon Oct 23, 2023 12:18 pm
Forum: Hollywood bugs
Topic: x64 Linux (Ubuntu): Failed to open clipboard
Replies: 1
Views: 2853

x64 Linux (Ubuntu): Failed to open clipboard

When i try to use ClearClipboard() SetClipboard(#CLIPBOARD_TEXT, string$) on x64 Linux (Ubuntu) i got the Error: Failed to open clipboard.

Systemwide Clipboard in Linux is working (Copy and Paste).
by fingus
Sun Oct 22, 2023 10:26 pm
Forum: RebelSDL
Topic: UseAudioAdapter = false leads to instant freeze on Linux
Replies: 6
Views: 3741

Re: UseAudioAdapter = false leads to instant freeze on Linux

What is the SDL2 version on your Linux? ii libsdl1.2debian:amd64 1.2.15+dfsg2-6 amd64 Simple DirectMedia Layer ii libsdl2-2.0-0:amd64 2.0.20+dfsg-2ubuntu1.22.04.1 amd64 Simple DirectMedia Layer ii libsdl2-2.0-0:i386 2.0.20+dfsg-2ubuntu1.22.04.1 i386 Simple DirectMedia Layer