Changeset 4944 in orxonox.OLD for orxonox/trunk/ToDo
- Timestamp:
- Jul 23, 2005, 2:18:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/ToDo
r3738 r4944 1 ToDo: 2 ----- 3 There are many tasks still open in orxonox. 1 4 5 1. TASKS 6 -------- 7 Best idea is, to visit our Webpage at: http://www.orxonox.net and 8 under the wiki link follow RoadMap, and from there on you will find many tasks 9 or just use this link: 10 https://www.orxonox.net/cgi-bin/trac.cgi/roadmap 2 11 12 2. ToDo-list 13 ------------ 14 see the Doxygen documetation for a List of todo's 15 or visit the Code, you have with you (or a more actual version found at 16 http://svn.orxonox.net/reporx/orxonox/trunk) for all the ToDo's 17 The easiest way to find ToDo's is to make the following in the trunk: 18 grep @todo * -R 3 19 4 orxonox: 20 3. FIXME 5 21 -------- 6 7 #define "objModel.h" has nothing todo in world_entity.h 8 9 Collision Detection: SetObjectCollisionBox( void ); 10 11 12 22 They can be found with 23 grep FIXME * -R 24 in the trunk.
Note: See TracChangeset
for help on using the changeset viewer.