Tuesday, August 30, 2011

Source control will save you life one day

The light maps in IdleTime are extremely bad. In fact I'm not even sure you could call them light maps. Basically they just store the shadows. The UV densaty is a joke, there is no ambient occlusion, no bounce lighting, no nothing.

So whats this got to do with source control? Looking at the above screen shot I decided that I should fix the light maps. Long story short I can't find the code for the light mapper.
Obviously if you have more then one coder on a project source control makes total sence. But why use source control when there is only one programmer?

Lesson #3 for old me:
Always use source control. A part from the obvious, history. Having history will make your code a lot cleaner. I found that when making a big change to the code I would just comment out the old code and add the new code in. This gets very messy very fast. I've been using Perforce at home, they have a 2 (maybe 3) user version for free.


Sunday, August 21, 2011

Android IdleTime

Have been messing around with the Android SDK and I decided that I need some better test data. So I made a little exporter for the IdleTime car models.
Nothing too hardcore yet, just drawing a mesh with a texture. No lighting or anything.
Note it looks a lot less aliased on the phones display.


Wednesday, August 17, 2011

IdleTime is building and running

It only took an hour or two to get the code building again. Most of the time  was spent getting the code to compile with Visual C++ 2010 Express. Took another hour or two to track down a problem with the stencil shadows. For sum reason I was calling abs() on sum unsigned int's. On that note this ~10 year old code is scary. Turns out I have learn a thing or two about programming since then.

Lesson #1 for old me:
Use "Asserts". There is not one assert in the whole project. Making debugging a nightmare.

Lesson #2 for old me:
Clean up Warnings. The project had hundreds of warnings. Warnings can help you catch dumb code but you will not see the good ones with all that noise.



Sunday, August 14, 2011

So what are there games anyway?

Our web site is long gone, so you can't download these games any more. But as part of this project I want to get them building again, improve then a bit and put them back online.

The first game we made was Idle Time. After a bit of googleing I found this Flipcode image of the day we submitted...
http://www.flipcode.com/archives/10-28-2002.shtml

The next game we made was X-Fire. (I think some game match making software uses that name now). This was starting to feel like a real game but then I was hired by Bluetongue and I never really touched it since.
http://www.flipcode.com/archives/01-19-2004.shtml