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

Pages: 1 ... 249 250 [251] 252 253 ... 370
3751
TI Z80 / Re: Side Project #2: DUNGEON
« on: March 05, 2010, 04:45:54 pm »
YAY! can't wait for more progress!

3752
Axe / Re: Routines
« on: March 05, 2010, 04:42:02 pm »
thanks ztrumpet!
@trevmeister66: Yay! I'm glad it did :D
@DJ: instead of:
Code: [Select]
for(A,1,10)
for(B,1,10)
A*2->X
B*2->Y
-code-
End:End
you would do:
Code: [Select]
for(A,1,10)
A*2->X
for(B,1,10)
B*2->Y
-code-
End:End

3753
TI Z80 / Re: Dev Screenshots
« on: March 05, 2010, 04:39:09 pm »
well I'm not worried about the css one, it only effects the textbox, and it doesn't have enough control to mess up the whole program.
each time a text field is added the css is called into the stlye="" field and so it can't effect anything other then the textbox.

3754
TI Z80 / Re: [ADE] Assembly Development Enviroment
« on: March 05, 2010, 04:37:37 pm »
thanks :)
Paths will not update the drive letters though, so if you are on a USB drive you have to change it each time the drive letter changes.

3755
TI Z80 / Re: Dev Screenshots
« on: March 05, 2010, 04:28:23 pm »
Here is the preferences pane, let me know if you have any other preferences you would rather I included.

3756
TI Z80 / Re: [ADE] Assembly Development Enviroment
« on: March 05, 2010, 04:19:26 pm »
I have just uploaded v1.5b which has full preferences support... take a look and tell me what you think. (for text-css preferences to take effect you have to re-open the tab I haven't coded in a refresher yet)

3757
Axe / Re: Routines
« on: March 05, 2010, 09:17:13 am »
Yay! Also I noticed for the others there is a way to speed them up a little, you just have to move the part where it stores to the first loops var outside the second loop to keep it from being set each time the second loop runs.

Yeah the compiled versions are usually around that large.

3758
Introduce Yourself! / Re: Well...I'm New
« on: March 05, 2010, 01:19:36 am »
Ah ok, can't wait to see it, and possibly help you learn some optimizations/. Learn from it :p

3759
TI Z80 / Re: TI Helper
« on: March 05, 2010, 01:18:37 am »
Lol it's ok, I understand. I actually didn't learn that until I had been on forums for about two months or so x.x even after seeing it.

3760
Introduce Yourself! / Re: Well...I'm New
« on: March 05, 2010, 01:16:56 am »
If you want put it up, I won't be able to test it till tomorrow because I'm heading to bed now as well and I'm on my iPod.

3761
TI Z80 / Re: TI Helper
« on: March 05, 2010, 01:15:19 am »
Lol :p
tl:dr stands for "too long; didn't read"

3762
Introduce Yourself! / Re: Well...I'm New
« on: March 05, 2010, 01:13:45 am »
Lol, don't worry we only will reprimand if you are actually rude.
Also yeah, the 50 posts does make people want to play them even more :p
may I reccomend Starcraft ;p
anyways, I'm sure we will have some peanuts for both of you in no time :)
can't wait to see what projects you can come up with :)

3763
TI Z80 / Re: TI Helper
« on: March 05, 2010, 01:09:30 am »
Ah. I wouldn't think so.
Unless of course the post actually was relevant. And you would usually want to put a tl;dr in there for the people who don't have the attention span to read it all.

3764
Axe / Re: Routines
« on: March 05, 2010, 01:07:50 am »
Ah ok. Also I just thought, using L1/2 makes your program smaller because you don't have to store the in it, it's stored on the ram :D
well let us know your findings so we can help if we can.

3765
TI Z80 / Re: TI Helper
« on: March 05, 2010, 01:05:49 am »
Summer glau?

Pages: 1 ... 249 250 [251] 252 253 ... 370