Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 296)

Ticket Resolution Summary Owner Reporter
#76 fixed Event Handling System patrick patrick
Description

Reimplementierung des event-handling system basierend auf der CommandNode, aenderungen:

  • event ids als integer, keine strings
  • events fuer beliebige objekte
  • event system aehnlich wie in java
  • effizients event handling durch reference-arrays
#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
#78 fixed general cleanup all patrick
Description

clean up the source, delete old unused stuff and make the source look nicer.

Note: See TracQuery for help on using queries.