Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/graphics/importer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4796   19 years patrick orxonox/trunk: now counting the number of triangles to allocate the …
(edit) @4795   19 years patrick orxonox/trunk: now the model handles triangles and quads
(edit) @4794   19 years patrick orxonox/trunk: now will take array indexes directly from the …
(edit) @4793   19 years patrick orxonox/trunk: some comments, started implementing the …
(edit) @4792   19 years patrick orxonox/trunk: Array::getIndex(element) implemented - this will look …
(edit) @4791   19 years patrick orxonox/trunk: prepearing the objModel for triangles export support a …
(edit) @4789   19 years patrick orxonox/trunk: included the spatial data representation as a lib
(edit) @4787   19 years patrick orxonox/trunk: changes on the md2model - now it loads also the …
(edit) @4746   19 years bensch orxonox/trunk: changed (void) → ()
(edit) @4717   19 years patrick orxonox/trunk: some other md2 files to load
(edit) @4697   19 years bensch orxonox/trunk: compiling again on Windows (this was pain)
(edit) @4682   19 years patrick orxonox/trunk: now there is a possibility to render the bvtree through …
(edit) @4678   19 years bensch orxonox/trunk: removed redundant stuff
(edit) @4677   19 years bensch orxonox/trunk: possibility to return the count of faces of some Object
(edit) @4662   19 years bensch orxonox/trunk: safer compile support
(edit) @4615   19 years patrick orxonox/trunk: modified the cd subproject, so it loads an md2 file …
(edit) @4584   19 years bensch orxonox/trunk: TrackElement and Material are BaseObjects now
(edit) @4580   19 years bensch orxonox/trunk: arrays of Models get stored till the end
(edit) @4579   19 years bensch orxonox/trunk: array is now also a template
(edit) @4577   19 years bensch orxonox/trunk: model is now able to return the values of its vertices
(edit) @4564   19 years bensch orxonox/trunk: building the importer-stuff as a lib
(edit) @4550   19 years patrick orxonox/trunk: draw functions and some sVec3D issues
(edit) @4539   19 years bensch orxonox/trunk: added some missing files to the Makefile.am's
(edit) @4529   19 years bensch orxonox/trunk: preparing to create the collision-detection-algorithms …
(edit) @4506   19 years bensch orxonox/trunk: building the SoundEngine as a lib
(edit) @4504   19 years bensch orxonox/trunk: merged the SoundEngine into the Trunk. merged file by …
(edit) @4488   19 years patrick orxonox/trunk: started cleaning up the list classes
(edit) @4468   19 years bensch orxonox/trunk: doxytag
(edit) @4467   19 years patrick orxonox/trunk: commented the abstract_class.h right
(edit) @4466   19 years bensch orxonox/trunk: doxygen-tags
(edit) @4462   19 years bensch orxonox/trunk: md2Data loadable over the resourceManager
(edit) @4461   19 years patrick orxonox/trunk: documented the md2 class correctly now
(edit) @4460   19 years patrick orxonox/trunk: md2data cleanup data fix
(edit) @4459   19 years patrick orxonox/trunk: md2model data/model seperation
(edit) @4438   19 years patrick orxonox/trunk: pilot node correction in control speed
(edit) @4432   19 years bensch orxonox/trunk: forgot a file
(edit) @4416   19 years bensch orxonox/trunk: moved the particles to lib/particles
(edit) @4392   19 years bensch orxonox/trunk: physicsInterfaces now check in at constuctiontime with …
(edit) @4381   19 years bensch orxonox/trunk: made include more local. stdincl.h not in base_object.h …
(edit) @4371   19 years bensch orxonox/trunk: material should now be loadable in the importer-test-class
(edit) @4370   19 years bensch orxonox/trunk: objModel's materials should now automatically load textures
(edit) @4357   19 years bensch orxonox/trunk: now Textures are maped as they should before this …
(edit) @4284   19 years patrick orxonox/trunk: doxygen tags for the md2 model
(edit) @4282   19 years patrick orxonox/trunk: some smaller changes, possible to define scale factor …
(edit) @4281   19 years patrick orxonox/trunk: seperated the data from the model: now MD2Data …
(edit) @4280   19 years patrick orxonox/trunk: started separating data from md2 model: iimplementing …
(edit) @4279   19 years patrick orxonox/trunk: changed header struct name, fixed windows compile …
(edit) @4278   19 years patrick orxonox/trunk: cleaned out the abstract_model file. there where many …
(edit) @4277   19 years patrick orxonox/trunk: defined new datatype MD2Data to be used as data …
(edit) @4276   19 years patrick orxonox/trunk: cleaned out the md2 model class, there is now only one …
(edit) @4267   19 years bensch orxonox/trunk: added missing file
(edit) @4265   19 years bensch orxonox/trunk: tinyxml too :)
(edit) @4264   19 years bensch orxonox/trunk: gui is now a lib build and stored in lib
(edit) @4263   19 years bensch orxonox/trunk: building subprojects externaly
(edit) @4261   19 years bensch orxonox/trunk: merged the levelLoader-branche back into the trunk, …
(edit) @4246   19 years bensch orxonox/trunk: md2_sloppy data-dir-fix
(edit) @4245   19 years patrick orxonox/trunk: merged back the md2_loader branche manualy (a full …
(edit) @4136   19 years bensch orxonox/trunk: skyModel now gets unloaded/loaded for real. There was …
(edit) @4130   19 years bensch orxonox/trunk: configure now nicer for GTK
(edit) @4118   19 years bensch orxonox/trunk: small discrepancy
(edit) @4117   19 years bensch orxonox/trunk: model should load again on Windows
(edit) @4112   19 years bensch orxonox/trunk: model now gets loaded in an other order first vertex is …
(edit) @4110   19 years bensch orxonox/trunk: hups
(edit) @4109   19 years bensch orxonox/trunk: little error in model, and also a speed-fix in Array
(edit) @4108   19 years bensch orxonox/trunk: model even saver now
(edit) @4107   19 years bensch orxonox/trunk: some more
(edit) @4106   19 years bensch orxonox/trunk: new Model Definitions, to make it more safe (better output)
(edit) @4061   19 years bensch orxonox/trunk: no more multi-Threading-support… maybe again in the …
(edit) @4054   19 years bensch orxonox/trunk: merged the guiMerge-branche back into the trunk merged …
(edit) @4038   19 years bensch orxonox/trunk: seg-fault-prevention, and cleanup of model.cc
(edit) @4023   19 years bensch orxonox/trunk: doxygen tags
(edit) @4022   19 years bensch orxonox/trunk: Model-Class is now more dynamic (all subelements are …
(edit) @4020   19 years bensch orxonox/trunk: renaming from factory→className → factory→factoryName
(edit) @3966   19 years bensch orxonox/trunk: merged branches/particleEngine into the trunk, because …
(edit) @3917   19 years bensch orxonox/trunk: minor
(edit) @3916   19 years bensch orxonox/trunk: prepare for VertexArrays
(edit) @3915   19 years bensch orxonox/trunk: material is now only dependent on tList<Material>* in model
(edit) @3914   19 years bensch orxonox/trunk: materialList is now a property of model not material, …
(edit) @3913   19 years bensch orxonox/trunk: importer: functionality improvement
(edit) @3912   19 years bensch orxonox/trunk: model rearangement.
(edit) @3911   19 years bensch orxonox/trunk: minor changes at model
(edit) @3910   19 years bensch orxonox/trunk: importer: having color again
(edit) @3909   19 years bensch orxonox/trunk: importer: no more fstream c-style code only
(edit) @3908   19 years bensch orxonox/trunk: strange colors when importing. but for syncing reasons
(edit) @3907   19 years bensch orxonox/trunk: importer compiles again
(edit) @3905   19 years bensch orxonox/trunk: image now gets loaded with the an SDL_Surface instead …
(edit) @3896   19 years bensch orxonox/trunk: removed sensless stuff
(edit) @3895   19 years bensch orxonox/trunk: more logic in adding face with the numerical adder
(edit) @3894   19 years bensch orxonox/trunk: Material, and Model update, some const-issues
(edit) @3863   19 years bensch orxonox/trunk: efence compile support, minor changes at animation, and …
(edit) @3803   19 years bensch orxonox/trunk: SkyBox even better, world-entity implements a draw …
(edit) @3801   19 years bensch orxonox/trunk: some more functionality to material now it is possible …
(edit) @3790   19 years bensch orxonox/trunk: merged the textEngine back into the trunk. merged with …
(edit) @3789   19 years bensch orxonox/trunk: also checking for gprof
(edit) @3750   19 years patrick orxonox/trunk: made some sattelite object just for fun and to show on …
(edit) @3684   19 years bensch orxonox/trunk: diameter instead of radius (makes the spheres smaler
(edit) @3672   19 years bensch orxonox/trunk: ResourceManager not totally static anymore, …
(edit) @3660   19 years bensch orxonox/trunk: now ResourceManager has the ability to unload resources …
(edit) @3658   19 years bensch orxonox/trunk: resource manager working, player uses it.
(edit) @3657   19 years bensch orxonox.trunk: importer now with subclass PrimitiveModel, taht …
Note: See TracRevisionLog for help on using the revision log.