|
|
@3966
|
20 years |
bensch |
orxonox/trunk: merged branches/particleEngine into the trunk, because …
|
|
|
@3917
|
20 years |
bensch |
orxonox/trunk: minor
|
|
|
@3916
|
20 years |
bensch |
orxonox/trunk: prepare for VertexArrays
|
|
|
@3915
|
20 years |
bensch |
orxonox/trunk: material is now only dependent on tList<Material>* in model
|
|
|
@3914
|
20 years |
bensch |
orxonox/trunk: materialList is now a property of model not material, …
|
|
|
@3913
|
20 years |
bensch |
orxonox/trunk: importer: functionality improvement
|
|
|
@3912
|
20 years |
bensch |
orxonox/trunk: model rearangement.
|
|
|
@3911
|
20 years |
bensch |
orxonox/trunk: minor changes at model
|
|
|
@3910
|
20 years |
bensch |
orxonox/trunk: importer: having color again
|
|
|
@3909
|
20 years |
bensch |
orxonox/trunk: importer: no more fstream c-style code only
|
|
|
@3908
|
20 years |
bensch |
orxonox/trunk: strange colors when importing. but for syncing reasons
|
|
|
@3907
|
20 years |
bensch |
orxonox/trunk: importer compiles again
|
|
|
@3905
|
20 years |
bensch |
orxonox/trunk: image now gets loaded with the an SDL_Surface instead …
|
|
|
@3896
|
20 years |
bensch |
orxonox/trunk: removed sensless stuff
|
|
|
@3895
|
20 years |
bensch |
orxonox/trunk: more logic in adding face with the numerical adder
|
|
|
@3894
|
20 years |
bensch |
orxonox/trunk: Material, and Model update, some const-issues
|
|
|
@3863
|
20 years |
bensch |
orxonox/trunk: efence compile support, minor changes at animation, and …
|
|
|
@3845
|
20 years |
bensch |
orxonox/trunk: now some text gets displayed, when changing the Track
|
|
|
@3844
|
20 years |
bensch |
orxonox/trunk: GraphicsEngine now stores the glMatrices, when …
|
|
|
@3843
|
20 years |
bensch |
orxonox/trunk: alignment for text implemented
|
|
|
@3840
|
20 years |
bensch |
orxonox/trunk: preventing joining from join, IF and only if one …
|
|
|
@3833
|
20 years |
bensch |
orxonox/trunk: animation can now return the BaseObject it operates on
|
|
|
@3809
|
20 years |
patrick |
orxonox/trunk: changing pnode interface to const arguments
|
|
|
@3803
|
20 years |
bensch |
orxonox/trunk: SkyBox even better,
world-entity implements a draw …
|
|
|
@3801
|
20 years |
bensch |
orxonox/trunk: some more functionality to material
now it is possible …
|
|
|
@3790
|
20 years |
bensch |
orxonox/trunk: merged the textEngine back into the trunk.
merged with …
|
|
|
@3789
|
20 years |
bensch |
orxonox/trunk: also checking for gprof
|
|
|
@3750
|
20 years |
patrick |
orxonox/trunk: made some sattelite object just for fun and to show on …
|
|
|
@3684
|
20 years |
bensch |
orxonox/trunk: diameter instead of radius (makes the spheres smaler
|
|
|
@3672
|
20 years |
bensch |
orxonox/trunk: ResourceManager not totally static anymore, …
|
|
|
@3660
|
20 years |
bensch |
orxonox/trunk: now ResourceManager has the ability to unload resources …
|
|
|
@3658
|
20 years |
bensch |
orxonox/trunk: resource manager working, player uses it.
|
|
|
@3657
|
20 years |
bensch |
orxonox.trunk: importer now with subclass PrimitiveModel, taht …
|
|
|
@3656
|
20 years |
bensch |
orxonox/trunk: model: sphere-model is now working
|
|
|
@3655
|
20 years |
bensch |
orxonox/trunk: moved protoclass to folder proto
added protosingleton …
|
|
|
@3622
|
20 years |
bensch |
orxonox/trunk: small patch to enable/disable textures with one single …
|
|
|
@3621
|
20 years |
bensch |
orxonox/trunk: doxygen-tags and some minor stuff
|
|
|
@3619
|
20 years |
bensch |
orxonox/trunk: added a Function to resize the Window, but it does not …
|
|
|
@3617
|
20 years |
bensch |
orxonox/trunk: little fix to graphicsEngine, now the different …
|
|
|
@3611
|
20 years |
bensch |
orxonox/trunk: one step further with the gragpicsEngine
|
|
|
@3610
|
20 years |
bensch |
orxonox/trunk: first definition of the Grahpics-class. more to follow, …
|
|
|
@3608
|
20 years |
patrick |
orxonox/trunk: now there is a real speedup in compiling time when …
|
|
|
@3603
|
20 years |
bensch |
orxonox/trunk: attenuation works, and the Light is now in lib/graphics
|
|
|
@3590
|
20 years |
bensch |
orxonox/trunk: updated debug.h: now possibility to log per module …
|
|
|
@3579
|
20 years |
bensch |
orxonox/trunk: preventing seg-fault
|
|
|
@3569
|
20 years |
bensch |
orxonox/trunk: new Version number set.
V0.2.2-pre-alpha
|
|
|
@3558
|
20 years |
bensch |
orxonox/trunk: now the documentation only gets build if requested …
|
|
|
@3555
|
20 years |
bensch |
orxonox/trunk: ChangeLog/INSTALL reniced.
|
|
|
@3549
|
20 years |
bensch |
orxonox/trunk: added folder subprojects.
now one can test all the …
|
|
|
@3548
|
20 years |
bensch |
orxonox/trunk: debug information in importer set like they should be
|
|
|
@3536
|
20 years |
bensch |
orxonox/trunk: GL_TEXTURE_2D-patch: now only enabled and disabled …
|
|
|
@3528
|
20 years |
bensch |
orxonox/trunk: TrackNode gets initialized by TrackManager now.
|
|
|
@3502
|
20 years |
patrick |
orxonox/trunk: changed Skysphere to WorldEntity
|
|
|
@3495
|
20 years |
bensch |
orxonox/trunk: taken curve and matrix out of stdincl.h because they …
|
|
|
@3493
|
20 years |
bensch |
orxonox/trunk: added new Makefile.am-structure, so it compiles again
|
|
|
@3490
|
20 years |
patrick |
orxonox/trunk: moved font to lib/graphics/font
|
|
|
@3487
|
20 years |
bensch |
orxonox/trunk: Makefile.am's are both equal again
|
|
|
@3484
|
20 years |
patrick |
orxonox/trunk: now moved importer in lib and other stuff. very very …
|