Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4428   19 years bensch orxonox/trunk: should compile again after new Makefile-stuff
(edit) @4427   19 years bensch orxonox/trunk: moved the gui to a more usefull directory
(edit) @4426   19 years bensch orxonox/trunk: deleted obsolete console
(edit) @4425   19 years bensch orxonox/trunk: minor update on quickAnimation
(edit) @4424   19 years patrick orxonox/trunk: very fun effect when using the mouse to drive through …
(edit) @4423   19 years patrick orxonox/trunk: space craft can be controled via keys, nothing new yet
(edit) @4422   19 years patrick orxonox/trunk: work on pilot node continued
(edit) @4421   19 years bensch orxonox/trunk: lifetime-animation works now via the quickAnimation …
(edit) @4418   19 years patrick orxonox/trunk: further work on debug level
(edit) @4416   19 years bensch orxonox/trunk: moved the particles to lib/particles
(edit) @4415   19 years bensch orxonox/trunk: added quick-animation for FAST, bad animations that …
(edit) @4397   19 years bensch orxonox/trunk: ok… forces now apply to the right objects, but i …
(edit) @4396   19 years bensch orxonox/trunk: now Objects should be affected by the PhysicsEngine too
(edit) @4395   19 years bensch orxonox/trunk: fields are now time-independant
(edit) @4394   19 years bensch orxonox/trunk: PhysicsEngine is now aware of the existing fields and …
(edit) @4392   19 years bensch orxonox/trunk: physicsInterfaces now check in at constuctiontime with …
(edit) @4385   20 years bensch orxonox/trunk: small efficiency update
(edit) @4384   20 years bensch orxonox/trunk: further optimisations for the appliement of fields
(edit) @4382   20 years bensch orxonox/trunk: BaseObject virtual public in PNode and Player(for …
(edit) @4381   20 years bensch orxonox/trunk: made include more local. stdincl.h not in base_object.h …
(edit) @4378   20 years bensch orxonox/trunk: applying force works for particle-systems again
(edit) @4377   20 years bensch orxonox/trunk: ParticleSystem is now a PhysicsInterface
(edit) @4376   20 years bensch orxonox/trunk: started reimplementing the PhysicsInterface-class. This …
(edit) @4375   20 years bensch orxonox/trunk: renamed iphysics to physics_interface
(edit) @4374   20 years bensch orxonox/trunk: ability to change background color
(edit) @4372   20 years bensch orxonox/trunk: slight optimizations and a new definition for PNode. …
(edit) @4371   20 years bensch orxonox/trunk: material should now be loadable in the importer-test-class
(edit) @4370   20 years bensch orxonox/trunk: objModel's materials should now automatically load textures
(edit) @4357   20 years bensch orxonox/trunk: now Textures are maped as they should before this …
(edit) @4349   20 years bensch orxonox/trunk: ParticleEngine now has a draw-function, that makes sense
(edit) @4348   20 years bensch orxonox/trunk: particles now move at the desired velocity
(edit) @4345   20 years bensch orxonox/trunk: cooler incrementations
(edit) @4338   20 years bensch orxonox/trunk: merged branches/physics back to the trunk merged with …
(edit) @4326   20 years patrick orxonox/trunk: working on an alternativ flight mode and a new event …
(edit) @4321   20 years patrick orxonox/trunk: added doxygen tags for the baseobject class
(edit) @4320   20 years patrick orxonox/trunk: now string name of a class works parallel to the int id …
(edit) @4318   20 years patrick orxonox/trunk: now changed the orxonox baseobject to object id …
(edit) @4315   20 years patrick orxonox/trunk: removed deprecated class base_entity and updated the …
(edit) @4284   20 years patrick orxonox/trunk: doxygen tags for the md2 model
(edit) @4282   20 years patrick orxonox/trunk: some smaller changes, possible to define scale factor …
(edit) @4281   20 years patrick orxonox/trunk: seperated the data from the model: now MD2Data …
(edit) @4280   20 years patrick orxonox/trunk: started separating data from md2 model: iimplementing …
(edit) @4279   20 years patrick orxonox/trunk: changed header struct name, fixed windows compile …
(edit) @4278   20 years patrick orxonox/trunk: cleaned out the abstract_model file. there where many …
(edit) @4277   20 years patrick orxonox/trunk: defined new datatype MD2Data to be used as data …
(edit) @4276   20 years patrick orxonox/trunk: cleaned out the md2 model class, there is now only one …
(edit) @4267   20 years bensch orxonox/trunk: added missing file
(edit) @4266   20 years bensch orxonox/trunk: subproject builds gui.
(edit) @4265   20 years bensch orxonox/trunk: tinyxml too :)
(edit) @4264   20 years bensch orxonox/trunk: gui is now a lib build and stored in lib
(edit) @4263   20 years bensch orxonox/trunk: building subprojects externaly
(edit) @4262   20 years bensch orxonox/trunk: moved around some files, and deleted the obsolete DataTank
(edit) @4261   20 years bensch orxonox/trunk: merged the levelLoader-branche back into the trunk, …
(edit) @4246   20 years bensch orxonox/trunk: md2_sloppy data-dir-fix
(edit) @4245   20 years patrick orxonox/trunk: merged back the md2_loader branche manualy (a full …
(edit) @4220   20 years bensch orxonox/trunk: TrackManager prepared for loading. added new overloaded …
(edit) @4176   20 years bensch orxonox/trunk: merged the particleSystem into the Trunk
(edit) @4164   20 years bensch orxonox/trunk: moved the start-button down (in the Gui)
(edit) @4145   20 years bensch orxonox/trunk: every world-entity saves the speed of its own
(edit) @4136   20 years bensch orxonox/trunk: skyModel now gets unloaded/loaded for real. There was …
(edit) @4135   20 years bensch orxonox/trunk: minor
(edit) @4134   20 years bensch orxonox/trunk: nicer help
(edit) @4133   20 years bensch orxonox/trunk: cleanup in gui: less useless output
(edit) @4132   20 years bensch orxonox/trunk: orxonox —help now shows something more usefull… …
(edit) @4130   20 years bensch orxonox/trunk: configure now nicer for GTK
(edit) @4123   20 years bensch orxonox/trunk: merged back the ParticleEngine into the Trunk
(edit) @4120   20 years bensch orxonox/trunk: gui builds again (on it's own)
(edit) @4119   20 years bensch orxonox/trunk: staff-section added
(edit) @4118   20 years bensch orxonox/trunk: small discrepancy
(edit) @4117   20 years bensch orxonox/trunk: model should load again on Windows
(edit) @4112   20 years bensch orxonox/trunk: model now gets loaded in an other order first vertex is …
(edit) @4110   20 years bensch orxonox/trunk: hups
(edit) @4109   20 years bensch orxonox/trunk: little error in model, and also a speed-fix in Array
(edit) @4108   20 years bensch orxonox/trunk: model even saver now
(edit) @4107   20 years bensch orxonox/trunk: some more
(edit) @4106   20 years bensch orxonox/trunk: new Model Definitions, to make it more safe (better output)
(edit) @4094   20 years bensch orxonox/trunk: orxonox now runs from anywhere of the LINUX environment
(edit) @4092   20 years bensch orxonox/trunk: forgot one option….
(edit) @4091   20 years bensch orxonox/trunk: now All options get loaded in new style (be aware, …
(edit) @4089   20 years bensch orxonox/trunk: behaviour as known
(edit) @4088   20 years bensch orxonox/trunk/gui: cleanup
(edit) @4086   20 years bensch orxonox/trunk: keySelector is now extern from Player
(edit) @4085   20 years bensch orxonox/trunk: key-definition, and the keys get read as they should, …
(edit) @4084   20 years bensch orxonox/trunk: now orxonox parses the config-file from …
(edit) @4083   20 years bensch orxonox/trunk/gui: now one can only select the data-repos
(edit) @4081   20 years bensch orxonox/trunk/gui: looks nicer now :)
(edit) @4071   20 years bensch orxonox/trunk/gui: new isOption-tag of Widgets: optionType
(edit) @4069   20 years bensch orxonox/trunk/gui: now options get loaded in the right Way
(edit) @4068   20 years bensch orxonox/trunk/gui: new Widget for FileSelector
(edit) @4064   20 years bensch orxonox/trunk/gui: better video
(edit) @4062   20 years bensch orxonox/trunk: now the gui also starts orxonox if in non-GTK-mode
(edit) @4061   20 years bensch orxonox/trunk: no more multi-Threading-support… maybe again in the …
(edit) @4060   20 years bensch orxonox/trunk: windows MKDIR-s*ck works again
(edit) @4059   20 years bensch orxonox/trunk: gui now gets called through -g/—gui
(edit) @4058   20 years bensch orxonox/trunk: menus now show something useFull…
(edit) @4056   20 years bensch orxonox/trunk/gui: naming
(edit) @4054   20 years bensch orxonox/trunk: merged the guiMerge-branche back into the trunk merged …
(edit) @4042   20 years bensch orxonox/trunk: gui: minor niceness-patch
(edit) @4041   20 years bensch orxonox/trunk: minor
(edit) @4040   20 years bensch orxonox/trunk/gui: forgot file
Note: See TracRevisionLog for help on using the revision log.