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

Pages: 1 ... 47 48 [49] 50 51 ... 194
721
Lua / Will Lua erase the need for Ndless?
« on: June 05, 2011, 12:08:12 pm »
I heard from someone that Lua on the Nspire is darn close to the speed of C/Asm on the Nspire.  Do you think the community will use Ndless nonetheless, or do you think hacking the Nspire will be a successful, yet unneeded, effort?

722
TI-Nspire / Re: [Lua] Space Invaders
« on: June 05, 2011, 12:05:35 pm »
Welcome to Omnimaga, Chockosta!

And I must say, amazing game design so far.

723
Miscellaneous / Re: Post your desktop
« on: June 05, 2011, 12:03:48 pm »
As you can see, I never bother to clean my desktop up.

724
Casio PRIZM / Re: The Reign of Legends: Across Time
« on: June 05, 2011, 12:01:20 pm »
That would be an awesome calc game, Ashbad.  Even though I know it's a mockup, the color screenie looks gourgeous

725
Gaming Discussion / Tetris Challange
« on: June 04, 2011, 11:21:00 pm »
My cell phone came with a demo of Tetris, so I invented this fun challenge to avoid being tempted to buy the full game.  I certainly have not gotten bored of it yet, but it ain't an easy challenge.

Object of the game:
--------------------

You win the challenge if you score five lines as follows: 4 lines at once (a tetris) followed by one line


Rules:
------------------

You are allowed to drop a maximum of 14 pieces
If you hold even one tetris piece, you are only allowed to drop a maximum of 13 pieces.  The only exception is if your 14th piece is held, in which case you may drop ONE more piece (making a maximum of 14 dropped)

726
The Axe Parser Project / Re: Features Wishlist
« on: June 02, 2011, 01:45:45 pm »
I have a feature request.

I was thinking it would be cool if I could  O.Omodify the certificate pageO.O to remove the trial restriction on the compiled apps so they don't delete themselves after 16 runs.  Yes, I am well aware that this can be extremely dangerous if not coded properly which is why I want to make sure everyone is comfortable with it.  I would of course do extensive private testing before releasing it to the public.  The thing is, I don't know where to find the (un)documentation to do this, I checked WikiTI but couldn't find anything about how the OS operates that page.  So I will probably need a lot of help with this.


The certificate?  You brave soul.  I absolutely, positively had to unlock flash to get Crabcake to work, and even then, people suggested that I be very hesistant when proceeding.  Let alone touching the certificate

727
Axe / Re: Memory Leak with Axe sub( ?
« on: June 02, 2011, 12:52:32 pm »
I hear "Memory leak" a lot and generally know what it is on computers, but is it permanent memory loss on Z80 calculators?

When you are programming for calculators (actually for anything, but calculators in particular), you require memory for loops and subprograms.  The more unexited loops and subgrams you are running at once the more memory you need.  Eventually you reach a point where you run out of safe-to-use memory.  You don't lose the memory for good, but your calculator does crash or can't run anymore.

728
DJ, you're a hero! :D Thanks for putting all these axioms together so that we can access them easily.

Awesome. By the way, is there a maximum size limit for programs compiled with Crabcake and how much space does Crabcake use in the program?

Crabcake uses roughly 500 bytes if you want your program to work on all calculators.  It will use about 200 bytes if you want your program to work on just 15 Mhz calculators.

However, your programs can be up to 24 KB in size...meaning programs can be as big as your available RAM.

729
Axe / Re: Memory Leak with Axe sub( ?
« on: May 31, 2011, 11:30:20 pm »
I also found Asm(3333 to work :P
Yeah, randomly increasing the stack pointer does seem to have that affect.

And compiling the "Lbl A:Sub(A)" thing shows that it is in fact, just a straight call back to 9D95.

Lol, I meant increasing the stack pointer fixes the problem

730
Axe / Re: Memory Leak with Axe sub( ?
« on: May 31, 2011, 08:18:45 pm »
I also found Asm(3333 to work :P

731
Axe / Memory Leak with Axe sub( ?
« on: May 31, 2011, 02:08:56 pm »
Suppose I had the following code (basically an endless loop):

Lbl A
sub(B

Lbl B
Goto A

Is this bad?

732
Correlation / Re: Correlation: Correlific Mode!
« on: May 30, 2011, 10:37:52 am »
Hmm interesting, I am curious how this will turn out. It would be nice to have real-time tilemap refreshing. Would it be possible to have animated tiles that way?

I'm at least planning on the animated tiles.

733
Correlation / Re: Correlation Screenshots
« on: May 30, 2011, 10:36:58 am »
This looks nice O.O. Why is the busy indicator in the middle, though? ???

Heh heh...simple bug.  It will be addressed after my needed-break from Correlation is over

734
Axe / White lines in Axe
« on: May 30, 2011, 12:05:25 am »
What command do I use to draw a white line in Axe? 

735
News / Re: DJ_O, Moderator Role Change
« on: May 28, 2011, 11:59:59 pm »
As I mentioned on chat, good luck DJ.  We're here for you, and we hope life goes well with you.

Pages: 1 ... 47 48 [49] 50 51 ... 194