Search found 169 matches

by emeck
Tue May 16, 2023 11:07 pm
Forum: Newbie questions
Topic: Plot dots from table
Replies: 9
Views: 1337

Re: Plot dots from table

@phoenixkonsole This works for me. @DISPLAY {Width = 640, Height = 480} local facePoints = { {-10, -20}, {-5, -20}, {0, -20}, {5, -20}, {10, -20}, {-15, -15}, {-10, -15}, {10, -15}, {15, -15}, {-15, -10}, {15, -10}, {-15, -5}, {15, -5}, {-20, 0}, {-15, 0}, {15, 0}, {20, 0}, {-20, 5}, {20, 5}, {-15, ...
by emeck
Wed Mar 01, 2023 9:07 pm
Forum: Showcase
Topic: DirList
Replies: 3
Views: 2398

Re: DirList

Tested 68k version and runs fine under MOS.
by emeck
Tue Feb 28, 2023 8:17 pm
Forum: Showcase
Topic: First public HGui release published!
Replies: 10
Views: 4900

Re: First public HGui release published!

@Allanon I also think that it's not a MOS problem because when I published a demo of Hasteroids which was using my GLFX linclude i used the same +Includes.hws file and IIRC there was a MOS user (maybe was you?) that didn't had problems with this method... or maybe i don't remember well Yes, that is ...
by emeck
Tue Feb 28, 2023 7:27 am
Forum: RebelSDL
Topic: MultiDisplays.hws Unable to open window!
Replies: 6
Views: 3266

Re: MultiDisplays.hws Unable to open window!

That is with powerSDL, right?

Any chance of using SDL2 in a future RebelSDL?
by emeck
Mon Feb 27, 2023 8:57 pm
Forum: RebelSDL
Topic: MultiDisplays.hws Unable to open window!
Replies: 6
Views: 3266

MultiDisplays.hws Unable to open window!

Hello,

MultiDisplays example doesn't work under MOS3.17:

Code: Select all

Unable to open window!
File: MultiDisplays.hws (current line: 390 - In function: OpenDisplay)
by emeck
Mon Feb 27, 2023 8:49 pm
Forum: GL Galore
Topic: Error reading pixels from hardware bitmap!
Replies: 4
Views: 8327

Re: Error reading pixels from hardware bitmap!

@Andreas

Is this also a bug in TinyGL?

I'm getting this error with BeastScroll and GPUScale from RebelSDL examples. I'm using MOS3.17
by emeck
Mon Feb 27, 2023 8:37 pm
Forum: Showcase
Topic: First public HGui release published!
Replies: 10
Views: 4900

Re: First public HGui release published!

@Allanon

Hi. Tried to run "000 - Showcase.hws" but I get the error:

Constant #inc_path was already declared!
File: +Includes.hws current line: 14()

And then nothing after clicking OK button.

I've set Const #INC_PATH to the correct drawer.

Using HW 10 and MOS 3.17
by emeck
Sat Nov 19, 2022 9:27 am
Forum: General programming
Topic: is there any way for Function to hold variables?
Replies: 9
Views: 952

Re: is there any way for Function to hold variables?

What about assigning the function to a variable? Something like this maybe (haven't tested the code, just an idea): p_myvar = Function(...) Local pars = arg.n Return({pars[0],pars[...],pars[n]}) EndFunction result1 = p_myvar(5, 2) result2 = p_myvar(8) result3 = p_myvar(5, 2, 4) You can also write fu...
by emeck
Wed Nov 16, 2022 9:14 pm
Forum: Announcements
Topic: Hollywood support for Vim
Replies: 2
Views: 2058

Re: Hollywood support for Vim

Nice! Thank you guys for this.