Search found 351 matches

by Tuxedo
Sat Apr 06, 2024 3:35 pm
Forum: General programming
Topic: tile map scroller testing...
Replies: 4
Views: 211

Re: tile map scroller testing...

Hello. I run the OS4 exe here on my X1000 and RadeonRX550. It shows in the right top corner 15 (FPS)? sdl versions: SDL1_2_13 1.4 libSDL2.so 0.22 Hi! thanks for testing! the red number was related to the time spent generating the frame so you are about 60 fps...not so bad...not so good...since ther...
by Tuxedo
Fri Apr 05, 2024 3:08 pm
Forum: General programming
Topic: tile map scroller testing...
Replies: 4
Views: 211

tile map scroller testing...

Hi ALL! I'm trying to create a game like a platfrom/metroidvania and looking for a routine that works nice on putting tiles on screen... After a bit of study and some test I do the code linked: /* sPLATFORM */ ; VARIABILI DI BASE MapW = 0 ; Larghezza mappa in tiles MapH = 0 ; Altezza mappa in tiles ...
by Tuxedo
Fri Apr 05, 2024 2:36 pm
Forum: Newbie questions
Topic: Hollywood Player on Android doesn't find applets
Replies: 3
Views: 1695

Re: Hollywood Player on Android doesn't find applets

Hello, I'm getting a weird error trying to test my program on android. it dont read the file in the correct path, I use the same archive for testing that works on Amiga/Windows. the path was MAPPA/mappa8.json the hpa applet was located same place that on other platforms... There was some specific pa...
by Tuxedo
Tue Mar 26, 2024 11:18 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 649

Re: Feature request

ATM I use Notepad++ with RunMe plugin that works ok with keyboard shortcut, not found a simple way to add buttons, but was ok that way atm.
I also tryed VisualStudio, but was also too much for me atm...
by Tuxedo
Tue Mar 26, 2024 11:09 pm
Forum: Newbie questions
Topic: Game creation questions...
Replies: 2
Views: 253

Re: Game creation questions...

Hi again! I managed to work on a routine that dispalys the game screen from tiles 16 x 16 to a 1920 x 1080 screen/window but noticed that wasnt so speedy as I expected with tiles... The attached example was also weird since When I sue DisplayBrushPart(that on RebelSDL documenation wasnt described as...
by Tuxedo
Fri Mar 22, 2024 11:49 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 649

Re: Feature request

Hum...
That was sad...
But the official IDE was the only editor with function browser, play button and compiling options right?
by Tuxedo
Fri Mar 22, 2024 2:47 pm
Forum: Newbie questions
Topic: Game creation questions...
Replies: 2
Views: 253

Game creation questions...

Hi ALL! I'm working on some sort of programming exercise atm... I'm trying to make a metroidvania like game but have some questions to ask before start coding, sorry in advance if something was already discussed... The questions(in simple random order): - To Fix the fps to a certain rate(basically 6...
by Tuxedo
Tue Mar 19, 2024 10:29 pm
Forum: Windows IDE
Topic: Feature request
Replies: 4
Views: 649

Feature request

Hi! I'm not sure how to explain exactly that...hope that I can do it simply... Basically I'm used to a certain behavior of the cursor on the editor Annotate on AmigaOS4 that I dont have in the Win IDE and I dislike it... So...The cursor have to remain in the same column of the last time while I pres...
by Tuxedo
Fri Mar 15, 2024 1:10 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2244

Re: AVCodec and Emulation...

Well the link option was really nice to me and Ill use it for sure for MUIRoyale and maybe some other things....

Thank you.
by Tuxedo
Thu Mar 14, 2024 10:28 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 2244

Re: AVCodec and Emulation...

Well...since LoView was an old project and have a lot of old code inside I wont rewrite everything... P So the Error handling was ok in that way I think... BTW I tryed and putting the muiroyale.hwp in the LoVIew directory seems to solve the issue and also other plugins was loaded so I simply write i...