Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wellen

Pages: [1] 2 3 ... 9
1
TI Z80 / Re: [Ti-Concours]Jetpack 8x+
« on: April 25, 2012, 02:37:32 am »
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
Lol take your time, I'm not that hurried ;)

3
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 XD

But I'm not the only one who decides :)

4
I knew you were going to say that ;)
:D

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 :)

5
Yep, that's exactly it :)
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
Oh, sorry, I meant
replace
Code: [Select]
Repeat getkey(15)
If A=5
A->C
Else
B+42->C
End
End
with :
Code: [Select]
Repeat getkey(15)
   If A=5
      A->C
   Else
      B+42->C
   End
End

Also what's the word for that ? huhu

7
Oh and another question, will you implement incrementation indentation, after all the things ya have to do ? :)
Ain't really that essential, but it looks good ^^

8
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
Code: ("Axe") [Select]
Repeat getkey(15)
If A=5
A->C
Else
B+42->C
End
End
Is sumed as
Code: ("Axe") [Select]
Repeat getkey(15) [...]
End
instead of
Code: ("Axe") [Select]
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 ;D)
But, yeah, just wanted to tell ya.

Anyway, great project, I use it more and more :D

9
Gaming Discussion / Re: What games are you playing now?
« on: December 30, 2011, 04:39:52 pm »
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 ;)
I'm at home until Monday, so I don't have my xbox360 pc controller, without it I just can't play AD D:

I'm currently playing Mirror's Edge.

10
Axe / Re: Is there any 3D tutorial for Axe ?
« on: December 28, 2011, 12:42:32 pm »
Thanks for the link, ever it's about general raycasting, not especially Axe.
I know ;) 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 :)

11
Axe / Re: Is there any 3D tutorial for Axe ?
« on: December 28, 2011, 12:25:04 pm »
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 ! :D

12
Miscellaneous / Re: So what did you get for christmas?
« on: December 26, 2011, 01:37:49 pm »
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
TI Z80 / Re: Tag 2
« on: December 24, 2011, 04:12:47 am »
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
TI Z80 / Re: zContest Entry(hopefully :) Squareball
« on: November 28, 2011, 08:43:23 am »
Good luck :D

15
Axe / Re: Axe Q&A
« on: November 24, 2011, 02:04:39 pm »
OK, that's what I wanted to know :D

Thank you !

Pages: [1] 2 3 ... 9