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 - leafy

Pages: 1 ... 15 16 [17] 18 19 ... 104
241
Axe / Re: Axe Q&A
« on: July 03, 2012, 09:47:02 am »
There's a tricky way using dot products, but Iambian wrote a much more accurate arctan Axiom that you could check out.

242
Axe / Re: Axe Q&A
« on: July 02, 2012, 03:57:54 pm »
I think the reason this hasn't been done already is the huge size it would take to store all the letter sprites that aren't built into the OS; I brought it up with Runer once or twice and he might be able to help you out.

243
TI Z80 / Re: [Contest] Embers:Phoenix
« on: July 01, 2012, 01:08:54 pm »
Wow, it redraws every frame? That's actually really impressive :O

244
TI Z80 / Re: [Contest] Embers:Phoenix
« on: June 30, 2012, 11:28:12 pm »
Sorry shmibs, he ain't allowed to release code until the contest's over.
Runer112's developing a very quick little tilemapper as well, if you want to check that out.

245
TI Z80 / Re: [Ti-Concours]Jetpack 8x+
« on: June 28, 2012, 09:18:10 pm »
This looks nice, but I feel the gameplay could use a little work :) Are you planning on adding other elements to the game?

246
TI Z80 / Re: [Contest] Day_09
« on: June 28, 2012, 09:14:28 pm »
Sounds interesting, but I'm still waiting to see how this is gonna shape up :D
Also, did you know that Day[9] is a famous SCII commentator? :O

247
Axe / Re: Axe Q&A
« on: June 27, 2012, 03:57:58 pm »
(This question is directed toward Deep Thought, but if anybody could answer it, that would be great)

I was trying to figure out how to save a highscore within the program, rather than in an appvar, so I looked at the snakecaster source to try to figure it out.
I'm pretty sure that I got everything else working, except for this one line of code.
Code: [Select]
:GetCalc(E8478)+GDB3-E9D93->Q     //Where E is the little E on calc (2ND + , )
This is what 'gets' the highscore at the beginning of the program, but I'm unsure of exactly what all the stuff is for. (and why it's not working for me)

If I recall correctly Deep Thought said it was just a fancy optimization. You can still easily just reference GDB3 the normal way.

248
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: June 22, 2012, 06:27:25 pm »
Nah, I think he got it right the first time around.

249
The Axe Parser Project / Re: Bug Reports
« on: June 18, 2012, 02:07:29 pm »
I have absolutely no idea why this line of code (even if it is in a condition and never ran in execution) mixes up things in the program (like graphics and data storage), but it still runs stable (no errors or crashes occur, it just doesn't do what it should).
Code: [Select]
{L1}+1->{L1}
if I change it to
Code: [Select]
1+{L1}->{L1}everything works perfectly (I know it is this line because I didn't change anything else and if I change it back the weird stuff happens again).

As said, the line is in a conditional and it doesn't have to run at all, the stuff happens always from the beginning of the execution, so it has to be axe's fault.

I can't post more because it is part of my contest entry and now I know what to change, so it's not a big deal for me, but it would be interesting to know why this stuff happens.

If I remember correctly Axe does a derp if you add a constant after or something. I could be totally wrong though.

250
TI Z80 / Re: In Medias Res (Contest Entry)
« on: June 17, 2012, 11:12:45 pm »
I don't think it's that hard to program - from what I gather the left/right are used to increment an angle value (theta?), then moving forward is adding sin(theta) to y, cos(theta) to x, and moving backwards is adding the negatives of those two values (adjusting for inflation ofc).

Looks very nice! That greyscale seems to be working nicely with the scrolling and everything :D I still don't quite understand the premise of the game, though...

251
TI Z80 / Re: [Contest] Embers:Phoenix
« on: June 17, 2012, 06:56:25 pm »
Wow, I just looked through this topic and I have to say, this is some really impressive stuff! Especially given the time you took to make it, which wasn't much. This even looks better in some ways than Ash :P

Keep up the great work, and good luck on the contest!

252
Art / Re: General purpose art thread
« on: June 10, 2012, 02:31:32 am »
I made a quick 10 minute poster for English. I made a huge glaring error on the left side that I didn't notice until after it was printed D: Also the bottom left, but since it got cut off while printing it wasn't noticeable :D


253
Math and Science / Re: Cool math hacks
« on: June 04, 2012, 03:24:49 am »
That does look suspiciously like the formula for the area of an equilateral triangle, though.

254
TI Z80 / Re: [Contest] Day_09
« on: June 01, 2012, 01:03:06 am »
kinda reminds me of Bubble Tanks :D Someone should really give making that a shot.

255
TI Z80 / Re: Super Awesome RTS Project
« on: May 31, 2012, 11:19:43 pm »
Yeah, you should probably nerf the blocks a bit.

Pages: 1 ... 15 16 [17] 18 19 ... 104