Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4869   20 years patrick orxonox/trunk: cleaned out another segfault again… now its the last …
(edit) @4868   20 years patrick orxonox/trunk: cleaned out a segfault in the getDimension function
(edit) @4867   20 years patrick orxonox/trunk: implemented the tree stepping functions and some minor …
(edit) @4864   20 years bensch orxonox/trunk: merging minor nice fixes from laptop
(edit) @4862   20 years bensch orxonox/trunk: introducing Layers
(edit) @4861   20 years bensch orxonox/trunk: all elements visible
(edit) @4860   20 years bensch orxonox/trunk: made bool's loadable
(edit) @4859   20 years patrick orxonox/trunk: implemented a first draw function and some commented …
(edit) @4858   20 years bensch orxonox/trunk: loadParam functions implemented
(edit) @4857   20 years bensch orxonox/trunk: taken out the extremely useless debug-information
(edit) @4856   20 years bensch orxonox/trunk: text renders as good as before, but now as Element2D
(edit) @4855   20 years patrick orxonox/trunk: reimplemented the array creation process, now there are …
(edit) @4854   20 years patrick orxonox/trunk: temp removed the spatial separation structures from the …
(edit) @4853   20 years patrick orxonox/trunk: progressing in quadtree separation process: list is …
(edit) @4852   20 years patrick split the constructor into init and both constr. some debug output
(edit) @4851   20 years patrick orxonox/trunk: start of the separation algorithm
(edit) @4850   20 years bensch orxonox/trunk: Text is now too a Element2D, and it does not need the …
(edit) @4849   20 years bensch orxonox/trunk: the crosshair now renders as element2d
(edit) @4848   20 years bensch orxonox/trunk: more 2D-definitions, better draw function
(edit) @4847   20 years bensch orxonox/trunk: more functions to the elem-2d-renderer
(edit) @4846   20 years patrick orxonox/trunk: flushing work state to repos - some smaller changes in …
(edit) @4845   20 years patrick orxonox/trunk: added the rectangle to the vector file, since it is a …
(edit) @4844   20 years patrick orxonox/trunk: debuged the getDimension funciton, some mods on …
(edit) @4843   20 years bensch orxonox/trunk: included libORXquadtree.a
(edit) @4842   20 years patrick orxonox/trunk: calculating dimension of an object. not linking now
(edit) @4841   20 years patrick orxonox/trunk: introduced new class Rectangle representing…
(edit) @4840   20 years bensch orxonox/trunk: more definitions for element2D
(edit) @4839   20 years bensch orxonox/trunk: render2D-class definition
(edit) @4838   20 years bensch orxonox/trunk: Element2D added → will be moved to lib/graphics …
(edit) @4836   20 years bensch orxonox/trunk: renamed all the \param → @param and so on in Doxygen …
(edit) @4835   20 years bensch orxonox/trunk: resolution is loaded again. This time for real
(edit) @4834   20 years bensch orxonox/trunk: crosshair in WeaponManager (instead of World) and …
(edit) @4833   20 years bensch orxonox/trunk: fight against the mighty segfault
(edit) @4832   20 years bensch orxonox/trunk: loadParams and timing
(edit) @4831   20 years bensch orxonox/trunk: hiding the mouse through the graphicsEngine
(edit) @4830   20 years bensch orxonox/trunk: implemented aim
(edit) @4826   20 years bensch orxonox/trunk: moved the weaponManager out of Weapon we have files …
(edit) @4822   20 years bensch orxonox/trunk: Singleton-Classes are now refered to as such in World …
(edit) @4821   20 years bensch orxonox/trunk: spatial-separation Makefiles added
(edit) @4819   20 years patrick orxonox/trunk: some more function definitions
(edit) @4817   20 years patrick orxonox/trunk: orxonox is now baseobject, graphicsengine handles …
(edit) @4813   20 years patrick orxonox/trunk: some smaller quadtree changes, changes in the …
(edit) @4812   20 years patrick orxonox/trunk: implemented some new functions for the quadtree(node) …
(edit) @4811   20 years patrick orxonox/trunk: some quadtree additions and changelog entries
(edit) @4810   20 years patrick orxonox/trunk: prepearing the quadtree framework to process
(edit) @4809   20 years patrick orxonox/trunk: debug module support implemented
(edit) @4808   20 years patrick orxonox/trunk: debug module support implemented
(edit) @4806   20 years patrick orxonox/trunk: the important interface functions are now implemented …
(edit) @4805   20 years patrick orxonox/trunk: some modifications in spatial separation, made Model …
(edit) @4804   20 years patrick orxonox/trunk: introduced the modelInfo struct which contains …
(edit) @4803   20 years patrick orxonox/trunk: orxonox now renders again the old way with glLists, …
(edit) @4802   20 years patrick orxonox/trunk: ok, the normals are included now and just work fine. …
(edit) @4801   20 years patrick orxonox/trunk: the missing triangles are fixed now, as you can see, …
(edit) @4800   20 years patrick orxonox/trunk: found the problem, got the offsets wrong in the …
(edit) @4799   20 years patrick orxonox/trunk: the triangle data should be constructed correctly now, …
(edit) @4798   20 years patrick orxonox/trunk: some more stability in triangle count calculation
(edit) @4797   20 years patrick orxonox/trunk: whiped out a segfault, that is produced, when the …
(edit) @4796   20 years patrick orxonox/trunk: now counting the number of triangles to allocate the …
(edit) @4795   20 years patrick orxonox/trunk: now the model handles triangles and quads
(edit) @4794   20 years patrick orxonox/trunk: now will take array indexes directly from the …
(edit) @4793   20 years patrick orxonox/trunk: some comments, started implementing the …
(edit) @4792   20 years patrick orxonox/trunk: Array::getIndex(element) implemented - this will look …
(edit) @4791   20 years patrick orxonox/trunk: prepearing the objModel for triangles export support a …
(edit) @4790   20 years patrick orxonox/trunk: commiting the missing src files :)
(edit) @4789   20 years patrick orxonox/trunk: included the spatial data representation as a lib
(edit) @4788   20 years patrick orxonox/trunk: prepeared to include the spatial data separation …
(edit) @4787   20 years patrick orxonox/trunk: changes on the md2model - now it loads also the …
(edit) @4784   20 years bensch orxonox/trunk: setting the resolution works again (workaround. now i …
(edit) @4782   20 years bensch orxonox/trunk: orxonox-events registered, solved an error in ClassList
(edit) @4777   20 years bensch orxonox/trunk: ability to disable textures
(edit) @4770   20 years bensch orxonox/trunk: GraphicsEngine now parses the INI-file
(edit) @4769   20 years bensch orxonox/trunk: now there is the ability to Fly in fullscreen-mode
(edit) @4768   20 years bensch orxonox/trunk: ini-parser small cleanup char* → const char*
(edit) @4766   20 years bensch orxonox/trunk: cleaned up orxonox.cc a bit, and now one has the …
(edit) @4747   20 years bensch orxonox/trunk: classList now counts the count of classes
(edit) @4746   20 years bensch orxonox/trunk: changed (void) → ()
(edit) @4739   20 years bensch orxonox/trunk: factory is now registered in Factory, not in Gameloader
(edit) @4738   20 years bensch orxonox/trunk: cleanup, renice, and other stuff (doxygen-tags, loadparam)
(edit) @4737   20 years bensch orxonox/trunk: lights now register themselves at the LightManager, as …
(edit) @4736   20 years bensch orxonox/trunk: cleaned up LightManager, this was quite messy….
(edit) @4735   20 years bensch orxonox/trunk: lights loadable
(edit) @4734   20 years bensch orxonox/trunk: light loadable
(edit) @4733   20 years bensch orxonox/trunk: loading clean now
(edit) @4717   20 years patrick orxonox/trunk: some other md2 files to load
(edit) @4709   20 years bensch orxonox/trunk: added a ParticleSystem to the vulcano…. one does not …
(edit) @4697   20 years bensch orxonox/trunk: compiling again on Windows (this was pain)
(edit) @4683   20 years bensch orxonox/trunk: font renders nicer, but not perfect
(edit) @4682   20 years patrick orxonox/trunk: now there is a possibility to render the bvtree through …
(edit) @4681   20 years bensch orxonox/trunk: nicer font, and now i should reimplement font
(edit) @4678   20 years bensch orxonox/trunk: removed redundant stuff
(edit) @4677   20 years bensch orxonox/trunk: possibility to return the count of faces of some Object
(edit) @4663   20 years bensch orxonox/trunk: ParticleSystem now able to render Models
(edit) @4662   20 years bensch orxonox/trunk: safer compile support
(edit) @4619   20 years bensch orxonox/trunk: windowName defineable by the GraphicsEngine
(edit) @4615   20 years patrick orxonox/trunk: modified the cd subproject, so it loads an md2 file …
(edit) @4597   20 years bensch orxonox/trunk: setClassID implemented in all files
(edit) @4584   20 years bensch orxonox/trunk: TrackElement and Material are BaseObjects now
(edit) @4580   20 years bensch orxonox/trunk: arrays of Models get stored till the end
(edit) @4579   20 years bensch orxonox/trunk: array is now also a template
(edit) @4577   20 years bensch orxonox/trunk: model is now able to return the values of its vertices
Note: See TracRevisionLog for help on using the revision log.