Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5791   18 years bensch orxonox/trunk: stl::list used in ClassList
(edit) @5790   18 years bensch orxonox/trunk: rescale of the screen-size should reload Models too on …
(edit) @5789   18 years bensch orxonox/trunk: windows-compile fix (stl-list)
(edit) @5788   18 years bensch orxonox/trunk: shell-redirect for windows (so it does not write to …
(edit) @5787   18 years bensch orxonox/trunk: safer shell, better key-handling
(edit) @5786   18 years bensch orxonox/trunk: key-repeat in the Shell is smoother now
(edit) @5785   18 years bensch orxonox/trunk: history ok again
(edit) @5784   18 years bensch orxonox/trunk: shell without tList now
(edit) @5783   18 years bensch orxonox/trunk: more stl in Shell
(edit) @5781   18 years bensch orxonox/trunk: more stl::list
(edit) @5780   18 years bensch orxonox/trunk: no more segfault in the Shell
(edit) @5779   18 years bensch orxonox/trunk: ClassList is now in std::list style ShellCommand is now …
(edit) @5778   18 years bensch orxonox/trunk: saver removal
(edit) @5777   18 years bensch orxonox/trunk: stl::list in AnimationPlayer
(edit) @5776   18 years bensch orxonox/trunk: stl::list in PhysicsEngine
(edit) @5775   18 years bensch orxonox/trunk: stl::list in Element2D
(edit) @5774   18 years bensch orxonox/trunk: stl in Model
(edit) @5773   18 years bensch orxonox/trunk: changed to std::list in campaign
(edit) @5772   18 years bensch orxonox/trunk: cleanup
(edit) @5770   18 years bensch orxonox/trunk: PNode is now std::list-conform
(edit) @5769   18 years bensch orxonox/trunk: sync
(edit) @5768   18 years bensch orxonox/trunk: font is a Texture now (this is a procedural texture)
(edit) @5767   18 years bensch orxonox/trunk: removed support for text-render-static
(edit) @5766   18 years bensch orxonox/trunk: merged the GuidedMissiles to the trunk, without the …
(edit) @5755   18 years bensch orxonox/trunk: textures are rebuild on resize of the winodow (on winodws)
(edit) @5754   18 years bensch orxonox/trunk: Texture even better :)
(edit) @5753   18 years bensch orxonox/trunk: cleaner Texture Loading
(edit) @5751   18 years bensch orxonox/trunk: really cool hack, to let the fighter fly up and down :)
(edit) @5750   18 years bensch orxonox/trunk: merged the WorldEntities into the Trunk. Merged with …
(edit) @5708   18 years bensch orxonox/trunk: newer data-revision
(edit) @5701   18 years bensch orxonox/trunk: removed ALL Makefile.in's
(edit) @5698   18 years bensch orxonox/trunk: typo
(edit) @5697   18 years bensch orxonox/trunk: more doxy-tags
(edit) @5696   18 years bensch orxonox/trunk: documented matrix.h
(edit) @5694   18 years bensch orxonox/trunk: new Matrix Constructor to create a Matrix out of a …
(edit) @5693   18 years patrick orxonox: work flush
(edit) @5692   18 years bensch orxonox/trunk: no more valgrind warnings :)))))))
(edit) @5691   18 years bensch orxonox/trunk: moved functor_list.h
(edit) @5690   18 years bensch orxonox/trunk: parameters of Executor are const void* instead of const …
(edit) @5689   18 years bensch orxonox/trunk: some cool casting in the collision-detection
(edit) @5688   18 years patrick orxonox/trunk: the const collision detection war - strike
(edit) @5687   18 years bensch orxonox/trunk: subproject collision_detection works again, and again, …
(edit) @5686   18 years patrick orxonox/trunk: more interface extensions
(edit) @5684   18 years patrick orxonox/trunk: extended the obb interface dramaticaly:D , in near …
(edit) @5678   18 years bensch orxonox/trunk: removed old, obsolete, slow lin_alg
(edit) @5677   18 years bensch orxonox/trunk: more optimisations
(edit) @5676   18 years patrick orxonox/trunk: model now makes better debug output
(edit) @5675   18 years bensch orxonox/trunk: optimisations
(edit) @5674   18 years bensch orxonox/trunk: collision-detection with new Matrix-class
(edit) @5673   18 years bensch orxonox/trunk: Matrix included into Project
(edit) @5672   18 years patrick orxonox/trunk: removed the modelinfo from the includes of vector.h
(edit) @5671   18 years bensch orxonox/trunk: renamed class LoadParam to CLoadParam and Macro …
(edit) @5670   18 years bensch orxonox/trunk: eigenVc Cleanup
(edit) @5669   18 years bensch orxonox/trunk: eigenvectors ar fuing right now
(edit) @5668   18 years bensch orxonox/trunk: two of 3 eigenvectors
(edit) @5667   18 years patrick trunk/math: rewrite since both worked on the same file
(edit) @5666   18 years patrick trunk/math: working on eigenvectors, almost got it
(edit) @5665   18 years bensch orxonox/trunk: optimized matrix
(edit) @5664   18 years bensch orxonox/trunk: finished my work for today… but i am on to something …
(edit) @5663   18 years bensch orxonox/trunk: more oo-style matrix
(edit) @5662   18 years bensch orxonox/trunk: created a simple matrix class
(edit) @5661   18 years bensch orxonox/trunk: calculating EigneValues
(edit) @5660   18 years bensch orxonox/trunk: less useless output… wow … big commit
(edit) @5659   18 years bensch orxonox/trunk: valgrind sweep - no more Use of Uninitialized Value in …
(edit) @5657   18 years bensch orxonox/trunk: removed crap, that is really old design :)
(edit) @5656   18 years bensch orxonox/trunk: new Version of the String-splitter (without …
(edit) @5655   18 years bensch orxonox/trunk: dissected LoadParam and Executor completely. Now there …
(edit) @5654   18 years bensch orxonox/trunk: cycle-loading of LoadParam works…
(edit) @5653   18 years bensch orxonox/trunk: further cleanup
(edit) @5652   18 years bensch orxonox/trunk: new LoadParam procedure with all NON-cycling …
(edit) @5651   18 years bensch orxonox/trunk: new (LoadParam && ExecutorSpecials)-Functionality that …
(edit) @5646   18 years bensch orxonox/trunk: new Macro for LoadParam
(edit) @5645   18 years bensch orxonox/trunk: first Element gets loaded through the new LoadParam …
(edit) @5644   18 years bensch orxonox/trunk: better loadparam start and end-cycle.
(edit) @5643   18 years bensch orxonx/trunk: some minor multi-type-cleanup… new functionality
(edit) @5642   18 years bensch orxonox/trunk: valgrind sweep
(edit) @5641   18 years bensch orxonox/trunk: Passing Reference inastead of Pointer to create ShellCommand
(edit) @5640   18 years bensch orxonox/trunk: default Values work, and small fix with unused …
(edit) @5639   18 years bensch orxonox/trunk: splitted shell_command into shell_command and …
(edit) @5638   18 years bensch orxonox/trunk: segfault-prevention
(edit) @5637   18 years bensch orxonox/trunk: using Executor successfully (but with runtime-errors)
(edit) @5636   18 years bensch orxonox/trunk: adapting ShellCommand to use Executor. On the go
(edit) @5635   18 years bensch orxonox/trunk: more about the executor.
(edit) @5634   18 years bensch orxonox/trunk: Executor works just fine. Changed: Paramerte* to MT_*, …
(edit) @5633   18 years bensch orxonox/trunk: Executor works just fine. Changed: Paramerte* to MT_*, …
(edit) @5632   18 years bensch orxonox/trunk: added new class Executor, that should be a …
(edit) @5626   18 years bensch trunk: optimizations, and operator== in BaseObject to compare ObjectNames
(edit) @5557   19 years bensch orxonox/trunk: more around the aim-class
(edit) @5556   19 years bensch orxonox/trunk: added Aim-class
(edit) @5555   19 years bensch orxonox/trunk: error fixed in the default value of ShellCommand LoadModel
(edit) @5553   19 years bensch orxonox/trunk: Quit Events are listened on. 1. Quit-Button from the …
(edit) @5552   19 years bensch orxonox/trunk: ShellCommand now uses MultiType instead of many …
(edit) @5551   19 years bensch orxonox/trunk: ShellCommands use less memory due to the use of unions.
(edit) @5549   19 years bensch orxonox/trunk: cleanup of LoadParam
(edit) @5546   19 years bensch orxonox/trunk: taken out LoadParamDescription into a file of its own
(edit) @5545   19 years bensch orxonox/trunk: renaming of BaseLoadParam to LoadParamBase
(edit) @5544   19 years bensch orxonox/trunk: more elaborate MultiType
(edit) @5541   19 years bensch orxonox/trunk: setValue(type) defined
(edit) @5540   19 years bensch orxonox/trunk: set[Type](value)-functions
(edit) @5539   19 years bensch orxonox/trunk: some minor typo's in the MultiType class
Note: See TracRevisionLog for help on using the revision log.