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

Pages: 1 ... 18 19 [20] 21 22 ... 41
286
The Axe Parser Project / Re: Axe Parser
« on: June 25, 2010, 01:56:52 pm »
I have a question.  I have a routine thats always drawing 13x8 sprites on the screen.  It moves in half tiles, so its either drawing one whole tile off the screen, or drawing two half tiles.  Now, whenever it draws the half tiles it slows down a LOT.  Why would this be, cause when it draws the 13th normally, it doesnt take any time since its off screen, or cause its having issues drawing it half on the screen, or what?  (And I checked my code, nothing but the drawing changes when it shifts)

287
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 19, 2010, 06:00:16 pm »
No, I mean non-blue ones ! XD
74 - 73, but reversed.

288
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 19, 2010, 05:44:55 pm »
Wait, they make those? O_o
72 - Your English paper gets denied because you tried to turn it in in an .8xv format.

289
TI Z80 / Re: TFE - Resurrection (TI-File Editor)
« on: June 19, 2010, 05:36:23 pm »
Umm, I was thinking of adding a setting to toggle axe tokens on or off, not just turning them on for all "axe" programs, since some people might still not want to use them, but yeah, i'll add something like that... =P

290
Uhh, don't think so, no...

291
The Axe Parser Project / Re: Bug Reports
« on: June 19, 2010, 12:32:45 am »
Oh, I didn't know that. well, regardless, it generated an unknown error, so...

292
Well, I also mean overall, I dont ever remember seeing many of those.

293
Yeah, plus, while we do seem to be getting an influx of those kind of programs, we aren't being spammed with school questions so far, so we're probably good there. =P

294
I think a sub forum for that stuff would be good, but just for the calculator stuff, since i think most of the math discussions and stuff can still go under "Miscellaneous"

295
The Axe Parser Project / Re: Bug Reports
« on: June 18, 2010, 08:54:11 pm »
1st Pass: 28%
ERR: UNKNOWN ERR
Code 3022591
And it changed the first time to
1st Pass: 28%
ERR: UNKNOWN ERR
Code 302 57%
ERR: UNKNOWN ERR
Code 3022188
after I hit enter. I tried a couple more times, and it just quit after the first one the next few times.
Code: (Source) [Select]
.ASBC
While 1
ReturnIf getKey(15)
For(X,0,5)
getKey(X)->{L1+X}
End
For(X,0,5
If {L1+X}:SinReg 343/(440*(e^(X-69/12))),2000:End
End
End
Oh, and you might want to change the Freq( token so it doesn't have a (, since the original doesn't... unless the compiler allows a closing ) if you have the Axe tokens on?...

296
Oh, actually I haven't worked on it for a while, sorry. :P I'll start working on it again though.  It's honestly not too far...

297
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: June 13, 2010, 12:47:02 am »
I made a shell kind of program. Fairly simple navigation, arrow keys to select programs on a page, +- to change pages.  The three icons above the program name are type (appvar/program), protected (only for programs), and memory location. (RAM/Archive)  These can be toggled with the buttons Y= (type), Window (protected), and Zoom (location). Although, note, for some reason completely indiscernible to me, you cant do it with programs/appvars with less than 5 character names.  Also, that number off to the side is the free RAM.  I plan on adding a couple more things, but this is mostly proof of concept, so... :P

298
The Axe Parser Project / Re: Bug Reports
« on: June 11, 2010, 10:47:19 pm »
Oh, and getKey() always requires close parentheses... is that on purpose?

299
Axe / Re: Sound in Axe
« on: June 11, 2010, 10:43:24 pm »
When the notes get tha high in axe, you can't really hear them that well anyways... probably stick with the lower ones... =P

300
The Axe Parser Project / Re: Axe Parser
« on: June 11, 2010, 10:41:10 pm »
@Quigibo Even though you are correct, it does need to be both bytes for the correct value, that doesnt change the fact that H is different between those two times without me changing it... And no, that is not the places to get free ram...

Pages: 1 ... 18 19 [20] 21 22 ... 41