# # ChangeLog for code/trunk/src/orxonox/script # # Generated by Trac 1.0.9 # May 29, 2024, 1:54:47 PM Thu, 10 Apr 2008 15:03:34 GMT bknecht [1021] * code/trunk/CMakeLists.txt (modified) * code/trunk/Media (deleted) * code/trunk/bin/audio (deleted) * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/bin/plugins.cfg-init (modified) * code/trunk/cmake/FindLua.cmake (copied) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateClient.h (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/GameStateManager.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/network/PacketGenerator.cc (modified) * code/trunk/src/network/PacketManager.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/dummyclient3.cc (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/InputEvent.h (copied) * code/trunk/src/orxonox/InputEventListener.cc (copied) * code/trunk/src/orxonox/InputEventListener.h (copied) * code/trunk/src/orxonox/InputHandler.cc (copied) * code/trunk/src/orxonox/InputHandler.h (copied) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPlatform.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/PrecompiledHeaderFiles.cc (modified) * code/trunk/src/orxonox/core/BaseObject.cc (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/ClassTreeMask.cc (modified) * code/trunk/src/orxonox/core/DebugLevel.cc (modified) * code/trunk/src/orxonox/core/Loader.cc (modified) * code/trunk/src/orxonox/core/Script.cc (copied) * code/trunk/src/orxonox/core/Script.h (copied) * code/trunk/src/orxonox/core/Tickable.cc (copied) * code/trunk/src/orxonox/core/Tickable.h (copied) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Fighter.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (deleted) * code/trunk/src/orxonox/objects/Tickable.h (deleted) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/orxonox/particle/ParticleInterface.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/orxonox/script (copied) * code/trunk/src/orxonox/script/tolua++.h (copied) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/tolua (copied) * code/trunk/src/util/tolua/tolua++.h (copied) * code/trunk/src/util/tolua/tolua.c (copied) * code/trunk/src/util/tolua/tolua.pkg (copied) * code/trunk/src/util/tolua/tolua_bind.cc (copied) * code/trunk/src/util/tolua/tolua_bind.h (copied) * code/trunk/src/util/tolua/tolua_event.c (copied) * code/trunk/src/util/tolua/tolua_event.h (copied) * code/trunk/src/util/tolua/tolua_is.c (copied) * code/trunk/src/util/tolua/tolua_map.c (copied) * code/trunk/src/util/tolua/tolua_push.c (copied) * code/trunk/src/util/tolua/tolua_to.c (copied) * code/trunk/src/util/tolua/toluabind.c (copied) * code/trunk/src/util/tolua/toluabind.h (copied) * code/trunk/src/util/tolua/toluabind_default.h (copied) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/network_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged back that script-branch Sun, 06 Apr 2008 00:43:12 GMT bknecht [999] * code/branches/script/cmake/FindLua.cmake (modified) * code/branches/script/cmake/FindToLua.cmake (deleted) * code/branches/script/src/orxonox/CMakeLists.txt (modified) * code/branches/script/src/orxonox/core/CMakeLists.txt (modified) * code/branches/script/src/orxonox/core/Loader.cc (modified) * code/branches/script/src/orxonox/core/Script.cc (moved) * code/branches/script/src/orxonox/core/Script.h (moved) * code/branches/script/src/orxonox/core/tolua.pkg (moved) * code/branches/script/src/util/tolua_bind.cc (moved) * code/branches/script/src/util/tolua_bind.h (moved) some changes with the script. Made it singleton plus the files were ...