Announcement

Collapse
No announcement yet.

The Coolness that is True....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    The Coolness that is True....

    Happy Birthday.

    #2
    Re: The Coolness that is True....

    ZOMG spam!!!

    The Cyclops having only one eye, needed to seek shelter from the harsh sun. The shadow cast by the spheres gave him temporary respite.

    Comment


      #3
      Re: The Coolness that is True....

      I want that Mulan McNugget sauce, Morty!

      Comment


        #4
        Re: The Coolness that is True....

        Cardinal something-or-other.

        Yay!

        ~Updates weekly on Sundays~

        Comment


          #5
          Re: The Coolness that is True....

          Celebrate!

          NOW.
          "It's nice to be important... but it's more important to be nice." - ???

          Comment


            #6
            Re: The Coolness that is True....

            Happy Birthday!

            Comment


              #7
              Re: The Coolness that is True....

              Originally posted by Superhappyfuncow View Post
              ZOMG spam!!!

              I hate you so much .

              Thanks to the others though .

              Well nothing like getting told, on your birthday, you'll have a job offer packet sent to you the day after your birthday. So though that'll probably be the only present I get on my birthday, but that alone will allow me to get lots of things . I think I might also pick up Guitar Hero 2. I'm sure I'll get some other stuff later, but for now money's kind of tight around my family.

              So one more year till my insurance rates plummet.

              Looks like in a few months I'll be sitting pretty with my new job as a computer consultant (officially Solution Developer). Having money will be nice.
              はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
              http://www.thetruecoolness.com/

              5198-2124-7210 Smash

              Comment


                #8
                Re: The Coolness that is True....

                Coolness rocks. Happy Birthday, man.

                Comment


                  #9
                  Re: The Coolness that is True....

                  May your birthday cake be littered with ones and zeros.
                  Lil' Bean is here!

                  Comment


                    #10
                    Re: The Coolness that is True....

                    TTC! Happy Birthday!
                    " I am the way, the truth, and the life. No one comes to the Father but by me. " - Jesus

                    Comment


                      #11
                      Re: The Coolness that is True....

                      Happy something to someone!
                      PSN: KingJamos

                      Add me... I'll wait.

                      Comment


                        #12
                        Re: The Coolness that is True....

                        //////////////////////////////////////////////////////////////////////////
                        // Name : pushState
                        //////////////////////////////////////////////////////////////////////////
                        void LIM::GAME::CGame:: pushState(ILENUM vStateID)
                        {
                        LIM::GAMESTATE::IGameState * NewState = 0;

                        switch(vStateID)
                        {
                        case (LIM::EGS_AUDIO): NewState = new LIM::GAMESTATE::CStateAudioOptions; break;
                        case (LIM::EGS_VIDEO): NewState = new LIM::GAMESTATE::CStateVideoOptions; break;
                        case (LIM::EGS_GARAGE): NewState = new LIM::GAMESTATE::CStateGarage; break;
                        case (LIM::EGS_INGAME): NewState = new LIM::GAMESTATE::CStateInGame; break;
                        case (LIM::EGS_CUTSCENE): NewState = new LIM::GAMESTATE::CCutScene; break;
                        case (LIM::EGS_OPTIONS): NewState = new LIM::GAMESTATE::CStateOptionsMenu; break;
                        case (LIM::EGS_LOADGAME): NewState = new LIM::GAMESTATE::CStateLoadGame; break;
                        case (LIM::EGS_MAINMENU): NewState = new LIM::GAMESTATE::CStateMainMenu; break;
                        case (LIM::EGS_TEAMLOGO): NewState = new LIM::GAMESTATE::CStateTeamLogo; break;
                        case (LIM::EGS_CONTROLS): NewState = new LIM::GAMESTATE::CStateControlsMenu; break;
                        case (LIM::EGS_OBJECTIVE): NewState = new LIM::GAMESTATE::CStateObjective; break;
                        case (LIM::EGS_CLASSLOGO): NewState = new LIM::GAMESTATE::CStateClassLogo; break;
                        case (LIM::EGS_LEVELSELECT): NewState = new LIM::GAMESTATE::CStateLevelSelect; break;
                        case (LIM::EGS_INGAMEOPTIONS): NewState = new LIM::GAMESTATE::CStateInGameOptions; break;
                        case (LIM::EGS_MISSIONOPTIONS): NewState = new LIM::GAMESTATE::CStateMissionOptions; break;
                        case (LIM::EGS_MISSIONOVER): NewState = new LIM::GAMESTATE::CStateMissionOver; break;
                        case (LIM::EGS_CONTROLSKEYBIND): NewState = new LIM::GAMESTATE::CStateControlsBindKeys; break;

                        //DEBUG -- Test States : Remove before final build
                        case (LIM::EGS_TESTGARAGE): NewState = new LIM::GAMESTATE::CTestStateGarage; break;
                        default: break;
                        };

                        //Don't do anything if an invalid state was specified
                        if (!NewState)
                        return;

                        //Push our new state on the stack
                        m_GameStates.push_back(NewState);
                        NewState->onEnter();
                        }

                        "Couch co-op is the only true co-op." Richard of the Cooks.

                        Comment


                          #13
                          Re: The Coolness that is True....

                          EDIT: Disregard that prior message if you are TRUELY COOL!!!

                          Happy birthday!!!

                          Last edited by Kire; 05-17-2007, 05:54 PM.

                          Comment


                            #14
                            Re: The Coolness that is True....

                            Hay Bird!

                            I love you.
                            Eat Smello.

                            Comment


                              #15
                              Re: The Coolness that is True....

                              It's the birthday
                              It's the birthday
                              It's the birthday
                              Boy or girl!

                              (Did I get it right, Nixon?)

                              Comment

                              Working...
                              X