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

Pages: 1 ... 31 32 [33] 34 35 ... 77
481
TI Z80 / Re: GlassOS
« on: November 04, 2011, 10:38:50 am »
Thanks to Runer112 at cemetech for pointing this out: (oops @credit)



Turns out that I didn't set the column back to 0... and the corruption was the launcher screen.

Greyscale works perfectly now! Here it is:



This looks like it some SERIOUS potential for being the best graphics I've ever seen on a calculator. You can seriously go awesome places with stuff like that, like putting it in menus and good stuff. When I start getting into programming calcs from computers (not everything on calc like it is now for me) I'm going to start writing programs for this OS

482
Grammer / Re: Grammer 2-The APP
« on: November 04, 2011, 10:31:08 am »
hm...screenie? :)

483
Axe / Re: Mario?
« on: November 04, 2011, 10:25:57 am »
I mainly do that for prettiness cause I think LABEL(param param etc) looks awesome. Optimizing your source code is not really that useful.
EDIT: REPHRASE: optimizing the source code itself, making the source code itself smaller when it doesn't change the executable's size, isn't really useful. So stuff like comments and the label syntax change thing, when it doesn't affect the executable, isn't really useful.

484
The Axe Parser Project / Re: Assembly Programmers - Help Axe Optimize!
« on: November 04, 2011, 10:24:39 am »
Hm...I say this as an Axe programmer, not knowing ASM...how about UPSIDE DOWN TEXT! om nom nom nom

485
TI Z80 / Re: GrayDraw (Grammer)
« on: November 04, 2011, 10:23:33 am »
Keoni, you realize that doesn't answer his question at all, that just makes him feel bad?

486
TI Z80 / Re: LightsOff
« on: November 04, 2011, 10:22:48 am »
Mmm, very nice graphics. I laik

487
Axe / Re: Tilemap Collisions
« on: November 04, 2011, 10:22:19 am »
Changed for prettification and I think also speed gain:

Code: [Select]
:If getKey(2)
:If X
:!If CC(X,Y,X,Y+7)
:X--
:End
:End
:End
:
:
:Lbl CC
:{r2/8*12+(r1/8)+GDB1}→r5
:{r4/8*12+(r3/8)+GDB1}→r6
:r5+r6→R
:Return

I just love function based programming so much :)

488
TI Z80 / Re: Boxman
« on: November 04, 2011, 10:13:06 am »
rockbox? Rockbox has a really good snake clone.

489
Portal X / Re: Portal X
« on: November 04, 2011, 10:10:32 am »
Um, sure! most likely.

490
TI Z80 / Re: Boxman
« on: November 04, 2011, 10:10:05 am »
rockbox.org, it's an alternate firmware for mp3 players. It has this game with those same levels^^

491
Portal X / Re: Portal X
« on: November 04, 2011, 09:48:47 am »
Sorry, it's alreay been decided :P...

492
Art / Re: Monochrome art
« on: November 04, 2011, 09:47:28 am »
Keoni, you are champion at pixel art.

493
TI Z80 / Re: Boxman
« on: November 04, 2011, 09:45:18 am »
Its a remake of a game that I have on my mp3-player O.o

Hey, you rockbox? I knew those levels looked familiar.

494
TI Z80 / Re: mrmprog's game (now called Jump)
« on: November 03, 2011, 10:43:53 pm »
Do all of those! WOOT POWERUPS!

495
TI Z80 / Re: mrmprog's game (now called Jump)
« on: November 03, 2011, 10:41:02 pm »
shweet! what kinds?

Pages: 1 ... 31 32 [33] 34 35 ... 77