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

Pages: 1 2 3 [4] 5 6 ... 44
46
TI-Nspire / Re: Nspire Raycaster
« on: September 16, 2010, 04:17:57 pm »
It is in the Ndless SVN repository. You need to manually build it, and it is not compatible with the current release of gbc4nspire.

47
TI-Nspire / Re: Nspire Raycaster
« on: September 16, 2010, 04:11:04 pm »
Because Ndless 1.7 is currently unstable, and we do not want end-users to download it and experience crashes.

48
TI-Nspire / Re: Nspire Raycaster
« on: September 16, 2010, 02:15:27 pm »
For those of you who have been looking at the Ndless SVN, a development build of Ndless 1.7 was made available to the public a few days ago. This new release re-structures the directories and makes it compatible with the new Ndless.
There are no code changes, however.

49
Other Calc-Related Projects and Ideas / Re: C# for the nspire
« on: September 15, 2010, 02:33:19 am »
It's a compatibility layer that tricks Windows programs into thinking they are on Windows - a re-implementation of the Windows API, essentially.

50
Other Calc-Related Projects and Ideas / Re: C# for the nspire
« on: September 15, 2010, 12:41:03 am »
Wine Is Not an Emulator.
Just had to point that out :D

51
Calculator C / Re: Post your Nspire routines here!
« on: September 12, 2010, 01:56:36 pm »
*(volatile unsigned*) 0x900D000C reads the current time from the RTC.

52
General Calculator Help / Re: Nspire OS v. 1.7
« on: September 12, 2010, 03:24:32 am »
It is not a "BIOS" update. There is no BIOS on the Nspire. It updates boot2, which resides in writable memory, and hence can be changed.

53
TI-Nspire / Re: RPG Style Health Bars for the TI-nspire!!!
« on: September 11, 2010, 06:59:08 pm »
So basically everything has to have some sort of mathematical equation?
Everything has to be explicitly run by the user on the homescreen.
We need our own BASIC interpreter.

54
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 03:08:30 pm »
]Actually, the way it is set up, you would not even be able to browse the forums while logged in either from your parents home. I may lift it after a week or so due to the banning policies here, but if he does it again the IP would be banned whenever you don't have to go use the computer at your parents home.
Better just keep it banned until I get home.
Just don't ban me from IRC so I can request to be unbanned.

55
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 01:18:30 pm »
Yup. What should happen is that your home's IP address should be banned unless you are logged in.
This has been done already.

56
Calculator C / Re: Post your Nspire routines here!
« on: September 11, 2010, 12:51:57 pm »
i dont think it is wise  to complain about people's slight punctuation and grammer errors bwang. like you should'nd poop make giant threads and trolls and poop poop poopinsults about pooping poop use of poops . don't show off you rgrammer skills.i dissaprove bwang

Edited for bad language


1. I dont think I like you...
2, Mild? I think thats an understatement

but, i dont think this should be a fight, lets start puttingo n some more routines
If you read the IRC logs, you'll see that verdant happens to be my brother trying to annoy me :P

57
Other Calculators / Re: Complain about ti here: helping me with my homework.
« on: September 11, 2010, 03:03:05 am »
Nah we don't delete posts. In fact I would have left the swearing intact. If people wonder what's up with the post we would just tell them who he is and what he did.

I'M not sure why that person hate us so much, though.
Nah, he doesn't.
He just found a very effective way to bug me :(

58
Calculator C / Re: Post your Nspire routines here!
« on: September 08, 2010, 09:57:09 pm »
Yes, the .c file includeds <os.h>

Even stranger, I went to test this by renaming all instances of memset and memcpy to _memset and _memcpy, respectively, and went into <os.h> and renamed memset and memcpy (the ti-os ones) to _memset and _memcpy, respectively, and it still complained memset and memcpy were undefined, despite the fact that they are not even used by the program at all.

What is confusing me even more is that it is complaining that these two functions are not defiend in a function that does not even use these functions at all.  Here is the error I am getting:

Code: [Select]
Danny@DANNYCOMPUTER /c/users/danny/documents/ti-nspire/development/trapped
$ make clean;make
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c main.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c utils.c
nspire-ld main.o utils.o -nostdlib -o Trapped.elf
utils.o: In function `setlevel':
utils.c:(.text+0x28): undefined reference to `memset'
utils.c:(.text+0x1f8): undefined reference to `memset'
utils.o: In function `setladder':
utils.c:(.text+0x504): undefined reference to `memset'
utils.c:(.text+0x540): undefined reference to `memset'
utils.o: In function `drawlevel':
utils.c:(.text+0x8f0): undefined reference to `memcpy'
utils.c:(.text+0x904): undefined reference to `memcpy'
utils.c:(.text+0x918): undefined reference to `memcpy'
utils.c:(.text+0x92c): undefined reference to `memcpy'
utils.c:(.text+0x944): undefined reference to `memcpy'
utils.o:utils.c:(.text+0x95c): more undefined references to `memcpy' follow
collect2: ld returned 1 exit status
make: *** [Trapped.tns] Error 1

Danny@DANNYCOMPUTER /c/users/danny/documents/ti-nspire/development/trapped
$

The function "setlevel" does not call these functions at all; drawlevel only calls them in the form of the sprite function and to clear a buffer.
Is this only a problem when you use the statically-linked library?

59
Other Calc-Related Projects and Ideas / Re: C# for the nspire
« on: September 07, 2010, 05:55:29 pm »
I've been thinking about doing this, although it would probably be easier to port one.
_player1537, you access files by using filesize() (in the utils.h in skeleton.zip attached to the first post on the Routines thread) to get the size, the fread to read it into an array, like so:
Code: [Select]
FILE* f;
int fsize;
char* buf;
f = fread("/documents/Examples/thegame.tns");
fsize = filesize(f);
buf = (char*) malloc(fsize);
fread(buf, 1, fsize, f);
close(f);

60
Art / Re: Ship Sprite
« on: September 07, 2010, 05:05:39 pm »
If you stare at my bmpviewer source code long enough, you can probably figure out how to use it to directly load bitmaps.
I'm afraid it's a bit messy, though :(

Pages: 1 2 3 [4] 5 6 ... 44