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

Pages: 1 [2] 3 4 ... 55
16
Introduce Yourself! / Re: Hi guys
« on: January 22, 2014, 03:48:57 am »
Hi, welcome!
Which platform would you like to target for your games?

17
Introduce Yourself! / Re: New user
« on: January 20, 2014, 01:41:38 pm »
Hi!

If you are on Windows start here for Ndless, on Linux see Legimet's message above.
C is the most widely used language for Ndless programs, although there are already some games written in C++ it's rather new. We are looking forward reading your experience and trying to help.

18
TI-Nspire / Re: List of all native Nspire projects
« on: January 06, 2014, 05:03:46 pm »
compu, I see that the site is down and you're a planning to move to a new server.
The stats are really useful and are a good showcase of community achievements on the TI-Nspire, I'm looking for the site to be back. Tell us if you need help in anyway.

19
TI-Nspire / Re: TI-Nspire emulator
« on: December 16, 2013, 04:22:52 am »
I'm not sure who created the google project mirror and if it's still active.

The up-to-date source code can be found here: https://www.unsads.com/scm/svn/nsptools/Ndless/trunk/Ndless-SDK/nspire_emu/ (guest/guest).

20
TI-Nspire / Re: TI-Nspire emulator
« on: December 15, 2013, 04:54:07 pm »
The Ndless SDK integrates the latest public patches for nspire_emu I know of, that are Goplat's (the author of most of the code), Lionel Debroux's and mine, and is maintained with this goal in mind, it can be considered the most up-to-date. I'm not sure a GitHub repo is really what's missing, contributions are. But you may have a try with one.

21
Ndless / Re: Access Resident Program Variables
« on: September 28, 2013, 01:41:38 am »
Mailboxes or shared memory would indeed be a good option. I'll try to add these, but as Lionel says this is unfortunately not the priority.
gudenau, you should try the "pointer passed through a shared file" solution in the meantime.

22
Ndless / Re: Crashing and I Do Not Know Why
« on: September 17, 2013, 03:03:41 am »
Nice to see a new third party USB driver for the TI-Nspire :)
Does it crash when plugging in an other USB device?
To pinpoint the issue you should either use nspireio or the on-calc debugger ODB if you are familiar with ARM assembly: http://ndlessly.wordpress.com/2012/04/09/introducing-ocd-the-ti-nspire-on-calc-debugger/ (untested on CX, it should probably be recompiled with the latest nspireio).

23
Good adriweb :)

And a subset of the NavNet API is now available in Ndless and the Ndless SDK r893!
Documentation is available on hackspire, and samples in Ndless and Ndless SDK.

We now have all we need to make pacspire access the TI-Planet API :)
The packet manager UI could be either implemented on the calculator side or the computer.

24
hoffa, just to let you know, although this probably won't make you change your mind: I have been circumventing protections, patching, hacking, reversing, extending the TI-89, 92+, Voyage 200, TI-Nspire Clickpad and CX since 1997. Things were a bit more easy on the TI-68k but the page always was often rather white at the beginning and TI has never been cooperative.

I have had hundred reasons for quitting during these 16 years... but I'm still here, not as productive as I would like to be, not doing things always right, releasing things much less used that I'd like, or missing expectations. But the Ndless download stats and the kind words I sometimes receive from people around the world remind me I have at least been able to contribute to change things a little bit in a good way. And to take pleasure anyway.

25
Sad decision :( nSDL didn't (or hasn't had yet) the success it deserves...

26
hoffa, do you have a sample program showing this?

27
I have only commited the addresses, I'm currently working on the functions definitions and tests.

28
News / Re: TI-Nspire emulator for Android
« on: August 21, 2013, 04:57:11 pm »
This is a pure online version (without keyboard support anyway), so I can't send you anything useful, sorry :)

29
Other Calculators / Re: Have you seen BSOD on nspire before?
« on: August 21, 2013, 04:55:30 pm »
If you have never seen this kind of OS debug screen, the debug mode isn't as well known as it ought to be. Maybe someone should copy the info to Hackspire.
Just copy this to 'Developer Unit/wlan_ini.tns' : http://www.yaronet.com/posts.php?s=125502&p=9 (for those who don't know geogeo co-authored some of the first versions of Ndless).
When the calculator crashes it will display the exception and a register and task dump in this kind of screen, this can sometimes be useful. I suppose this is controlled by the "crash_dump_enable" option although I didn't really look closer.

30
I have been able to confirm that the computer side can also expose NavNet services, and the calculator side can initate requests. NavNet does offer  2 way USB communication with a common API for calc-to-calc and calc/computer transfers.

Here's a a simple Google search demo which doesn't require much code to work (switch to HD if the video is too blurred):



I'll soon commit this to Ndless and share the demos to make it possible to bind pacspire with the Adriweb's API.

Pages: 1 [2] 3 4 ... 55