Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4699   19 years bensch orxonox/trunk: news about the new webdev-development package
(edit) @4653   19 years bensch orxonox/trunk: still a strange bug in the TYPE-case of the resource …
(edit) @4652   19 years bensch orxonox/trunk: taken the ObjectManager out of the important sections …
(edit) @4642   19 years bensch orxonox/trunk: gui-subproject compiles again also a minor include …
(edit) @4637   19 years bensch orxonox/trunk: particles_fun compiles again
(edit) @4625   19 years bensch orxonox/trunk: default Values should work now even better
(edit) @4624   19 years bensch orxonox/trunk: default Values should work now
(edit) @4623   19 years bensch orxonox/trunk: 1-st step to LoadParam→default-values (get printed and …
(edit) @4606   19 years bensch orxonox/trunk: minor
(edit) @4599   19 years bensch orxonox/trunk: loading of XML-elements is real smooth now
(edit) @4598   19 years bensch orxonox/trunk: campaign now gets loaded via LoadParam
(edit) @4597   19 years bensch orxonox/trunk: setClassID implemented in all files
(edit) @4592   19 years bensch orxonox/trunk: derivations work. now the only thing to do is specify …
(edit) @4591   19 years bensch orxonox/trunk: restructure class_list.h so it supports inheritance-diagram
(edit) @4584   19 years bensch orxonox/trunk: TrackElement and Material are BaseObjects now
(edit) @4568   19 years patrick orxonox/trunk: moved the newmat source to lib
(edit) @4567   19 years patrick orxonox/trunk: made newmat lib makefile
(edit) @4566   19 years patrick orxonox/trunk: made some tests with the newmat lib, now it should be …
(edit) @4565   19 years patrick orxonox/trunk: added the newmat library to the project. needs some …
(edit) @4534   19 years bensch orxonox/trunk: ResourceManager should now be able to compile without …
(edit) @4527   19 years bensch orxonox/trunk: moved the collision_detection to the libs dir, and …
(edit) @4526   19 years patrick orxonox/trunk: some minor changes, flushing workstate
(edit) @4525   19 years patrick orxonox/trunk: implemented some more bv, obb and bs functions now …
(edit) @4524   19 years patrick orxonox/trunk: mod some interface arguments, defined some functions of …
(edit) @4523   19 years patrick orxonox/trunk: defined a set of cd_engine functions
(edit) @4522   19 years patrick orxonox/trunk: started implementing header file of cd, some cd state infos
(edit) @4521   19 years patrick orxonox/trunk: some corrections and additions
(edit) @4520   19 years patrick orxonox/trunk: implemented bv, collision, and added a global cd defs file
(edit) @4519   19 years bensch orxonox/trunk: changed all getInstances into inline functions to save …
(edit) @4514   19 years patrick orxonox/trunk: got the class hirarchy right now
(edit) @4513   19 years patrick orxonox/trunk: added the bounding sphere structure to the cd framework
(edit) @4511   19 years patrick orxonox/trunk: collision detection classes names and structures filled in
(edit) @4510   19 years patrick orxonox/trunk: started implementing the collision detection system, as …
(edit) @4509   19 years bensch orxonox/trunk: hotpoint of TrackManager loadable
(edit) @4508   19 years bensch orxonox/trunk: implemented a better backloop-check in the track-system …
(edit) @4504   19 years bensch orxonox/trunk: merged the SoundEngine into the Trunk. merged file by …
(edit) @4502   19 years bensch orxonox/trunk: fixed the bug with the setSavePointS()-function
(edit) @4501   19 years bensch orxonox/trunk: loading of track works just fine now. little problems …
(edit) @4500   19 years patrick orxonox/trunk: moved the list file again back to lib/util
(edit) @4499   19 years patrick orxonox/trunk: list is now correctly commented
(edit) @4498   19 years patrick orxonox/trunk: removed the old deprecated lists
(edit) @4497   19 years patrick orxonox/trunk: documented the list class
(edit) @4496   19 years bensch orxonox/trunk: cycling read-in of parameters should work now… this …
(edit) @4495   19 years bensch orxonox/trunk: more confortable loading-macro
(edit) @4492   19 years bensch orxonox/trunk: importer works again
(edit) @4489   19 years bensch orxonox/trunk: track: doxy-tags, redesign, and minor speed-update
(edit) @4488   19 years patrick orxonox/trunk: started cleaning up the list classes
(edit) @4487   19 years bensch orxonox/trunk: more doxygen-tags in util
(edit) @4486   19 years bensch orxonox/trunk: more documentation in util
(edit) @4485   19 years bensch orxonox/trunk: more documentation in util
(edit) @4468   19 years bensch orxonox/trunk: doxytag
(edit) @4465   19 years bensch orxonox/trunk: resource manager in new design :) no no just kidding… …
(edit) @4463   19 years bensch orxonox/trunk: fixed bug with not loading the md2-texture
(edit) @4462   19 years bensch orxonox/trunk: md2Data loadable over the resourceManager
(edit) @4457   19 years patrick orxonox/trunk: moved util/event to lib/event
(edit) @4456   19 years patrick orxonox/trunk: moved pilot node to util/track directory
(edit) @4454   19 years patrick orxonox/trunk: some more event cleanu[
(edit) @4452   19 years patrick orxonox/trunk: key_mapper.* commented and reviewed
(edit) @4450   19 years patrick orxonox/trunk: commented the event handler and event class
(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) @4440   19 years patrick orxonox/trunk: pnode enhancement and cleanup, very tight now
(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) @4417   19 years patrick orxonox/trunk: fixed a possible segfault, didn't allocate the …
(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) @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) @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) @4381   19 years bensch orxonox/trunk: made include more local. stdincl.h not in base_object.h …
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.