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 ... 81 82 [83] 84 85 ... 317
1231
« on: January 15, 2013, 11:15:00 pm »
I apparently accidentally the rate button yesterday  Is there any way to easily create editors for other languages?
1232
« on: January 15, 2013, 09:53:48 am »
Burr has put it back up
1233
« on: January 15, 2013, 01:08:39 am »
That looks great!
1234
« on: January 14, 2013, 11:51:01 pm »
I take it that the ? tokens were for token 00?
1235
« on: January 14, 2013, 06:37:08 am »
Nothing is wrong with TI Story; I just made it private. There wasn't much interest in the site, so I figured why waste time and effort.
1236
« on: January 13, 2013, 05:33:51 pm »
I know Burr has been active on TIBD and he didn't mention anything. I just thought it was a temporary problem  And yeah, it has been very active (I think it was ranked as the second most active wiki just before the apocalypse, the first most active was one about the impending apocalypse).
1237
« on: January 13, 2013, 12:49:30 pm »
I'm glad I'm not the only one who uses spreadsheets to help coding o.o I remember I originally used spreadsheets in BatLib to keep track of all of the subroutines and calculate the sizes of routines. I cannot wait until this comes out, one of my goals for next year is to start learning Russian. For now I am working on Spanish, French, German, and occasionally Mandarin. I found when I was in 10th and 11th grade that making programs to help people learn French helped me quite a bit to learn the vocabulary (since I had to learn the vocab to program it in).
1238
« on: January 13, 2013, 10:56:22 am »
 How did I not see this o.o This is rather snazzy! If you manage to make inline sprite editors, that would be cool (that is what I am doing for the Grammer 3 program editor-- lots of different editors for different data types to be accessed inline  )
1239
« on: January 13, 2013, 10:48:00 am »
Nice o.o Are you using the Tilemap() command for this?
1240
« on: January 12, 2013, 09:42:55 pm »
Earlier I made a program to compress a list into a specific string format or decompress from that specific string format to a list. The compression is lossless and relies on the observation that a signed 14 digit number fits in 48-bits, whereas TI uses 8 bytes to hold the sign and the 14 digits. So with 6 bytes plus the mantissa, a Floating Point number can be compress to 7 bytes without losing any data. Usually there are more efficient ways to compress floating point numbers under certain conditions (for example, if there are only integers from 0 to 65535, you can compress each element to two bytes pretty quickly). However, this only makes the condition that it will not read complex lists. If I change the format of how the data is stored, though, I can make it recognise matrices, lists, complex lists, et cetera at the cost of one or two bytes (two for matrices)
1241
« on: January 12, 2013, 09:30:34 pm »
Oh, psh, thanks  I gave the instructions for adc a,* X.X
1242
« on: January 12, 2013, 05:31:26 pm »
This code seems to be throwing ORG off:
xor a \ ld b,a \ sbc a,ixl \ ld ixl,a ld a,b \ sbc a,ixh \ ld ixh,a ld a,b \ sbc a,l \ ld l,a ld a,b \ sbc a,h \ ld h,a ld a,b \ sbc a,e \ ld e,a ld a,b \ sbc a,d \ ld d,a
Specifically it is the sbc a,l and sbc a,h that it is seeing as an unrecognised instruction. is it because of how you handled index registers? The opcodes for those are 8Dh and 8Ch, respectively.
1243
« 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  ) 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.
1244
« on: January 12, 2013, 12:53:57 am »
Really, this must be rather annoying, so I am sorry .__. This version has that issue fixed, hopefully nothing else was introduced :[
1245
« on: January 11, 2013, 10:31:18 am »
I know !_! Maybe TICalc will feature an offshoot of this project  That could be good competition for Portal >.>
Pages: 1 ... 81 82 [83] 84 85 ... 317
|