All Questions

1
vote
4answers
7 views

How Do I Make Buttons That Slide In?

Playing Starcraft, I was just wondering how to achieve the same effect as they do when bringing their buttons on screen. (0:20 into this video - http://www.youtube.com/watch?v=r4ij …
1
vote
1answer
3 views

ifstream in Half Life

Hi, I'm not entirely sure if anyone will know this because it's a pretty old game (yes, I know), but anyway, I have a question about coding for Half-Life 1. Basically, if I make a …
1
vote
2answers
4 views

std::Map for an Image Manager

Q: How would I determine if a "key" exists in a map? Context: Im making an image manager that has a single function that takes a string paramater that is the file folder/file nam …
1
vote
3answers
2 views

How can we improve resolveasfixed

How should resolveasfixed be changed to better meet the needs of the game development community?
1
vote
2answers
2 views

Creating A Bullet

Hello, I am having issues figuring out a way to create an object from inside of another object. More specifically, I have a player that holds a gun that needs to fire a bullet. W …