Author Topic: Correlation Beta Builds  (Read 7246 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Correlation Beta Builds
« on: March 27, 2011, 03:23:41 pm »
I fixed a bug with abs( where Str0-Str9 would not work properly.  There was also a bug where Pause and Disp didn't work with abs( and temporary strings.
« Last Edit: March 27, 2011, 03:25:43 pm by Hot_Dog »

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 Beta Builds
« Reply #1 on: March 27, 2011, 04:19:30 pm »
Should this be stickied by the way?

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Builds
« Reply #2 on: March 27, 2011, 10:16:06 pm »
Bugs fixed:

* int("FF does not return a bad window error for thetastep unless a person is in Map Mode
* Minimum character for Word Wrap is now $29
* Archived fonts should work

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Builds
« Reply #3 on: March 28, 2011, 03:41:51 pm »
Build 4.

Bugs Fixed:

* Correlation will now start with fullscreen settings unless asked otherwise.  This was a bug that did not show up on Wabbitemu.
* Correlation should now work on ALL Ti-84+ operating systems
* Fixed a Word Wrap error that was crashing the calculator

Known bugs yet to be fixed:

* Scrolling down in Word Wrap repeats lines rather than displaying new lines
* e^( and int( still don't work for displaying real numbers

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Builds
« Reply #4 on: March 29, 2011, 02:33:55 pm »
Build 5.

Bugs Fixed:

* I'm pretty sure I fixed the Word Wrap Scrolling bug.  Tested on actual hardware.

Known bugs yet to be fixed:

* Still working on the e^(, ln( bug.  I won't mention it again because it's an easy fix, but I do have to get to it
* Not a bug, but support for lowercase letters has yet to be added

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Builds
« Reply #5 on: April 04, 2011, 07:42:08 pm »
New Beta Build.

Bugs Fixed:

* ClrDraw in Correlation will now clear the screen properly, and operates faster than the standard ClrDraw.
* Word Wrap will now function properly when the user turns his calculator back on from APD
* Added code to produce better and nicer-looking results with Word Wrap
* Fixed a bug where the bottom line of text in Word Wrap would occasionaly be erased from the screen
* You can now display lowercase letters without using tokens.  If you add AsmPgrm inside your string, the rest of the letters in your string will be displayed in lowercase, assuming lowercase letters are in your font.  AsmPgrm will toggle back and forth between uppercase and lowercase.

EXAMPLE:  e^(0,0,"TAsmPgrmHIS IS A TEST. AsmPgrmYEAH!")  = This is a test. YEAH!

Known bugs:

* In retriving substrings, abs( does not work properly on a string with lowercase letters.  To keep Abs( as fast as possible, this bug will not be fixed.  Use sub( for strings that need lowercase letters.  The manual will mention this bug.
* Lowercase mode stays as lowercase mode until you use AsmPgrm in a string to toggle uppercase back on.  My desired result is to revert back to uppercase mode when a string has finished displaying.  This should be an easy fix.
« Last Edit: April 04, 2011, 08:07:36 pm by Hot_Dog »

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Builds
« Reply #6 on: April 12, 2011, 02:55:18 pm »
Build 7.  I've included a new, important Correlation chapter.  Please feel free to ask questions in the "Correlation" forum.

Bugs Fixed:

* You can now display real numbers, thanks to Runer112's amazing routine.  You cannot display complex numbers.
* Correlation will no longer crash when you run the Application Corelate.  Instead, you will see a message reminding you that you must use Asm(pgrmCORELATE) to install Correlation.
* As far as I know, scrolling up and down in Word Wrap will not mess up what letters are uppercase and what letters are lowercase.
* Text will now default to uppercase whenever text has finished displaying.