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) @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
(edit) @4343   19 years bensch orxonox/trunk: importer is now also run by framework
(edit) @4342   19 years bensch orxonox/trunk: default values in the gui
(edit) @4341   19 years bensch orxonox/trunk: small folder-check-update
(edit) @4338   19 years bensch orxonox/trunk: merged branches/physics back to the trunk merged with …
(edit) @4329   19 years patrick orxonox/trunk: started work on new event handler
(edit) @4326   19 years patrick orxonox/trunk: working on an alternativ flight mode and a new event …
(edit) @4324   19 years patrick orxonox/trunk: added a debug level at the end to be able to experiment …
(edit) @4322   19 years patrick now the objectmanagment works smoothly with the garbage collection: …
(edit) @4321   19 years patrick orxonox/trunk: added doxygen tags for the baseobject class
(edit) @4320   19 years patrick orxonox/trunk: now string name of a class works parallel to the int id …
(edit) @4318   19 years patrick orxonox/trunk: now changed the orxonox baseobject to object id …
(edit) @4315   19 years patrick orxonox/trunk: removed deprecated class base_entity and updated the …
(edit) @4313   19 years patrick orxonox/trunk: cleaning up other, worse approaches
(edit) @4312   19 years patrick orxonox/trunk: now the object manager works absolutly unflexible! …
(edit) @4311   19 years patrick orxonox/trunk: f*g object manager is hard to get done right, …
(edit) @4299   19 years bensch orxonox/trunk: loadString is now loaded not by the template but by the …
(edit) @4289   19 years patrick orxonox/trunk: now all unused projectiles are added to the dead list …
(edit) @4288   19 years patrick orxonox/trunk: implementing the add/get from DeadList functions, …
(edit) @4287   19 years patrick orxonox/trunk: implemented the objectmanager debug functon, some small …
(edit) @4286   19 years patrick orxonox/trunk: implemented the objectmanager cache function
(edit) @4285   19 years patrick orxonox/trunk: started implementing objectmanager - this will be some …
(edit) @4284   19 years patrick orxonox/trunk: doxygen tags for the md2 model
(edit) @4282   19 years patrick orxonox/trunk: some smaller changes, possible to define scale factor …
(edit) @4281   19 years patrick orxonox/trunk: seperated the data from the model: now MD2Data …
(edit) @4280   19 years patrick orxonox/trunk: started separating data from md2 model: iimplementing …
(edit) @4279   19 years patrick orxonox/trunk: changed header struct name, fixed windows compile …
(edit) @4278   19 years patrick orxonox/trunk: cleaned out the abstract_model file. there where many …
(edit) @4277   19 years patrick orxonox/trunk: defined new datatype MD2Data to be used as data …
(edit) @4276   19 years patrick orxonox/trunk: cleaned out the md2 model class, there is now only one …
(edit) @4272   19 years bensch orxonox/trunk: importer now uses the graphicsEngine to generate a …
(edit) @4271   19 years bensch orxonox/trunk: clean in subprojects too
(edit) @4270   19 years bensch orxonox/trunk: libs are included correcly now
(edit) @4269   19 years bensch orxonox/trunk: added missing file again, but this time in Makefile.am …
(edit) @4268   19 years bensch orxonox/trunk: added missing file
(edit) @4267   19 years bensch orxonox/trunk: added missing file
(edit) @4266   19 years bensch orxonox/trunk: subproject builds gui.
(edit) @4265   19 years bensch orxonox/trunk: tinyxml too :)
(edit) @4264   19 years bensch orxonox/trunk: gui is now a lib build and stored in lib
Note: See TracRevisionLog for help on using the revision log.