Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3993   19 years patrick orxonox/trunk: patch to use relative coordinates again, some smaller …
(edit) @3988   19 years bensch orxonox/trunk: bRunning is false as default
(edit) @3987   19 years patrick orxonox/trunk: test gun component1 now gets displayed correctly again
(edit) @3986   19 years patrick orxonox/trunk: fixed two major bugs in the animation3d framework …
(edit) @3985   19 years patrick orxonox/trunk: now implemented the shiftCoor functions correctly
(edit) @3984   19 years patrick orxonox/trunk: implemented the sinus function for shifCoor method
(edit) @3983   19 years bensch orxonox/trunk: resource now also gets loaded if the data-directory is …
(edit) @3982   19 years bensch orxonox/trunk: now there is a posibility to play only parts of the …
(edit) @3981   19 years patrick orxonox/trunk: animatin3d changed linear mov mode to shiftCoor …
(edit) @3980   19 years patrick orxonox/trunk: started to implement the weapon change animation
(edit) @3979   19 years bensch orxonox/trunk: nicer implementation, also fool-proof now
(edit) @3978   19 years bensch orxonox/trunk: a Hack that enables setup of animation without giving …
(edit) @3977   19 years patrick orxonox/trunk: implemented neg_exp rotation also now
(edit) @3976   19 years patrick orxonox/trunk: implemented cosine rotation function. still looks wicked
(edit) @3975   19 years patrick orxonox/trunk: rotation sine function implemented, looks very fancy
(edit) @3973   19 years patrick orxonox/trunk: animation3d extended for definition of individual …
(edit) @3972   19 years patrick orxonox/trunk: animation fix :)
(edit) @3971   19 years bensch orxonox/trunk: return value of quat-slerp was wrong
(edit) @3970   19 years patrick orxonox/trunk: testet quatSLERP, this function does not seem to work
(edit) @3968   19 years patrick orxonox/trunk: animation3d cleaned up some code, deleted some old not …
(edit) @3967   19 years patrick orxonox/trunk: animation3d now ANIM_COSINE works also
(edit) @3966   19 years bensch orxonox/trunk: merged branches/particleEngine into the trunk, because …
(edit) @3965   19 years patrick orxonox/trunk: animation3d ANIM_SINE is now finaly working also. looks nice
(edit) @3964   19 years patrick orxonox/trunk: implemented neg_exp function again. better than ever :)
(edit) @3955   19 years bensch orxonox/trunk: better proto-class-files
(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) @3888   19 years patrick orxonox/trunk: deconstructor cleanup in weapon/gun
(edit) @3886   19 years patrick orxonox/trunk: cleaned up the weapon/test_gun class. now it makes more …
(edit) @3883   19 years bensch orxonox/trunk: now a check for a directory should return true also in …
(edit) @3882   19 years bensch orxonox/trunk: little error detected when returning from not found …
(edit) @3881   19 years patrick orxonox/trunk: weapon change enhanced. weapon handling is now better …
(edit) @3880   19 years bensch orxonox/trunk: trackManager should not end up in a seg-fault anymore …
(edit) @3879   19 years patrick orxonox/trunk: fixed a bug in the weapon change function: now there …
(edit) @3878   19 years patrick orxonox/trunk: the weaponconfiguration can now be changed by pressing …
(edit) @3877   19 years patrick orxonox/trunk: the player now works entirely with the WeaponManager. …
(edit) @3876   19 years bensch orxonox/trunk: rearanged keyFrame-addition
(edit) @3875   19 years patrick orxonox/trunk: weapon manager now works in player, cleaning up the rest
(edit) @3874   19 years bensch orxonox/trunk: reimplemented the random funtions to behave between …
(edit) @3873   19 years patrick orxonox/trunk: added the weapon module to the debug system. some minor …
(edit) @3872   19 years bensch orxonox/trunk: animation fix, the AnimationMode was not reset to the …
(edit) @3871   19 years bensch orxonox/trunk: sine/cosine reimplemented in t_animation
(edit) @3870   19 years patrick orxonox/trunk: reimplemented WeaponManager, made it as simple as …
(edit) @3869   19 years bensch orxonox/trunk: movement of the list and common utils
(edit) @3868   19 years bensch orxonox/trunk: moved the animation-stuff to src/util/animation
(edit) @3867   19 years bensch orxonox/trunk: minor
(edit) @3864   19 years bensch orxonox/trunk: camera looks into the right direction, as it shoul be.
(edit) @3863   19 years bensch orxonox/trunk: efence compile support, minor changes at animation, and …
(edit) @3862   19 years patrick orxonox/trunk: introducing weapon configuration and slots. some …
(edit) @3860   19 years bensch orxonox/trunk: moved likely to compiler.h in defs also reset all the …
(edit) @3859   19 years bensch orxonox/trunk: minor change
(edit) @3858   19 years bensch orxonox/trunk: moved the infinity-handling into animation.cc
(edit) @3857   19 years bensch orxonox/trunk: ANIM_INF_REWIND mode works
(edit) @3856   19 years bensch orxonox/trunk: doxy-todo's
(edit) @3855   19 years bensch orxonox/trunk: animation of weapon reimplemented (but only with Linear …
(edit) @3854   19 years bensch orxonox/trunk: doxy-tags
(edit) @3853   19 years bensch orxonox/trunk: doxygen-comments
(edit) @3852   19 years bensch orxonox/trunk: new Animation3D is now ready for setting up of the Functions
(edit) @3851   19 years bensch orxonox/trunk: animation: more adaptions to the new Framework
(edit) @3850   19 years bensch orxonox/trunk: added some functions (for function pointers) to the …
(edit) @3849   19 years bensch orxonox/trunk: taken tAnimation into a file of its own
(edit) @3848   19 years bensch orxonox/trunk: names of keyframes: KeyFrame → KeyFrame3D AnimKeyFrame …
(edit) @3847   19 years bensch orxonox/trunk: naming of animation changed Anim → Animation tAnim → …
(edit) @3846   19 years bensch orxonox/trunk: now the Text is real sexy, smashing in and smoothly …
(edit) @3845   19 years bensch orxonox/trunk: now some text gets displayed, when changing the Track
(edit) @3844   19 years bensch orxonox/trunk: GraphicsEngine now stores the glMatrices, when …
(edit) @3843   19 years bensch orxonox/trunk: alignment for text implemented
(edit) @3842   19 years bensch orxonox/trunk: now the TrackManager has a name for each trackElement
(edit) @3841   19 years bensch orxonox/trunk: added a possibility to join tracks by name
(edit) @3840   19 years bensch orxonox/trunk: preventing joining from join, IF and only if one …
(edit) @3838   19 years bensch orxonox/trunk: finished reworking of trackManager. Now we have to find …
(edit) @3837   19 years bensch orxonox/trunk: some more
(edit) @3836   19 years bensch orxonox/trunk: TrackManager: nicer fuctionality… more to come
(edit) @3835   19 years bensch orxonox/trunk: TrackManager update: TrackElement-class cleaned up
(edit) @3833   19 years bensch orxonox/trunk: animation can now return the BaseObject it operates on
(edit) @3832   19 years patrick orxonox/trunk: animation class functions implemented, list enhanced
(edit) @3831   19 years patrick orxonox/trunk: implemente animation sine function
(edit) @3830   19 years bensch orxonox/trunk: now the keyframe should also change the animation-function2
(edit) @3829   19 years bensch orxonox/trunk: now the keyframe should also change the animation-function
(edit) @3828   19 years patrick orxonox/trunk: little chang removing frames and changing signes in substr
(edit) @3827   19 years patrick orxonox/trunk: enhanced debug messages. now its usefull
(edit) @3826   19 years patrick orxonox/trunk: animation debug function
(edit) @3825   19 years bensch orxonox/trunk: some more animation functions
(edit) @3824   19 years patrick orxonox/trunk: redefined quaternion multiplication. it was more …
(edit) @3823   19 years patrick orxonox/trunk: finished work on vector class: inlied all functions …
(edit) @3822   19 years patrick orxonox/trunk: quaternion functions inlined
(edit) @3821   19 years bensch orxonox/trunk: pause and play function
Note: See TracRevisionLog for help on using the revision log.