Author Topic: Features Wishlist  (Read 612160 times)

0 Members and 6 Guests are viewing this topic.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Features Wishlist
« Reply #1965 on: March 20, 2011, 10:21:43 pm »
@Camdenmil: That's what Pt-Off does.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1966 on: March 20, 2011, 10:37:12 pm »
Pt-Off overwrites the whole screen, it doesn't AND

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: Features Wishlist
« Reply #1967 on: March 20, 2011, 10:40:01 pm »
Pt-On() should AND the sprite on the buffer. ;)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1968 on: March 20, 2011, 10:41:20 pm »
Methinks that would make a lot of incompatibility :P

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: Features Wishlist
« Reply #1969 on: March 20, 2011, 10:44:13 pm »
Isn't that what it already does?

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1970 on: March 20, 2011, 10:57:02 pm »
Nothing does AND right now, Pt-On does OR ;)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Features Wishlist
« Reply #1971 on: March 20, 2011, 11:12:53 pm »
Oops, I thought it did AND. Well, you learn something new every day.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1972 on: March 21, 2011, 10:40:00 am »
Oops, I thought it did AND. Well, you learn something new every day.

If it did AND, it would erase pixels, not add them.

I added more stuff to the list, up to before page 126.  Lots of stuff that's not in the last five pages :P
I was looking for when axe 050 was released, but there's stuff before that as well

EDIT: there's a routine index, maybe there could be an index for this?

I think we should have a little list in the first post of this thread, kind of like the Bug Reports thread (except that that hasn't been updated in a while). If Quigibo wants I can keep it updated :D

woot, I got quoted!  Nicely done, DeepThought.

Quoted again. Happy?
« Last Edit: March 21, 2011, 10:41:00 am by Deep Thought »




Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Features Wishlist
« Reply #1973 on: March 21, 2011, 11:59:28 am »

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: Features Wishlist
« Reply #1974 on: March 21, 2011, 03:57:00 pm »
Nothing does AND right now, Pt-On does OR ;)
* ZTrumpet stabs ZTrumpet.   :-[

Whoops.  Thanks for pointing out my mistake.  I really should think more when I'm posting at 10:45 PM. :P



woot, I got quoted!  Nicely done, DeepThought.
Quoted again. Happy?
Very.
Ecstatic?
« Last Edit: March 21, 2011, 03:57:56 pm by ztrumpet »

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Features Wishlist
« Reply #1975 on: March 21, 2011, 04:12:54 pm »

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1976 on: March 22, 2011, 11:33:24 am »
Axe puts its own routines after the data, so things still get run at the very end.

Methinks this would be a good thing to change in Axe!  That way we can have larger programs that bypass the limit :)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1977 on: March 22, 2011, 12:35:22 pm »
And I just realized something:

Nothing does AND right now, Pt-On does OR ;)

I second (or whatever) this. I really need it now O.O




Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1978 on: March 22, 2011, 03:34:32 pm »
You can do the equivalent of AND with an OR and an XOR with an inverted sprite mask if you absolutely need it.  Quigibo is out of sprite tokens so I don't know if he is planning on adding it any time soon D:

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Features Wishlist
« Reply #1979 on: March 22, 2011, 03:36:39 pm »
when would you need it?
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________