# # ChangeLog for orxonox/trunk/src/lib/math/matrix.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 7, 2024, 9:14:04 AM Thu, 10 Mar 2005 21:37:31 GMT patrick [3483] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/base_entity.cc (moved) * orxonox/trunk/src/lib/base_entity.h (moved) * orxonox/trunk/src/lib/base_object.cc (moved) * orxonox/trunk/src/lib/base_object.h (moved) * orxonox/trunk/src/lib/lang (added) * orxonox/trunk/src/lib/math (moved) * orxonox/trunk/src/lib/util (added) * orxonox/trunk/src/lib/util/list.cc (moved) * orxonox/trunk/src/lib/util/list.h (moved) * orxonox/trunk/src/lib/util/list_template.h (moved) * orxonox/trunk/src/world_entities/power_up.cc (moved) * orxonox/trunk/src/world_entities/power_up.h (moved) orxonox/trunk: finaly got the right idea to structure the src code. ... Thu, 10 Mar 2005 16:30:16 GMT patrick [3473] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/importer/model.cc (modified) * orxonox/trunk/src/mathlib (added) * orxonox/trunk/src/mathlib/curve.cc (moved) * orxonox/trunk/src/mathlib/curve.h (moved) * orxonox/trunk/src/mathlib/matrix.cc (moved) * orxonox/trunk/src/mathlib/matrix.h (moved) * orxonox/trunk/src/mathlib/vector.cc (moved) * orxonox/trunk/src/mathlib/vector.h (moved) orxonox/trunk: redesigning directory structure - created mathlib and ...