Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#247 fixed Appealing mouse control rgrieder bknecht
Description

Outline

Mouse control is the interface the player can interact with his ship. It really is important that this part won't be tricky or tedious to get into. Hence it is essential that this interface works right! The player has to feel free and under control all the time, this means an appealing control has to be available.

Starting point

We can capture the mouse control and have a camera/node/ship to turn. What you have to do is simply the interface between it. Find a way so that the produced values by the player in the mouse control result in an appealing movement in the game and eventually on the screen, so that the player really feels under control.

How to start

Play a game which does it right. Darkstar One has a good mouse control. One may also try out Freelancer for a more complicated approach. I personally felt lost the first hour, but that's me. You can also play a game you remembered to have a good mouse control for flying a ship or plane of some kind. A certain similarity to the genre of Orxonox is a must, though.

Goal

If I cannot look around and feel kinda limited in the very basic movement of a game, I don't like to play it. Orxonox needs more players and so we cannot afford to present the game with a fiddly mouse control.

#361 fixed Apple Xcode build environment: CMAKE nobody youngk
Description

Cmake does not copy the source files to the build/src folder for the Xcode build configuration. This happens in all targets.

*EDIT* Cmake does not copy the following files:

src/toluabind/:

ToluaBindCore.h, *Network.h, *Notifications.h, *Orxonox.h, *Pickup.h, *Questsystem.h

src/external/ceguilua/:

lua_CEGUI.cpp

src/libraries/core/:

ToluaBindCore.cc

src/libraries/network/:

ToluaBindNetwork.cc

src/orxonox/:

ToluaBindOrxonox.cc

src/modules/pickup/:

ToluaBindPickup.cc

src/modules/notifications/:

ToluaBindNotifications.cc

src/modules/questsystem/:

ToluaBindQuestsystem.cc

Xcode requires certain source files to be located in a subdirectory of each target that is named after the current build configuration.

#431 fixed Automatic startup of all services lferran landauf
Description

All services on the Orxonox server should start automatically when the server boots.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.