Author Topic: Insanity's Projects  (Read 20909 times)

0 Members and 1 Guest are viewing this topic.

Demon

  • Guest
Insanity's Projects
« on: October 04, 2006, 01:49:00 am »
BlocBuster: 10%
>> A xLIB breakout game.

Repeat Me!: 99%
>> A simple xLIB Simon clone.

Nakamuru: 10%
>> Yes, my forever-freaky AI bot you see on IRC, now on your calc.  Like my last one (which killed itself), this one learns on its own as you talk to it, but thanks to the new string-array subs I made, his mind does not take up anywhere near as much space.

PyroEdit:  95% complete.  Adding some extra features as requested by another user.
>> A sprite editor and tilemapper with a crapload of features to "help get you off the drawing board."

Dependency checker:  100% complete.
>> This subroutine lets your programs make sure subroutines it needs to run are installed on a user's calculator.

String Array functions:  100%
>> Lets you emulate string arrays on the 83/84. Functions include the ability to make a string array, append item, delete item, get item, search, and instant array (a string array sub that dosen't preparse, good for menus, etc).

Battle (aka Mosh Pit): 1% -ENQUEUE-
>> Demon vs demon fighting game.  Haven't quite figured out where I want to go with this game.

String to List and List to String converter: 100%

Powersave Subroutine: 100%
>> When used in a looping instuction, this will automatically make the user's calculator stand by after staying idle for a while to save battery life.

Compressor: 99%
>> Compresses strings, lists, and matrices.

aEquation Math Console: 100%
>> A command-line shell for doing mathmatics in.  Extra functions can be easily added in.  Does everything on my formula chart at school right now :Ptongue.gif

Extra Chars: 100%
>> Yet another program for getting those elusive characters in your programs.

There's more but I can't remember them off the top of my head right now.

SilverCalcKnight|_

  • Guest
Insanity's Projects
« Reply #1 on: October 04, 2006, 02:05:00 am »
Cool. Can't wait for Nakamuru.

-=SilverCalcKnight|_=-

Offline Spellshaper

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1690
  • Rating: +0/-0
  • This is me. Or maybe not.
    • View Profile
Insanity's Projects
« Reply #2 on: October 04, 2006, 03:06:00 am »
QUOTE
Dependency checker


Link? ^_^
I may need this for BM... does it check programs only or all kinds of vars, like pics and stuff, too?

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Insanity's Projects
« Reply #3 on: October 04, 2006, 06:20:00 am »
you should finish Nakamuru as fast as you can, but don't teach him the "y" word. You know what I mean.
Omnimaga Admin

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
Insanity's Projects
« Reply #4 on: October 04, 2006, 10:43:00 am »
wow you beaten bfr/tifreak8x in amount of projects!! O_Oshocked2.gif And quite a few interesting ones as well :)smile.gif do you have any screenies of the new ones?


*xlibman
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Liazon

  • Guest
Insanity's Projects
« Reply #5 on: October 04, 2006, 10:56:00 am »
Nakamuru sounds really cool!

Demon

  • Guest
Insanity's Projects
« Reply #6 on: October 04, 2006, 11:51:00 am »
QuoteBegin-Spellshaper+4 Oct, 2006, 9:06-->
QUOTE (Spellshaper @ 4 Oct, 2006, 9:06)
QUOTE
Dependency checker


Link? ^_^
I may need this for BM... does it check programs only or all kinds of vars, like pics and stuff, too?  

 Right now it only searches for programs.  It uses VarStats and one of my array subs so it could be modified to look for other kinds of vars, though.

Right now there is no link while I am still setting up my servers and stuff.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Insanity's Projects
« Reply #7 on: October 07, 2006, 12:32:00 am »
Betas? Espically Nakamuru!
Omnimaga Admin

Demon

  • Guest
Insanity's Projects
« Reply #8 on: October 07, 2006, 06:50:00 am »
<< Nakamuru's being rewritten so that he will make an array database and give better responses. >>

More projects:
StickFigure sub: 5%
>> A subroutine for drawing 9-line stick figures.  (Yes, I have too much free time :Ptongue.gif)

ASCII Tunnel: 100%
>> Yet another Fast-Tunnel clone.

Adaeus IDE: 1%
>> Will be an on-calc program editor for you guys who are sick and tired of TI-OS's program editor; will be powered by Iambian's Celtic program.
>> Will also be useful for writing notes, too.

Array Functions: 5%
>> Using Iambian's Celtic program, these new array functions will allow program files to be used as arrays instead of strings and list indexes.
>> Functions written so far:  Search.

Guardian: 75%
>> Lock your calc when not in use with a password.  The 'On' button does not break the program, either.  Fixing it so that it can be added to the powersave sub so that you will have the option of automatic locking when programs that uses the powersave sub standby after some seconds of no activity, and so that it can be used with the Startup app.

BasicChat 2.0: 99% -Delayed-
>> A nice graphical chat program to chat with others via link cable or wireless.  Commands:  Flash (to get user's attention), Clear (emergency screen clear on both calcs), and Hist (get the last message the user sent in case you missed it).

SmartEdit frontend: 100%
>> An improved frontend for the SmartEdit editor.

SimpleTimer:  100%
>> The title says all; it is a simple timer.

Batch Copy from Archive (xlib): 100%
>> Makes copying multiple files from ROM to RAM using xLIB easier.  You can also offset the XTEMP number to start copying files to.

Graphical Input sub:  100%
>> Gives your programs ability to get input on the graphscreen (like that of the ZSUBs).  Input window can have two lines for a title, and input type can be set to number or string.   Uses the powersave sub to standby after some seconds of no input.

Graphscreen Cache: 100%
>> Saves and retrieves graphscreen saves.  Very useful for layering things like menus and dialogs dynamically on the screen without having to redraw everything once the user closes one.

Grahical (xLIB) and Homescreen (pure BASIC) Menu subs: 100%
>> Menu subroutines for both xLIB and BASIC (ASCII) programs.  Uses the array libraries, so you can have as many menu items as your heart desires... or at least as many as can fit in your RAM.

Progress bar sub:  100%
>> A simple, all-purpose graphical progress bar.

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
Insanity's Projects
« Reply #9 on: October 07, 2006, 07:51:00 am »
hmm interesting, some of those may be useful for people who are learning basic, like the menu things
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Demon

  • Guest
Insanity's Projects
« Reply #10 on: October 08, 2006, 06:33:00 pm »
Nakamuru:  25%
He will now be smart and compare what he knows to what you say to him, and then choose an appropriate response depending on what you ask or say, or he will remember what one says and then improvise conversation when he does not know something yet.  You can now also teach him new responses and he will write them to his responses file.

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
Insanity's Projects
« Reply #11 on: October 09, 2006, 02:02:00 am »
sound cool, I cant wait to see how that bot will turn out
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Insanity's Projects
« Reply #12 on: October 09, 2006, 04:55:00 am »
I wonder if he will be smarter then the AIM bot SmarterChild
There are 10 types of people in this world-- those that can read binary, and those that can't.

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
Insanity's Projects
« Reply #13 on: October 09, 2006, 05:15:00 am »
never heard of that one sry x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Insanity's Projects
« Reply #14 on: October 09, 2006, 01:29:00 pm »
Wait, Nakamuru = ASM or Nakamuru = Basic?
Omnimaga Admin