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

Pages: 1 ... 218 219 [220] 221 222 ... 253
3286
Yeah, the only time I bother to set the clock now is when I use MSD8x, so the times are realistic :P

3287
Other Calculators / Re: [POLL] RAM CLEARED (BY/FROM) SINGAPRE.
« on: November 29, 2010, 11:19:19 pm »
you should add an option to the poll: "Disabled by PatchPTT"
Btw anybody notice how TI spelled it wrong?  Try it, it says signapore

3288
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 29, 2010, 07:06:58 pm »
I think there are some unicode characters in there.  All I did was copy the everything that popped up after llicking the "print" button and pasted it into a unicode-encoded text document.

943: You never say calculator unless you're talking with some n00b at school...you always say "calc"

3289
Other Calculators / Re: TI-84+ Keypad TI-84+Keypad
« on: November 29, 2010, 07:02:59 pm »
You can get it for free, providing the Nspire is yours, I think.
I think you have to register at their site, though :P

3290
I was actually thinking of something computer-based...the person could click a link or the picture or something and the number resets.
Something like it on the calc would be pretty awesome, though ;D

3291
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 29, 2010, 06:54:07 pm »
What you'll probably see is little things on other boards that are part of it...like the menu thing was my attemt at making a menu sysem that didn't take up a huge amount of space, or the character explorer which I've been using for months and it just occured to me yesterday to post it.
The update may not come for a few weeks for all I know...but it will probably be an unfortunately big one...I plan on doing something like the mockups as soon as I'm done with the menus.

3292
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 29, 2010, 06:45:25 pm »
In the past, I tried to make an effect like this to see how it would turn out...RAM clear.  Instantly.
And for a game like this, which can get pretty complex...
It's possible, just highly impractical :P
Think about it.  How many times would I have to make the program loop through (TWHG loops to 96 ~4 times, which slows it down tremendously) to pxl-test all of the balls, and adjust any directions and such accordingly?  On top of that, I would have to put in a separate loop to find if something changed or not and update the positions.  The thing about walls...they're static.  The balls aren't.
(not to mention how much space it would take...:P)

I plan on adding some rather simpler stuff than that.

3293
Computer Projects and Ideas / Idea: "Number of days since RAM clear" widget
« on: November 29, 2010, 01:10:16 am »
I've had this random idea for the past few days: a simple sig widget thing.
The idea I have in mind is kind of like one of those web counters, but each day it increases by one.  And the person who's using it can reset the value.
So it would be like "2 days without a RAM clear" or something like that.
Any ideas of how/where to do this?
That or, any takers?

3294
Axe / Re: Routines
« on: November 29, 2010, 12:38:32 am »
Oh I see what you mean now :P
I'll need to find the first two-byte token, then...or does anybody know?

3295
Axe / Re: Routines
« on: November 29, 2010, 12:34:42 am »
* Darl181 is confused
How do I get the length of it?  No idea of how to go about it...
* Darl181 hopes he won't have to use ASM

3296
Humour and Jokes / Re: If TI made a microwave...
« on: November 29, 2010, 12:31:51 am »
69: Anyone who actually tries to repair the microwave would receive a prompt DMCA takedown notice.
70: ...or uses their fonts.
(yes, I know it was a joke)

3297
Axe / Re: Routines
« on: November 29, 2010, 12:24:15 am »
Oh, so one could choose what to store in Ans...I guess I'll put that in ;)

How do I get the size required by getcalc( ?
Looking at some of the two-byte tokens...huge...

3298
Miscellaneous / Re: [MERGED TOPICS] Version numbers/abcd/Completion %
« on: November 29, 2010, 12:18:15 am »
Myself, I just try to think of how much is still to be done, and split the project into multiple parts.
In my sig, most of the numbers are kind of made up, but they convey a general idea.
I don't quite believe I'm done with TWHG just yet, but I see it as done for now.

3299
Axe / Re: Routines
« on: November 29, 2010, 12:08:49 am »
What does it store in the Ans string, though?  The token or the character?

3300
Axe / Re: Routines
« on: November 29, 2010, 12:02:44 am »
Code: (Creating Ans as a string) [Select]
Data(4,ᵀAns,0,0)→Str0AN
DelVar Str0AN
GetCalc(Str0AN,size_goes_here)
What does that do? Does it store the token/character to Ans?

Pages: 1 ... 218 219 [220] 221 222 ... 253