Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xeda112358

Pages: 1 ... 78 79 [80] 81 82 ... 317
1186
TI Z80 / Re: FileSyst
« on: January 26, 2013, 09:57:29 am »
I have modified the program a bit so input is no longer case-sensitive. New files will be created case senstive, though, so you can create Partex2.gram and refer to it as PARTEX2.GRAM. This will hopefully be useful to those who don't want to activate lowercase or use lowercase.

Do you think that converting the file extensions to lowercase is a good idea? I think it looks nicer and it wouldn't be much of a hassle to convert uppercase to lowercase. You could still refer to files using uppercase file extensions, but when you use GETD(), it will return the extensions as lowercase if I do this.

I am also going to add in a new command that I was supposed to do last week. It will be an eBASIC command similar to one that already exists. It basically returns variable names in the OS VAT so that the other folks using FileSyst can easily get the names of all the vars in the OS and create appropriate folders with all the shortcuts. The differences between this and the GetVar command that already exists:
  • The command that already exists uses the OS routine _FindAlphaUp and happens to slow down significantly.
  • The OS routine ignores variables hidden from menu's. One of the developers, roguebantha, uses a "." to begin the names of his subprograms, so these get ignored, otherwise
  • The routine I made searches the VAT alphabetically, too, so I have no idea why it is so much faster than TI's o_O

Once I modify the code to be more flexible (it currently only searches for appvars), I will probably post it in the Useful Routines thread.

1187
Other Calc-Related Projects and Ideas / Re: OmniRPG - Sprites
« on: January 26, 2013, 09:09:15 am »
So, you mean draw a calculator on the screen, then the screen of the drawn calculator has the menu?

1188
Grammer / Re: Grammer 2-The APP
« on: January 24, 2013, 05:07:14 pm »
Awesome! If you ever need help, there is a Grammer Programming and Support board where you can ask questions and whatnot. I hope you like it!

1189
TI Z80 / Re: [Contest] Illusiat 11 Grammer Port
« on: January 23, 2013, 06:02:15 pm »
I'll have to look at this when I have time. Hopefully I can find the problem, and more importantly, the solution.

1190
TI Z80 / Re: [Contest] Illusiat 11 Grammer Port
« on: January 23, 2013, 06:35:40 am »
That is nice o.o I am trying to think of what code could cause it to freeze. I made sure to include ON breaks in everything that could potentially take a long time to execute, as far as I know D:

1191
Grammer / Re: Grammer 2-The APP
« on: January 22, 2013, 04:27:58 pm »
Wait, so does the error occur when you use expr(Input, or at some other part of the code? If you want, you can upload the code that is having issues so that I can test it myself.

EDIT: For those worried, the problem was fixed and thankfully it wasn't a Grammer bug :w00t:

Also, I accidentally edited Persalteas' post with the edit. I fixed it, though  :-[

1192
Grammer / Re: Grammer 2-The APP
« on: January 22, 2013, 04:20:11 pm »
hmm, that is weird. Is it anything that you input, or something specific?

1193
Grammer / Re: Grammer 2-The APP
« on: January 22, 2013, 04:15:30 pm »
Oh, then are you using a program that jumps to external code? Or using expr(Input ?

1194
Grammer / Re: Grammer Feature Requests
« 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.

1195
Grammer / Re: Grammer 2-The APP
« on: January 22, 2013, 04:03:45 pm »
When you select GOTO, which token does it go to? ERR:? is thrown when Grammer sees an unsupported token. I probably forgot to have it ignore a few more tokens.

1196
TI Z80 / Re: Fast Langton's Ant (ASM)
« on: January 22, 2013, 12:45:33 pm »
What are those? o.o

1197
Introduce Yourself! / Re: Hi from Roma, Italy!
« on: January 22, 2013, 06:39:50 am »
Cool, hi VitOne! I do not know Italian, but we do know calculators here! Also,
 !peanuts

1198
TI Z80 / Re: Mimas - an on-calculator assembly IDE
« on: January 21, 2013, 04:35:26 pm »
Wow, how did I not see this update! Mimas does indeed have a very well made interface and I definitely like to use it for the more complicated pieces of code. I can't wait to give it a try.

1199
Other / Re: Beware next time you report a security flaw...
« on: January 21, 2013, 02:01:46 pm »
This is another reason for why we as a society fail in some respects. Individual concerns are more important than the whole of society. Hopefully the school is shamed enough by this that positive will come from this. I understand that they may have wanted to keep the security breach a secret until they got it fixed, and I agree that he should have notified the company before testing the fix-- they have no way of knowing if it is a malicious attack or not until after the fact. However, the school's actions are upsetting.

1200
TI Z80 / Re: Fast Langton's Ant (ASM)
« on: January 21, 2013, 11:29:28 am »
I used ASMComp (the program, not the command) so that I didn't have to compute addresses, just to let you know. The attached program is the source that I used.

Pages: 1 ... 78 79 [80] 81 82 ... 317