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 ... 37 38 [39] 40 41 ... 55
571
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 09, 2011, 07:15:06 am »
apcalc: I have added show_msgbox() as a replacement for show_dialog_box2, compatible with OS 2.1 and which doesn't need calls to ascii2utf16().

572
nDoom / Re: nDOOM - Work in progress
« on: January 09, 2011, 07:07:25 am »
Mrakoplaz: programs can be built with the GCC option -std=c99 with the latest update of Ndless 2.0, so you could have replaced calls to alloca() in the original source code with variable-length arrays.

573
TI-Nspire / Re: notepad for the nspire
« on: January 09, 2011, 07:04:13 am »
Porting an ANSI-compliant one shouldn't be too difficult.
I don't use my own calculator much, I wonder how easy it is to type in text with the keypad.

574
TI-Nspire / Re: notepad for the nspire
« on: January 09, 2011, 05:46:59 am »
Great! Nice to see you are using some features of Ndless 2.0 successfully.

575
nDoom / Re: nDOOM - Work in progress
« on: January 09, 2011, 05:38:37 am »

I think freopen might be wrong, syscalls_cas-2.0.1.c has it as 102F6FFC but it should be 102F6FB8.

EDIT: this couldn't be the problem, Ndless 1.7 didn't have freopen :/

You're right, it's fixed, thanks.

The 2.0 revision I'm using currently is 351.
(...)
mViewer is quite stable with Ndless 1.7, on non-CAS calculators, or even with Ndless 2.0 on non-CAS calculators.
I've got problems with the same binaries with Ndless 2.0 on a CAS ClickPad.
After exiting mViewer, the calculator does freeze or reboot very often (which does not happen on the non-CAS).

The CAS ClickPad did even reboot one time while I was working in the OS, which never happened to me before (no, the RAM was not full).

Both Levak and I have been using TI-Nspire CAS ClickPad for the nDoom tests, which could explain the high freeze/reboot rate.

I have checked all the syscalls used by mViewer, they all appear to be correct.
There is an important change at revision 354 related to CPU cache issues, that can make the calculator hang (and perhaps reboot although I haven't seen this) on program exit. Could you please try to reproduce the problem on a fresh update?
(we could probably move the discussion to the Ndless thread)

576
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 07, 2011, 04:53:08 pm »
Yes, that would fix it :)

But I will add very soon (hopefully this weekend) a wrapper function which also converts the strings to UTF-16, maybe you prefer to way for it and use it.

577
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 07, 2011, 04:35:32 pm »
I have updated the first post to make the procedure even clearer. Where are you having problems?

578
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 07, 2011, 03:59:34 pm »
Block Dude would need to be updated by apcalc for compatibility with OS 2.1:

show_dialog_box2() requires on OS 2.1.0 the interrupts to be enabled else the keyboard won't work. I will provide a wrapper function to make this transparent. Until then some programs such as Block Dude will hang when showing popups.

But it's interesting that the pointer still work without the interrupts.

EDIT: What are the keys used in the blockdude on the touchpad

Use the numeric keys. Make sure to use the latest version of Block Dude.

SatanicToothpaste: what do you want exactly from us to help you?
I am sorry to find most of your posts related to Ndless quite offensive.
To sum up: you are annoyed not to see any release of a program you are not sure what it is exactly, and at the same time complaining about the poor choices being made on priorities, and the low quality of an alpha version. Am I wrong?

579
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 06, 2011, 04:17:25 pm »
I am not sure what to do with the following open issue:

Quote
(apcalc) Touchpad direction keys become sometimes unusable from the OS after running a program:
Only these keys are affected. Sometimes a reboot doesn't fix the issue, but reinstalling the OS does.

apcalc, did you see it again since the Touchpad support has been fixed?
Did anyone else see it on its own hardware?
Should I keep it open?

580
nDoom / Re: nDOOM - Work in progress
« on: January 06, 2011, 03:58:06 pm »
mViewer is quite stable with Ndless 1.7, on non-CAS calculators, or even with Ndless 2.0 on non-CAS calculators.
I've got problems with the same binaries with Ndless 2.0 on a CAS ClickPad.
After exiting mViewer, the calculator does freeze or reboot very often (which does not happen on the non-CAS).

So may be there is a wrong address for a 2.0 CAS syscall, I'll try to find it. Tell me if you happen to have an idea on which one it could be.

581
Ndless 2.0 does support OSes from 1.7 to 2.1.

582
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 04, 2011, 04:12:41 pm »
Meh? I was sucessful in running stuffs after the "Not Supported" Message.

So this bug comes back :(

583
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: January 04, 2011, 02:36:20 pm »
If you are updating an existing working directory, could you please try to rebuild Ndless preceded by a "make clean"?
Could you please try to run a program even when you get a "not supported" message? (although this should have been fixed since revision 354)

584
nDoom / Re: nDOOM - Work in progress
« on: January 04, 2011, 02:32:29 pm »
Did any of you come across the same crashes/freezes as critor and Levak?
critor, do you know which revision of Ndless 2.0 are you using?

585
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: January 04, 2011, 02:24:53 pm »
zlib is already included in the OS by the way, and we have already identified some of its entry points, exporting them as syscalls shouldn't be too hard.

Pages: 1 ... 37 38 [39] 40 41 ... 55