• Features Wishlist 5 1
Currently:  

Author Topic: Features Wishlist  (Read 606850 times)

0 Members and 1 Guest are viewing this topic.

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 #1860 on: February 04, 2011, 03:59:59 pm »
I still want 8*y sprites that can be any height sometime. ;D  For instance, 8*4...

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: Features Wishlist
« Reply #1861 on: February 05, 2011, 12:06:43 am »
Yeah that would be cool, especially for custom fonts. :D

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Features Wishlist
« Reply #1862 on: February 05, 2011, 12:15:15 pm »
AFAIK this got ignored, and it's the root of many ram clears for me...
I think I found something that's both an incompatibility issue and a feature request.
Can the instant goto be made compatible with CalcUtil's "save screen" option?
The save screen is when you quit out of the program editor it asks if you want to save changes or not, very useful :) but it causes crashes with axe :P
Vy'o'us pleorsdti thl'e gjaemue

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: Features Wishlist
« Reply #1863 on: February 06, 2011, 12:01:12 am »
Shouldn't this go in bug reports? ???

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Features Wishlist
« Reply #1864 on: February 07, 2011, 06:57:12 pm »
Well, It's kind of both :P
I think the Bug reports thread is for unexplained things, but I guess I'll do that anyway.
Vy'o'us pleorsdti thl'e gjaemue

Offline NinjaKnight

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +2/-0
  • Hey! Look behind you! It's a -- (runs)
    • View Profile
Re: Features Wishlist
« Reply #1865 on: February 07, 2011, 09:52:11 pm »
Changing some of the drawing commands so that they work with the back-buffer/arbitrary buffers, like Text() and Circle().
Ninja vs. Chuck Norris == n/0. Both end with the world blowing up.

"We could use up two eternities in learning all that is to be learned about our own world and the thousands of nations that have arisen and flourished and vanished from it. Mathematics alone would occupy me eight million years."
-Mark Twain

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Features Wishlist
« Reply #1866 on: February 07, 2011, 09:59:48 pm »
Yes, that would be great ;D
IDK about arbitrary buffers though...
What would also be nice would be sprite-like manipulation of most every buffer-related command, but that's a lot to add :P
Syntax like Pt-Change(Line(5,5,20,5))r or something.
That is pretty complex tho...
Vy'o'us pleorsdti thl'e gjaemue

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 #1867 on: February 08, 2011, 09:20:04 am »
Syntax like Pt-Change(Line(5,5,20,5))r or something.
That is pretty complex tho...

How would Pt-Change( take one argument, though? And doing that would add a few more bytes to every drawing routine to restore HL, which might not be used.
« Last Edit: February 08, 2011, 09:21:16 am by Deep Thought »




Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Features Wishlist
« Reply #1868 on: February 08, 2011, 02:40:06 pm »
IDK anything about asm, except it's complicated :P
I was thinking, like there's the r modifier and such, that other tokens can be used the same way.
Vy'o'us pleorsdti thl'e gjaemue

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Features Wishlist
« Reply #1869 on: February 08, 2011, 06:18:42 pm »
Can I request some sort of sign function that would return the sign (65535, 0, or 1) of a number? Too bad sign{} is already in use though...

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Features Wishlist
« Reply #1870 on: February 08, 2011, 06:41:28 pm »
(X>>0)-(X<<0)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Features Wishlist
« Reply #1871 on: February 12, 2011, 08:25:10 pm »
Feature request: nibble read/write command option to do the opposite endian-ness of the current nibble routines.

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Features Wishlist
« Reply #1872 on: February 12, 2011, 10:39:29 pm »
Umm just wondering. Ive been thinking maybe a Vertical +2 using a number to tell the parser how many pixels to shift?

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 #1873 on: February 12, 2011, 11:14:40 pm »
That sounds like a good idea. It would get complicated for Horizontal , though, so maybe just Vertical ?
« Last Edit: February 12, 2011, 11:14:52 pm by Deep Thought »




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 #1874 on: February 12, 2011, 11:19:58 pm »
Nah, as it's easy enough to implement yourself...
Vertical +2 is Copy(L6+24,L6,744)
Basically, Copy(L6+12(X),L6,768-12(X)) ;D

Edit:  That may be "Vertical -".  I'm not sure which is which anymore. :P
« Last Edit: February 13, 2011, 10:26:16 am by ztrumpet »