Comments

Commented 12 years ago2012-08-31 04:39:07 UTC in journal: #7956 Comment #45717
And those who what? And those who WHAT!?
Commented 12 years ago2012-08-31 02:42:07 UTC in journal: #7956 Comment #45726
Heh heh heh.
Commented 12 years ago2012-08-31 00:03:55 UTC in journal: #7954 Comment #60985
I guess I am confused a bit. I am most of the time, though.

I did set the images to be doublebuffered, it helped but didn't eliminate the problem. Of course, it was one of the first games I ever coded from scratch, so I guess problems like that are to be expected. :P
Commented 12 years ago2012-08-30 23:29:48 UTC in journal: #7954 Comment #60979
Visual Studio 2008 uses VB.NET 9.0, which is .NET 3.5. If you were using VB 6.0, you would be using Visual Studio 6 which was released in 1998. I think you might be a little confused :)

Anyway, assuming you're using WinForms, it's not optimised to do animated graphics. It's not difficult to hook into a control's "Paint" event and do your drawing on a lower level, I've done this and performance is reasonable. The rendering issues you were getting with transparent images is probably because you didn't set the control's "DoubleBuffered" property to true. 3D capabilities are available in .NET via frameworks like XNA (for Direct3D) and OpenTK (for OpenGL).

@Stu: VB.NET 6.0 doesn't exist, the first version of VB.NET is 7.0. It's the direct successor to VB6.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
Commented 12 years ago2012-08-30 20:53:29 UTC in journal: #7953 Comment #60027
Ooh. I may try when I'm back on Windows then.
Commented 12 years ago2012-08-30 20:52:01 UTC in journal: #7954 Comment #60986
VB6 is not the same as VB .NET 6.0.

VB6 is at least 15 years old and you may not even know it.
Commented 12 years ago2012-08-30 19:59:18 UTC in journal: #7953 Comment #60024
Great now the server is haunted
Commented 12 years ago2012-08-30 19:53:29 UTC in journal: #7953 Comment #60018
I am the ghost in that shell
Commented 12 years ago2012-08-30 17:56:19 UTC in journal: #7954 Comment #60984
It's 6.0, (from VB Express '08) but according to Wikipedia it can be converted/upgraded to VB.NET. It would seem it either doesn't do this automatically, or there is some different method from the one we used in class, because I've never come across 3D support, and trying to use moving 2D raster images with transparency leads to visual glitches if the background is comprised of images as well.
Performance drops are also present when you try to add more than a few moving objects at once (killing them when they get offscreen) as the game I made in grade 9 can attest to.
Commented 12 years ago2012-08-30 15:54:42 UTC in journal: #7953 Comment #60033
Are you a kitty cat :D
Commented 12 years ago2012-08-30 13:03:27 UTC in vault item: deathrun_sandlab Comment #17738
:P
Commented 12 years ago2012-08-30 12:35:23 UTC in journal: #7954 Comment #60978
@Jeff: If it's VB.NET than it's exactly the same compiled code as anything written in C#. I can assure you that it can render far more than just sprites without hassle. If it's VB6 or under, then you might be right as I've never used it, but I would be quite surprised if even that didn't have reasonable graphics capabilities.

@Striker: Even though most pseudorandom number generators use timestamps (among other things), you won't get similar results from similar timeframes unless you generate two in the exact same millisecond using two generators that have been created with with the same initial seed value. I would say that the similarity of results you're seeing is based on a small sample size.
Commented 12 years ago2012-08-30 10:53:50 UTC in journal: #7953 Comment #60017
I live in that box
Commented 12 years ago2012-08-30 10:19:02 UTC in journal: #7954 Comment #60982
Hmm... well, in the end, this is nice.

But will it blend?
Commented 12 years ago2012-08-30 10:09:11 UTC in journal: #7954 Comment #60977
"Gays is Homosexual!"

lol'd for so very many reasons.
Commented 12 years ago2012-08-30 10:01:14 UTC in journal: #7954 Comment #60983
Visual Basic, which I learned in school. It's not good at heavy lifting, it can't render even sprites, but it is simple to work with for things like this. And yeah, the headlines aren't 100% random, they use the pseudo random ".next" function to select sets of phrases (defined in my code as either nouns or actions) then put them in one of 4 or 5 (can't remember which offhand) headline structures.

Not sure why I included only Dimbark. Was contemplating adding Archie and Urby as well. I knew Dimbark would react well to it, I guess.

Scotch: I did have a grammar disclaimer, but it seems from Dimbark's screenshot that it either disappeared on the final compile and I didn't notice, or it only shows up on WinXP.
Commented 12 years ago2012-08-30 09:38:52 UTC in journal: #7954 Comment #60981
"Will the US military find chemical weapons inside Dimbark?"

Seriously, why did you include only Dimbark?

Anyway, I can tell that you're using the pseudorandom generator included with most programming languages. Multiple results from a specific timeframe are similar.

This is somewhat amusing, I made a random poetry generator 2 years ago.

What's this btw? C# ?
Commented 12 years ago2012-08-30 08:25:41 UTC in vault item: deathrun_sandlab Comment #18677
Well excuse me princess. At least mark it as noob-unfriendly.
Commented 12 years ago2012-08-30 05:38:22 UTC in journal: #7953 Comment #60023
User posted image
Same building design. Mine would be the most left balcony in the img.

There are no laws saying that you can't put windows in balconies. A lot of people knock out the inner window and wall to get a bigger room.

@Stu
Just try i have some plugins running that allow non-steam to connect maybe WON works :)
Commented 12 years ago2012-08-30 04:31:56 UTC in journal: #7953 Comment #60014
I was going to ask why it's on the balcony, but then I saw everyone else ask the same question... so,

Why is it on the balcony?

Awesome :D

Btw, I'm guessing it's not an outside balcony, but instead it's an inbuilt one that's within the building, like these ones for example:
User posted image
...but his one has windows covering it. Simples.
Commented 12 years ago2012-08-30 01:24:45 UTC in journal: #7954 Comment #60980
"Will Gordon Freeman is the life, the universe and everything?"
Uh-oh.
Commented 12 years ago2012-08-29 23:46:33 UTC in journal: #7954 Comment #60987
I lol'd.
User posted image
Commented 12 years ago2012-08-29 23:11:43 UTC in journal: #7953 Comment #60013
No, he meant his balcony is running Windows.
Commented 12 years ago2012-08-29 22:30:42 UTC in journal: #7953 Comment #60011
1: find big cardboard box
2: remove one side of said box
3: waterproof it with kitchen plastic wrap or loads of paint or both
4: place it over server
5: fuck the rain away
Commented 12 years ago2012-08-29 22:20:02 UTC in journal: #7953 Comment #60008
Aewsome :D
Commented 12 years ago2012-08-29 21:34:41 UTC in journal: #7953 Comment #60006
A balcony with windows... foreign buildings are strange. Balconies don't have windows.
User posted image
Commented 12 years ago2012-08-29 20:56:51 UTC in journal: #7949 Comment #55371
Cold in Summer and hot in Winter?... Yeah, I think I could pull that off.
Commented 12 years ago2012-08-29 19:52:02 UTC in journal: #7953 Comment #60010
Disco- you mean you don't have an iSun in your room yet???
Commented 12 years ago2012-08-29 19:33:26 UTC in journal: #7953 Comment #60030
Nope. Steam and WON can work together perfectly well, if the server master can configure it.
Commented 12 years ago2012-08-29 19:28:20 UTC in journal: #7953 Comment #60026
I figured that was not the outside window, partly due to sunlight coming from the opposite side :P

And no, by experience, WON HL connections are refused by Steam HL servers.
Commented 12 years ago2012-08-29 18:52:50 UTC in journal: #7953 Comment #60022
The balcony has windows in it that one in the picture is my room window. There was a metal thing (not sure how its called) on that PU foam there. Overheating is not an issue. I might move it closer to the wall to avoid sunlight.
Its steam but i think WON can also connect to it.
Commented 12 years ago2012-08-29 18:10:38 UTC in journal: #7953 Comment #60025
Yeah seeing how neatly installed your window is, your server setup doesn't surprise me in the least.

Shield it from sunlight at least, it will cause it to overheat and heavily damage the paint/plastics through UV radiation. Same with the cables, they'll be all crackly and yellow in a few weeks and it won't be long before they are cut by their own weight.

Sunlight and water kill about everything.

Now, with that aside, is it a WON or Steam HL server? I can do WON...
Commented 12 years ago2012-08-29 17:45:08 UTC in journal: #7953 Comment #60021
The balcony in question has a good rain protection system called windows :)
Commented 12 years ago2012-08-29 17:32:06 UTC in journal: #7953 Comment #60009
Awesome :D
Commented 12 years ago2012-08-29 17:27:17 UTC in journal: #7953 Comment #60004
... it rains.
Commented 12 years ago2012-08-29 14:53:07 UTC in journal: #7953 Comment #60020
Less noise when im sleeping :)
Commented 12 years ago2012-08-29 14:12:04 UTC in journal: #7953 Comment #60029
Fresh air :D
Commented 12 years ago2012-08-29 12:56:49 UTC in journal: #7953 Comment #60005
Can't believe we got to the eighth post before somebody asked that...
Commented 12 years ago2012-08-29 12:29:07 UTC in journal: #7953 Comment #60003
Why is it on the balcony?
Commented 12 years ago2012-08-29 12:02:22 UTC in journal: #7953 Comment #60032
:|
Commented 12 years ago2012-08-29 12:02:20 UTC in journal: #7953 Comment #60031
Awesome :D
Commented 12 years ago2012-08-29 10:55:19 UTC in vault item: deathrun_sandlab Comment #18676
You suck for not knowing bhop :D
You damn well know that server is full on this map :)
Commented 12 years ago2012-08-29 10:51:24 UTC in vault item: surf_ski2clarion Comment #20091
Best surf map edit ever.
Commented 12 years ago2012-08-29 10:51:03 UTC in vault item: deathrun_sandlab Comment #20090
I hate it, it sucks, its too hard, i hate it.
Commented 12 years ago2012-08-29 09:43:35 UTC in journal: #7953 Comment #60012
Awesome D:
Commented 12 years ago2012-08-29 09:22:37 UTC in journal: #7949 Comment #55357
Essentially what this means is that Australia should just man up and admit that their winter is actually summer - sort this whole seasons business out.
Commented 12 years ago2012-08-29 09:02:36 UTC in journal: #7953 Comment #60019
Oh you trolls :D