Search found 16 matches
- Sat May 30, 2009 11:25 pm
- Forum: Game Development
- Topic: RiverInvaders
- Replies: 9
- Views: 1854
Re: RiverInvaders
Hi gordon, Looks good, but you haven't capped the framerate. It's way too fast :) Using SDL_GetTicks() gives you the amount of time that has passed since initialization in milliseconds (providing the SDL_INIT_TIMER flag was sent to SDL_Init(), or just SDL_INIT_EVERYTHING). You can leverage that to m...
- Sat May 30, 2009 11:04 pm
- Forum: Programming Discussion
- Topic: SDL Tutorials
- Replies: 33
- Views: 53339
Re: SDL Tutorials
I've tried to follow lazyfoo's tutorials, but I come up with one of two errors depending on how I change the include heading. When the include is, #include "SDL.h" I get the following error: fatal error C1083: Cannot open include file: 'SDL.h': No such file or directory I get this error e...
- Fri May 09, 2008 4:35 am
- Forum: General Gaming
- Topic: GTA IV fun
- Replies: 10
- Views: 3343
- Fri May 09, 2008 12:08 am
- Forum: General Gaming
- Topic: GTA IV fun
- Replies: 10
- Views: 3343
- Thu May 08, 2008 11:51 pm
- Forum: Programming Discussion
- Topic: Game Engine Architecture
- Replies: 0
- Views: 2212
Game Engine Architecture
I'm quite interested in game engine design, and find myself constantly re-writing segments of my engine whenever I hear of or realize a better way of doing things. I'd like to discuss some different parts of the typical engine, and maybe try and get an idea as to what most people do when they are fa...
- Thu May 08, 2008 10:42 pm
- Forum: Programming Discussion
- Topic: Singleton Pattern
- Replies: 7
- Views: 1906
You can pass stuff around like a hot potato but it gets really complicated. Did you perhaps hear what to replace it with? I'm interested in any programming theory around. =) Effectively just a sugar-coated version of slinging a pointer around. The article and sub-article I read detailed everything ...
- Thu May 08, 2008 10:38 pm
- Forum: Programming Discussion
- Topic: What are your ideal programming conditions?
- Replies: 14
- Views: 3640
- Thu May 08, 2008 10:20 pm
- Forum: Programming Discussion
- Topic: Testing fstream files.
- Replies: 9
- Views: 1694
- Thu May 08, 2008 10:07 pm
- Forum: Programming Discussion
- Topic: Mar TopCoder
- Replies: 1
- Views: 1065
- Thu May 08, 2008 9:53 pm
- Forum: Programming Discussion
- Topic: 13 Optimization Tips for Game Devers
- Replies: 5
- Views: 1499
Multiple inheritance? Like.. inheriting from an object that inherits from an object? I didn't think there was anything wrong with that. Like for example, in my last engine's dynamic component architecture, I had a base component class, a component interface, and a component implementation ( which re...
- Thu May 08, 2008 6:42 pm
- Forum: Game Development
- Topic: Linux Game Dev and Ports
- Replies: 12
- Views: 3124
- Thu May 08, 2008 4:03 am
- Forum: Programming Discussion
- Topic: What are your ideal programming conditions?
- Replies: 14
- Views: 3640
Holy shit, Ross. o_O Ideal conditions for me are just: * Late at night * Have something to drink - Mountain Dew, Bawls, or Tea. And maybe * YouTube, GameTrailers, or TV/Movie on in background. I like background noise. Hey, he said Ideal. I don't usually code with all that stuff, but it's my like......
- Thu May 08, 2008 3:53 am
- Forum: Game Development
- Topic: Linux Game Dev and Ports
- Replies: 12
- Views: 3124
- Wed May 07, 2008 10:20 pm
- Forum: Game Development
- Topic: Linux Game Dev and Ports
- Replies: 12
- Views: 3124
Linux Game Dev and Ports
I have been working with Linux as my primary operating system for a few years now. The development tools and sheer amount of available source code is a great asset to any developer. I want to try and test my skills in porting games to Linux, rather than just my usual writing code for Linux from the ...
- Wed May 07, 2008 9:43 pm
- Forum: Programming Discussion
- Topic: What are your ideal programming conditions?
- Replies: 14
- Views: 3640
Physical: Middle of the night, when everyone is asleep. Perfect silence apart from the humming of my computers. A glass of water with ice. Hair down and brushed. Window wide open, for fresh air and cold (Scotland air is the best for clearing your mind). My nice, large, Logitech G15 r2 keyboard. It's...