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 ... 252 253 [254] 255 256 ... 317
3796
News / Re: BatLib officially released
« on: March 13, 2011, 07:54:16 pm »
Nothing, they aren't recognised yet :D If you wanted to, you could use spaces instead of commas :D

3797
News / Re: BatLib officially released
« on: March 13, 2011, 07:52:16 pm »
Although BatLib itself is like a giant version of xLIB, the ReCode command itself is a whole new interpreter, not a parser hook.

3798
News / Re: BatLib officially released
« on: March 13, 2011, 07:50:59 pm »
Well as long as you input the correct syntax, it should not crash and sometimes even if you mess up the syntax it isn't that bad. But to give you an idea, the If you use End out of place, the parser jumps to a random spot in memory and might possibly crash (like if that random spot pointed to some outrageous code like AsmPrgmC7). But that being said, the syntax is pretty loose. For example, instead of doing:
Code: [Select]
If A=3
Then
Line(0,96,0,9,2
DispGraph
End
you can do:
Code: [Select]
If A=3
Line(0,96,0,9,2 DispGraph
which is just a space separating the two commands :D

3799
News / Re: BatLib officially released
« on: March 13, 2011, 07:45:14 pm »
Hehe, I think it helps that there isn't too much in the way of error checking :D

3800
News / Re: BatLib officially released
« on: March 13, 2011, 07:42:16 pm »
Sorry, I was away for a while, but if BASIC programs are executed at 6 mhz, then yes, that is the same speed on a real calc :D

Also, if anybody has any requests for additions that could help in the programming competition, I might be able to help out!

3801
News / Re: UTI, Revsoft & MaxCoderz Spring Programming Contest
« on: March 13, 2011, 04:31:37 pm »
Hehe, I cannot join, but I still plan to get back to working on a TCG I came up with a few years ago.

3802
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 04:22:22 pm »
Yeah, I currently have it updating the whole screen every cycle of the while loop. It would be better if I made a routine that updated a 16x5 portion instead of the whole 96x64 region.

3803
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 03:46:46 pm »
Hmm, it worked for me and I do not think it is because of your calc model. It doesn't actually use a timer, it just counts how many times you go through the while loop. Did you get a "TIME UP" message? from there you just press enter. It takes about a minute or two on my 84+SE...
Still, I guess I should add an exit key, that might be helpful, sorry.

EDIT: I edited the first posy of Block Eater with this updated version. Just press clear to exit.

3804
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 03:42:07 pm »
Really? I had that problem in an earlier version, but then I fixed it. I'll check if maybe I have the wrong version uploaded?

3805
BatLib / Re: BatLib
« on: March 13, 2011, 03:40:48 pm »
BatLib uses only one page, so it wouldn't really save space, However, if ReCode gets really big, it will need to be an app of its own. At the moment, the whole BatLib app (including ReCode) is using only 65% of an app page. I have used 10606 bytes of code space and I still have 5778 bytes to go until I fill it up :D

3806
BatLib / Re: BatLib
« on: March 13, 2011, 03:30:52 pm »
I only kept that to kind of show off the speed of my rectangle routines. Again, the numbers can be used to actually hilight an object. I will put numbers next to them, next time, sorry

EDIT: Yeah, I can fix the T, I believe :D Thanks for the feed back!

3807
BatLib / Re: BatLib
« on: March 13, 2011, 03:26:24 pm »
ReCode is included in BatLib, but I am thinking of making it into its own APP, too. If I do, it will still use dim(40 to start to maintain compatibility. About the main menu, you can use the numbers 1, 2, or 3 to highlight an object. For now, it doesn't do anything, though.

3808
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 03:22:59 pm »
Oh, you have to wait until time runs out or you eat 150 blocks. Wow, sorry about that. I should mention that in the readme, sorry !_!

3809
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 03:18:02 pm »
I think that because ReCode draws without updating the screen really helps, but it would be even better if I added a command that could update a small portion of the screen. Then the speed increase would be even bigger!

3810
News / BatLib officially released
« on: March 13, 2011, 03:16:55 pm »
BatLib has been officially released a few days ago. is an App aimed at programmers of all skill levels. It includes 92 commands that make programming either easier, faster, or just plain possible. There are sprite commands, sound commands, string commands, reading from archive, data manipulations, and even a programming language! v4.00.92.43. Here are screenshots of the included hybrid BASIC demo programs:



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=596


Pages: 1 ... 252 253 [254] 255 256 ... 317