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.


Topics - ingalls

Pages: [1]
1
Lua / Updating only one object on screen
« on: May 01, 2011, 06:34:53 pm »
Is there anyway to update a specific object on the screen instead of the entire screen. I've been wrangling with this one for most of the day and haven't been able to figure it out!

Cheers
Ingalls

EDIT: basically the problem I'm having is that I'm trying to fill up the whole screen with tiles for a game. The lua engine currently has to pause to be able to draw the tiles. Whenever I move the character tile, it has to redraw the whole screen just to move a single character tile. Is there anyway change the screen without completely refreshing it. Whenever on.paint(gc) is called it clears the screen and redraws...

2
Lua / Drivers
« on: April 25, 2011, 09:01:07 am »
Will the update for 3.0.1 fix compadibility or will you still have to write new drivers for it?

3
Miscellaneous / Can't beat midnight programming
« on: April 23, 2011, 10:49:41 pm »
How can you beat pulling an all-nighter trying to fix that one last but that continues to evade you....  :banghead:

4
TI-Nspire / nFighter - The Fourth Lua Game for Nspire
« on: April 22, 2011, 06:48:58 pm »
I am proud to announce the release of nFighter, the fourth of hopefully a long line of games in Lua.

All of the instructions can be found in the readme, please read it before playing!
The source code is also included in the download

Cheers
Ingalls


Thanks to DJ_O for the static screen shot and thanks to apcalc for the animated GIF and the writeup on the front page :)

The source code is released under the GPL V3 found here http://www.gnu.org/licenses/gpl.html
If you modify the code please give me credit, I put a lot of time into this!

Also, please let me know what you think (ie what need improvement, what you like now, new features you would like to see

TODO
~Add Color (Started...)
~Create levels for harder game play

Done:
~Make enemies larger --DONE as of 1.01
~remap keys to allow for playing on number keys as well as touchpad --Done as of 2.1
~Basic Animation for dying... --Done as of 2.1
~Moving Crates --Done as of 2.1

nFighter_2.1 is the LATEST VERSION.

5
Ok, my first question!

I have been using the ti computer link software to add programs to the nspire. That works perfectly.

Today I got my 84+SE keypad for the nspire.
I downloaded the TI connect software and installed a couple of flash applications from ticalcs archive.
I can install flash application without a probelm but when I try to install a ti basic program it says unable to communicate with calculator?

Anyone have a similiar problem? Just a newbie question what is the difference between a flash app and a tibasic program?

Thanks
ingalls

6
Introduce Yourself! / Hello!
« on: June 04, 2010, 06:19:02 pm »
Hi, I'm ingalls.
I've had a graphing calc for awhile and now my way around the ticalc file section pretty well. Especially the games section. I program in A couple of basic languages and am learning java.


Pages: [1]