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.
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. 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 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 »If you read the IRC logs, you'll see that verdant happens to be my brother trying to annoy mei 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 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.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>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;
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 |
|