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

Pages: 1 ... 226 227 [228] 229 230 ... 253
3406
Site Feedback and Questions / Re: Just an Idea - initial post on every page
« on: November 14, 2010, 06:08:56 pm »
Worst-case scenario, people could just edit their first post, which by default limits it to the person who started the topic and staff.
...
Maybe (if the mod works) label the first post as important by default?
I was implying that.  What I meant was the people who could edit it would already be limited, no changes required.
It would be nice to be able to select which post to pin/labal/flag/whatever, though.

3407
Site Feedback and Questions / Re: Just an Idea - initial post on every page
« on: November 14, 2010, 05:00:48 pm »
Worst-case scenario, people could just edit their first post, which by default limits it to the person who started the topic and staff.

3408
Humour and Jokes / Re: 1000 things SirCmpwn should include in KnightOS
« on: November 14, 2010, 04:57:26 pm »
23: get help from TI

3409
Humour and Jokes / Re: 1000 things SirCmpwn should include in KnightOS
« on: November 14, 2010, 03:26:50 pm »
22: obliterate a good chunk of the memory and call it a feature

Can someone explain the reverse polish sausage thing?

3410
TI Z80 / Re: Breakout clone
« on: November 14, 2010, 03:19:37 pm »
I don't know how it worked, but something i did made the screen turn blue, but I can't remember what it was...

EDIT....
here it is

Code: [Select]
Repeat 1=2
If getKey=15
Goto E
End
-1→B
62→A
Repeat A>62
Shade(A)
A+B→A
If A<1
-B→B
End
End
End
Lbl E
Shade(47)

Remember that?  I think I still have that program :P

Glad to hear it's working. :)

@Darl181 I think he means test mode blue screen. The one that can damage the screen if left like that for a minute.
What I don't get is the "test mode" part.  Is this something TIOS does?

Also, great to see the update ;D

Quote
Beat this :P :
Hmm, how long did that take?

OK, downloaded and sent to calc.

3411
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 13, 2010, 07:09:45 pm »
808: You've noticed this list is getting close to 42 pages.
That should be laz0r, by the way.
Is that a zero or capital letter O?

3412
Web Programming and Design / Re: RFG Image Uploader
« on: November 13, 2010, 07:06:24 pm »
Left/right arrows, that increment 5 frames or something?
That or have it a default value.

3413
Web Programming and Design / Re: RFG Image Uploader
« on: November 13, 2010, 07:00:19 pm »
Maybe have people choose, or it default to a third of the way through or something?

3414
TI Z80 / Re: The World's Hardest Game
« on: November 13, 2010, 06:42:00 pm »
In the screenshot, it's light purple.  I was thinking of copying this to the calc version.

So far, so good.  I finally got the xor bug fixed (well, not fixed, but remedied so it won't happen)

3415
Miscellaneous / Re: What is your avatar?
« on: November 13, 2010, 01:31:59 am »
Look at my avatar.  It's the same effect horizontally and vertically.
Yes, behind "DARL 181" it's grayscale.
You're kind of right on the rectangles...RectI(0,rand^64,96,1)r

3416
TI Z80 / Re: The World's Hardest Game
« on: November 13, 2010, 01:26:50 am »
Wow that looks hard but extremly fun to play. Great job!

Btw is there a maximum of levels we can have at once, or is it just limited by memory?
If I can find out a good way to optimize it, I could allow up to 100 levels (1000 is kind of overkill)
For now, nine.
* Darl181 looks at runer112's optimization from early on

Also, the poll has been edited

3417
TI Z80 / Re: Breakout clone
« on: November 13, 2010, 01:03:23 am »
You got the really blue screen?  What effect were you trying?

3418
Miscellaneous / Re: What is your avatar?
« on: November 12, 2010, 02:30:58 pm »
I'm debating whether I should change my avatar to this

3419
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 12, 2010, 02:24:37 pm »
803: you did that ↓

Yes, it's a lot like my avatar :P

3420
TI Z80 / Re: Breakout clone
« on: November 12, 2010, 02:11:13 pm »
I spent about half an hour in endless mode.
A few limits might help to keep the game challenging and interesting.

1) Paddle width--after a while it was wider than the screen, so you could just leave it and/or watch the score increase ;D
2) # of balls limit--there were about 20 by the time I got tired of it
3) some way to keep track of the score if it goes over 65535.  It looped six or seven times :P
Code: [Select]
Disp <Score>,i,"65535 times ",<Var>  With <var> incrementing by 1 each 65535 or something. 
I kind of replicated it, but didn't get nearly as far this time :P
video (it was too big)

Pages: 1 ... 226 227 [228] 229 230 ... 253