Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / [STICKY] The Posting Competition

Author
Message
mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 4th Feb 2013 16:13
Pff. It's ain't cewl

*** Merry Chuckmas! ***
budokaiman
FPSC Tool Maker
15
Years of Service
User Offline
Joined: 24th Jun 2009
Playing: Hard to get
Posted: 4th Feb 2013 16:23
I have a page.

nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 4th Feb 2013 16:24 Edited at: 4th Feb 2013 16:24
I have cookies... I had cookies.


@TheComet@
@TheComet@
@TheComet@
@TheComet@
@TheComet@


Did that label issue get ironed out in time?


Silence is golden, duct tape is silver
Yodaman Jer
User Banned
Posted: 4th Feb 2013 16:26
Anyone else here use Unity on Windows 8 64bit?

I'm having some strange issues with raycasting and the CharacterController; it's like the physics engine is freaking out for some reason! No one else seems to be having troubles and it's making development impossible, at the moment.

Maybe now would be a good time to check out the now-free Torque 3D...

TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 4th Feb 2013 16:37
@nonZero@
@nonZero@
@nonZero@
@nonZero@
@nonZero@


Quote: "Did that label issue get ironed out in time?"


https://bitbucket.org/TheComet/ponycraft-prototype/src/5bfa9076e6ca74ee957915c244fb83798b1a9764/source/GUI.dba?at=master#cl-1723

It's correct here, I'm using a Swiss keyboard. QWERTZ rules, QWERTY drools!

But yes, I'll add another function. Are there any people who have anything besides the standard layout?

Maybe I'll add a menu at the beginning, "Hello user. Please press every combination of keys you can think of on your keyboard."

TheComet

http://blankflankstudios.tumblr.com/
"ZIP files are such a retarded format!" - Phaelax
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 4th Feb 2013 17:50
Quote: "This is such a retarded resolution."

When I was looking for a laptop, anything with a 1366x768 screen was immediately disqualified.

320x224
Indicium
17
Years of Service
User Offline
Joined: 26th May 2008
Location:
Posted: 4th Feb 2013 18:20
2k lines of GUI, owch. You're going to enjoy Ogre.


They see me coding, they hating. http://indi-indicium.blogspot.co.uk/
Dar13
17
Years of Service
User Offline
Joined: 12th May 2008
Location: Microsoft VisualStudio 2010 Professional
Posted: 4th Feb 2013 18:45
I only had a simple main menu GUI(three buttons) and a basic options menu and I was at 1k lines. CEGUI is painful if you don't use the XML.

nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 4th Feb 2013 19:10 Edited at: 4th Feb 2013 19:25
@TheComet:

Quote: "It's correct here, I'm using a Swiss keyboard. QWERTZ rules, QWERTY drools!"


QWERTZ? Ah, I see. Heretic keyboards eh? Thought they were just urban legends...

Btw, wouldn't it be better to do this and have them precomputed instead as rolling through IFs costs cycles and you'll lose cycles UNTIL the exit condition is found or all fail. Lotta cycles.



Mayhaps I'll cook something up later after supper.

...lol, I posted that in the wrong thread coz I was multi-tasking.

Oh, btw, have been watching all day, waiting


Silence is golden, duct tape is silver
budokaiman
FPSC Tool Maker
15
Years of Service
User Offline
Joined: 24th Jun 2009
Playing: Hard to get
Posted: 4th Feb 2013 19:11
Another slice of points? Don't mind if I do.

nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 4th Feb 2013 19:39
Aaaaargh! I cannot work on two PCs and chat on my fone and cook at the same time! I need more power!


Silence is golden, duct tape is silver
Indicium
17
Years of Service
User Offline
Joined: 26th May 2008
Location:
Posted: 4th Feb 2013 20:47
Quote: "CEGUI is painful if you don't use the XML."


We're not using CEGUI, so maybe that's why. We're using something called Gorilla, I didn't write the code myself but looking at the gui source file it is only 224 lines, excluding the header.


They see me coding, they hating. http://indi-indicium.blogspot.co.uk/
nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 4th Feb 2013 21:42 Edited at: 4th Feb 2013 21:43
@TheComet:

This is what I meant in my earlier post re: the simplifying of the code (Assuming I understood the purpose correct ). It's a moot point now, I know, but why not anyway.

Disclaimer: There are prolly loads of errors in this, but it's the gist that matters and I'm sleepy (and I ate too much pasta earlier)


Overly verbose way of illustrating the if-removal.

@TheUniverse:
I have got to actually DO something with all these game plots, sketches and other crap lying in my WIP folder. Please, bring me something.


Silence is golden, duct tape is silver
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 01:08 Edited at: 5th Feb 2013 01:08
Zero divided by zero is a very interesting thing... See, 3 rules apply to it, first being that any number divided by zero is undefined, the second being zero divided by any number is zero, and the third being that any number divided by itself is one. Personally, I'd go with the third rule. Oh how I love numbers!

This signature is non relevant
Dar13
17
Years of Service
User Offline
Joined: 12th May 2008
Location: Microsoft VisualStudio 2010 Professional
Posted: 5th Feb 2013 01:10
Quote: "We're not using CEGUI, so maybe that's why. We're using something called Gorilla, I didn't write the code myself but looking at the gui source file it is only 224 lines, excluding the header."

I had looked at Gorilla, but it seemed to be more focused on 2D drawing than a full-fledged GUI(built-in widgets and ways to link the widgets' actions to the application). How is Gorilla for GUIs?

Indicium
17
Years of Service
User Offline
Joined: 26th May 2008
Location:
Posted: 5th Feb 2013 01:21
Quote: "it seemed to be more focused on 2D drawing"


Yes, I suppose that's a good point. We didn't really need much from it, I'll show you what we used it for. (Attached) I don't know how it is to use, like I said, I didn't write it. I haven't written much for that matter, but we'll skip over that.


They see me coding, they hating. http://indi-indicium.blogspot.co.uk/

Attachments

Login to view attachments
Dar13
17
Years of Service
User Offline
Joined: 12th May 2008
Location: Microsoft VisualStudio 2010 Professional
Posted: 5th Feb 2013 02:03
@Indicium
Ah, I see. CEGUI would be a bit overkill for something like that(read: a *lot* overkill).

Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:22
That's an interesting smell...[/i][u][/u][i]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:24
Maybe I'll just use two 4:16 de-multiplexers with the data input tied to ground to control the 32 rows.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:25
You shall have twenty-two 24:216 de-multiplexers with the data input tied to ground to control the 232 rows.

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:26
That is trippy! thing is, that would control 22*216 rows.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:28
No, it would control exactly 2222222222222222222222222222222222222222222222222 rows.

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:29
Pft! Maybe I want to use some transistors to allow for all of that current.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:31
Maybe you want to use some transistors to allow for your face!

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:32
Don't make me use the pull up resistors on your face >=|

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:33
I used resistors on your mom last night.

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:34
You wanna go there?? Alright, I'll use the bypass capacitors.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:35
AND THEN DARK BASIC DUDE79 WAS THE BYPASS CAPACITORS[i][/i]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:37
Bright Complex Chick 88 says hi

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:38
Bright Complex Chick 89 says Bright Complex Chick 88 says hi

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:39 Edited at: 5th Feb 2013 02:39
Regular Intermediate Hermaphrodite 666 is homosexual

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:41
There's another of those interesting smells...[i][/i]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:42
Perhaps the hermaphrodite is creating the smell; he/she farts a lot

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:43
Exhaust fans initializedated!

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:44
So many suffixes!

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 02:58
Don't even blink.[/i][/u][i][u][i][/i][/b][u][/u][b][center][/center]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 02:59
Blink, but only one eye at a time.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:01
That is acceptable.[i][/i][/u][/b][b][u]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:02 Edited at: 5th Feb 2013 03:03
Use PWM blinking, and in only one eye at a time to be acceptable and look like your'e never blinking.

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:03
Your d and f always blinking!

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:04
OMFG ENTER KEY YOU SHALL DIE IN YOURE'S SLEEP[u][/u]

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:08
Need to finish that SSAO shader at some point.

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:09
yea[u][/u][b][/b][i][/i]

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:12
Just gotta optimize it and make it less noisy.[i][/i]

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:13
Hi, I'm Billy Mays with OxyClean!

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:16
Bye, I'm Milly Bays with CarbonDioDirty!

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:17
xD[u][/u][b][/b]

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:17
So this is it. This is post 33,998.

320x224
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 5th Feb 2013 03:18
Get ready for points![i][/i][u][/u]

This signature is non relevant
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 5th Feb 2013 03:18
[/i][u][/u][i][i][/i][center][/center][/b][b]

320x224

Login to post a reply

Server time is: 2025-06-14 04:22:17
Your offset time is: 2025-06-14 04:22:17