Search found 8 matches
- Wed Apr 05, 2006 3:24 pm
- Forum: Discussion
- Topic: Keyboard Sensitivity
- Replies: 15
- Views: 12645
Back to the original problem. If you have a low framerate for some reason the keyboard becomes very insensitive, this is because the keyboard events are only polled between frames. I've had this when I managed to mess up my opengl setup, it was almost impossible to dock using the keyboard. I'm still...
- Fri Mar 31, 2006 7:12 pm
- Forum: Suggestion Box
- Topic: Using variables in addShip methods
- Replies: 25
- Views: 16583
- Thu Mar 09, 2006 10:33 am
- Forum: Suggestion Box
- Topic: Realistic lighting
- Replies: 15
- Views: 12195
In a major battle your space compass can be damaged, so finding the space station on the dark side would be impossible. (being a pc user I'm a bit twitchy about space compasses) Even with the most basic space compass, if you fly to the planet it then changes to guide you to the station. With regard...
- Thu Mar 09, 2006 10:13 am
- Forum: Suggestion Box
- Topic: Multiplayer: Dog-Fight and MMOPG
- Replies: 34
- Views: 30874
I wrote a 3D space game (in C of all languages) which allowed multiple players to fly around in the same space. I never really got as far as collision detection or weapons though :P The main problem I had was bandwidth, because for every object which is either computer controlled or human controlled...
- Wed Mar 08, 2006 3:56 pm
- Forum: Discussion
- Topic: Naval Energy Units
- Replies: 13
- Views: 9488
I'm pretty sure that if you're on one of the nicer trade routes, you can make 10,000 credits per run, now if you avoid the shipping lane, in a fast ship you can get docked, sell, buy, jump pretty damn quickly. I don't see how piracy can compete with this rate of income. Having said that piracy is fa...
- Wed Mar 08, 2006 4:05 am
- Forum: Suggestion Box
- Topic: Docked Screens
- Replies: 122
- Views: 71656
It's all hard-coded at the moment, so the ships presented by missions always appear at the center of the screen, and ships on the shipyard screen always in the correct place. In fact the center of the model is positioned in 3d space relative to the player's viewpoint. It could be possible to write ...
- Wed Mar 01, 2006 7:38 pm
- Forum: Discussion
- Topic: Oosat really is a bit broken
- Replies: 7
- Views: 6829
- Wed Jan 11, 2006 12:12 pm
- Forum: Outworld
- Topic: Database programming help!
- Replies: 7
- Views: 9276
If you're using *unix and you install postgresql it kindly installs man pages on SQL for you. Most of which is applicable to mysql. Alternatively the postgresql documentation is available online, I find it slightly easier to use than the mysql documentation. Yes I am completely biased in favour of p...