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.


Topics - Waru

Pages: [1] 2 3 4 5 6 ... 19
1
Modification Help / Why are colorsets max 64 colors?
« on: February 06, 2019, 01:14:52 PM »
Limitation of the engine or just a limit badspot imposed to keep it under wraps?

2
Off Topic / My least favorite thing about the new forum look
« on: January 19, 2019, 11:21:30 PM »
None of the off-the-right-edge profile signature images :'( I spent many hours perfecting mine

3
They do it so it makes you uncomfortable, to have the beady eyes of the asian man look at you with more disappointment and conceit for every sushi you take. It keeps you from eating a lot of sushi, which in turn pays for the man and then some.


4
Inline:

Code: [Select]
class Box {
   public:
      double length;      // Length of a box
      double breadth;     // Breadth of a box
      double height;      // Height of a box
   
      double getVolume(void) {
         return length * breadth * height;
      }
};

Outside of the class:

Code: [Select]
class Box {
   public:
      double length;         // Length of a box
      double breadth;        // Breadth of a box
      double height;         // Height of a box
      double getVolume(void);// Returns box volume
};

Code: [Select]
double Box::getVolume(void) {
   return length * breadth * height;
}

I feel like using it outside of the class just makes everything way more messy, as you have to have two lines (one for the declaration and one for the actual function). What do you think? If you don't know what I'm talking about, just answer Inline because that one is correct.

5
Small files download extremely fast, larger files take longer. This is obvious, why does it take people 4-5 minutes to join a server where they dont have all the addons? I expect it is capped to support grandma's old iMac but blockland should stop pulling punches when it comes to supporting dated hardware even if it was originally for the hardware.

6
Off Topic / FLAMING HOT chester's fries VS FLAMING HOT cheetos
« on: June 13, 2018, 01:18:44 AM »
I prefer FLAMING HOT chester's fries as they are less crumbly but also softer. I can eat an entire bag of the $2 FLAMING HOT chester's fries in one sitting but couldn't do that with FLAMING HOT cheetos.
 what is your opinion fellow humans

if you have never tried either of them i implore you to taste the flames

7
Off Topic / when does blockland make you agree to the TOS?
« on: May 28, 2018, 01:23:05 AM »
when you click "buy" on the page? what if its on steam vs. the website, does steam buy game button automatically make you agree to the TOS of the game?

8
Off Topic / how much do you pay for your apartment/home
« on: May 26, 2018, 07:54:40 PM »
give beds/bath/general area, 1br1b apartments around here are >$900 a month in old people suburbia lets see what everyone else got

9
Off Topic / smf vs. xenforo
« on: May 15, 2018, 03:19:16 PM »
Xenforo is used on Terraria and starbound forums, smf used here

we've been spoiled by the simplistic and no bullstuff look of bl forums, while it looks like it's from 2008 the lack of eye melting graphics and insane menus makes up for that

10
Off Topic / chiptune waves equivalent to real instruments
« on: April 05, 2018, 10:52:09 PM »
correct me if im wrong, but im having some trouble comprehending chiptune waves, so you can also be confused with me.

How I see it so far

high triangle = flute
low triangle = bass?

pulse = melody of song/bass?

sine = guitar?

sawtooth = melody/bass

high noise = hi-hat
mid noise = snare
low noise = bass drum/kick

this sound correct to anyone?


12
Off Topic / cards ruined arcades
« on: February 23, 2018, 11:36:12 PM »
give me a million quarters instead of those gay ass cards you have to put in. dont try to mess with me arcades. I went to a bomb ass arcade in michigan and it only took quarters. it was awesome. forget you card arcades.

13
Off Topic / hello 17 fellow users
« on: February 08, 2018, 02:42:45 AM »
how is your night

14
how to cook one headache:

1. open text editor
2. set to dark
3. look at all those dang colors
4. die

I realized why I like Xamarin Studio over Visual Studio (that's another story) or Visual Studio Code because the default is forgetin WHITE it doesn't make me want to kms.

discuss bad design

15
Off Topic / what do you work as/school for
« on: January 20, 2018, 10:36:17 PM »
tell me ladies what you’re in for

inb4 one million computer science students

Pages: [1] 2 3 4 5 6 ... 19