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 - Builderboy

Pages: 1 ... 348 349 [350] 351 352 ... 375
5236
TI Z80 / Re: New Shift Levels
« on: November 03, 2009, 07:09:51 pm »
Oh blarg, I forgot to change the level editor x.x

"runs off"

But yes, any levels would be greatly appreciated :)

5237
TI Z80 / Re: Basic FPS Wolfenstein
« on: November 03, 2009, 10:21:30 am »
Actualy, since Matrixes and Lists have fixed size, the only difference should be the difference in data type.

 If you make a 999 dimension List and access the very first element, it will take the same amount of time as accessing the 999'th element.  The lengths of each element are fixed, so the data is Random Access. (at least according to my tests) Strings on the other hand, sometimes have 1 byte tokens and sometimes have 2 byte tokens, so the TiOS is forced to search through the entire string for the one you want, which is one of the reasons strings are so slow.

Its interesting why Matrixes would be faster than a list, because in calculator memory, a matrix would be stored exactly the same as a list (calculators don't have 2d memory XD) so there must be some other thing that is giving the speed difference.

5238
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 11:50:13 pm »
Well, you also need to take into account when you actually need speed.  In some scenarios, an increase in speed, however significant, does not pose any advantage.  This is particularly applicable in menus :)

5239
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 06:46:04 pm »
I actually think Boolean statements would make this less memory efficient O.O for the If X=#, that has 5 bytes worth of info:

1:Newline
2:If
3:X
4:=
5:#

but if we were to combine this into a single line with Boolean expressions, not only would we now need to close most parenthesis, but the Boolean expression would take up equal space

(X=#) has 5 bytes as well, but in Boolean expression, you need to close all the parenthesis in each expression except the last

5240
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:26:46 pm »
Aha, well, since D is an imaginary number, it will throw an error if plugged into the Text( command.  Note that if there is a single imaginary number in a list, it turns the entire list into imaginary numbers, even if they have no imaginary part to them

The fix?  Throw an imag( in there at the right place.

5241
TI-BASIC / Re: Ugh. ERR: ARGUMENT.
« on: November 02, 2009, 05:06:26 pm »
Hmmm, I can't can't get it to misbehave on my calculator...  Where are you getting the error?

5242
Pokémon Purple / Re: Pokemon Purple
« on: November 02, 2009, 10:16:41 am »
Nooo! Thats mine! >:D

:P

5243
F-Zero 83+ / Re: F-Zero Progress Thread
« on: November 01, 2009, 01:47:17 pm »
Yes!  Keep going with Fzero! ;D

5244
TI Z80 / Re: New Shift Levels
« on: November 01, 2009, 01:45:44 pm »
Alright, the new version of Shift has been uploaded!  Both to TiCalc, and to the downloads section!

5245
TI Z80 / Re: New Shift Levels
« on: October 31, 2009, 10:37:14 am »
I will be releasing the new version soon.  Along with a tiny itsy bit of new features it will also have bug fixes and stuff like that (and 1 new level).

5246
News / Re: Shift, Trapped released and site updates
« on: October 31, 2009, 10:35:50 am »
Thanks! ^^ I seem to recreate a lot of games these days :P

5247
News / Re: Noahbaby94 retires
« on: October 30, 2009, 07:21:16 pm »
:( It'll be sorry to see you go Noahbaby94.  I remember you were the one who originaly invited me over here in the first place :).  Well, hope you do good in school and all else.  Good luck!

5248
TI Z80 / Re: New Shift Levels
« on: October 30, 2009, 12:27:52 am »
I will be releasing a new version shortly witch has some bug-fixes, updates, and upgrades, and a single new level XD

I am working on a new feature which will be present in the 2.0 release, along with a lot more levels.

5249
TI Z80 / Re: New Shift Levels
« on: October 30, 2009, 12:16:11 am »
jsj795, in the new version, there is a much nicer and user friendly custom input routine, so that error is eliminated.

(also, the program uses all built in lists to begin with, so they are not a good place to store them)

5250
Humour and Jokes / Re: Buy {AP}s online
« on: October 29, 2009, 05:48:28 pm »
Nonsense!

Pages: 1 ... 348 349 [350] 351 352 ... 375