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 ... 231 232 [233] 234 235 ... 317
3481
BatLib / Re: BatLib Demo Programs
« on: April 11, 2011, 08:50:26 pm »
Ah, well it is all ReCode, so there might be some optimisation tricks to find in there. Still, you seem to have a solid grasp of ReCode which is nice to know :) I'm glad ReCode isn't too crazy to use ;D

3482
BatLib / Re: BatLib/ReCode Examples
« on: April 11, 2011, 08:46:22 pm »
Yeah, that's what I meant to say ;D I hope that works someday, but I think I see the reason for why it doesn't record the contrast... the .gif files would get pretty large :/

3483
BatLib / Re: BatLib/ReCode Examples
« on: April 11, 2011, 08:54:55 am »
Aw, it's too bad the shading doesn't work x.x To be honest, I completely forgot about the Shade( command in ReCode XD

3484
BatLib / Re: BatLib
« on: April 11, 2011, 08:41:42 am »
Yeah, if I can correct the strings and finalise the sprite commands, that would be awesome :) I also need to add in tilemapping and data editing while I am at it :)

3485
BatLib / Re: BatLib
« on: April 11, 2011, 08:24:41 am »
In just wanted to make a note that your question was resolved on IRC XD I do not know how long it will be until the next update, but here are some things I am thinking of adding:
-String routines similar to the last three list commands
-an Input routine for ReCode
-Lbl/Goto for ReCode?
-Maaaaaaybe a routine, finally, for jumping to labels or spots in other programs

3486
Other Calculators / Re: Balltrix (ported by Xeda)
« on: April 11, 2011, 08:19:12 am »
Wow, that's really fast! Was this done with Batlibs functions, or Recode? Looks nice either way. =)
yeah, it is all ReCode at this point :)
Zeda: Maybe you could include BatLib App in the folder when you upload it :)

Awesome job eitherway.
I normally would do that, since BatLib continues to be updated, if I upload a version with a program, it will soon be outdated :) Plus, if users already have the latest copy, I don't want them to have to reinstall a downgraded version :D

3487
BatLib / Re: BASIC ReCode v2.00
« on: April 11, 2011, 08:15:56 am »
Yes, I plan to add them, but I don't know how soon and I don't know if I want to add support for long labels or just one or two byte labels like the OS.

3488
BatLib / Re: BatLib Ideas/Wishlist
« on: April 11, 2011, 08:14:43 am »
Yes, I will add that :) In fact, I just added it and saved it :)

3489
BatLib / Re: BatLib Demo Programs
« on: April 11, 2011, 08:12:57 am »
Thanks, Scout ^-^ Feel free to ask questions about it and hopefully it gives you some ideas!

3490
Math and Science / Re: Sums, Pascal, and Equations for Sets
« on: April 11, 2011, 08:10:39 am »
^_^ I made one that doesn't have all those decimals, but it is slower to graph. Still, it makes it more accurate when fitting 15 degree polynomials  XD

3491
Math and Science / Re: Sums, Pascal, and Equations for Sets
« on: April 11, 2011, 02:35:09 am »
Okay, so I have a program made to automate the process of finding an equation for a set of points. You input a list of points and it stores the equation into Y1 :) The only problem which I have to fix is the calculators rounding error :/ since it has to divide by factorials... blegh Anywho, I'll fix it up tomorrow :)

3492
Computer Programming / Re: Cryptography Discussion/Programming
« on: April 10, 2011, 11:13:34 pm »
Okay, so I was using the rand seed method and I noticed that if I encrypt it twice with two different keys, I have to decrypt in the reverse order (not just any order). So if I encrypt first with the key 22 then I encrypt it again with 997, I need to decrypt first with 997, then I decrypt the result with 22. Is that true with most replacement encryptions? Sorry, just curious...

3493
Other Calculators / Re: Balltrix (ported by Xeda)
« on: April 10, 2011, 10:32:31 pm »
hehe, yeah, what he said :D I mentioned in the readme that DJ made it in 2002 and then it was in Homescreen Game Pack and that I got the idea there, too, just to make double sure :D

3494
TI Z80 / Re: Homescreen Game Pack
« on: April 10, 2011, 10:26:55 pm »
hehe, here ya go: http://ourl.ca/10210/196286 Thanks for the idea!

3495
Computer Programming / Re: Cryptography Discussion/Programming
« on: April 10, 2011, 10:18:30 pm »
Hehe, the source is here: http://tibasicdev.wikidot.com/cryptography#toc4
All you need to do is where you define Str2, you make Str2 all the chars it can make use of :) From there, your key is a seed :) I think the code I typed in was correct...

Pages: 1 ... 231 232 [233] 234 235 ... 317