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
#74 fixed Directory reorganisation patrick, bensch bensch
Description

Restructurate

As you may have noticed, the source is somewhat splattered around in soem strange way.

What is to do is easy: move the files, change their location in the Makefile.am's and we're done

How to do it. This is the question:

  • sections
    • core (this is in src/)
    • libs (this is in src/lib)
    • story_entities (src/story_entities)
    • world_entities (src/world_entities)
    • defs: headers for simple definitions
    • subprojects: orxonox-related stuff (like modelViewer and so on)
    • other minor stuff…

So now remains to be seen, what file finds it's way to which categorie.

#75 fixed POINT is defined in windofs.h patrick bensch
Description

md2_loader implements POINT, which is already defined in windofs

fixit.

#77 fixed loading procedures bensch bensch
Description

Loading Procedures

It is important, that everything in existance in orxonox is loadable e.g:

  • general classes
    1. every loadable class should implement a function void loadParams(const TiXmlElement* root)
    2. all these classes should implement loading functions (see WorldEntity)
    3. write/extend the level-file
  • world/campaign
    1. loading here must be handled better
    2. loading of environment has to be there, so everything that cannot move by itself belongs there
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.