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) @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
(edit) @3820   19 years bensch orxonox/trunk: more descriptive comments
(edit) @3819   19 years patrick orxonox/trunk: most important often used functions inlined
(edit) @3818   19 years patrick orxonox/trunk: vector inline function definitions
(edit) @3817   19 years patrick orxonox/trunk: inlined more functions and fixed a compile error
(edit) @3816   19 years bensch orxonox/trunk: AnimationPlayer updated, created a debug function, and …
(edit) @3815   19 years patrick orxonox/trunk: inlined vector function
(edit) @3814   19 years patrick orxonox/trunk: working on vector class, making it more performant by …
(edit) @3813   19 years patrick orxonox/trunk: finished work on tweaking pnode. pnode is now as fast …
(edit) @3812   19 years bensch orxonox/trunk: animation-player added
(edit) @3811   19 years patrick orxonox/trunk: finished work on pnode interface
(edit) @3810   19 years patrick orxonox/trunk: changed pnode interface of setRelCoor and setRelDir
(edit) @3809   19 years patrick orxonox/trunk: changing pnode interface to const arguments
(edit) @3808   19 years bensch orxonox/trunk: now the material is good also with the data-repository
(edit) @3807   19 years bensch orxonox/trunk: now the SkyBox is ok, there was something wrong with …
(edit) @3806   19 years bensch orxonox/trunk: doxygen-comment
(edit) @3805   19 years bensch orxonox/trunk: SkyBox finished
(edit) @3804   19 years patrick orxonox/trunk: performance tweaking on PNode continiued: inlined all …
(edit) @3803   19 years bensch orxonox/trunk: SkyBox even better, world-entity implements a draw …
(edit) @3802   19 years patrick orxonox/trunk: some more performance tweaks on PNode: making arguments …
(edit) @3801   19 years bensch orxonox/trunk: some more functionality to material now it is possible …
(edit) @3800   19 years patrick orxonox/trunk: defined macro for likely function, PNode now uses this …
(edit) @3799   19 years patrick orxonox/trunk: using G_LIKELY() as Atilla suggested, seems only to …
(edit) @3798   19 years bensch orxonox/trunk: play/rewind and so on work perfectly. (you can try them …
Note: See TracRevisionLog for help on using the revision log.