Author Topic: Grammer Feature Requests  (Read 47146 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Feature Requests
« Reply #60 on: December 31, 2012, 04:05:06 pm »
To load OS var Pic9, you need to do RecallPic 8 :P Remember:
0=Pic1, 1=Pic2, 2=Pic3, 3=Pic4,...,Pic0=9

TI names them weird (internally, they start at 0, but to the end user, they display starting at 1).

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Feature Requests
« Reply #61 on: December 31, 2012, 05:49:42 pm »
oh. so Grammer version starts with 0, then. XD
I probably need an updated readme file.
« Last Edit: December 31, 2012, 05:50:01 pm by yeongJIN_COOL »
Sig wipe!

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: Grammer Feature Requests
« Reply #62 on: December 31, 2012, 07:09:45 pm »
Btw Yeong I don't think you're allowed to get any help for Illusiat if that's what you're asking above :P

Quote
3) No private help from others. No code help from others. Feedback on screenshots and ideas may be requested (only) in the entry's official Cemetech topic, but keep in mind that we will be grading you on your originality.

Of course reporting Grammer bugs is fine, although you have to be careful to not report plenty of false positive since people might inaverdently help you.

I think I have read somewhere that it might be tolerated if done directly in your Cemetech topic, but you might have to make sure first. Just making sure you don't get in trouble.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Feature Requests
« Reply #63 on: January 01, 2013, 03:23:22 pm »
Well basically all I asked for was the correct syntax of recallpic so I should be fine.
Sig wipe!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Feature Requests
« Reply #64 on: January 02, 2013, 08:02:57 pm »
Feature request: any other methods other than overwriting with RecallPic.
Also can grammer writr text on backbuffer?
Sig wipe!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Feature Requests
« Reply #65 on: January 02, 2013, 09:38:06 pm »
Sorry for double posting but my phone won't let me. :P
It seems like grammer goto/prgm doesn't work inside conditionals.
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Feature Requests
« Reply #66 on: January 03, 2013, 04:48:51 pm »
I think we covered a few of these on IRC, but for everybody else:

If Uses everything on the line, regardless of what the token is, even if it is a colon. Colons will separate commands, but does not work exactly like a newline. This allows more complicated math formulas in the conditional.

To draw Text( on another buffer, you will need to make that buffer the main buffer. To set it back to the main buffer afterwards, use Disp pi9340.

Recallpic has the following syntax: RecallPic #[,Method[,Buffer
So to use a different type of logic, change Method:
0=Overwrite
1=AND
2=XOR
3=OR
5=Erase

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Feature Requests
« Reply #67 on: January 03, 2013, 04:51:09 pm »
Ah. Stuffs like recallpic syntax is not on the readme I have Xp
Can I haz a newest readme?
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Feature Requests
« Reply #68 on: January 03, 2013, 04:54:13 pm »
This has the most up-to-date released readme, I believe.
Grammer 2

Offline persalteas

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 231
  • Rating: +44/-4
  • z80 poweeer
    • View Profile
    • Tout-82
Re: Grammer Feature Requests
« Reply #69 on: January 22, 2013, 03:59:43 pm »
Can you make an "Else" command ?


Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Feature Requests
« Reply #70 on: January 22, 2013, 04:05:07 pm »
I have very little coding space, but I might be able to add that. It is definitely a good idea.

Offline persalteas

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 231
  • Rating: +44/-4
  • z80 poweeer
    • View Profile
    • Tout-82
Re: Grammer Feature Requests
« Reply #71 on: January 22, 2013, 04:06:12 pm »
Thank you ;D


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: Re: Grammer Feature Requests
« Reply #72 on: February 13, 2013, 01:11:43 pm »
Feature suggestion (in longer terms): TI-84 Plus C Silver Edition compatibility. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Feature Requests
« Reply #73 on: February 13, 2013, 01:14:09 pm »
My plan for an 84+C version is to maintain backwards compatibility. This way programs can be identical and work the same. The main difference will be color and how big pixels are.

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: Grammer Feature Requests
« Reply #74 on: February 13, 2013, 03:40:43 pm »
Ok cool to hear. :D From what I gather, unless the new calc is not even a Z80 and lacks Z80 emulation at all, it should just be a matter of address changes like the TI-83 to 83 Plus and different screen, so the non-screen parts of Grammer might not be too hard to port. Of course that might be problematic if you still code everything on-calc and don't buy a new calc, though.
« Last Edit: February 13, 2013, 03:41:21 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)