Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#41 fixed MakeFile - cleanup bensch bensch
Description

Clean-up configure.ac and all Makefile.am's

  1. Merge all relevant branches back to the trunk
  2. Edit the style of the configure.ac, so everything looks the same
    • Importance: order/codedesign/workability
  3. Move the files in Source into some more intuitive sub-structure
  4. Edit the Makefile.am's
    • Design
#42 fixed Light-Class bensch bensch
Description

Light is very important for seeing things, so it is a good idea to give it its own class

  • ToDo:
    • The Class is initialized so there remains
    1. Extension for Spot-Lights
    2. Light should move only if one tells it so for this to work:
      • Lights must be initialized and transformed in the right order of the modelview-transformation
      • Lights can move with the Camera
      • Lights can fly with an entity.

Really important is the Position of the light→setPosition function in world.cc if this gets mixed up, the Light will not be positioned in the right order.

This also has to do (most possibly) with the strage Fog-position of dave's branche

#46 fixed TrackManager (fix) bensch bensch
Description

The TrackManager needs some fixes:

  1. Creation Method

Errors have to be fixed here. meaning that the trackManager should have a creation pipe, that really works, with no loops, holes. multiple checks and so on

  1. Curves

Need of a new Curve is at hand. The curve should be like this: Flow through all points Speed-regulating Think about some more

  1. Many more fixes, I have not yet discovered.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.