Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
26 May, 2013, 05:02: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 ... 9
1  Calculator Community / TI Z80 Calculator Projects / Re: [Ti-Concours]Jetpack 8x+ on: 25 April, 2012, 08:37:32
Great one !
Is the game on-calc at the same speed as on the gif ? If so, I think you could increase the speed a little bit, or make the game scrolling faster and faster.
2  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 21 January, 2012, 14:32:58
Lol take your time, I'm not that hurried Wink
3  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 23:58:19
Imo, 2 spaces are good..

If you have 4-spaces-indentation, and a lot of loops into each other, you'd have to scroll horizontally, could become boring Big smile

But I'm not the only one who decides Smiley
4  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 23:46:11
I knew you were going to say that Wink
Cheesy

Would it be better on-calc to have the tabs replaced by zero, one, or more spaces?
I think replaced by zero, because of the lack of space on the screen Smiley
5  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 23:29:58
Yep, that's exactly it Smiley
Also, when opening a file, which has already been written in another IDE or on-calc, would it be possible to indent the whole code ?
6  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 23:19:53
Oh, sorry, I meant
replace

1
2
3
4
5
6
7
Repeat getkey(15)
If A=5
A->C
Else
B+42->C
End
End
with :

1
2
3
4
5
6
7
Repeat getkey(15)
   If A=5
      A->C
   Else
      B+42->C
   End
End

Also what's the word for that ? huhu
7  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 23:08:40
Oh and another question, will you implement incrementation indentation, after all the things ya have to do ? Smiley
Ain't really that essential, but it looks good ^^
8  General Discussion / Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE on: 08 January, 2012, 15:26:07
Just one problem, imo :
When programming in Axe, the code-folding is a little bit buggy/weird, because the 'Then' token is not needed in the If statements, and so If statements are not detected..
And so something like

1
2
3
4
5
6
7
Repeat getkey(15)
If A=5
A->C
Else
B+42->C
End
End
Is sumed as

1
2
Repeat getkey(15) [...]
End
instead of

1
2
3
Repeat getkey(15)
If A=5 [...]
End

Don't know if you can do anything about that (like detect if there's a header at the beginning or what.. don't know at all how to do that Grin)
But, yeah, just wanted to tell ya.

Anyway, great project, I use it more and more Cheesy
9  General Discussion / Gaming Discussion / Re: What games are you playing now? on: 30 December, 2011, 23:39:52
I decided to play all the Assassin's creed games lol
I : Done
II: I'm playing it
I don't have Brotherhood and Revelations, but i'll buy them asap Wink
I'm at home until Monday, so I don't have my xbox360 pc controller, without it I just can't play AD Big frown

I'm currently playing Mirror's Edge.
10  Calculator Community / Axe Language / Re: Is there any 3D tutorial for Axe ? on: 28 December, 2011, 19:42:32
Thanks for the link, ever it's about general raycasting, not especially Axe.
I know Wink I gave you that link in case you don't find any in Axe, so that you could translate it in Axe language..

OFFTOPIC :
if you're searching for a cellular automata tutorial, here Smiley
11  Calculator Community / Axe Language / Re: Is there any 3D tutorial for Axe ? on: 28 December, 2011, 19:25:04
I haven't seen any tutorial for 3D in Axe, but there's this one, wich explains well the basics of raycasting (old tutorial, but yeah.).

Maybe you can pm members, who have already done programs using 3D, so that they can explain you how they did ?

Good luck ! Cheesy
12  General Discussion / Miscellaneous Discussion / Re: So what did you get for christmas? on: 26 December, 2011, 20:37:49
I got the JBL Creature III speakers for my laptop \o/
Also my brothers offered me Mirror's Edge, it took 8 hours to dl it on steam <_<

+ some other random stuff (like an "italian coffee maker" (? google translate^^) lol )
13  Calculator Community / TI Z80 Calculator Projects / Re: Tag 2 on: 24 December, 2011, 11:12:47
Can't wait to play it !
I especially love the portal-like lights on the ground ^^

You seem to master the Axe language very well, congratz
14  Calculator Community / TI Z80 Calculator Projects / Re: zContest Entry(hopefully :) Squareball on: 28 November, 2011, 15:43:23
Good luck Cheesy
15  Calculator Community / Axe Language / Re: Axe Q&A on: 24 November, 2011, 21:04:39
OK, that's what I wanted to know Cheesy

Thank you !
Pages: [1] 2 3 ... 9
Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 1.561 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.