Author Topic: BatLib  (Read 145633 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: BatLib
« Reply #405 on: September 29, 2012, 04:34:59 pm »
You mean with 'using libbot' adding/editing batlib commands?
challenge acccepted XD
(pm me a password which would get you access :D )

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: BatLib
« Reply #406 on: September 29, 2012, 04:46:22 pm »
I meant more that since IRC is down, I cannot use it, but I wouldn't mind getting to help on that. However, if you have most of the commands already finished, I don't plan to add any more functions to BatLib...

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: BatLib
« Reply #407 on: September 29, 2012, 04:47:11 pm »
i have already every batlib command in it except of the new ones now (i think)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: BatLib
« Reply #408 on: September 29, 2012, 04:48:43 pm »
Wow, that is great! Is it able to be used on some other site?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: BatLib
« Reply #409 on: September 30, 2012, 05:19:07 pm »
by now, yes
http://www.sorunome.de/ti84+/libs.php
OH, and you could always access it via irc, it is on efnet channel #omnimaga
« Last Edit: September 30, 2012, 05:34:36 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: BatLib
« Reply #410 on: January 10, 2013, 03:28:32 pm »
I have a list of bugs and whatnot that I've been working on this morning. I have also been optimising some of the routines to add room in the code. So far I have modified 7 routines saving 79 bytes :D (I now have about 87 bytes of coding space available :P)

I figured I would mention that I was still working on the next update. Among the bug fixes, I fixed an issue with the DelVar command for a special case and TokSprite just needed a single bit toggled (the documentation said you needed an optional argument to be 1 to draw to pixel coords (0 to draw to aligned coordinates), like HexSprite, but instead it was the other way around because I typed "z" instead of "nz" >.>)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: BatLib
« Reply #411 on: January 10, 2013, 03:34:17 pm »
\o/. Sound great Xeda! :D

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: BatLib
« Reply #412 on: January 10, 2013, 05:41:34 pm »
That does sound great, BatLib has far to many features >.<

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: BatLib
« Reply #413 on: January 12, 2013, 01:03:58 am »
Hopefully this version isn't as messed up as Grammer has been (I kept reintroducing new bugs for every bug fixed x.x)

So here are the updates:
  • I went from having 7 bytes of coding space left to 118!
  • Fixed TokSprite
  • Font Hooks were fixed, for the most part
  • DelVar fixed for a special case
  • PopUp now has a key debouncer (so pressing [ENTER} will only register once instead of registering separately by the OS, too).
  • CopyProg fixed for overwriting archived variables
  • ExecVarBASIC was fixed for running other programs that use BatLib routines.


I thank roguebantha for keeping a running list of bugs for me to fix (if there are anymore, I'm sure he'll find them); It's been very helpful. I have yet to figure out why my fonthooks don't work in the program or app menu. I've looked at other programs that use fonthooks and I cannot figure out what I am overlooking.

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: BatLib
« Reply #414 on: June 20, 2013, 09:55:15 am »
There was a bug with the ZINSTALL program, so I fixed that. The download is attached.