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

Pages: 1 ... 159 160 [161] 162 163 ... 173
2401
TI-BASIC / Re: Improvements
« on: March 23, 2011, 12:11:53 pm »
Oh, okay. See, that's the kind of stuff I'm talking about. Also, the reason I'm using SetUpEditor is that it UnArchives LZ if it it exists in Archive, does nothing if it exists in Archive, and creates it with zero elements if it doesn't exist, which is why the following line is 5->dim(LZ
Also, I worked it out, and chaining the Disps is the exact same size as creating separate lines for them, because when chaining, the 2 bytes saved by not putting :Disp is offset by having to add ", instead. Unless it's faster one way or another, I don't see a reason to change it. Also, the problem with While loops is that they test at the beginning instead of the end, so the savings are counteracted by having to put 0->K before everyone of them.
PS: Yay, a compliment!

2402
General Calculator Help / Re: Good game [and program] design
« on: March 23, 2011, 11:54:34 am »
That's why I keep my programs in groups. That way, if something gets messed up, the user can always restore it, provided, of course, that they didn't delete the group.

2403
TI-BASIC / Re: Improvements
« on: March 23, 2011, 11:35:31 am »
I automatically do so when I write my programs, and I order my expressions to put as many )s at the end as possible so as to elimnate as many of them as possible.

2404
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 23, 2011, 11:26:01 am »
1465: Your calc is now a gynoid. (Female android)

2405
TI-BASIC / Re: Improvements
« on: March 23, 2011, 11:12:51 am »
Anything at all. I really don't know what needs improvement.

2406
General Calculator Help / Re: Good game [and program] design
« on: March 23, 2011, 12:26:47 am »
That way, instead of chewing up my memory 50 times by putting a whole bunch of DelVars at the end of each program, I only chew up my memory once by putting them all in one program and having the other programs call it when they end. I also use it at the beginning of each program to set all the vars to 0.

2407
Miscellaneous / Re: Post your desktop
« on: March 23, 2011, 12:12:17 am »
@DJ: Nope, 'cause that's the background for my actual PSP, the one I'm currently posting from with the busted disk drive. For all intents and purposes I have no computer of my own; it's fubarred. The closest thing I have is the family laptop, which is the only thing I can connect my calc to. Suffice it to say chances to use it are few and far between.
Edit: Hey, what do you mean, "actually"?

2408
TI-BASIC / Re: Improvements
« on: March 22, 2011, 11:50:41 pm »
Bump.

2409
Miscellaneous / Re: Post your desktop
« on: March 22, 2011, 11:41:45 pm »
This is a screenshot of Dissidia I made. I liked it so much I made it my background.
Trust me, it looks a lot better the official yellow Dissidia theme icons and my handpicked matching color.

2410
General Calculator Help / Re: Good game [and program] design
« on: March 22, 2011, 11:30:12 pm »
Oh. But that's why I keep all my DelVars in their own program.

2411
General Calculator Help / Re: Good game [and program] design
« on: March 22, 2011, 09:46:05 pm »
Wait, I thought Delvar frees up memory. Am I missing something here? Also, for anyone who doesn't know, thanks to a bug in TI-BASIC itself, the following is actually legal code.
Code: [Select]
:DelVar ADelVar BDelvar C
This can be continued ad infinitum until you run out of memory, a very useful misbug that shaves a net byte off the two byte Delvar. Please note that you're not actually truncating DelVar, but the ommission of a newline/: saves an otherwise inevitable byte.

2412
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 22, 2011, 06:17:08 pm »
1463: And your calc's the reason she's Still Alive.

2413
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 22, 2011, 05:19:00 pm »
1454: You don't need to copy this list to your calc--you're reading it on your calc's web browser.

2414
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: March 22, 2011, 05:16:29 pm »
1452: You've made it this far in reading this list.

2415
TI Z80 / Re: Inferno: Valani's Promise- A new RPG project
« on: March 22, 2011, 11:26:09 am »
Cool story.

Pages: 1 ... 159 160 [161] 162 163 ... 173