Author Topic: Correlation: A New Project Aimed at Ti-Basic Programmers  (Read 61226 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #165 on: February 26, 2011, 02:35:39 am »
No problem. One thing I wonder, tho, is what the RAM used is for? I know there's a 16x16 spot to save, meaning 32 bytes of RAM, but what's the other 32?

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #166 on: February 26, 2011, 02:37:51 am »
No problem. One thing I wonder, tho, is what the RAM used is for? I know there's a 16x16 spot to save, meaning 32 bytes of RAM, but what's the other 32?

Make that 16 bytes (my mistake).  It's for an unaligned 16 x 16 sprite.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #167 on: February 26, 2011, 02:39:58 am »
16 bytes total? ???

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #168 on: February 26, 2011, 02:43:31 am »
16 bytes total? ???

48 bytes total, what I meant was not 64 bytes

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #169 on: February 26, 2011, 02:44:35 am »
Ah ok ty for the clarification :D

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #170 on: March 07, 2011, 11:56:28 pm »
A thank you goes to graphmastur for his suggestion on "font collections."  You can read about font collections in the new manual,

http://www.omnimaga.org/index.php?action=dlattach;topic=6843.0;attach=6397

but I'm letting everyone know that now that these are finished (no screenshot, sorry), the beta period is all the more closer

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #171 on: March 08, 2011, 07:10:54 am »
I like being thanked, and think that's a good implementation of it.  Also, the page numbers are kinda off.  It should say page 37 in the TOC, but it only says 36.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #172 on: March 08, 2011, 03:07:10 pm »
Also, the page numbers are kinda off.  It should say page 37 in the TOC, but it only says 36.

Thanks for pointing that out, because I did ask people to find typos like that :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #173 on: March 09, 2011, 03:28:06 pm »
Interesting, this might make it easier to switch between sprite palettes in games with this. :)

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #174 on: April 13, 2011, 07:54:17 pm »
For those of you who are making homescreen games, always use ClrHome when you use Output(, and always use ClrDraw when using ln(.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« Reply #175 on: April 16, 2011, 09:07:47 pm »
For all the homescreen gamer fans out there, I'm going to do my best to provide access to the default Ti-83+ font or a font specified by the font hook (like fonts created for Omnicalc).  You will use int("KK to select the default Ti-83+ font, and int("LL to use a font from the font hook.