Changeset 10059 in orxonox.OLD for branches/mount_points
- Timestamp:
- Dec 13, 2006, 11:00:55 AM (18 years ago)
- Location:
- branches/mount_points/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc
r10054 r10059 11 11 ### File Specific: 12 12 main-programmer: Patrick Boenzli patrick@orxonox.net 13 co-programmer: ...13 co-programmer: 14 14 */ 15 15 -
branches/mount_points/src/lib/graphics/importer/oif/resource_oif.cc
r10052 r10059 1 /* 2 orxonox - the future of 3D-vertical-scrollers 3 4 Copyright (C) 2004 orx 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation; either version 2, or (at your option) 9 any later version. 10 11 ### File Specific 12 main-programmer: Patrick Boenzli patrick@orxonox.net 13 co-programmer: 14 */ 1 15 2 16 #include "resource_oif.h" -
branches/mount_points/src/world_entities/mount_point.cc
r10058 r10059 1 2 3 1 /* 4 2 orxonox - the future of 3D-vertical-scrollers … … 12 10 13 11 ### File Specific 14 main-programmer: 12 main-programmer: Patrick Boenzli patrick@orxonox.net 15 13 co-programmer: 16 14 */ … … 25 23 #include "mount_point.h" 26 24 #include "debug.h" 25 #include "state.h" 26 #include "class_id_DEPRECATED.h" 27 27 28 28 29 30 31 #include "state.h"32 33 34 35 #include "class_id_DEPRECATED.h"36 29 ObjectListDefinition(MountPoint); 37 30 CREATE_FACTORY(MountPoint); 38 39 31 40 32 -
branches/mount_points/src/world_entities/world_entity.cc
r10058 r10059 12 12 13 13 ### File Specific: 14 main-programmer: Patrick Boenzli 15 co-programmer: Christian Me yer14 main-programmer: Patrick Boenzli, Benjamin Grauer 15 co-programmer: Christian Meier 16 16 */ 17 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY … … 108 108 this->setModel(NULL, i); 109 109 110 // remove the object information file 110 111 if( this->oiFile) 111 112 delete this->oiFile; 113 // and clear all monut points 114 this->mountPoints.clear(); 112 115 113 116 // Delete the obbTree
Note: See TracChangeset
for help on using the changeset viewer.