Wednesday, February 16, 2011
Doom Classic Iphone Source Code
At the bottom of that page there is a broken link to the actual zip file: ftp://www.idsoftware.com/idstuff/doom/doomclassic_iphone_v1.0_source.zip
I could not find a mirror site which hosted this file, but after a closer look at the link I was able to find the source at the correct link here:
ftp://ftp.idsoftware.com/idstuff/doom/doomclassic_iphone_v1.0_source.zip
Friday, February 11, 2011
From Visual Studio to XCode – Lessons Learned #1
In Visual Studio I use HOME/END to jump back and forth on rows, extensively. Using those keys in XCode results in the cursor jumping to the beginning/end of the document instead of the current row. There is a simple way to fix this:
Open:
XCode->Preferences->Key Bindings->Text Key Bindings
- First, duplicate “Xcode Default” Key Binding Set, by clicking on Duplicate…
- Name your new Key Binding Set
- Assign “Home” to “Move to Beginning of Line”
- Assign “End” to “Move to End of Line”
- Remove the previous bindings for Home/End from “Scroll to Beginning of Document/Scroll to End of Document” (if necessary. Xcode might remove these automatically).
Friday, January 28, 2011
Finding the default.log file on SimWay products
The file can be located here on Win7 systems:
c:\ProgramData\Company\Product\default.log
So, for Focaltron's GA Sim the log file is located:
c:\ProgramData\Focaltron\GA Sim\default.log
The directory c:\ProgramData is hidden by default. If you don't see it you must choose to show hidden folders:
1) Open a Windows Explorer window
2) Click on the Tools (press ALT once to show the menu) menu bar item

3) Click on Folder Options
4) Select Show hidden files, folders and drives.

Thursday, November 12, 2009
Installing DirectX SDK – Error S1010
Recently I needed to setup a new computer at work. I will use this new computer for development. The computer already had Windows XP SP3 installed as the operating system. The software I needed to install for development purposes were the following:
- .NET Framework 3.5 SP1
- Visual Studio 2008
- DirectX SDK (Aug 2009)
Every one of those installations gave me trouble. None of the above installed without hassle. I managed to get .NET Framework and Visual Studio 2008 installed after numerous tries, but DXSDK just wouldn’t install.
I couldn’t find a solution to why the SDK wouldn’t install. I tried a few different things without luck. The SDK installation exe file was downloaded with IE8. I then tried, as a last resort, and downloaded the file with Firefox instead. And guess what. The SDK installed without a problem! How strange is that? I have verified by downloading the SDK again several times with IE8 on that computer and that downloaded file just doesn’t work. The files are identical in byte size as the picture below shows (The text is in Swedish):
Both file sizes are 580,228,040 bytes.
(The only noticeable difference between the files is the Security Block showing up beneath Attributes. However, I removed the Security Blockage and tried installing it without any success).
Wednesday, September 9, 2009
Visual Studio Watch Window Tip #2
Friday, August 21, 2009
Visual Studio Watch Window Tip #1
Saturday, August 8, 2009
id Tech 5 Challenges
Friday, July 24, 2009
Microsoft BizSpark

Thursday, July 16, 2009
Converting VC8 Solution To VC9
- VS8\VC\atlmfc\include\afxres.h -> VS9\VC\atlmfc\include\afxres.h
- VS8\VC\atlmfc\include\winres.h -> VS9\VC\atlmfc\include\winres.h
Wednesday, July 15, 2009
Visual Studio 2005 To 2008
Friday, July 3, 2009
Dropbox

Saturday, June 27, 2009
Good Indie Developers

- Radioactive-Software (Homepage) - Fenomenal. Dr Green does it all. Coding, Gfx, Sfx. Just read about his projects.
- Journal of Ysaneya - A very ambituous journal of a promising spaceshooter. Great information about the insides of the game engine.
- Sauerbraten - Full source code for this one.