Separate names with a comma.
"I thought that expired back in 2007...." The Copyright, Designs and Patents Act 1988 contains a special provision; "301 Provisions for the...
Stop trying to meet "a wife" and start trying to meet people in general. If you're not at university, your best opportunity of meeting a future...
http://www.linuxgames.com/ and http://happypenguin.org/ both take press-releases about new games.
I know very little about iPhone app development -- can they not link against libraries at run time?
All LGPL means is that you can't modify the database code and release binaries without giving out the source code to the database changes. It's...
"While they are displayed they are not actively making use of the brand value of the trademarks" There is something of a trend in TV shows to...
I'm having trouble finding out the details, but does one have to obtain a PEGI rating now in the UK to sell games (eg by download)? Because...
There were a batch of mouse-only platformers on the Amiga in the early days. http://en.wikipedia.org/wiki/Obliterator is one, for example. The...
Well, I guess you could, but getting the perspective correction done properly is going to be difficult. You might be able to get away with...
Are you asking how to generate the textures - to get the distortion right? The solutions I've seen involve a rendering system, setting up the...
Decompiling the code is pointless. Almost all companies have no code worth protecting from anything like this. They all think they do, everyone...
There's definitely a book which comes with a CD full of patterns....
The thing about Obama that immediately struck me is how bad our politicians -- almost all of them -- look beside him. He can talk; speak to...
There's an RPG/Wargames world called "Iron Kingdoms". There's a wargames systems with steam-powered "warjacks" (giant fighting robots) and several...
I recently downloaded a top-1000 list of male and female names and another of surnames in the US for generating test data from; they come with...
>Does anyone here use linux on their main development PC? Yes. >What are the dev tools like? I find them excellent. There's any number of...
You could have arrangements to pick; So the specification says "10 red and 5 white" flowers. If you pick any others they're no use for this...
This is a basic psychology thing -- people hate saying no to other people. They particularly dislike ditching people who they might want to say...
template<class TYPE> class MyDeletionMethod { public: static void deleteThis(TYPE *t) { delete t;} }; template<> class...
Some years ago there was a Gamasutra article by one of the team who'd written one of the XWing/Tiefighter games about internetwork performance....