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) @4446   19 years patrick orxonox/trunk: finished cleaning up orxonox.cc
(edit) @4445   19 years patrick orxonox/trunk: cleaned up the orxonox class: removed all unused …
(edit) @4444   19 years bensch orxonox/trunk: setMode → setParentMode
(edit) @4443   19 years patrick orxonox/trunk: removed the old command node files and cleaned up the …
(edit) @4442   19 years patrick orxonox/trunk: command node removed from source files
(edit) @4441   19 years bensch orxonox/trunk: update of the NullParent-class
(edit) @4440   19 years patrick orxonox/trunk: pnode enhancement and cleanup, very tight now
(edit) @4439   19 years bensch orxonox/trunk: again the particle-emitter is visile
(edit) @4438   19 years patrick orxonox/trunk: pilot node correction in control speed
(edit) @4437   19 years bensch orxonox/trunk: ParticleEmitter now loadable
(edit) @4436   19 years bensch orxonox/trunk: baseObject now implements loading of objectNames
(edit) @4435   19 years bensch orxonox/trunk: objectName is now a property of BaseObject, because …
(edit) @4434   19 years bensch orxonox/trunk: PerParticle-animations work as expected
(edit) @4433   19 years bensch orxonox/trunk: no more flickering effect at the beginning
(edit) @4432   19 years bensch orxonox/trunk: forgot a file
(edit) @4431   19 years bensch orxonox/trunk: particles: color is animatable too
(edit) @4430   19 years bensch orxonox/trunk: mass and radius are animateable
(edit) @4429   19 years bensch orxonox/trunk: some more features for creating a dist
(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) @4420   19 years patrick orxonox/trunk: faster and easier unsubscribe function implemented
(edit) @4419   19 years patrick orxonox/trunk: unsubscribtion from events, after object deatch
(edit) @4418   19 years patrick orxonox/trunk: further work on debug level
(edit) @4417   19 years patrick orxonox/trunk: fixed a possible segfault, didn't allocate the …
(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) @4414   19 years patrick orxonox/trunk: connected the viewport change functions in the camera …
(edit) @4413   19 years patrick orxonox/trunk: fixed a player controller problem
(edit) @4412   19 years patrick orxonox/trunk: now shooting and weapon change work again
(edit) @4411   19 years patrick orxonox/trunk: now system events work again: quit, pause, next-level
(edit) @4410   19 years patrick orxonox/trunk: prepeared to implement all system wide commands
(edit) @4409   19 years patrick orxonox/trunk: space ship control works again, now working on system …
(edit) @4408   19 years patrick orxonox/trunk: integrating the event handler into orxonox mainclass
(edit) @4407   19 years patrick orxonox/trunk: event management now runs with new event-handler: no …
(edit) @4406   19 years patrick orxonox/trunk: the mouse buttons now should be identified correctly
(edit) @4405   19 years patrick orxonox/trunk: event_handler subscribe functionality improved
(edit) @4404   19 years patrick orxonox/trunk: player now is a EventListener for particular events
(edit) @4403   19 years patrick cleaned and finished up the key mapper class
(edit) @4402   19 years patrick orxonox/trunk: key mapping works just fine
(edit) @4401   19 years patrick orxonox/trunk: fixed a compile error, sorry for the last commit …
(edit) @4400   19 years patrick make
(edit) @4399   19 years patrick orxonox/trunk: key mapping alg implementation
(edit) @4398   19 years patrick orxonox/trunk: moved the keynames strucure to a place closer to …
(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) @4391   19 years bensch orxonox/trunk: no more seg-fault
(edit) @4390   19 years patrick orxonox/trunk: flushing work state
(edit) @4389   19 years patrick orxonox/trunk: working on keymapping, there are some problems in …
(edit) @4388   19 years patrick orxonox/trunk: running first pre-tests with key-mapping
(edit) @4387   19 years patrick orxonox/trunk: little fix to prevent compile error
(edit) @4386   19 years patrick orxonox/trunk: key mapper implementation precess
(edit) @4385   19 years bensch orxonox/trunk: small efficiency update
(edit) @4384   19 years bensch orxonox/trunk: further optimisations for the appliement of fields
(edit) @4383   19 years bensch orxonox/trunk: demo now with 3 different fields
(edit) @4382   19 years bensch orxonox/trunk: BaseObject virtual public in PNode and Player(for …
(edit) @4381   19 years bensch orxonox/trunk: made include more local. stdincl.h not in base_object.h …
(edit) @4379   19 years bensch orxonox/trunk: preparing to add fields to the particles-demo
(edit) @4378   19 years bensch orxonox/trunk: applying force works for particle-systems again
(edit) @4377   19 years bensch orxonox/trunk: ParticleSystem is now a PhysicsInterface
(edit) @4376   19 years bensch orxonox/trunk: started reimplementing the PhysicsInterface-class. This …
(edit) @4375   19 years bensch orxonox/trunk: renamed iphysics to physics_interface
(edit) @4374   19 years bensch orxonox/trunk: ability to change background color
(edit) @4373   19 years bensch orxonox/trunk: better definition of debug.h
(edit) @4372   19 years bensch orxonox/trunk: slight optimizations and a new definition for PNode. …
(edit) @4371   19 years bensch orxonox/trunk: material should now be loadable in the importer-test-class
(edit) @4370   19 years bensch orxonox/trunk: objModel's materials should now automatically load textures
(edit) @4369   19 years patrick orxonox/trunk: key binding implemented
(edit) @4368   19 years patrick orxonox/trunk: started implementation of key mapper
(edit) @4367   19 years patrick orxonox/trunk: added keymapper class to separate event handling from …
(edit) @4366   19 years patrick orxonox/trunk: player defined keys mapping started
(edit) @4365   19 years patrick orxonox/trunk: event listener/ handler now work together, events are …
(edit) @4364   19 years patrick orxonox/trunk: filled the flush function with more sense :) and …
(edit) @4363   19 years patrick orxonox/trunk: finished work on the event dispatcher, now implementing …
(edit) @4362   19 years patrick orxonox/trunk: type specific event handling routine
(edit) @4361   19 years patrick orxonox/trunk: event handler ongoing work, started implementing the …
(edit) @4360   19 years bensch orxonox/trunk: reset function for the camera
(edit) @4359   19 years bensch orxonox/trunk: movenet is as it should be in framework
(edit) @4358   19 years bensch orxonox/trunk: movenet is as it should be in framework
(edit) @4357   19 years bensch orxonox/trunk: now Textures are maped as they should before this …
(edit) @4356   19 years bensch orxonox/trunk: fixed an error in the resource manager, when a texture …
(edit) @4355   19 years patrick orxonox/trunk: started implementing the process function
(edit) @4354   19 years patrick orxonox/trunk: implemented event subscribe function
(edit) @4353   19 years patrick orxonox/trunk: added event def file
(edit) @4352   19 years patrick orxonox/trunk: reimplemented the key binding function, kept most of …
(edit) @4351   19 years bensch orxonox/trunk: now one can easily define all the initial values via macros
(edit) @4350   19 years patrick orxonox/trunk: event class members defined
(edit) @4349   19 years bensch orxonox/trunk: ParticleEngine now has a draw-function, that makes sense
(edit) @4348   19 years bensch orxonox/trunk: particles now move at the desired velocity
(edit) @4347   19 years bensch orxonox/trunk: added the ParticleEngine fix into the trunk
(edit) @4346   19 years patrick orxonox/trunk: some first function and class definition of the new …
(edit) @4345   19 years bensch orxonox/trunk: cooler incrementations
Note: See TracRevisionLog for help on using the revision log.