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 ... 86 87 [88] 89 90 ... 253
1306
News / Re: Webchat now available in the navigation bar
« on: October 13, 2011, 12:21:15 am »
What's weird is removedfromgame used to be blocked, and now it isn't.  Idk what's up with the system :P

1307
Axe / Re: Routines
« on: October 13, 2011, 12:12:09 am »
Another one :P

How feasible would it be to make xoring lines/circles?  I just got a freaking huge optimization in Essence :D but it requires that whatever draws to the buffer inverts its pixels :|
(the explosions are lines+a circle and the blitz gun is made of lines as well)

1308
News / Re: Webchat now available in the navigation bar
« on: October 12, 2011, 03:10:46 pm »
Hm, withg is blocked here so this doesn't work, and neither does omnom b/c http omni is blocked x.x

Works great at home tho ;D

1309
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 12, 2011, 11:43:22 am »
2410: if you see a GIF image thats very fast, you automatically go tap CTRL very fast to slow it down
Correction: F12
Correction #2: Hold down PrintScreen >:D
(I once crashed windows 7 doing this)

1310
Graviter / Re: Graviter
« on: October 12, 2011, 12:07:22 am »
"insert (1) coin"
Win.

What happens if you hit the track?  Are you "electrocuted" or something?

1311
Miscellaneous / Re: !!! IMPORTANT !!! HELP !!!!!!
« on: October 11, 2011, 11:09:50 pm »
It was his friend, trolling him.

1312
Humour and Jokes / Re: Weird/funny pictures thread
« on: October 11, 2011, 10:40:57 pm »


If only...

1313
Axe / Re: Routines
« on: October 11, 2011, 09:10:46 pm »
Ok, I'm confused.  Using the ideas from Deep's post I threw something together:
(S,T)="(X1,Y1)"
(X,Y) are manipulated
(N,O)="(X2,Y2)"
Spoiler For Code:
Quote from: Axe
.ATEST1
40XY
48S
32T
Repeat getKey(15)
If getKey(54)
ClrHome
Disp "N",N>Dec,"  O",O>Dec,i,"X",X>Dec,"  Y",Y>Dec
While getKey(54)
Pause 10
End
End
X+getKey(3)-(getKey(2))X
XN
Y+getKey(1)-(getKey(4))Y
YO
If N>>95
95N
(95-S)//(X-S)*(O-T)O
O+TO
End
If O>>63
63O
63-T//(Y-T)*(N-S)N
N+48N
End
If N<<0
-1N
~S//(X-S)*(O-T)+TO
End
If O<<0
-1O
~T//(Y-T)*(N-S)+SN
End
Line(S,T,N,O)
DispGraphClrDraw
Pause 20
End


Generated by the BBify'r (http://clrhome.tk/resources/bbify/)
But for some reason, once the manipulable point goes off-screen, the program does something wrong and will only draw horizontal or vertical lines.  I'm suspecting it's rounding down to zero where the division happens, but idk.

After screwing around with it for a bit, I got this:
Spoiler For Code:
Quote from: Axe
.ATEST2
40XY
48S
32T
Repeat getKey(15)
If getKey(54)
ClrHome
Disp "N",N>Dec,"  O",O>Dec,i,"X",X>Dec,"  Y",Y>Dec
While getKey(54)
Pause 10
End
End
X+getKey(3)-(getKey(2))X
XN
Y+getKey(1)-(getKey(4))Y
YO
If N>>95
95N
(95-S)//(N-S)*(O-T)O
O+TO
End
If O>>63
63O
63-T//(O-T)*(N-S)N
N+48N
End
If N<<0
-1N
~S//(N-S)*(O-T)+TO
End
If O<<0
-1O
~T//(O-T)*(N-S)+SN
End
Line(S,T,N,O)
DispGraphClrDraw
Pause 20
End


Generated by the BBify'r (http://clrhome.tk/resources/bbify/)
...and it somewhat* works, I have no idea why but it does. :P

So um yeah, I guess have a really unoptimized line routine (with other stuff thrown in)! ;)

*watching the screenie, you can tell the endpoint of the line is fixed on the edge, so the slope doesn't change accordingly...?

EDIT: btw it runs a bit slower than it should b/c there's a Pause 20 in there.  It can run faster than in the screenshot.

1314
Site Feedback and Questions / Re: How we can improve Omnimaga?
« on: October 11, 2011, 06:43:26 pm »
This kind of got lost and forgotten in a deluge of newer posts, so I'll put it here as well..
Can the Quick Modify button be given an alt text?  Since http omni is blocked here at school the button doesn't load unless it's in the cache..I keep thinking it's working then it disappears x.x
The vote up/down buttons have this, but the quick modify doesn't :\

1315
Art / Re: More emoticons for Omni!
« on: October 11, 2011, 06:40:16 pm »
It might be nice to not have a truckload of them...we don't want to draw too much interest away from calcs ;)
Personally I try to use smilies/emoticons/whatever just to convey something words either don't say very well or do it in a lot less chars..but to have a smilie for every thing is kind of overdoing it imho.

1316
Art / Re: More emoticons for Omni!
« on: October 11, 2011, 06:16:00 pm »
True.  Iirc there was some plan to make some sort of organization system for it but idk what happened to that :P

1317
Axe / Re: Axe Q&A
« on: October 11, 2011, 02:48:51 pm »
Which would be faster/more optimized to check for?
If rand^2
or
!If rand^2
Or would they be the same?

1318
Art / Re: More emoticons for Omni!
« on: October 11, 2011, 02:44:36 pm »
0.o we have a ton of emoticons

EDIT: woo ideas, tho it pretty much already exists with :crazy: ...
EDIT2: re-uploaded, 0.o doesn't work well for a file name apparently (truncated the gif part :P)

1319
Art / Re: More emoticons for Omni!
« on: October 10, 2011, 08:05:28 pm »
Tried my hand at the ninja thing.  Gimp was acting up so it took forever but w/e.

1320
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 10, 2011, 07:46:49 pm »
2354: You start fantasizing about if you had items from calc games IRL
* Darl181 fires some bouncers around the thread and scampers

[in response to previous page]
woo I know this one too, but I'll let someone else get it this time :P
* Darl181 also knows who the author is, extra credit?  ;D

Pages: 1 ... 86 87 [88] 89 90 ... 253