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 ... 150 151 [152] 153 154 ... 424
2266
Other Calculators / Re: Ti Nspire for sale
« on: April 13, 2011, 09:01:07 am »
waouh!! that's awesome!!!!!! I'll try it when I'll receive my keyboard ;)

Actually the lowercase letters take less place on the screen than capital ones, so I can write longer words >:D

Their size (in bytes) is the double I think though, and they occupy the same on the screen I think.

If you don't want to use my program, just type this in the homescreen:

Code: [Select]
Asm(FDCB24DEC9

2267
TI Z80 / Re: [PROJECT] SimpleCS
« on: April 13, 2011, 08:58:27 am »
Hum...... That should be possible, but not applyable to every menus: some are just after the main menu, so pressing CLEAR=pressing PRGM (or the button to go to the main menu, if it's not PRGM, then I don't remember which one it is...)

That's what when you press [CLEAR]:

If you're in the main menu, close.
If you're in the menu after the main menu, go to the main menu.
If you press in the menu after the menu after the main menu, go the previous menu.
Basically, go to the previous menu or close the program if you're in Main Menu.

2268
Other Calculators / Re: Ti Nspire for sale
« on: April 13, 2011, 08:57:12 am »
I think I'll use both, because TI-84 doesn't allow to write letters in small format (i don't know the word in english for the small letters, just the one for capitals letters, sorry :/) ;)

You're mistaken rayquaza, the 83+ can indeed use lowercase (small letters):

Code: [Select]
Hello World!
You can do that, I made this for the job, but there are lots of programs like that.

2269
Computer Projects and Ideas / Re: Nightmare
« on: April 13, 2011, 08:55:02 am »
You need to pay for both :P but Indies.

We need to pay for Indies? That sucks, but ok, hope that when finished, a lot of people download it.

I meant, *we have to pay for Indies*, I meant the coders, not gamers, bad grammar, sorry.

2270
TI Z80 / Re: [PROJECT] SimpleCS
« on: April 13, 2011, 08:50:31 am »
OK for maths formulas, they are already planned ;)
but what do you mean by a way to go back in menus?? Like the IE "Previous" button??

Pressing CLEAR would go to the last menu for example, yup like the 'Previous' button in a web browser :D

2271
Other Calculators / Re: Ti Nspire for sale
« on: April 13, 2011, 08:48:48 am »
I was just looking a bit for the fun on ebay. I found this: http://cgi.benl.ebay.be/Texas-Instruments-TI-nSpire-with-84-keypad-/260764220657?pt=UK_Gadgets&hash=item3cb6c23cf1#ht_834wt_1139
I think that may be quite interesting for some of you guys who want to buy one. It looks like the ti 84 pad is also included.
I myself am not yet ready to buy a ti-nspire. Besides, I don't have the money. :P

EDIT: Here's the english version: http://cgi.ebay.co.uk/Texas-Instruments-TI-nSpire-84-keypad-/260764220657?pt=UK_Gadgets&hash=item3cb6c23cf1#ht_834wt_1139

With 84+Keypad? Those are not sold by Texas anymore, this is a great bargain then, thanks for sharing, maybe rayquaza59 can get it :)

sorry Scout, I won against TI-Cares FR. The free keypad was mentioned on TI France's website, but I couldn't enter a French-syntax address, so I emailed TI-Cares, who told me it wasn't possible for french people to get it for free (although it was written "FREE" on the website, and no message to tell us it's not possible in france). I then told us that I spent more than 200€ of TI Calcs and that I hoped I could be considered as a normal customer, and then they told me it's possible. I should receive it between today and next wednesday :)

* rayquaza59  wins!

Very well, one can't give up if he's right! Hope you'll be coding more Basic (who knows Axe and Assembly?) for the 83+ series soon again. Now you can test SimpleCS and not just use SourceCoder.

2272
Computer Projects and Ideas / Re: Nightmare
« on: April 13, 2011, 08:46:53 am »
I still need his permission to use them :P

Oh yeah, is this gonna be for Arcade or Indies? I guess Indies, since you need to pay for Arcade.

2273
This seems very interesting Ashbad, however, I think you should be uploading them every day (when you finish them) so that we can know you really did :P I trust you, though.

Looking forward for them eitherway. 3D Tic Tac Toe, wondering what that looks like :P

2274
The Axe Parser Project / Re: Features Wishlist
« on: April 13, 2011, 08:43:16 am »
Here's a slightly easier way that might be less compatible with shells:
Code: [Select]
Asm(2ADE86 2B 2B F9 C9)You don't need to place any special code at the start of the program.

It uses the fact that the OS (and probably all shells) always wraps programs in an error handler when it runs them. So if any shells don't do that, or place any extra pushes on the stack before running the program, it'll crash. But all shells have to use an error handler, or else an error will quit the shell itself.
Spoiler For Actual assembly code:
Code: [Select]
ld hl, (86DEh) ; This address is how the OS always knows how to restore the stack with APP_POP_ERR
dec hl
dec hl
ld sp, hl
ret

DrDnar, the seems very good, thank you :)

Also Quigibo, what about including in Axe commands a list of the Asm(HEX commands that may be useful for Axe programmers?

2275
Contra / Re: Screenshots and demos
« on: April 13, 2011, 08:41:56 am »
Deep thought: Will you be uploading the source code of the demo/alpha you uploaded?

2276
Other Calculators / Re: Ti Nspire for sale
« on: April 13, 2011, 08:39:54 am »
By the title of the topic, I thought one of the members here was trying to sell their Nspire. Personally, I've decided not to get one. I'm going to get a Prizm instead. The only way I'd consider getting an Nspire is if it was dirt cheap (like 10$) or free. :P

I'd like a Prizm too, but I don't like the way it looks. However, I won't get a CX either (at least for now).

2277
News / Re: Bypassing TI-Nspire RSA signatures now possible?
« on: April 13, 2011, 07:56:08 am »
Indeed, it's so far beyond the state of the art. TF could yield something, but with hopelessly remote chances of success.
However, don't forget that we do have arbitrary code execution on OS 1.1 to 2.1, which enables launching other OS without installing them ("RunOS") :)

2048 bits :( Someone said, I totally have to second, "Bypassing it has gone from impossible to impossible".

2278
Other Calculators / Re: Ti Nspire for sale
« on: April 13, 2011, 07:54:37 am »
I was just looking a bit for the fun on ebay. I found this: http://cgi.benl.ebay.be/Texas-Instruments-TI-nSpire-with-84-keypad-/260764220657?pt=UK_Gadgets&hash=item3cb6c23cf1#ht_834wt_1139
I think that may be quite interesting for some of you guys who want to buy one. It looks like the ti 84 pad is also included.
I myself am not yet ready to buy a ti-nspire. Besides, I don't have the money. :P

EDIT: Here's the english version: http://cgi.ebay.co.uk/Texas-Instruments-TI-nSpire-84-keypad-/260764220657?pt=UK_Gadgets&hash=item3cb6c23cf1#ht_834wt_1139

With 84+Keypad? Those are not sold by Texas anymore, this is a great bargain then, thanks for sharing, maybe rayquaza59 can get it :)

2279
Graviter / Re: Graviter - Axe
« on: April 13, 2011, 07:53:58 am »
Yessss, I've just about finished this leveBAM!  Awesomeness...

Definitely make it possible to win the level tho...

I tried playing the last eversion in Wabbit, and it's *very* hard, on-calc is much easier I'd like to shift my calculator sometimes though.

2280
Lua / Re: TI-Nspire OS 3.0 Released: Nleash no longer working
« on: April 13, 2011, 07:51:34 am »
... whereas in the Nspire Lua API, we've got a Graphic Component/Content/Controller (choose the one you like) named gc.
For example :

gc:setFont()
gc:setColorRGB()
gc:setPen()
gc:drawRect()
gc:fillRect()

etc ...

That's awesome, I should get OS 3.0 and start coding some Lua games.

Pages: 1 ... 150 151 [152] 153 154 ... 424