Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
21 May, 2013, 16:10:58 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  home news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

  Show Posts
Pages: [1] 2 3 ... 14
1  Calculator Community / Axe Language / Re: Axe Programming on: 18 May, 2013, 18:15:10
the first thing I see is in this part of code :


1
2
GetCalc("uX")→{X}{^r}
GetCalc("uY")→{Y}{^r}

if you do that, then then adresse of the var will store to the ram at x and y adresse
but if you don't define this var, it can do ram clear or data corruption if they are store where there should'nt be store  Tongue

use this instead :


1
2
3
4
5
Buff(2)->°X
Buff(2)->°Y
GetCalc("uX")->{°X}^r
GetCalc("uY")->{°Y}^r

this will store the adresse of the os' variable into a defined place locate in the compiled prog

the second thing I see is :


1
2
length(A)=L

in AXE, this will just do a comparaison. I suppose it should be


1
2
length(A)->L

And why do you use this :


1
2
Pxl-On({X}{^r}+Z,{Y}{^r}+θ

because with this code, you do a pxl-on at the pos (adresse os X)+Z,(adresse os Y)+θ
and in fact, why are you using os-vars ? (varX,varY) ? As I know, they don't even have the same format than axe var...

2  Calculator Community / TI Z80 Calculator Projects / Re: GLIB a graphics axe 3d librairy on: 10 May, 2013, 11:51:31
I test one place sort,and... forget it. The speed is just horrible  w00t

But you will be happy to know that I work on this, and a update will come soon, with some  new commands.... who are just awesome  Grin
I will upload it when I can.

(ohh, and Matrefeytontias can you send me the data you use for the omnimaga logo (test program of your axiom) ?   Wink )
3  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 02 May, 2013, 18:52:42
change it

I took the brain of flyingfisch
4  Calculator Community / TI Z80 Calculator Projects / Re: [Axiom] AxeJH3D, a(n almost) complete axiom for 3D development ! on: 02 May, 2013, 17:37:46
3d rpg is my final goal with glib  Tongue
and if I ever do it, it will be very simplified  Grin  (like only rooms, I not very sure how we can do optimized nature place, though)
5  Calculator Community / TI Z80 Calculator Projects / Re: GLIB a graphics axe 3d librairy on: 01 May, 2013, 16:02:15
Matrefeytontias you're code work perfectly, I just need to do speed test.

If we implement the in-place sort, the ID list becomes unnecessary, as it's implied that it goes {0 1 2 3 .. highest ID}

I really don't know how to do in-place sort...
6  Calculator Community / Axe Language / Re: Axe Q&A on: 01 May, 2013, 15:59:05
you have 18 spirites, no ?

If yes, then change the 35 in the for() to 17

I think pxl random appears because you draw undefined spirites
7  Calculator Community / TI-BASIC Language / Re: Need help with program on: 01 May, 2013, 15:56:07
there is no need of the asmcomp() cmd. It's just if you want to save weight
8  Calculator Community / TI Z80 Calculator Projects / Re: [Axe] Super Crate Box on: 01 May, 2013, 15:50:16
so you have 1 020 120 bytes free because :

1 020 120 bytes =+- 1 mb

and the ti84+ se have a capacity of 1.5mb

if it's was kb, then :
1020120 kb =+- 1000mb

(beware 1 byte= 8 bites)
9  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 30 April, 2013, 19:11:43
just because he was not here

C is worst than AXE !
10  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 30 April, 2013, 19:09:46
a bad dark place

Omni is god !
11  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 30 April, 2013, 19:06:54
find it

I want to create an utopia

12  Calculator Community / TI Z80 Calculator Projects / Re: GLIB a graphics axe 3d librairy on: 30 April, 2013, 19:05:11
I need the id list to render polygon, I can't skip it  Tongue

but it's sure that optimization is possible
13  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 30 April, 2013, 19:02:41
create your own country

I'm happy
14  Calculator Community / TI Z80 Calculator Projects / Re: [Axe] Super Crate Box on: 30 April, 2013, 16:51:09
you have a ti84+ se don't you ?
15  General Discussion / Humor and Jokes / Re: If there was tech support in botswana... on: 30 April, 2013, 16:48:26
so I will upgrade

How RAM bytes there is in one computer of 6GB of RAM ?
Pages: [1] 2 3 ... 14
Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.336 seconds with 27 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.