# # ChangeLog for code/branches/gcc43/src/orxonox/tools/Mesh.h # # Generated by Trac 1.0.9 # May 23, 2024, 10:58:02 PM Sun, 29 Jun 2008 17:36:33 GMT nicolasc [1634] * code/branches/gcc43/src/asylum/loader/LevelLoader.h (modified) * code/branches/gcc43/src/asylum/util/String2Number.h (modified) * code/branches/gcc43/src/asylum/util/Tokenizer.h (modified) * code/branches/gcc43/src/audio/AudioStream.h (modified) * code/branches/gcc43/src/core/BaseObject.h (modified) * code/branches/gcc43/src/core/CommandEvaluation.h (modified) * code/branches/gcc43/src/core/ConfigFileManager.h (modified) * code/branches/gcc43/src/core/ConfigValueContainer.h (modified) * code/branches/gcc43/src/core/Identifier.h (modified) * code/branches/gcc43/src/core/Language.h (modified) * code/branches/gcc43/src/core/ObjectList.h (modified) * code/branches/gcc43/src/core/OrxonoxClass.h (modified) * code/branches/gcc43/src/core/OutputBuffer.h (modified) * code/branches/gcc43/src/core/OutputHandler.h (modified) * code/branches/gcc43/src/core/Script.h (modified) * code/branches/gcc43/src/core/Script_clean.h (modified) * code/branches/gcc43/src/core/Shell.h (modified) * code/branches/gcc43/src/core/SignalHandler.h (modified) * code/branches/gcc43/src/core/XMLPort.h (modified) * code/branches/gcc43/src/core/input/InputBuffer.h (modified) * code/branches/gcc43/src/network/ClientInformation.h (modified) * code/branches/gcc43/src/ois/OISMouse.h (modified) * code/branches/gcc43/src/orxonox/GraphicsEngine.h (modified) * code/branches/gcc43/src/orxonox/Orxonox.h (modified) * code/branches/gcc43/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/gcc43/src/orxonox/hud/HUD.h (modified) * code/branches/gcc43/src/orxonox/hud/Navigation.h (modified) * code/branches/gcc43/src/orxonox/hud/RadarObject.h (modified) * code/branches/gcc43/src/orxonox/objects/Camera.h (modified) * code/branches/gcc43/src/orxonox/objects/CameraHandler.h (modified) * code/branches/gcc43/src/orxonox/objects/ParticleSpawner.h (modified) * code/branches/gcc43/src/orxonox/objects/SpaceShip.h (modified) * code/branches/gcc43/src/orxonox/objects/WorldEntity.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/Bullet.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/BulletManager.h (modified) * code/branches/gcc43/src/orxonox/tools/BillboardSet.h (modified) * code/branches/gcc43/src/orxonox/tools/Light.h (modified) * code/branches/gcc43/src/orxonox/tools/Mesh.h (modified) * code/branches/gcc43/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/gcc43/src/orxonox/tools/Timer.h (modified) * code/branches/gcc43/src/tinyxml/tinystr.h (modified) * code/branches/gcc43/src/tinyxml/tinyxml.h (modified) * code/branches/gcc43/src/tolua/tolua++.h (modified) just a test - don't morge this Mon, 09 Jun 2008 20:41:39 GMT nicolasc [1579] * code/branches/gcc43 (copied) created gcc43 branch to hotfix orxonox for gcc-4.3 Sat, 07 Jun 2008 00:06:41 GMT landauf [1558] * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) added support for isVisible() and isActive() to all objects. those ...