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

Pages: 1 ... 350 351 [352] 353 354 ... 424
5266
TI Z80 / Re: TimeTools
« on: November 29, 2010, 09:03:16 am »
What do you mean by easier? The actual input of time and date is pretty simple... Is the problem that navigation to the correct menu item is required before the clock can be set? s:

In Mode, you have to scroll down many options to set time, in your program that won't be needed, I hope. WAIT; THE ANALOG CLOCK IS FINISHED! Very well!

5267
Other Calculators / Re: Mimas by Benjamin Moody
« on: November 29, 2010, 08:57:13 am »
To add a one-byte number to and register pair, you need to use a. (add c,NUM is not a valid instruction)
Here's an adaptation from a routine to add a to hl:
Code: [Select]
ld a,num_to_add
add c
ld c,a
adc a,b
sub c
ld b,a
This takes care of carry and everything.
Also, what register you use should be determined by the circumstances (like what routines you will be calling, for example, or what instructions are valid).

Thanks, that works!

5268
TI Z80 / Re: TimeTools
« on: November 29, 2010, 08:56:58 am »
1.0 has been released (it's in the first post of the topic). The analog clock is completed, but the set time feature is not included in this version. I might make a 1.1 version that includes this, but I'm not too sure.

It would be cool! Make it easier than the 'Mode' button please.

5269
TI Z80 / Re: Simul v1.0
« on: November 29, 2010, 08:55:30 am »
Well, Simul is nomitaded for best game, and I heard it was very good, but never really cared.

TODAY, during philosophy class, I borrowed a friend's calculator to play, and Simul was there (he just googles for games and downloads in ticalc, -.-)

Anyways, I thought it was great, a mix of several games. Am now putting in my calculator. Great job Deep Though

5270
Ash: Phoenix / Re: Upon Levelling Up
« on: November 29, 2010, 08:53:50 am »
??? I think it's possible to change your vote...

Remove vote and vote again, I think.

I like the heal, though, many RPG's have that

5271
Casio PRIZM / Re: Casio-BASIC
« on: November 29, 2010, 08:53:11 am »
Okay, that's a good suggestion.

Ok, I've been noticing your sign many times, and decided to check this project.

I have one question: how different is CASIO-Basic from TI-Basic?

5272
TI Z80 / Re: [PROJECT] Farmville - Calculator
« on: November 29, 2010, 08:51:39 am »
I got lots of practice in Hex coding after I accidentally erased Spritepic and I never bothered to replace it  :P

Thanks. Now I need to get in AppVars, anyone has any magical link for me? :P Thanks

5273
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 29, 2010, 08:50:07 am »
Code: [Select]
:If A>99
If A is -10, '>' sees it as... a really big positive number (without going too much in depth), which is greater than 99.
Then it sets A to 0, so your second condition is never true.
It should be:

Code: [Select]
:If A>>99

Hope this helps ;D

That works, but this is my doubt:
Code: [Select]
// IF A IS MINOR THAN O
90->A
ClrDrwa
Pt-Change(A,0,Pic1
DispGraph
End

What would replace the first line? I tried several things but did not succeed :S

5274
The Axe Parser Project / Re: Features Wishlist
« on: November 29, 2010, 08:47:36 am »
I have a couple suggestions I think would save a little time when compiling.

1. On the compile screen, sort programs by most recently compiled. The most recently compiled program is at the top.
2. Have a way to automatically run programs after they're compiled. This could be an option, or just a different key to press (instead of enter). I guess this would only work if you're compiling for no shell though.

If both of these suggestions are made, then it should only take 2 keystrokes within Axe to compile and run whichever program you compiled last.

An alternate (or additional) idea is to have a button that compiles and runs the most recently compiled program from the main screen. That would only take 1 keystroke within Axe.

I like those ideas, it'd be very fast to code/compile/test repeatedly.

Also, I don't know if this would ever be possible, but Axe inside Doors? For example, I program in Doors sometimes and I have to change Application to compile :( This is a very weird thing, but maybe you could find a way of getting throught it, Quigibo.

Nevertheless, it's good to see you're hearing to our prays in this long, long topic

5275
Site Feedback and Questions / Re: 'Oscars'-like Awards
« on: November 29, 2010, 08:45:23 am »
I added a poll, I needed to know what people think of this :S

5276
Other Calculators / TI-84+ Keypad TI-84+Keypad
« on: November 29, 2010, 08:39:58 am »
Well, a friend of mine gave me her blue keypad because I really wanted it and she didn't need it. Now, I got Texas's keypad, the black cool one.

Do you think I should sell it or keep both? If sell, how much?


also, is this randomness or miscellaneous discussion=?

5277
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?

That would be a good idea, but...

the clock counts that already....
current day in january is amount of days since last ram clear :)

This already counts the days since last RAM Clear, or since you bought calculator (if no RAM Clears, wow, that's impossible!)

5278
tiDE / Re: tiDE Team
« on: November 29, 2010, 07:44:55 am »
I'm sorry :( in that case, sharpdevelop is probably the way to go.

I'm really enjoying Sharpdev :)

5279
General Discussion / Re: The (new) DJ Omni Music Torrent!
« on: November 29, 2010, 07:22:09 am »
In some ways torrents are used to reduce bandwidth usage on servers. People volunteers to contribute with their bandwidth so people can download files from them, but seeders can decide how fast they upload.

When i turn off my computer I stop seeding, so I usually forget, if anyone needs to download, they can PM me and I'll start seeding, with lots of speed :)

5280
Miscellaneous / Re: [MERGED TOPICS] Version numbers/abcd/Completion %
« on: November 29, 2010, 07:21:24 am »
Good for the topic to be merged :)

Serious companies such as Microsoft and Google have it all documented:

7.0.517.44

This is my version of Google Chrome (the latest), it's huge, so I think they really care about this number, though.

Pages: 1 ... 350 351 [352] 353 354 ... 424