Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   19 years bensch trunk: optimizations, and operator== in BaseObject to compare ObjectNames
(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) @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
(edit) @5538   19 years bensch orxonox/trunk: more elaborate MultiType, all get*() written
(edit) @5537   19 years bensch orxonox/trunk: more elaborate MultiType
(edit) @5536   19 years bensch orxonox/trunk: added class MultiType, for multi-typed Atrribute …
(edit) @5515   19 years bensch orxonox/trunk: unloading of fonts now without a Warning from the …
(edit) @5513   19 years bensch orxonox/trunk: color adaption in the shell isA also with String (slow)
(edit) @5511   19 years bensch orxonox/trunk: more cleanup of the WorldEntity (includes rearanged)
(edit) @5509   19 years bensch orxonox/trunk: proto_world_entity-stuff
(edit) @5494   19 years bensch orxonox/trunk: nicer color in the debug of the OBBTreeNode
(edit) @5493   19 years patrick orxonox/trunk: the other jacobi functions doesn't work neither. there …
(edit) @5492   19 years patrick orxonox/trunk/src/lib/cd: the jacobi function does not produce correct …
(edit) @5491   19 years patrick orxonox/trunk/src/lib/cd: rebuilt the jacobi function. There are still …
(edit) @5490   19 years patrick orxonox/trunk/src/lib/collision: heavy work on the jacobi function
(edit) @5489   19 years patrick orxonox/trunk/src/lib/collision: rearanged the memory management and …
(edit) @5488   19 years patrick orxonox/trunk/src/lib/cd: woking on the jacobi matrix decomposition …
(edit) @5487   19 years bensch orxonox/trunk: blended rendering works again in the CollisionDetection …
(edit) @5481   19 years bensch orxonox/trunk: BV-nodes are now renddered more efficiently.
(edit) @5479   19 years bensch orxonox/trunk: updated to new autoconf, moved resourcemanager to …
(edit) @5477   19 years patrick orxonox/lib/event: enumeration now correctly implemented
(edit) @5476   19 years patrick orxonox/lib/event: also checked the other mouse buttons and removed …
(edit) @5475   19 years bensch default of shoot is now on Button-left
(edit) @5474   19 years patrick orxonox/lib/event: fixed the mouse button bug
(edit) @5473   19 years bensch orxonox/trunk: sound-engine finishes faster.
(edit) @5466   19 years bensch orxonox/trunk: some changes from class to typename in Templates
(edit) @5465   19 years bensch orxonox/trunk: vegetation rendering in the terrain (trees are now …
(edit) @5463   19 years bensch orxonox/trunk: removed LIBTOOL again
(edit) @5461   19 years bensch orxonox/trunk: command-chain (copy and renaming of shell_command) …
(edit) @5460   19 years bensch orxonox/trunk: command-chain (copy and renaming of shell_command) …
(edit) @5456   19 years bensch orxonox/trunk: added Lasers and Rockets Class as TestBullet is not the …
(edit) @5452   19 years bensch orxonox/trunk: libtoolize
(edit) @5451   19 years bensch orxonox/trunk: NPC's die, and emmit a power-UP
(edit) @5450   19 years bensch orxonox/trunk: building with LIBTOOL again, this time for real Since …
(edit) @5449   19 years bensch orxonox/trunk: Jacobi-reloaded
(edit) @5447   19 years bensch orxonox/trunk: Explosions on Collision (—HACK—) also made the …
(edit) @5446   19 years bensch orxonox/trunk: removed debug-stuff
(edit) @5445   19 years bensch orxonox/trunk: Connection-Removing in the Particle-Class
(edit) @5439   19 years bensch orxonox/trunk: BaseObject with Debug-Level
(edit) @5438   19 years bensch orxonox/trunk: better display of the PNodes debug
(edit) @5437   19 years bensch orxonox/trunk: Sphers Rendered around the Turret-Power-Up (this looks …
(edit) @5435   19 years bensch orxonox/trunk: power-ups implemented (simple-mode)
(edit) @5432   19 years bensch orxonox/trunk: some documentation in the PNode-debugDraw function
(edit) @5431   19 years bensch orxonox/trunk: changed the static values back
(edit) @5430   19 years bensch orxonox/trunk: static definitions
(edit) @5429   19 years patrick orxonox/trunk: bounding volumes now toggeable via shell
(edit) @5428   19 years patrick orxonox/trunk: fixed a bug in the CD engine
(edit) @5427   19 years bensch orxonox/trunk: some minor include stuff
(edit) @5425   19 years bensch orxonox/trunk: a key for those poor orxonox player wanting to use the …
(edit) @5422   19 years bensch orxonox/trunk: windows works, and the default data-path in the …
(edit) @5421   19 years bensch orxonox/trunk: GUI-Element visible
(edit) @5420   19 years bensch orxonox/trunk: Font is now Right, and the Rendering 'should be' faster.
(edit) @5419   19 years bensch orxonox/trunk: MUCH better algorithm for the QuaternionSlerp in PNodes …
(edit) @5418   19 years bensch orxonox/trunk: Text offers its Size to Element2D
(edit) @5417   19 years bensch orxonox/trunk: visibility of Element2D-debug-draw through …
(edit) @5416   19 years bensch orxonox/trunk: removed senseless test, as it is not forward-compatible
(edit) @5415   19 years bensch orxonox/trunk: windows compatibility
(edit) @5414   19 years bensch orxonox/trunk: new functionality in PNode and Element2D they now …
Note: See TracRevisionLog for help on using the revision log.