Author Topic: Extra tokens and token picker (with grayscale)  (Read 9881 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra tokens and token picker (with grayscale)
« Reply #30 on: June 10, 2010, 11:44:19 pm »
oh ok. Idk then.

As for the test I just took Zelda DLQ and converted it to graph screen, and got about half the speed I had

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Extra tokens and token picker (with grayscale)
« Reply #31 on: June 10, 2010, 11:50:59 pm »
Oh ok.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Extra tokens and token picker (with grayscale)
« Reply #32 on: June 11, 2010, 04:30:09 am »
Wait, why am I getting credit?
Because I used the reordered extra characters in this: http://ourl.ca/5906
Hobbing in calculator projects.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Extra tokens and token picker (with grayscale)
« Reply #33 on: June 11, 2010, 05:08:44 am »
Oh ok, that's what I thought but I haven't had time to use this so wasn't sure.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Extra tokens and token picker (with grayscale)
« Reply #34 on: June 11, 2010, 07:33:54 am »
When I worked on setting up the sprites for Elmgon, I tested for speed and Output(always seemed faster. :)
I tested with this:
For(A,1,5
Output(1,1,sub("123451234",A,5
End
and
For(A,1,5
Text(-1,0,0,sub("123451234",A,5
End

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Extra tokens and token picker (with grayscale)
« Reply #35 on: June 11, 2010, 09:34:29 am »
Well actually, if I'm reading this right (I'm using the timer commands) Text( is actually a little bit faster. I could be wrong though and be reading the results wrong.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra tokens and token picker (with grayscale)
« Reply #36 on: June 11, 2010, 09:37:00 am »
What are your OS versions by the way? I am curious if the speed might vary between them and calc models. Also I think stuff on home screen was slower with Omnicalc, xLIB or Celtic III enabled

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Extra tokens and token picker (with grayscale)
« Reply #37 on: July 16, 2010, 05:11:39 am »
I'm on a 84+ with 2.43 running. I don't think xLib was enabled but it might have been. I can test again later when I make sure it is turned off.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Extra tokens and token picker (with grayscale)
« Reply #38 on: July 19, 2010, 05:02:19 pm »
It's interesting, though. That said, I think Text(-1 is better due to the higher freedom we get with that. It can be larger, though, since rows/col aren't multiple of 8/6 divided by that amount, meaning more numbers taking 2 digits, wasting one byte of RAM.