Show Posts
|
|
Pages: [1] 2 3 ... 124
|
|
1
|
Calculator Community / General Calculator Help / Re: [BUG] Mathematical Errors while nLaunched into CAS OS on a CX
|
on: 22 May, 2013, 07:49:00
|
|
I guess we need more experimental data, to try and understand what's happening. At least: * CX CAS calculator running the CAS OS normally (not through nLaunch), without Ndless; * CX CAS calculator running the CAS OS through nLaunch, with Ndless; * CX CAS calculator running the CAS OS normally, with Ndless; * CX CAS calculator running the non-CAS OS through nLaunch, without Ndless; * CX CAS calculator running the non-CAS OS through nLaunch, with Ndless.
|
|
|
|
|
10
|
Calculator Community / TI-Nspire Projects / Re: nFrotz—Endless adventure games on the TI-Nspire!
|
on: 08 May, 2013, 08:56:25
|
hoffa has been in a place without Internet connectivity for a while, and I don't remember how long it's supposed to last, so you're unlikely to get a reply from him soon... BTW, I know of a Joey whose family name starts with M and whose interests include text adventure games... is that you ?  In which case, FWIW, porting the TI-68k/AMS "advint" to the Nspire series would require porting all platform-, OS-specific code to the Nspire's OS / nSDL / some toolkit written on top of nSDL.
|
|
|
|
|
11
|
Calculator Community / Other Calc-Related Projects And Ideas / Re: TILP: beta-testing...
|
on: 06 May, 2013, 21:25:00
|
Thanks for the report  Adriweb managed to get a ROM dump from his 84+CSE, so 84+CSE ROM dumping is at least not completely broken (anyhow, it worked for Benjamin before he sent me the patch). I should be able to get a 84+CSE in the next few months. Another problem is that when you install TiLP and request a GTK+ download, if you use a 32 bit Windows install it appears to download the wrong version, because everytime I checked that option, neither TiLP/GTK theme selector would crash on startup, so I had to download it from GTK website everytime. Odd. TILP being a 32-bit application, AFAICT, it's supposed to use the 32-bit GTK+ runtime. What GTK+ runtime are you downloading (link) ?
|
|
|
|
|
13
|
Calculator Community / Other Calc-Related Projects And Ideas / Re: TILP: beta-testing...
|
on: 05 May, 2013, 21:17:20
|
The TILP II 1.18 development cycle has officially started  Changes from TILP II 1.17 are few, but important: * switched the development trees for libti*, gfm and tilp from SVN to Git. Two main repositories are used: libticonv + libtifiles + libticables + libticalcs on the one side ( https://github.com/debrouxl/tilibs ), gfm + tilp on the other side ( https://github.com/debrouxl/tilp_and_gfm ). The http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh helper script has been updated, you need to re-download it !* 84+CSE ROM dumping through both I/O ports, by Benjamin Moody; * 84+CSE screenshots through both I/O ports, by Benjamin Moody (with minor torture tests and translation updates by me). Sadly, I haven't yet been able to test the new changes on a real 84+CSE... Mid-level functionality for Jonimus' ROM dumper shall be integrated by creating a fifth libti* library, and moving some common code from gfm, tilp, titools and probably tilem into "tiopers" (current working name for that new library). Jonimus' driver-less Windows serial port backend is planned to find its way into the libticables code base as well. The usual links: * Windows installer download: http://tiplanet.org/beta/setup.exe . * Source code: https://github.com/debrouxl/tilibs + https://github.com/debrouxl/tilp_and_gfm . * patches not yet committed to Git: none this time  * install script for anything non-Windows which is handled by TILP: http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh (updated !).
|
|
|
|
|
14
|
Calculator Community / TI-Nspire Projects / Re: OSLauncher 3.1
|
on: 05 May, 2013, 18:08:45
|
Whenever I try to do step 10 under Install nLaunch, the link software and my calculator both freeze It's natural that the linking software freezes, and it can occur that the calculator freezes. Try again  Are there any (free) alternatives to the link software? Yes, but TILP II freezes all the same when the calculator fails to reply, following the exploit triggering.
|
|
|
|
|
15
|
Calculator Community / TI 68K Projects / Re: accel68k - a 68k Basic IDE for your 68k calculator
|
on: 05 May, 2013, 17:20:43
|
Some overhead for launching a native code program occurs even when the target program is unarchived (which opens the door to data losses in the event of a crash / power loss, of course). It is very likely that launching an unarchived ASM program is faster than launching an archived ASM program, due to the overhead of creating a twin, though I don't remember benchmarking that aspect. TI tried to make it hard to launch a native code program from another native code program. The net result was the development of such radical approaches as patching the OS to completely disable the silly RAM execution protection (HW2Patch, HW3Patch and tiosmod+amspatch; modern versions of PreOS do it as well, but it's not as easy to detect as an OS patch). Being the maintainer of / a contributor to some of the program launchers led me to explicitly advocate, for at least half a decade, to just rely on OS patches for disabling the RAM execution protection. It just makes programmers' lives easier, and has marginal impact on users: not only users have to patch the OS just once (each time they transfer a new OS version, but that's a pretty infrequent operation), but as far as 89T users are concerned, there is simply no other sane way to achieve multi-chunk programs with two-way control transfers between chunks. Everybody is happier (programs are easier to make and smaller) when the silly RAM execution protection is disabled, as shown by the http://tict.ticalc.org/downloads/launchmultiple.tar.bz2 PoC.
|
|
|
|
|
|