Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by Banedon
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
User Post
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1234/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:00 PM, in Yeah! Link
Yeah, unreadable layouts are bad. I keep layouts turned off though, because they take too long to load on dialup...

Hello and welcome to Acmlm's. It is impossible to leave.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1235/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:02 PM, in not sure where to put this, but im back! ^_^ Link
I don't remember you, but I had various periods of gone-ness in 2004..

Welcome back to Acmlm's. Further proof that it is impossible to leave.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1236/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:04 PM, in I'm New Link
Actually, I've seen some boards that DO have a single thread for all the newbies to introduce themselves. I prefer a forum though...at a place like this, a single thread for all newbies would be frickin huge.

Hello and welcome to Acmlm's. It is impossible to leave.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1237/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:06 PM, in Yo! Link
I first posted at message boards when I was 14, and I at least made an attempt to use proper spelling and grammar, although I did (and still do) make a lot of typos...

Hello and welcome to Acmlm's. It is impossible to leave.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1238/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:14 PM, in Congratulations to new staff! Link
I'm finding it kinda hard to get used to my new color...I've been blue for over three years.

It's like when I changed usernames...I wasn't used to seeing "Banedon" appear everywhere instead of "comm128"...
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1239/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:18 PM, in Congratulations to new staff! Link
Yes, I am the one they used to call comm128. (Well, they would sometimes capitalize it or leave off the numbers...)

I changed names around October of 2003.
(restricted)
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1241/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:37 PM, in Searching Link
Originally posted by Ice Man
There is a search function, but it's only deserved for admins.


Actually, I can see it, and I'm a local mod...I'm not sure if I see it because I'm staff, or because it was added in the recent update, though...
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1242/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 04:47 PM, in Minish Cap: Last Top Down Zelda Game ? Link
I love 2D games, and don't really like 3D games at all...it's sad that more and more companies are abandoning 2D entirely. I grew up with 2D (specifically, the NES).

There's still Zelda Classic and the many quests made with it, but that's just not the same...
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1244/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 06:01 PM, in Link
I used to use "*feeds thread to spam gremlins*" at other boards. Spam gremlins are fictional creatures that eat spam.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1244/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 06:11 PM, in We really got a use for this? Link
Originally posted by Kitten Yiffer
Wasn't Acmlmboard 2.0 going to be a summer release?


Well, they never said which summer it would be released...maybe they meant the summer of 8396?
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1245/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 07:55 PM, in An Issue With Converting Code From C to C++ Link
I know that in C++, you don't need to do the whole "typedef struct" thing at all...for instance, let's say you had the following struct:

struct person
{
int age;
int gender;
int numberOfEyeballs;
};

In C you would have to do the following to create a variable of type struct person:

struct person me;

but in C++ you use:

person me;

The typedef trick in C is to get around having to use the word "struct" when declaring a variable that is of a struct type. Since this isn't needed in C++, you should be able to redefine the struct as follows:

struct MAPSCREEN_POINTER_LOCS
{
int num_ptrs;
int offset;
};


(edited by Banedon on 06-14-05 10:55 AM)
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1246/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 08:17 PM, in Board archive (Vintage 11-12-03) Link
I know the forums used to show up...now there's a MYSQL error though, but you can access any forum directly if you know the ID number, and once you're in a forum, you can use the forum jump to access other forums.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1247/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 08:19 PM, in I HAVE SUNBURN! Link
I seem to have this weird immunity to sunburn, even though I'm often outside in the sun during the summer, and never wear sunscreen...

I wonder if it'll come back to haunt me later in life.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1248/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 08:24 PM, in Minish Cap: Last Top Down Zelda Game ? Link
Parts of the Oracle games were side-scrolling...and those areas in Zelda 1 where you find some of the items in dungeons, but I don't think those count.

Yeah, it's very possible that there will be a "2D Revival" of sorts at some point in the future. A lot of the 2D games are still very popular.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1249/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 09:55 PM, in Ways you keep your house cool Link
I can't stand having the window shades up either...I don't like having sunlight indoors, and it feels like people can watch me. I especially hate an open window in a bathroom...I'm glad our house doesn't have a window in the bathroom.

My parents always like the shades/blinds/shutters (depending on the room) open though...
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1250/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 09:57 PM, in Congratulations to new staff! Link
Originally posted by Yoshi Dude

There isn't that rotten feeling in the air that there was the last time we did staff reorginization. I'm glad.


Are you talking about the 2002 reorganization, or the time when the admins shuffled a few staff around early this year?
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1251/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 10:02 PM, in Link
I always try to give an explanation, usually something short like "This thread was bumped" or "This thread has turned into a flame war." Multiple paragraphs aren't necessary, but people should know why the thread was closed.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1252/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 10:10 PM, in Ways you keep your house cool Link
The bathroom at my grandma's house has a normal window with no blurry glass thing (I don't know what they're called either)...it's RIGHT next to the toilet, and opens to the FRONT yard. For some reason, my grandma always keeps the blinds up, so whenever I'm at her house and have to use the bathroom I need to fiddle with the blinds for a while (I have not mastered the technique of those kind of blinds, the ones where you pull the string to move them down OR up...they always seem to go the wrong way.)
Banedon

Giant Red Paratroopa
Level: 55

Posts: 1253/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 06-14-05 10:39 PM, in Congratulations to new staff! Link
Originally posted by Xeomega
The Staff "reorganization" last time, really wasn't that much. It was just a little shifting here and there if you ask me. And I don't even think there were applications that time? (like Yoshi Dude said)


That is correct. This is the second time that applications were accepted for becoming staff, the first time being in 2002. However, the staff were shifted around a bit a few other times...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
Acmlm's Board - I2 Archive - - Posts by Banedon


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.020 seconds.