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

Pages: 1 ... 86 87 [88] 89 90 ... 96
1306
Other Calculators / Re: Let's hack Nspire OS 2.1!
« on: July 22, 2010, 08:22:20 pm »
Here you go!

1307
Ok, If you have successfully compiled the Ndless, demo, try opening the main.c file in the demo, erase the contents, and replace it with the code for the "hello world" program above.  You may just not have the right header files in the directory to compile

1308
If I say make, it says no target specified

Did you successfully compile the Ndless demo.

In MSYS, type:

Code: [Select]
cd <Path to Ndless directory>/src/arm/demo
make

Post the message you get.

1309
Other Calculators / Re: Nspire diagnostic software dumper
« on: July 22, 2010, 05:28:24 pm »
Very nice critor!

Out of curiosity, what happens when you put the 84+ keypad in?

1310
qazz, in the video, you are typing "make test".  Try only typing "make", then press enter.  When I type "make main", I get the same error message.  Also, here is the code for a program that will display "Hello World" in a dialog box:

Code: [Select]
#include <os.h>
#include "utils.h"

asm(".string \"PRG\"\n");

int main(void) {
showSimpleDialogBox("Hello World!","Hello World");
return 0;
}

Also, attached is a .tns file of that code compiled.

1311
Other Calculators / Re: TI'S Response to our outrage
« on: July 21, 2010, 06:29:26 pm »
But lets not forget that much of this needs to be done by asm, for which we need ndless2, so that should be the main priority

Maybe not.  If critor was able to dump the diags software without any version of Ndless on a touchpad Nspire, who knows what is possible...

1312
News / Re: Nspire 2.1 out, don't install it!
« on: July 21, 2010, 05:23:10 pm »
Its odd that he only has Nspire BASIC programs.

Maybe he assumes that BASIC is the exact same thing for all TI calcs?

Also, he lists an 84+ SE in his profile, but that could just be the 84 emulator with the Nspire.

1313
Trapped for the TI-Nspire and TI-89 / Re: Block Dude Nspire
« on: July 21, 2010, 10:31:19 am »
Look at this: http://oos.moxiecode.com/examples/blockdude/index2.html

It's a flash remake of Block Dude, which should give you some nspirations for the graphics.

That is very nice!

Thanks for the link!  I will consider using some of the ideas in this version!

1314
Other Calculators / Re: TI'S Response to our outrage
« on: July 21, 2010, 09:07:39 am »
Idea: Maybe this means that it is technically possible, and TI's just not telling us how unless we give a "good reason"? Maybe we could come up with a legitimate (i.e., unrelated to Ndless in any way) reason to downgrade, and approach TI with that.

That is exactly what I did.  Here is my email:

Quote
Hello. I just updated my TI-Nspire to the new OS 2.1 just recently
placed on your website to see the new features. Unfortunatley, my teacher will
not allow me to use any operating system above 1.3 because of added programming
capabilities that can give me an unfair advantage on tests. Usually after
upgrading my OS to check out the new features, I could simply resend the lower
OS version to my TI-Nspire. With this new OS version, when I try to send OS 1.3,
I get an error at the end of the file transfer that says that I can't install
the OS. Could you assist me in installing this older operating system? I will
not be able to use my TI-Nspire in school next year if I do not fix this
problem

1315
Trapped for the TI-Nspire and TI-89 / Re: Block Dude Nspire
« on: July 21, 2010, 09:03:07 am »
It needs smooth scrolling (not too hard, I think) and better graphics (probably trivial from an implementation point of view, but not so trivial from an artistic point of view). It would be nice to have an external level loader.
The motion seems a bit slow at the moment.
I will try to add most of these things for the second version.  I have some summer work I have to get done before school, so I am not sure how much time I will have to add these to the first version.  Right now, I think I only have to add all 11 levels.  After school starts and I get my schedule stabilized, I should have more time for programming, but one of my major goals now is to get this game released to the world to increase the amount of Nspire programs.  Also, for the level loader, would a level editor with saving to an external file be nice? (It would probably use the same graphics as the above screenshots instead of the redesign when I add scrolling because it is a lot easier to make the level when you see it completely).
You don't need a working CAS emulator to compile for the CAS. Just change the setting in the Makefile.
I know, but I did not want to upload it in case it was not stable.
Will it be open source?
Yes, I will include the source when I release it. ;)
Quote from: Magic Banana
Hmm, just wondering, what size are the sprites and how many colors do they use?
Yes, they are 10x10 right now and are 4 level gray scale.
Quote from: DJ Omnimaga
I think his main goal for the first was a clone of Block Dude where levels could fit in the screen entirely.
Yes, this was one of my goals.   It has never been done before (on a calculator, maybe on a computer game also?) and I wanted to see if it was possible.


Thanks for the positive comments and suggestions guys!  This is my first game I will be releasing for the calculator world and I am happy with how it turned out!  :)

1316
Trapped for the TI-Nspire and TI-89 / Re: Block Dude Nspire
« on: July 20, 2010, 11:51:44 pm »
Guys, I think I am going to add the screen scrolling, but in a different version.

I plan on releasing the first version at the beginning of the school year to try to get students interested in the Nspire with a new game.

If I finish before then (likely) I will post it here first. ;)

1317
Trapped for the TI-Nspire and TI-89 / Block Dude Nspire
« on: July 20, 2010, 11:21:48 pm »
Here is a project I have been working on for a bit now and I am just about done. :)

This is a port of the classic TI-83+ game Block Dude for the TI-Nspire.  The only major differences are different graphics and the elimination of screen scrolling (which I might add later).  Below are a few links to screenshots of the project, from earliest to latest produced :

http://i974.photobucket.com/albums/ae226/apcalc/Capture-1.gif
http://i974.photobucket.com/albums/ae226/apcalc/Capture-3.gif
http://i974.photobucket.com/albums/ae226/apcalc/BDN-1.gif

Also, attached is a test version of the project (only Non CAS, sorry.  I can't get Ndless to work on a CAS rom on the emulator).  Only the first two levels are in this version.  After you finish the second, just hit escape to go back to the doc screen. :)

1318
Other Calculators / Re: Let's hack Nspire OS 2.1!
« on: July 20, 2010, 09:44:33 pm »
@bwang: Ndless2 sounds dismal... so I thought that I should try to crack it and develop an exploit.
A little bit of general discoveries for now though.

I still am confident that we will see Ndless 2.0 some day.  Last I heard, progress had stopped, but not ended, also, that was during the end of the school year, when progress on projects usually slows.

EDIT:100 Posts!!!!  ;D

1319
Introduce Yourself! / Re: Holy Crap!
« on: July 20, 2010, 09:40:27 pm »
I was not around for the old board, so I don't know any of the older, less active members, but Welcome back to Omnimaga!  Activity has picked up greatly lately and I hope you will enjoy your stay here!

1320
Humour and Jokes / Re: Winning The Game Has Never Been So Much Easier
« on: July 20, 2010, 08:17:40 pm »
DJ, you know you should've directed each of those links to a rickroll :P

Lol. :)

Pages: 1 ... 86 87 [88] 89 90 ... 96