Dwarf City

Resource Links

Games

http://gpwiki.org/ - Game Programming Wiki
www.gamasutra.com - Game development site
www.gamedev.net - Game Dev - A good games programming website
www.gametutorials.com - Good game tutorials - all though you have to pay now

Game Libraries

SDL_image - Image library - for loading png, gif etc
SDL_mixer - Music library - for playing mp3, wav, ogg vorbis etc
www.libsdl.org - SDL (Simple Direct Media) - Cross platform graphics / input etc library

OpenGL

nehe.gamedev.net - OpenGL tutorial
OpenGL Blue Book - OpenGL Reference Manual
OpenGL Red Book - OpenGL Programming Guide
www.opengl.org - Opengl Home page

C++

Autoconf - Gnu Automake Manual
Autoconf Tutorial - Red Hat tutorial on how to use AutoConf / AutoMake
GNU Toolset Tutorial - Tutorial on how to use the GNU tools i.e. automake, autoconf, libtool etc.
Make - Gnu Make Manual
www.cplusplus.com - General Site

AI

www.aiguru.com - Game related AI
www.gameai.com - Game AI - Everything AI games related
www.generation5.org - General AI topics across all areas

Web

http://www.oswd.org/ - Open Source Web Design - site full of web templates
www.alistapart.com - A List apart - Good tutorials on everything web
www.programmersheaven.com - Good reference and tutorial for all walks of programming.
www.w3schools.com - w3schools - Tutorials on just about everything
www.webmonkey.com - Tutorials / reference

Perl

www.activestate.com/perl - Activestate home page
www.perl.com -  

Linux

Red hat manual - Red hat user manuals e.g. getting started, sys admin etc
RPM Manual - RPM Manual