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

Pages: 1 ... 40 41 [42] 43 44 ... 68
616
Miscellaneous / Re: Birthday Posts
« on: August 20, 2012, 04:11:36 pm »
Happy birthday, Juju!
* blue_bear_94 lost

617
Computer Projects and Ideas / Re: Ludum Dare 14
« on: August 16, 2012, 12:34:44 pm »
Yes. Also, I believe it's 24. I might participate if I learn some more Java...

618
Gaming Discussion / Re: Best/Favorite Fighting Game
« on: August 08, 2012, 04:10:54 pm »
Super Smash Bros. Brawl.

Likewise.

619
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 08, 2012, 01:13:28 pm »
3194: You wish the rule against MLP were still there.

620
Miscellaneous / Re: What is your avatar?
« on: August 07, 2012, 05:17:17 pm »
Mine is now a bit of TIGCC code with my name and some lightning.

621
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 07, 2012, 05:16:18 pm »
3188: You don't have a MLP avatar
3189: You know the exact percentage who does
* blue_bear_94 lost

622
General Calculator Help / Re: Game Dev Process
« on: August 07, 2012, 11:00:07 am »
I usually come up with an idea, then jump in before planning. I usually make the title screen first, although this was not the case in Runespel and Kraphyko.

623
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 05, 2012, 11:06:22 am »
3166: You carry the TIGCC documentation with you
3167: You have your "programming tools" on every computer at home.

624
TI 68K / Re: Kraphyko, Decthyth, and the Illusiat 12 port
« on: August 04, 2012, 12:43:12 pm »
Update: Due to the lack of support, I will probably not finish the Illusiat 12 port. What I have done is attached.

625
Introduce Yourself! / Re: Hello World
« on: August 04, 2012, 12:39:36 pm »
Hard to tell if my Sunrise 3 peanuts are in there.

626
TI-Nspire / Re: OSLauncher 3.1
« on: August 02, 2012, 03:05:00 pm »
Anyway, it would be quite slow, and you'll need to remap the keys.

627
Axe / Re: Bullet adding subroutine
« on: August 02, 2012, 02:58:59 pm »
Okay... first, this is a library file with ASB and RSB as subroutines. Also, r1 through r6 are the arguments, so if you use sub(ASB,A,B,C,D), then A, B, C, and D get loaded into r1, r2, r3, and r4 respectively.

Code: [Select]
r4->{r3->{r2->{r1->{B+1->B*4-L4-4}+1}+1}+1}
means...
*(*(*(*(4*(++b)-tempSwapArea-4)=r1)=r2)=r3)=r4;
or...
b++;
int aaa=4*b-tempSwapArea-4
*(a)=r1;
*(r1)=r2;
*(r2)=r3;
*(r3)=r4;
As for the second part...
Code: [Select]
Copy(r1*4+L4+4,-4,B-1->B-r1*4+1)
means...
memcpy(-4,4*r1+tempSwapArea+4,(--b)*4+1);
/*-4 is same as 65532*/
or...
b--;
memcpy((char*)(-4),4*r1+tempSwapArea+1,4*b+1);
/*dest,src,size*/

Hope this clears things up a bit.

628
Humour and Jokes / Re: Derpy Astley
« on: August 02, 2012, 02:45:08 pm »
I don't even like ponies.

629
Introduce Yourself! / Re: Hello World
« on: August 02, 2012, 02:44:35 pm »
Anyway, moar:
!peanuts

630
Introduce Yourself! / Re: A wild nyanfly appeared!
« on: August 02, 2012, 02:40:25 pm »
* blue_bear_94 lost
Anyway, have more peanuts.
!peanuts

Pages: 1 ... 40 41 [42] 43 44 ... 68