English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 181
Search took 0.03 seconds.
Search: Posts Made By: mateusz_s
Forum: Coders. General 20 April 2024, 20:19
Replies: 21
Views: 3,031
Posted By mateusz_s
ps. I also wanted updated this thread and show...

ps.
I also wanted updated this thread and show my final results of converting real RGBA 32-bit display into HAM8 AGA display..
in this final case - there was no dunamic shading like in the...
Forum: Coders. General 20 April 2024, 20:15
Replies: 21
Views: 3,031
Posted By mateusz_s
Thank you for the answer :)

Thank you for the answer :)
Forum: Coders. General 20 April 2024, 19:15
Replies: 21
Views: 3,031
Posted By mateusz_s
Hi, I got two more questions for usage of the...

Hi,
I got two more questions for usage of the Kalms c2p routines...

1. Kalms c2p routines takes couple of parameters for init and for converting -
so they can be used in all cases.
My...
Forum: Amiga scene 29 December 2023, 23:18
Replies: 22
Views: 1,861
Posted By mateusz_s
You could use c64 emulator on amiga

You could use c64 emulator on amiga
Forum: Coders. System 06 May 2023, 15:20
Replies: 6
Views: 802
Posted By mateusz_s
ooohh, ok, now it makes sense, thanks for...

ooohh, ok, now it makes sense, thanks for clearing it up :bowdown
Forum: Coders. System 06 May 2023, 12:07
Replies: 6
Views: 802
Posted By mateusz_s
ps. I also noticed in another application...

ps.
I also noticed in another application called ScreenTime if I set there a PEN=4
it also gives that DEEP BLUE color instead of red. So maybe this is a System issue?
But I tested on AOS3.2, 3.1 -...
Forum: Coders. System 06 May 2023, 11:27
Replies: 6
Views: 802
Posted By mateusz_s
Right I messed up here :banghead But after...

Right I messed up here :banghead

But after correction:
SetAPen(APP_window->RPort, 4);
RectFill(APP_window->RPort, 0, 0, arg_win_size_x, arg_win_size_y);

I should get color RED (PEN=4)...
Forum: Coders. System 06 May 2023, 01:37
Replies: 6
Views: 802
Posted By mateusz_s
SetAPen returns wrong color.

Hi,
I am a bit confused and can't figure it out.

So when I am checking the WB colors in the Prefs->Palette
I see these colors:
0 - grey, 1-black, 2-white, 3-blue, 4-red, 5-green etc..
...
Forum: Coders. System 02 May 2023, 14:25
Replies: 6
Views: 1,007
Posted By mateusz_s
Great - many thanks @thomas again - :great

Great - many thanks @thomas again - :great
Forum: Coders. System 02 May 2023, 01:06
Replies: 6
Views: 1,007
Posted By mateusz_s
I forgot to ask one more question. The...

I forgot to ask one more question.

The commodity has its own main loop that process messages in it.
If I want to create and show the window - its also need to have its own
message loop?

I am...
Forum: Coders. System 01 May 2023, 23:27
Replies: 9
Views: 986
Posted By mateusz_s
Yes - its working now.. I dont know what happend...

Yes - its working now.. I dont know what happend -
before my editor (VisualCode) coulnd't find this function -
now its OK - and the compliator/linker finds it too -
and its works in the System....
Forum: Coders. System 29 April 2023, 20:16
Replies: 6
Views: 1,007
Posted By mateusz_s
@thomas thank you for answer - Yes that makes...

@thomas thank you for answer - Yes that makes sense.
Forum: Coders. System 29 April 2023, 19:33
Replies: 9
Views: 986
Posted By mateusz_s
Cant check it right now. I will Try a bit later...

Cant check it right now. I will Try a bit later and let know.
Forum: Coders. System 29 April 2023, 17:46
Replies: 6
Views: 1,007
Posted By mateusz_s
[Commodity] handling commodity window/interface

Hi,
I am not sure how to handle commodity window/interface.

Commodity can have its window that can be show/hide
In the Exchange app.
Should I create and open new window
When the Commodity is...
Forum: Coders. System 29 April 2023, 17:41
Replies: 9
Views: 986
Posted By mateusz_s
Hmm.. thats weird. In my case only setvar() tak...

Hmm.. thats weird. In my case only setvar() tak takes 3 argument is avaiable. The SetVar() isn't. I must check it again.. maybe i missed something.
Forum: Coders. System 29 April 2023, 02:13
Replies: 9
Views: 986
Posted By mateusz_s
Yes this should work i tried it - but for some...

Yes this should work i tried it - but for some reason
I cant find this function in my Bebbo 6.5.0 C compiler
Instead of SetVar() that takes 4 parameters there is setvar() that takes 3 parametry-...
Forum: Coders. System 28 April 2023, 23:25
Replies: 9
Views: 986
Posted By mateusz_s
I tried system("setenv value variable"); ...

I tried
system("setenv value variable");
instead of
system("set value variable");
and it worked - it has been saved in env:
Forum: Coders. System 28 April 2023, 23:12
Replies: 9
Views: 986
Posted By mateusz_s
Can't set system env variable using C...

Hi,
I am using Bebbo 6.0.5 C compliler.
Can I set system global ENV variable somehow?

I tried:
1. Using SetEnv() but there is no such a function here...
There is only setenv() functino that...
Forum: Coders. System 26 April 2023, 21:06
Replies: 6
Views: 934
Posted By mateusz_s
I correct timer quitting using AbortIO() and...

I correct timer quitting using AbortIO() and WaitIO() - not crashing anymore after quitting.

I also saw this thread: https://eab.abime.net/showthread.php?p=1458225
and read info from @Thomas...
Forum: Coders. System 26 April 2023, 01:34
Replies: 6
Views: 934
Posted By mateusz_s
A bit corrected and cleaned up version, I think...

A bit corrected and cleaned up version, I think this should be ok.
CPU idle is OK. I can enable/disable the activity.
Probably the timer cleanup is bugged right now because I got crash after...
Forum: Coders. System 25 April 2023, 23:46
Replies: 6
Views: 934
Posted By mateusz_s
[Commodity] Commodity that monitors status - code review request

Hi,
Could you please review this commodity code.
I want it to execute some commands in given time interval.

I checked it in the system with cpu idle monitor and it looked fine - cpu was at...
Forum: News 23 April 2023, 14:25
Replies: 1,647
Views: 449,915
Posted By mateusz_s
Regarding my CF card problem after upgrading to...

Regarding my CF card problem after upgrading to 3.2.2: http://eab.abime.net/showpost.php?p=1611121&postcount=1457

is reading CF card from PCMCIA depends only on that 2 files:
- handler like...
Forum: News 22 April 2023, 13:46
Replies: 1,647
Views: 449,915
Posted By mateusz_s
Thanks for help.. So I used this help CF boot...

Thanks for help..
So I used this help CF boot starting disk that uses old fat32 filehandler from aminet: https://sites.google.com/one-n.co.uk/amiga-guides/boot-cfd-fat95

And CF reader started...
Forum: News 22 April 2023, 01:51
Replies: 1,647
Views: 449,915
Posted By mateusz_s
Hi, is it possible that something changed in...

Hi, is it possible that something changed in L:CrossDOSFileSystem?

I am using it in CF0: to read cF card from PCMCIA adapter.. so far everything was OK.
Today I updated tu 3.2.2.
While unpacking...
Forum: Coders. General 20 April 2023, 00:37
Replies: 26
Views: 7,947
Posted By mateusz_s
yes I wan mainly tageting it to 040/060 or...

yes I wan mainly tageting it to 040/060 or compatibile, I am using floats..
on 030 was too slow unfortunately
Forum: Coders. General 19 April 2023, 14:28
Replies: 26
Views: 7,947
Posted By mateusz_s
Yes the lighmaps on doors are not moving with...

Yes the lighmaps on doors are not moving with doors - they stay in place
so the shadow keep still
Forum: Coders. General 19 April 2023, 00:19
Replies: 26
Views: 7,947
Posted By mateusz_s
--- Probably the last update --- msRay 036...

--- Probably the last update ---

msRay 036 features:
- regular / non regular walls, oblique / different height
- doors - regular, non regular, oblique, open up or to sides.
- wall/door...
Forum: Amiga scene 09 April 2023, 20:58
Replies: 12
Views: 2,836
Posted By mateusz_s
Hi, can I ask how the internet status is...

Hi, can I ask how the internet status is implemented?
Some time ago i made myself a commodity that could run a command in some time-cycle so I run a ping vommand every 8 second and updated the env...
Forum: Coders. System 22 March 2023, 13:01
Replies: 1
Views: 804
Posted By mateusz_s
[WB, RTG, Window] Rendering graphics to wb public window

Hi,
I am adapting my Raycaster project to display its output in different modes.
So far I am finished with Fullscreen RTG and HAM8 modes.

I also want the option to show the output on public WB...
Forum: Coders. General 12 March 2023, 22:56
Replies: 21
Views: 3,031
Posted By mateusz_s
The image in original buffer is ok, i mean...

The image in original buffer is ok, i mean nothing is streched. But yeah, i guess i would need to render it
Narrow to have correct display.. or maybe skip every second pixel in x to make it narrow....
Forum: Coders. General 12 March 2023, 18:42
Replies: 21
Views: 3,031
Posted By mateusz_s
https://streamable.com/e9oz5x New test The...

https://streamable.com/e9oz5x

New test
The source 32bit buffer is 160x256.

Converted on fly into amiga 1200 ham8 mode on 640x256 screen. Double buffered. Keeps 25fps.


Everything is cool,...
Forum: Coders. General 12 March 2023, 15:47
Replies: 21
Views: 3,031
Posted By mateusz_s
https://youtu.be/btoU_CQSg7A This is quake...

https://youtu.be/btoU_CQSg7A

This is quake running On a500 native ham6 mode.

I got similar speed in 640x256 wb ham8 screen on a1200. (~30fps). The source 32bit buffer was 160x256.

But the...
Forum: Coders. General 10 March 2023, 17:48
Replies: 21
Views: 3,031
Posted By mateusz_s
Hi, I got another question. So everything...

Hi,
I got another question.

So everything works fine when the sourcev32bit buffer
Has width 320px and then I open wb screen at 1280x256.

So the screen width is 4 times wider.

But I...
Forum: News 06 March 2023, 16:49
Replies: 1,647
Views: 449,915
Posted By mateusz_s
I tried with system without Magic Menu, and the...

I tried with system without Magic Menu, and the result is the same.

Steps to reproduce:
1. Run the system in RTG mode.
2. Open Multiview
3. try pushing "Volume" or select some files - you...
Forum: Coders. System 05 March 2023, 14:54
Replies: 8
Views: 1,703
Posted By mateusz_s
Yes, simple and brilliant solution, Thank You...

Yes, simple and brilliant solution, Thank You again Thomas!
Forum: Coders. System 05 March 2023, 12:11
Replies: 8
Views: 1,703
Posted By mateusz_s
This is actually cool idea and I used it. But...

This is actually cool idea and I used it.
But there is one thing.

So I am clicking the HELP button and then in my C code I have:

Execute("sys:utilities/multiview data/docs/help.guide", 0, 0);...
Forum: News 04 March 2023, 13:38
Replies: 1,647
Views: 449,915
Posted By mateusz_s
Hi, GREAT NEWS - Thanks to ALL DEVELOPERS!! ...

Hi,
GREAT NEWS - Thanks to ALL DEVELOPERS!!

I tested couple of things that I was interested in,
and here are my thoughts:

1. in Show Config the REV. information cannot be read
because the...
Forum: Amiga scene 04 March 2023, 11:16
Replies: 1,845
Views: 564,453
Posted By mateusz_s
The 3.2.2 update has been released, why so quiet...

The 3.2.2 update has been released, why so quiet here?
Forum: Coders. System 03 March 2023, 15:25
Replies: 8
Views: 1,703
Posted By mateusz_s
interesting idea..:rolleyes

interesting idea..:rolleyes
Forum: Coders. System 03 March 2023, 13:04
Replies: 8
Views: 1,703
Posted By mateusz_s
[ReAction, Intuition] Making "HELP or ABOUT" dialog box or window.

Hi,
Could you suggest me a way to create a separate holp/about
dialog box or window?

In my GUI I have a button called "HELP". If user press it I want to open
new window with scroll list...
Showing results 1 to 40 of 181

 
Forum Jump

All times are GMT +2. The time now is 08:38.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12084 seconds with 10 queries