Forgot your password?

typodupeerror
Classic Games (Games)

36-Hour Lemmings Port Gets Sony Cease and Desist 268

Posted by Soulskill
from the found-a-cliff-real-quick dept.
Zerocool3001 writes "The recently featured 36-hour port of the original Palm version of Lemmings to the iPhone and Palm Pre has received a cease and desist letter from Sony. Only one day after submitting the app for approval on the two app stores, the developer has put up a post stating that he 'did this as a tribute to the game — we can only hope that Sony actually does a conversion for platforms like iPhone and Palm Pre in the near future.' The text of the cease and desist letter is available from the developer's website."
First Person Shooters (Games)

Quake 3 For Android 137

Posted by Soulskill
from the can-i-get-a-hell-yeah dept.
An anonymous reader writes "Over the last two months I ported Quake 3 to Android as a hobby project. It only took a few days to get the game working. More time was spent on tweaking the game experience. Right now the game runs at 25fps on a Motorola Milestone/Droid. 'Normally when you compile C/C++ code using the Android NDK, the compiler targets a generic ARMv5 CPU which uses software floating-point. Without any optimizations and audio Quake 3 runs at 22fps. Since Quake 3 uses a lot of floating-point calculations, I tried a better C-compiler (GCC 4.4.0 from Android GIT) which supports modern CPUs and Neon SIMD instructions. Quake 3 optimized for Cortex-A8 with Neon is about 15% faster without audio and 35% with audio compared to the generic ARMv5 build. Most likely the performance improvement compared to the ARMv5 build is not that big because the system libraries of the Milestone have been compiled with FPU support, so sin/cos/log/.. take advantage of the FPU.''

"...[Linux's] capacity to talk via any medium except smoke signals." (By Dr. Greg Wettstein, Roger Maris Cancer Center)

Working...