421
TI Z80 / The Massacre
« on: December 10, 2006, 03:22:00 am »Anyway, the mouse routine doesn't require a hardware mouse at all... and yes, it already has an acceleration system built in.
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. 421
TI Z80 / The Massacre« on: December 10, 2006, 03:22:00 am »Anyway, the mouse routine doesn't require a hardware mouse at all... and yes, it already has an acceleration system built in. 422
Other Calculators / Best Shell for the TI-83+« on: December 10, 2006, 03:18:00 am »
Ah, then you're not familiar with Doors CS's "Smart Writeback". It totally pwns MirageOS. Here's how it works.
1. A program is run. If it's BASIC or ASM and in ROM, it's copied to RAM. under a temporary program name. 2. The program is executed and eventually quits. 3. If it's BASIC, Doors CS deletes the temporary program. If it's ASM, Doors CS compares the copy in RAM and the copy in ROM. If they're the same, the RAM copy gets deleted. If not, the ROM copy is deleted, the RAM copy is renamed, then archived. 423
TI Z80 / The Massacre« on: December 09, 2006, 06:25:00 pm »
Yay! Very glad to hear this, Halifax.
424
Other Calculators / Best Shell for the TI-83+« on: December 09, 2006, 05:05:00 pm »
Liazon, why would you like writeback turned off? Do you have some kinda hax going?
425
Other Calculators / Best Shell for the TI-83+« on: December 08, 2006, 05:41:00 pm »
The info! Still under construction, of course, but it's got a lot of helpful stuff: http://dcs.cemetech.net/index.php?title=Developers%27_SDK
426
TI Z80 / 3-D Grapher - In TI-BASIC!« on: December 08, 2006, 05:37:00 pm »
Not to boast or anything, but:
http://www.ticalc.org/archives/files/fileinfo/255/25521.html I've been having a few ideas on hidden line that I wouldn't mind implementing. Perhaps you've had similar ideas? 427
Other Calculators / Best Shell for the TI-83+« on: December 08, 2006, 10:52:00 am »
QuoteBegin-Halifax+8 Dec, 2006, 16:47-->
...dude, MOS has been around for well over 6 years now. DCS 6 hasn't even been released yet. I've already had interest from several other well-known community figures for info in using features like my GUI API in their own programs. No offense taken, though, merely a challenge to excel. 428
Other Calculators / Best Shell for the TI-83+« on: December 08, 2006, 10:40:00 am »
QuoteBegin-Halifax+7 Dec, 2006, 17:58-->
If you take a look at elfprince's Strategic Conquest, you'll see the power of some of these extra libraries. QuoteBegin-Halifax+7 Dec, 2006, 17:58 -->
Not true re: the 3 pages. There's no danger whatsoever that Doors CS 6 will exceed the current 2 pages. At elfprince's prompting, I've begun to investigate the possibility of including CrunchyOS program support.
429
Art / WorldNews "TrendSig"« on: December 08, 2006, 08:22:00 am »
Added Slashdot as a news source.
Anyway, I might as well explain here so other people can reap the benefits of the knowledge. 1. Start with a base image or a blank image. You can use imagecreatefrompng(), imagecreatefromgif(), or imagecreatefromjpg() for a base image, or imagecreate() for a blank image. For example: c1-->
|