Jump to content

TheCanadianVendingMachine

Members
  • Posts

    1,068
  • Joined

  • Last visited

Everything posted by TheCanadianVendingMachine

  1. You would need to check for a keyboard input, and if there isn't one don't pause the program. I don't believe there's any way to do this with base C++, so you may have to make a function to do so. Example: if (keyboard.input()) { if (keyboard.key == 'W') move.forward() } Now, a way to get any key pressed without calling std::cin would get _getch() You would implement it as such: #include <conio.h> #include <iostream> int main() { while (1) { int c; std::cout << "Press Key: "; c = _getch(); if (c) { std::cout << "key pressed: " << c << std::endl; } else std::cout << "An error has occured"; } } This, however, will still pause the program. But it is a step forward in order to get what you want. This gets the current key press, but still pauses the program. I believe it's what you want
  2. It's a fake entity created by the GregroxMun to get free rep. Oh, and also a reason that shows the forum is filled with people who like "hype"
  3. Thing is though - most actually believed it until Kasper said it was a joke That's like EA saying they are releasing DLC, so every 30 magazines you go through you have to pay $5.00.
  4. Wasn't 0.20 supposed to be a bug-fix update? What? They didn't do any bug fix updates that we are aware of. Makes sense.
  5. First off - Let me say, thank you Max for posting this on the forums. You did listen to us, and responded with this. Secondly - I think that bug fixes are 100% needed. Add features fix them. Fix all known bugs that everyone knows. Do all this, and then I think that KSP is ready
  6. See the charts above. If the fact that the weather is getting worse, due to temperature. And the amount of Carbon is increasing temperature. That tells you something.
  7. First off - I know Climate != weather. But it does affect it in the long run Secondly, that last paragraph is exactly what I assumed people would get from this thread. We need to lessen the impact of the climate.
  8. So, your telling me that the recorded proof of extreme weather increasing with carbon is a coincidence? Chart of weather to carbon Chart of Temp to Carbon. Which if you took basic science in high-school, you will know directly affects weather Notice the weather getting worse in the US, while we see that Carbon emissions are also getting worse
  9. I know it's harmful, because of this extreme weather in the world. It snowed in Egypt 2 years ago. It's raining in winter, snowing like hell in southern US. Eventually, this will get beyond a point that will result in worse weather. Much, much worse
  10. By climate change, I mean the human based one. Where we are pumping out more carbon, than any other natural source on the Earth.
  11. You see, it rained in December. Then got to -40. Then was hot. That's climate change. It is subtle. Notice the amount of mass weather? Like heavy snow storms, lots of rain etc. That's climate change. Scientists are seeing this, it's happened to Venus. Same reason, different source. It's very real
  12. Naw man, with the modern human we can't change that. But, we can change the way things are powered to nuclear energy. And still use cars that are fast, and gas hungry
  13. Then why haven't they added ethnic, tall, short, fat, anorexic, strong, weak etc. Kerbals? Please do excuse my off-topicness, but it is still a valid argument. Besides, this is for gender neutral LANGUAGE. Not about adding them or not. So why are you trying to belittle me, and eventually accuse me of being part of the patriarchy?
  14. Man, here in the North where it usually gets to -40C. It rained in the middle of December.
  15. Me, and my other 243 friends who play this game think that space is offensive to the Flat Earth Society. I think it should be removed.
  16. No one needs replacement. Stop making this into a social justice case
×
×
  • Create New...