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 ... 17 18 [19] 20 21 ... 41
271
TI Z80 / Re: TFE - Resurrection (TI-File Editor)
« on: August 23, 2010, 02:24:45 am »
Ok, I finished block highlighting, anything else you guys would like to see added to the highlighting while I'm working on this part?  Also, Dj, errors... when? How?  That always helps getting rid of them... =P

272
TI Z80 / Re: TFE - Resurrection (TI-File Editor)
« on: August 18, 2010, 02:59:52 am »
Ok, new version out that fixed a couple bugs, optimized a bit, and added primitive syntax highlighting which was a b*tch to add, if i do say so myself.  The stage it's at right now just attempts to highlight If, While, and Repeat blocks, which it can do most of the time.  I mostly am just releasing it at this stage to get feedback on how you guys think it should look etc.  Enjoy, and please comment! =D

273
[OTcalc] Z80-Software / Re: OT Basic
« on: August 08, 2010, 02:38:38 pm »
For data structures, I think it should have more standard data type support, aka, instead of lists and matrices, have multidimensional arrays.  It should also of course have things like strings and numbers, not sure whether it would be advantageous to have separate int types, etc, but I would guess not.

274
[OTcalc] Z80-Hardware / Re: eZ80 Hardware Discussion
« on: August 08, 2010, 02:15:07 am »
Ok, my thoughts:
For resolution, i would also go with the 192x128, albeit a same size screen.  Backlight would be great...
For ports, I think the SD would be a good addition if not to expensive, etc, but no where near necessary.  Either a mini usb-b, or usb-a is needed, the usb-a seeming the more likel choice to me, since most usb devices are usb-a.  Honestly though, I would like to see both.  A standard 1/8 in. headphone jack would be good.  And the "plug in recharge" sounds like a good idea... except when you have nothing to plug into.
Speaking of batteries, I think the best option would be rechargeable AAs, with the "plug in recharge" supported for them.  I know this has been deemed by quite a few as impractical etc, but thats just my two cents.
ABCD Keyboard.  Enough said.  ;)
I also agree that we should just build it, and worry about trying to get compatibility later with software.
I'm sorry if I added my thoughts to anything already decided, I can't really tell. :P

275
TI Z80 / Re: __________, my Axe Parser contest entry
« on: August 06, 2010, 03:27:44 am »
42 days away? :P  And that sounds awesome if you can do it!

276
Humour and Jokes / Ever Wanted to Screw With IntelliSense? Here's How.
« on: August 06, 2010, 03:21:19 am »
Two lines which create an array of arrays and set the first element of that to the parent array.  Intellisense doesn't really know when to stop...
Code: [Select]
Dim Arr(0) As Array
Arr(0) = {Arr}
;D

277
Humour and Jokes / Re: Cooliojazz squirrelization of Raylin?
« on: August 06, 2010, 03:17:31 am »
Wow... Lol.  Well i dont think I did anything... O_o

278
The Axe Parser Project / Re: Bug Reports
« on: July 09, 2010, 12:11:45 am »
Unknown Error: 3224869
I get this after I get a bad symbol error, and try to scroll to it.
This code is causing the error:
Code: [Select]
For(P,0,7)
For(O,0,15)
Output(O,P,{Str1+{O*4+(P*64)+(theta)+3}+({Str1+{O*4+(P*64)+(theta)+2}*2)+({Str1+{O*4+(P*64)+(theta)+1}*4)+({Str1+{O*4+(P*64)+(theta)}*8)}>Frac
End
End
Repeat getKey:End

279
Ahh, ok, thats what i needed.  I must have missed that somewhere, thanks. =P

280
Question: What exactly is the 48x48 preview?

281
Meh, i guess that'll do, thanks.

282
Speaking of appvars... do you have any "example" maps and tile sets which i can use for testing?

283
Yeah, thats just "sure"

284
ok...

285
The Axe Parser Project / Re: Axe Parser
« on: June 25, 2010, 02:15:54 pm »
Ahh, ok, makes sense, thanks for that. Grr, I'll just have to see how i can work around that... :P

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