Skip to search.
mattathias · Mattathias: Building a better BASIC

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 48 - 77 of 549   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48 Miller Daniel
daclmi Offline Send Email
Feb 1, 2004
7:53 pm
... No, not at all! ... Oh, me too, I was a bad game programmer. Then I chose a profession not having much to do with programming, and so I don't know if I'll...
49 Patrick Wesseling
patrickwesse... Offline Send Email
Feb 2, 2004
5:23 pm
Hi, When it comes to loading up gfx I think we should use the following command style: Load iff Load jpg Load png etc. What do you think? It shows clearly the...
50 Miller Daniel
daclmi Offline Send Email
Feb 3, 2004
12:38 am
... Fine, or Mattathias could automatically recognize the type of image, and the programmer would then just code LOAD PICTURE <filename>. ...
51 patrickwesseling
patrickwesse... Offline Send Email
Feb 4, 2004
12:45 am
Hi Daniel, ... That's a good option too. I wanted to say that using the filetype it is easier to read the code but then again: load picture "test.jpg" will let...
52 Mark de Jong
spellcoder Offline Send Email
Feb 5, 2004
9:30 pm
... Hi! I'm a bit of a lurker on both the amos-list (although in 1993-1996 I've posted a few times) and mattathias list. But now I felt like joining the...
53 thecrows@...
samuraicrow Offline Send Email
Feb 5, 2004
9:41 pm
... image ... In AmigaOS 3+ that would be easy using datatypes.library but how would we do that in any other OS? I suppose we could just check the suffix but...
54 patrick@...
patrickwesse... Offline Send Email
Feb 8, 2004
3:29 am
Hi Mark, I think indeed a "Load Picture" or "Load Image" will be a good thing. Mattathias can detect the image form itself. And like I said before, "Load...
55 patrick@...
patrickwesse... Offline Send Email
Feb 13, 2004
10:40 pm
Hi, Some time ago somebody on the Amos list made a Pitfall version in Amos. An exact clone. Does anyone still have it? Patrick [Non-text portions of this...
56 thecrows@...
samuraicrow Offline Send Email
May 15, 2004
7:41 pm
How many people here think Mattathias should remain multiplatform compliant and how many people would be happy just to have a system- friendly Amos...
57 Patrick Wesseling
patrickwesse... Offline Send Email
May 15, 2004
8:23 pm
Hi, Personally I think first only focus on the Amiga version. Windows and Linux, I don't know. It should be like Amos. Have that feeling that Amos gave you....
58 Karsten Schenk
ksch9180 Offline Send Email
May 16, 2004
9:33 pm
... I would appreciate if at least the main code stays portable for giving programmers on other systems a help for starting. Talking of multi system...
59 thecrows@...
samuraicrow Offline Send Email
May 16, 2004
9:45 pm
I just got Picasso96 running on WinUAE here and found out that it doesn't support screen autoscrolling. AmigaOS 4 uses Picasso96 to do its graphics. That...
60 Patrick Wesseling
patrickwesse... Offline Send Email
May 17, 2004
12:37 am
Hi, I only used standard Amiga's so far so I am not into the P96 stuff at all. Do you mean your point in relation with being able to compile old Amos code into...
61 Patrick Wesseling
patrickwesse... Offline Send Email
May 17, 2004
12:40 am
Hi, I think it's possible for the main code (basic basic set of commands) to be portable. But extensions that use Amiga libraries or other Amiga specific...
62 thecrows@...
samuraicrow Offline Send Email
May 17, 2004
2:20 am
... at all. Do you mean your point in relation with being able to compile old Amos code into new Mattathias code? Maybe I got it wrong but can you not just...
63 Michael Ness
sidewinder52c Offline Send Email
May 18, 2004
11:15 pm
... This is a good question...one that I've been wondering about also. The initial form of Mattathias (the one I'm working on right now) will essentially be a...
64 Michael Ness
sidewinder52c Offline Send Email
May 18, 2004
11:33 pm
On classic Amigas (OS3.x) the custom chipset will be used, but for OS4 the plan at the moment is to be as compatible as possible. This really shouldn't be a...
65 Patrick Wesseling
patrickwesse... Offline Send Email
May 19, 2004
2:33 am
Hi Mike, I agree that the Amiga version should come first. If you work on several platform versions at the same time it might become a mess and it might take...
66 Miller Daniel
daclmi Offline Send Email
May 19, 2004
2:42 am
... <stuff clipped> ... Abandon any commands that rely on the Amiga custom chips. There is AMOS for that. Unless you want to just continue reliance on...
67 Patrick Wesseling
patrickwesse... Offline Send Email
May 19, 2004
2:46 am
Hi, If you have a certian command to do something then in the classic Amiga's it might use the custom chipset and on OS4 it might use a third party library. In...
68 Patrick Wesseling
patrickwesse... Offline Send Email
May 19, 2004
3:05 am
Hi, ... There might be a big speed improvement when using custom chips on the classic Amiga. And as I said before, on OS4 you could do the same with that...
69 thecrows@...
samuraicrow Offline Send Email
May 19, 2004
8:29 pm
You might check into http://www.aminet.net/dev/asm/PPC680x0Final.lha as an alternative to PowerPC assembler. It uses the 68060 instruction set but compiles to...
70 samuraicrow Offline Send Email May 19, 2004
9:49 pm
... OS4 ... blitter) ... DISPLAY ... Just make each screen an Intuition window and use ChangeWindowBox() to resize it. ... rainbow ... name ... For dual...
71 Michael Ness
sidewinder52c Offline Send Email
May 20, 2004
10:49 pm
... Good idea. I'll look into that function some more. I've never really used it before. ... Yes, layers.library would probably be the best thing. But then,...
72 Patrick Wesseling
patrickwesse... Offline Send Email
May 21, 2004
4:50 am
Hi, Talking about AMOS compatability. We were talking about an extension that would allow people to compile/run their old Amos code. But aside of that the...
73 samuel.crow@...
samuraicrow Offline Send Email
May 21, 2004
5:12 pm
... both ... this ... powerful ... It just occured to me that if we are going to use an intuition screen all of the layers.library implementations will have to...
74 Michael Ness
sidewinder52c Offline Send Email
May 23, 2004
2:15 pm
... Isn't is possible to setup our own layers.library system outside of intuition? I don't know, but it seems like making a screen and a window just to handle...
75 Michael Ness
sidewinder52c Offline Send Email
May 23, 2004
2:15 pm
... that would allow people to compile/run their old Amos code. But aside of that the language has to have to feel and use of Amos. That's what's missing in...
76 Crow, Samuel David
samuraicrow Offline Send Email
May 24, 2004
1:46 am
It is possible to setup layers.library to run on a graphics.library screen it just isn't possible to set up layers.library to run directly on an intuition...
77 Karsten Schenk
ksch9180 Offline Send Email
May 27, 2004
7:52 am
... I'm confused. Will mattathias work under OS 3.9 with grafic card and AHI? Greetings Karsten Schenk...
Messages 48 - 77 of 549   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help