Space Exploration dev 8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Space Exploration dev 8 (Default branch)
# 1  
Old 01-14-2009
Space Exploration dev 8 (Default branch)

ImageSpace exploration is a work in progress RPG. In SE, you are tasked with charting the long-abandoned Serpens Sector, a region of space reached through a wormhole near Earth. Each star system you visit brings you an encounter with something: ancient ruins, other humans, and many dangers. The map and encounters are chosen at random for each game, which means that each game plays out differently. The intention is to release the base game for free, and create expansion packs for sale.License: FreewareChanges:
The biggest new feature is the tactical space combat mode. In addition, there are more encounters, better performance, bugfixes, and an improved help and reminder system.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

How to increase space /dev/hd4?

A check disk space and find /dev/hd4 used 99%. How to increase space. Thank you for advice. /home/tecsys > df Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 1048576 20624 99% 5977 68% / /dev/hd2 6815744 653032 91% 59194 ... (4 Replies)
Discussion started by: yapcs88
4 Replies

2. What is on Your Mind?

Is Unix/Linux used in space exploration?

I was looking at some Wikipedia articles on spacecrafts and robotic probes and found a reference of an OS named "VxWorks" which I have never heard of before; according to the article this OS has been used in a few NASA projects. So now I'm wondering what OS flavor or branch all those amazing... (8 Replies)
Discussion started by: verdepollo
8 Replies

3. SCO

Insuficient space on /dev SCO 5.5

Unix SCO 5.5 Insuficient space on /dev - when I run df I get /dev 99% usage. I have a large number of users (most of them are not with the company since Cretacic) and I want to delete them to make more space. When I run rmuser I get rmuser: not found if I type su root rmuser rmuser: The... (6 Replies)
Discussion started by: tzveistein
6 Replies

4. SCO

No space on /dev/hd 1/42

No one is able to log in. What can I try? Help!:( (1 Reply)
Discussion started by: ibqti
1 Replies

5. UNIX for Advanced & Expert Users

NOTICE: HTFS: No space on dev hd (1/42)

If somebody solve this error please help me! Thanks in advance! :confused: (7 Replies)
Discussion started by: FCollet
7 Replies

6. SCO

No space on dev HD (1/42)

Good Evening to all, I am having a problem with our unix server, I give you a little history. last we the logins started getting slower and slower, when we tried to print nothing came out on the network printer, the system had an error ("printer file close error unit=0). Checking... (3 Replies)
Discussion started by: berkmillionare
3 Replies
Login or Register to Ask a Question
PMUNLOADNAMESPACE(3)					     Library Functions Manual					      PMUNLOADNAMESPACE(3)

NAME
pmUnloadNameSpace - unload a local performance metrics name space for an application C SYNOPSIS
#include <pcp/pmapi.h> void pmUnloadNameSpace(void); cc ... -lpcp DESCRIPTION
If one has previously loaded a local Name Space using pmLoadNameSpace(3) or pmLoadASCIINameSpace(3), then calling pmUnloadNameSpace(3) will free up the memory associated with the Name Space and force all subsequent PMNS routine calls to use the distributed PMNS. If pmUnload- NameSpace(3) is called before calling pmLoadNameSpace(3) or pmLoadASCIINameSpace(3), then it will effectively do nothing. SEE ALSO
PMAPI(3), pmLoadASCIINameSpace(3), pmLoadNameSpace(3) and pmns(5). Performance Co-Pilot PCP PMUNLOADNAMESPACE(3)