# # ChangeLog for code # # Generated by Trac 1.0.9 # Sep 30, 2024, 5:33:36 PM Wed, 14 May 2008 09:26:34 GMT rgrieder [1271] * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/core/Tickable.cc (modified) * code/branches/input/src/core/Tickable.h (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) added TickableReal to tick objects that shouldn't be affected by ... Wed, 14 May 2008 09:24:31 GMT rgrieder [1270] * code/branches/merge/src/orxonox/GraphicsEngine.cc (modified) * code/branches/merge/visual_studio/network_properties.vsprops (modified) * code/branches/merge/visual_studio/orxonox_properties.vsprops (modified) - little change with ogre logManager. Maybe that works now on Oli's box. Tue, 13 May 2008 22:46:00 GMT landauf [1269] * code/branches/console/bin/remote.tcl (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) added some control commands to TclThreadManager (status, dump, flush) ... Tue, 13 May 2008 20:13:17 GMT rgrieder [1268] * code/branches/merge/src/core/InputHandler.cc (modified) * code/branches/merge/src/core/InputManager.cc (modified) * code/branches/merge/src/orxonox/GraphicsEngine.cc (modified) * code/branches/merge/src/orxonox/Orxonox.cc (modified) - removed some debug output Tue, 13 May 2008 16:33:05 GMT landauf [1267] * code/branches/console/bin/remote.tcl (added) * code/branches/console/bin/telnet_server.tcl (added) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) telnet remote control works type "source remote.tcl" into the ... Tue, 13 May 2008 15:42:37 GMT rgrieder [1266] * code/branches/merge/src/orxonox/Orxonox.cc (modified) - another fix Tue, 13 May 2008 15:40:42 GMT rgrieder [1265] * code/branches/merge/src/network/GameStateManager.cc (modified) * code/branches/merge/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/merge/visual_studio/network_properties.vsprops (modified) * code/branches/merge/visual_studio/orxonox_properties.vsprops (modified) * code/branches/merge/visual_studio/vc8/network.vcproj (modified) * code/branches/merge/visual_studio/vc8/orxonox.vcproj (modified) - filled initialiser list of SpaceShip - adapted VS files in order ... Tue, 13 May 2008 15:01:10 GMT scheusso [1264] * code/branches/merge/CMakeLists.txt (modified) * code/branches/merge/TODO (copied) * code/branches/merge/bin/levels/sample.oxw (modified) * code/branches/merge/cmake/FindBoost.cmake (modified) * code/branches/merge/src/network (copied) * code/branches/merge/src/network/CMakeLists.txt (copied) * code/branches/merge/src/network/Client.cc (copied) * code/branches/merge/src/network/Client.h (copied) * code/branches/merge/src/network/ClientConnection.cc (copied) * code/branches/merge/src/network/ClientConnection.h (copied) * code/branches/merge/src/network/ClientInformation.cc (copied) * code/branches/merge/src/network/ClientInformation.h (copied) * code/branches/merge/src/network/ConnectionManager.cc (copied) * code/branches/merge/src/network/ConnectionManager.h (copied) * code/branches/merge/src/network/GameStateClient.cc (copied) * code/branches/merge/src/network/GameStateClient.h (copied) * code/branches/merge/src/network/GameStateManager.cc (copied) * code/branches/merge/src/network/GameStateManager.h (copied) * code/branches/merge/src/network/Makefile.norm (copied) * code/branches/merge/src/network/Makefile.tardis (copied) * code/branches/merge/src/network/Makefile.test (copied) * code/branches/merge/src/network/NetworkPrereqs.h (copied) * code/branches/merge/src/network/PacketBuffer.cc (copied) * code/branches/merge/src/network/PacketBuffer.h (copied) * code/branches/merge/src/network/PacketDecoder.cc (copied) * code/branches/merge/src/network/PacketGenerator.cc (copied) * code/branches/merge/src/network/PacketManager.h (copied) * code/branches/merge/src/network/PacketTypes.h (copied) * code/branches/merge/src/network/Server.cc (copied) * code/branches/merge/src/network/Server.h (copied) * code/branches/merge/src/network/Synchronisable.cc (copied) * code/branches/merge/src/network/Synchronisable.h (copied) * code/branches/merge/src/network/TODO (copied) * code/branches/merge/src/network/diffTest.cc (copied) * code/branches/merge/src/network/dummyclient.cc (copied) * code/branches/merge/src/network/dummyclient2.cc (copied) * code/branches/merge/src/network/dummyclient3.cc (copied) * code/branches/merge/src/network/dummyserver.cc (copied) * code/branches/merge/src/network/dummyserver3.cc (copied) * code/branches/merge/src/orxonox/CMakeLists.txt (modified) * code/branches/merge/src/orxonox/Main.cc (modified) * code/branches/merge/src/orxonox/Orxonox.cc (modified) * code/branches/merge/src/orxonox/Orxonox.h (modified) * code/branches/merge/src/orxonox/objects/Ambient.cc (modified) * code/branches/merge/src/orxonox/objects/Ambient.h (modified) * code/branches/merge/src/orxonox/objects/Camera.cc (modified) * code/branches/merge/src/orxonox/objects/Camera.h (modified) * code/branches/merge/src/orxonox/objects/CameraHandler.cc (copied) * code/branches/merge/src/orxonox/objects/CameraHandler.h (copied) * code/branches/merge/src/orxonox/objects/Model.cc (modified) * code/branches/merge/src/orxonox/objects/NPC.cc (modified) * code/branches/merge/src/orxonox/objects/NPC.h (modified) * code/branches/merge/src/orxonox/objects/Skybox.cc (modified) * code/branches/merge/src/orxonox/objects/Skybox.h (modified) * code/branches/merge/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/merge/src/orxonox/objects/SpaceShip.h (modified) * code/branches/merge/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/merge/src/orxonox/particle/ParticleInterface.cc (modified) merge network3 and camera branch into merge branch Tue, 13 May 2008 13:45:19 GMT rgrieder [1263] * code/branches/merge/src/core/BaseObject.cc (modified) * code/branches/merge/src/core/CoreIncludes.h (modified) * code/branches/merge/src/core/Debug.h (modified) * code/branches/merge/src/core/Error.cc (modified) * code/branches/merge/src/core/Error.h (modified) * code/branches/merge/src/core/Namespace.cc (modified) * code/branches/merge/src/core/OrxonoxClass.cc (modified) * code/branches/merge/src/orxonox/GraphicsEngine.cc (modified) * code/branches/merge/src/orxonox/GraphicsEngine.h (modified) * code/branches/merge/src/orxonox/Main.cc (modified) * code/branches/merge/src/orxonox/Orxonox.cc (modified) * code/branches/merge/src/orxonox/Orxonox.h (modified) * code/branches/merge/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/merge/src/orxonox/console/InGameConsole.cc (modified) * code/branches/merge/src/orxonox/objects/Explosion.cc (modified) * code/branches/merge/src/orxonox/objects/Model.cc (modified) * code/branches/merge/src/orxonox/objects/Model.h (modified) * code/branches/merge/src/orxonox/objects/NPC.cc (modified) * code/branches/merge/src/orxonox/objects/Projectile.cc (modified) * code/branches/merge/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/merge/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/merge/src/orxonox/tools/Timer.cc (modified) - merged ogre branch into merge branch Tue, 13 May 2008 13:22:56 GMT scheusso [1262] * code/branches/merge (copied) creating merge branch Mon, 12 May 2008 21:44:01 GMT scheusso [1261] * code/branches/network3/TODO (added) * code/branches/network3/cmake/FindBoost.cmake (modified) * code/branches/network3/src/network/ClientConnection.cc (modified) * code/branches/network3/src/network/ClientConnection.h (modified) * code/branches/network3/src/network/ClientInformation.h (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/ConnectionManager.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/GameStateManager.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Server.h (modified) * code/branches/network3/src/orxonox/Main.cc (modified) * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/network3/src/orxonox/particle/ParticleInterface.cc (modified) fixed a 'bug' in WE-Model-Spaceship Mon, 12 May 2008 17:08:58 GMT rgrieder [1260] * code/branches/ogre/src/core/BaseObject.cc (modified) * code/branches/ogre/src/core/Error.cc (modified) * code/branches/ogre/src/core/Error.h (modified) * code/branches/ogre/src/core/Namespace.cc (modified) * code/branches/ogre/src/core/OrxonoxClass.cc (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.cc (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.h (modified) * code/branches/ogre/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/ogre/src/orxonox/objects/Explosion.cc (modified) * code/branches/ogre/src/orxonox/objects/Model.cc (modified) * code/branches/ogre/src/orxonox/objects/Model.h (modified) * code/branches/ogre/src/orxonox/objects/NPC.cc (modified) * code/branches/ogre/src/orxonox/objects/Projectile.cc (modified) * code/branches/ogre/src/orxonox/objects/WorldEntity.cc (modified) - moved variable initialisation of class hierarchy members into ... Mon, 12 May 2008 17:06:49 GMT rgrieder [1259] * code/branches/input/bin/keybindings.ini (modified) * code/branches/input/src/core/InputBuffer.cc (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputInterfaces.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/core/SignalHandler.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/visual_studio/vc8/ois.vcproj (modified) many minor changes, but it's more of a 'svn save' since I'm gonna ... Mon, 12 May 2008 16:36:15 GMT landauf [1258] * code/branches/console/src/core/TclThreadManager.cc (modified) even better. i start to like it ;) Mon, 12 May 2008 16:33:03 GMT landauf [1257] * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) fixed some bugs Mon, 12 May 2008 12:55:01 GMT landauf [1256] * code/branches/console/bin/disco.txt (modified) exec -> source Mon, 12 May 2008 12:50:21 GMT landauf [1255] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/Script.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) - after a total rewrite of the TclThreadManager, there are some new ... Sun, 11 May 2008 12:34:01 GMT FelixSchulthess [1254] * code/branches/hud2/src/orxonox/CMakeLists.txt (modified) * code/branches/hud2/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/hud2/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/hud2/src/orxonox/hud/HUD.cc (modified) * code/branches/hud2/src/orxonox/hud/HUD.h (modified) * code/branches/hud2/src/orxonox/hud/OverlayElementFactories.h (modified) * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.h (modified) chais new hud Thu, 08 May 2008 14:15:45 GMT scheusso [1253] * code/branches/network3/src/network/ClientConnection.cc (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/Server.cc (modified) fixes over fixes Thu, 08 May 2008 13:21:05 GMT rgrieder [1252] * code/branches/ogre/src/orxonox/GraphicsEngine.cc (modified) - all resources are now loaded from the beginning (hack!) Thu, 08 May 2008 13:07:07 GMT scheusso [1251] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) memory free problem Thu, 08 May 2008 13:02:13 GMT scheusso [1250] * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/orxonox/Main.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) memory free problem Thu, 08 May 2008 11:29:38 GMT rgrieder [1249] * code/branches/ogre/src/core/Debug.h (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.cc (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.h (modified) * code/branches/ogre/src/orxonox/Main.cc (modified) * code/branches/ogre/src/orxonox/Orxonox.cc (modified) * code/branches/ogre/src/orxonox/Orxonox.h (modified) * code/branches/ogre/src/orxonox/console/InGameConsole.cc (modified) - added initialiser lists Thu, 08 May 2008 09:53:58 GMT scheusso [1248] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/PacketGenerator.cc (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) some enhanced memory handling Wed, 07 May 2008 23:46:05 GMT landauf [1247] * code/branches/console/src/core/Executor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) several changes in TclThreadManager but couldn't yet fix the bug Wed, 07 May 2008 15:34:35 GMT scheusso [1246] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/Server.cc (modified) fixed some memory leaks (not all though) Wed, 07 May 2008 14:39:42 GMT scheusso [1245] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/ClientConnection.h (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/ConnectionManager.h (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateClient.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/PacketManager.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Server.h (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/orxonox/Orxonox.h (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) different enhancements in input/network handling and synchronisation Wed, 07 May 2008 07:20:42 GMT rgrieder [1244] * code/branches/ogre/src/orxonox/GraphicsEngine.cc (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.h (modified) * code/branches/ogre/src/orxonox/Orxonox.cc (modified) - added some comments and COUTs Tue, 06 May 2008 22:11:25 GMT rgrieder [1243] * code/branches/ogre/src/core/CoreIncludes.h (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.cc (modified) * code/branches/ogre/src/orxonox/GraphicsEngine.h (modified) * code/branches/ogre/src/orxonox/Orxonox.cc (modified) * code/branches/ogre/src/orxonox/Orxonox.h (modified) * code/branches/ogre/src/orxonox/objects/Explosion.cc (modified) * code/branches/ogre/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/ogre/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/ogre/src/orxonox/tools/Timer.cc (modified) - rearranged function calls in Orxonox.cc has yet to be looked at ... Tue, 06 May 2008 19:10:46 GMT landauf [1242] * code/trunk/cmakeclearcache (modified) corrected spelling mistake Tue, 06 May 2008 17:55:52 GMT rgrieder [1241] * code/branches/ogre (copied) trying to get ogre exceptions through.. Tue, 06 May 2008 14:51:32 GMT rgrieder [1240] * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/SignalHandler.cc (modified) * code/branches/input/src/core/SignalHandler.h (modified) completed that SignalHandler thingy: XAutoKeyRepeat is now restored ... Tue, 06 May 2008 14:34:42 GMT rgrieder [1239] * code/branches/input/src/core/InputManager.cc (modified) - that removes some gcc warnings Tue, 06 May 2008 13:30:26 GMT rgrieder [1238] * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/InputInterfaces.h (modified) * code/branches/input/src/core/SignalHandler.cc (modified) * code/branches/input/src/core/SignalHandler.h (modified) - trying to make the signalhandler do certain things.. Tue, 06 May 2008 13:01:27 GMT rgrieder [1237] * code/branches/input/src/core/InputBuffer.cc (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputInterfaces.h (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) - I hate tabulators... And I always wondered how they got into my ... Tue, 06 May 2008 12:32:19 GMT rgrieder [1236] * code/branches/input/src/core/CommandExecutor.h (modified) * code/branches/input/src/core/InputBuffer.cc (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputInterfaces.h (added) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/visual_studio/base_properties_debug.vsprops (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) - feature: Automatic key repetition in InputBuffer, configurable in ... Mon, 05 May 2008 21:08:45 GMT scheusso [1235] * code/branches/camera/src/orxonox/objects/SpaceShip.cc (modified) some minor bugfix in spaceship Mon, 05 May 2008 20:30:22 GMT scheusso [1234] * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) solved a problem with the spaceship Mon, 05 May 2008 09:14:45 GMT scheusso [1233] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) took out some mallocs and replaced them with new Sun, 04 May 2008 23:19:22 GMT scheusso [1232] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/ClientInformation.h (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/ConnectionManager.h (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateClient.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/GameStateManager.h (modified) * code/branches/network3/src/network/NetworkPrereqs.h (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/PacketGenerator.cc (modified) * code/branches/network3/src/network/PacketManager.h (modified) * code/branches/network3/src/network/PacketTypes.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Server.h (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/network/Synchronisable.h (modified) * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/Camera.cc (modified) * code/branches/network3/src/orxonox/objects/Model.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) a lot of changes in order to make it possible to have mulpiple ... Sun, 04 May 2008 19:57:49 GMT scheusso [1231] * code/branches/camera/src/orxonox/objects/Camera.cc (modified) removeFocus does work now (not toroughly tested) Sun, 04 May 2008 14:44:24 GMT landauf [1230] * code/branches/console/cmake/FindBoost.cmake (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/OutputHandler.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (added) * code/branches/console/src/core/TclThreadManager.h (added) * code/branches/console/src/cpptcl/CppTcl.cc (modified) added a tcl-thread, but there are still some bugs and problems Sat, 03 May 2008 19:10:28 GMT rgrieder [1229] * code/branches/console/src/orxonox/objects/WorldEntity.h (modified) ..and console branch Sat, 03 May 2008 19:09:20 GMT rgrieder [1228] * code/branches/input/src/orxonox/objects/WorldEntity.h (modified) merged bugfix to input branch Sat, 03 May 2008 19:05:19 GMT rgrieder [1227] * code/trunk/src/orxonox/objects/WorldEntity.h (modified) ha, found you! buggy little bug! - When setting the rotation axis of ... Sat, 03 May 2008 16:01:57 GMT rgrieder [1226] * code/branches/input (copied) made a copy Sat, 03 May 2008 16:01:28 GMT rgrieder [1225] * code/branches/input (deleted) Removed file/folder Sat, 03 May 2008 15:47:19 GMT rgrieder [1224] * code/trunk/src/audio/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) - little clean up in CMLs Sat, 03 May 2008 15:26:41 GMT rgrieder [1223] * code/trunk/src/core/TclBind.h (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/cpptcl_properties.vsprops (added) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/cpptcl.vcproj (added) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) - restored compatibility with new InputManager - update VS files for ... Fri, 02 May 2008 21:03:55 GMT chaiy [1222] * code/branches/hud2/src/orxonox/hud/testRadar.cpp (added) -.- Fri, 02 May 2008 21:03:21 GMT chaiy [1221] * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.cc (modified) -.- Fri, 02 May 2008 20:58:22 GMT rgrieder [1220] * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) compiles now on tardis Fri, 02 May 2008 20:44:57 GMT rgrieder [1219] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/keybindings.ini (copied) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/asylum/core (copied) * code/trunk/src/asylum/core/InputEvent.h (copied) * code/trunk/src/asylum/core/InputEventListener.cc (copied) * code/trunk/src/asylum/core/InputEventListener.h (copied) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Debug.h (modified) * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputEvent.h (deleted) * code/trunk/src/core/InputEventListener.cc (deleted) * code/trunk/src/core/InputEventListener.h (deleted) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/InputHandler.h (modified) * code/trunk/src/core/InputManager.cc (modified) * code/trunk/src/core/InputManager.h (modified) * code/trunk/src/ois (copied) * code/trunk/src/ois/CMakeLists.txt (copied) * code/trunk/src/ois/OIS.h (copied) * code/trunk/src/ois/OISConfig.h (copied) * code/trunk/src/ois/OISEffect.cpp (copied) * code/trunk/src/ois/OISEffect.h (copied) * code/trunk/src/ois/OISEvents.h (copied) * code/trunk/src/ois/OISException.cpp (copied) * code/trunk/src/ois/OISException.h (copied) * code/trunk/src/ois/OISFactoryCreator.h (copied) * code/trunk/src/ois/OISForceFeedback.cpp (copied) * code/trunk/src/ois/OISForceFeedback.h (copied) * code/trunk/src/ois/OISInputManager.cpp (copied) * code/trunk/src/ois/OISInputManager.h (copied) * code/trunk/src/ois/OISInterface.h (copied) * code/trunk/src/ois/OISJoyStick.cpp (copied) * code/trunk/src/ois/OISJoyStick.h (copied) * code/trunk/src/ois/OISKeyboard.cpp (copied) * code/trunk/src/ois/OISKeyboard.h (copied) * code/trunk/src/ois/OISMouse.h (copied) * code/trunk/src/ois/OISObject.cpp (copied) * code/trunk/src/ois/OISObject.h (copied) * code/trunk/src/ois/OISPrereqs.h (copied) * code/trunk/src/ois/ReadMe.txt (copied) * code/trunk/src/ois/linux (copied) * code/trunk/src/ois/linux/EventHelpers.cpp (copied) * code/trunk/src/ois/linux/EventHelpers.h (copied) * code/trunk/src/ois/linux/LinuxForceFeedback.cpp (copied) * code/trunk/src/ois/linux/LinuxForceFeedback.h (copied) * code/trunk/src/ois/linux/LinuxInputManager.cpp (copied) * code/trunk/src/ois/linux/LinuxInputManager.h (copied) * code/trunk/src/ois/linux/LinuxJoyStickEvents.cpp (copied) * code/trunk/src/ois/linux/LinuxJoyStickEvents.h (copied) * code/trunk/src/ois/linux/LinuxKeyboard.cpp (copied) * code/trunk/src/ois/linux/LinuxKeyboard.h (copied) * code/trunk/src/ois/linux/LinuxMouse.cpp (copied) * code/trunk/src/ois/linux/LinuxMouse.h (copied) * code/trunk/src/ois/linux/LinuxPrereqs.h (copied) * code/trunk/src/ois/mac (copied) * code/trunk/src/ois/mac/MacHIDManager.cpp (copied) * code/trunk/src/ois/mac/MacHIDManager.h (copied) * code/trunk/src/ois/mac/MacHelpers.cpp (copied) * code/trunk/src/ois/mac/MacHelpers.h (copied) * code/trunk/src/ois/mac/MacInputManager.cpp (copied) * code/trunk/src/ois/mac/MacInputManager.h (copied) * code/trunk/src/ois/mac/MacKeyboard.cpp (copied) * code/trunk/src/ois/mac/MacKeyboard.h (copied) * code/trunk/src/ois/mac/MacMouse.cpp (copied) * code/trunk/src/ois/mac/MacMouse.h (copied) * code/trunk/src/ois/mac/MacPrereqs.h (copied) * code/trunk/src/ois/win32 (copied) * code/trunk/src/ois/win32/Win32ForceFeedback.cpp (copied) * code/trunk/src/ois/win32/Win32ForceFeedback.h (copied) * code/trunk/src/ois/win32/Win32InputManager.cpp (copied) * code/trunk/src/ois/win32/Win32InputManager.h (copied) * code/trunk/src/ois/win32/Win32JoyStick.cpp (copied) * code/trunk/src/ois/win32/Win32JoyStick.h (copied) * code/trunk/src/ois/win32/Win32KeyBoard.cpp (copied) * code/trunk/src/ois/win32/Win32KeyBoard.h (copied) * code/trunk/src/ois/win32/Win32Mouse.cpp (copied) * code/trunk/src/ois/win32/Win32Mouse.h (copied) * code/trunk/src/ois/win32/Win32Prereqs.h (copied) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/base_properties_release_sse.vsprops (deleted) * code/trunk/visual_studio/base_properties_release_sse2.vsprops (deleted) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/loader_properties.vsprops (deleted) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/tolua++_properties.vsprops (deleted) * code/trunk/visual_studio/tolua_properties.vsprops (copied) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (copied) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (deleted) * code/trunk/visual_studio/vc8/tolua.vcproj (copied) merged input branch back to trunk. Not yet tested on tardis Fri, 02 May 2008 20:24:41 GMT chaiy [1218] * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.h (modified) -.- Fri, 02 May 2008 20:20:56 GMT landauf [1217] * code/trunk/src/core/TclBind.h (modified) and merged. i hope this works. Fri, 02 May 2008 20:19:33 GMT landauf [1216] * code/branches/console/src/core/TclBind.h (modified) removed a small mistake Fri, 02 May 2008 19:31:20 GMT rgrieder [1215] * code/branches/input/bin/keybindings.ini (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) - SpaceShip is now a default listener for mouse input. still a hack.. ... Fri, 02 May 2008 19:23:30 GMT landauf [1214] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindTCL.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/TclBind.cc (copied) * code/trunk/src/core/TclBind.h (copied) * code/trunk/src/cpptcl (copied) * code/trunk/src/cpptcl/CMakeLists.txt (copied) * code/trunk/src/cpptcl/CREDITS (copied) * code/trunk/src/cpptcl/CppTcl.cc (copied) * code/trunk/src/cpptcl/CppTcl.h (copied) * code/trunk/src/cpptcl/LICENSE (copied) * code/trunk/src/cpptcl/README (copied) * code/trunk/src/cpptcl/details (copied) * code/trunk/src/cpptcl/details/callbacks.h (copied) * code/trunk/src/cpptcl/details/callbacks_v.h (copied) * code/trunk/src/cpptcl/details/constructors.h (copied) * code/trunk/src/cpptcl/details/conversions.h (copied) * code/trunk/src/cpptcl/details/dispatchers.h (copied) * code/trunk/src/cpptcl/details/metahelpers.h (copied) * code/trunk/src/cpptcl/details/methods.h (copied) * code/trunk/src/cpptcl/details/methods_v.h (copied) * 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/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/console (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (copied) * code/trunk/src/orxonox/console/InGameConsole.h (copied) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged console-branch back to trunk. IMPORTANT: update your media ... Thu, 01 May 2008 18:33:53 GMT rgrieder [1213] * code/branches/input/bin/keybindings.ini (added) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) - Key bindings can now be stored in keybindings.ini - doesn't work ... Thu, 01 May 2008 16:09:54 GMT scheusso [1212] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/orxonox/CMakeLists.txt (modified) * code/branches/network3/src/orxonox/objects/Camera.cc (modified) * code/branches/network3/src/orxonox/objects/Camera.h (modified) * code/branches/network3/src/orxonox/objects/CameraHandler.cc (copied) * code/branches/network3/src/orxonox/objects/CameraHandler.h (copied) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) merged camera branch changes from 1101 to 1202 into network branch ... Thu, 01 May 2008 16:09:05 GMT scheusso [1211] * code/branches/camera/CMakeLists.txt (modified) * code/branches/camera/bin/tolua-exec-script (deleted) * code/branches/camera/cmake/FindLua.cmake (modified) * code/branches/camera/cmake/FindTCL.cmake (copied) * code/branches/camera/src/core/CMakeLists.txt (modified) * code/branches/camera/src/core/ConfigFileManager.h (modified) * code/branches/camera/src/core/Script.cc (modified) * code/branches/camera/src/core/Script.h (modified) * code/branches/camera/src/core/tolua (copied) * code/branches/camera/src/core/tolua/tolua.pkg (copied) * code/branches/camera/src/orxonox/CMakeLists.txt (modified) * code/branches/camera/src/orxonox/Orxonox.cc (modified) * code/branches/camera/src/orxonox/tolua (copied) * code/branches/camera/src/orxonox/tolua/tolua.pkg (copied) * code/branches/camera/src/util/CMakeLists.txt (modified) * code/branches/camera/src/util/ExprParser.cc (copied) * code/branches/camera/src/util/ExprParser.h (copied) * code/branches/camera/src/util/String.cc (modified) * code/branches/camera/src/util/tolua/CMakeLists.txt (modified) * code/branches/camera/tolua-build (deleted) * code/branches/camera/tolua-exec-script.bat (deleted) * code/branches/camera/tolua.cmake (deleted) * code/branches/camera/visual_studio/vc8/core.vcproj (modified) * code/branches/camera/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/camera/visual_studio/vc8/util.vcproj (modified) merged trunk changes from 1101 to 1202 into camera branch Thu, 01 May 2008 10:11:03 GMT rgrieder [1210] * code/branches/input/src/util/String.cc (modified) - bugfix in String.cc, removeTrailingWhitespaces() changed pos2 to ... Wed, 30 Apr 2008 17:57:57 GMT rgrieder [1209] * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/tinyxml (moved) * code/trunk/src/tinyxml/CMakeLists.txt (added) * code/trunk/src/tolua (moved) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/tixml.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) - moved tinyxml and tolua folders Wed, 30 Apr 2008 14:21:27 GMT rgrieder [1208] * code/branches/input/cmake/FindTCL.cmake (copied) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/util/tolua/tolua_bind.cc (deleted) * code/branches/input/src/util/tolua/tolua_bind.h (deleted) * code/branches/input/src/util/tolua/toluabind_default.h (deleted) - merged trunk into branch, but in ONE revision, very important so ... Wed, 30 Apr 2008 14:05:18 GMT rgrieder [1207] * code/branches/input/cmake/FindTCL.cmake (deleted) * code/branches/input/src/util/tolua/tolua_bind.cc (copied) * code/branches/input/src/util/tolua/tolua_bind.h (copied) * code/branches/input/src/util/tolua/toluabind_default.h (copied) - reverted a trunk merge in order to not mess up a back merge.. Wed, 30 Apr 2008 13:20:13 GMT rgrieder [1206] * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) - bugfix that didn't actually fix a bug, but deleting an object that ... Wed, 30 Apr 2008 13:15:45 GMT rgrieder [1205] * code/branches/input/src/asylum/core (added) * code/branches/input/src/asylum/core/InputEvent.h (moved) * code/branches/input/src/asylum/core/InputEventListener.cc (moved) * code/branches/input/src/asylum/core/InputEventListener.h (moved) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/InputHandler.cc (modified) - removed obsolete files Wed, 30 Apr 2008 07:58:13 GMT rgrieder [1204] * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/Orxonox.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - added some const qualifiers - renamed a few very ugly variables ... Tue, 29 Apr 2008 21:13:11 GMT rgrieder [1203] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/ois.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - InputManager fully functional (most parts tested), if there ... Tue, 29 Apr 2008 15:16:20 GMT bknecht [1202] * code/branches/camera/src/orxonox/objects/CameraHandler.cc (added) * code/branches/camera/src/orxonox/objects/CameraHandler.h (added) Please don't say a word -.- Tue, 29 Apr 2008 15:15:44 GMT bknecht [1201] * code/branches/camera/bin/levels/sample.oxw (modified) * code/branches/camera/src/core/Script.h (modified) * code/branches/camera/src/orxonox/CMakeLists.txt (modified) * code/branches/camera/src/orxonox/objects/Camera.cc (modified) * code/branches/camera/src/orxonox/objects/Camera.h (modified) * code/branches/camera/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/camera/src/orxonox/objects/SpaceShip.h (modified) * code/branches/script (deleted) CameraHandler and Camera work now Mon, 28 Apr 2008 21:39:23 GMT scheusso [1200] * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/GameStateManager.h (modified) we have compression enabled and working now, hurray Mon, 28 Apr 2008 21:09:34 GMT scheusso [1199] * code/branches/network3/CMakeLists.txt (modified) * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateClient.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/GameStateManager.h (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) diffing work now: wohoo Sun, 27 Apr 2008 20:22:32 GMT landauf [1198] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) CommandExecutor uses Tcl Sun, 27 Apr 2008 19:15:29 GMT rgrieder [1197] * code/branches/input/src/ois/ReadMe.txt (added) - added OIS license text Sun, 27 Apr 2008 16:27:01 GMT rgrieder [1196] * code/branches/input/src/CMakeLists.txt (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/ois/CMakeLists.txt (modified) Two typos have revealed themselves on tardis.. Sun, 27 Apr 2008 16:20:12 GMT rgrieder [1195] * code/branches/input/CMakeLists.txt (modified) * code/branches/input/src/CMakeLists.txt (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/ois (added) * code/branches/input/src/ois/CMakeLists.txt (added) * code/branches/input/src/ois/OIS.h (added) * code/branches/input/src/ois/OISConfig.h (added) * code/branches/input/src/ois/OISEffect.cpp (added) * code/branches/input/src/ois/OISEffect.h (added) * code/branches/input/src/ois/OISEvents.h (added) * code/branches/input/src/ois/OISException.cpp (added) * code/branches/input/src/ois/OISException.h (added) * code/branches/input/src/ois/OISFactoryCreator.h (added) * code/branches/input/src/ois/OISForceFeedback.cpp (added) * code/branches/input/src/ois/OISForceFeedback.h (added) * code/branches/input/src/ois/OISInputManager.cpp (added) * code/branches/input/src/ois/OISInputManager.h (added) * code/branches/input/src/ois/OISInterface.h (added) * code/branches/input/src/ois/OISJoyStick.cpp (added) * code/branches/input/src/ois/OISJoyStick.h (added) * code/branches/input/src/ois/OISKeyboard.cpp (added) * code/branches/input/src/ois/OISKeyboard.h (added) * code/branches/input/src/ois/OISMouse.h (added) * code/branches/input/src/ois/OISObject.cpp (added) * code/branches/input/src/ois/OISObject.h (added) * code/branches/input/src/ois/OISPrereqs.h (added) * code/branches/input/src/ois/linux (added) * code/branches/input/src/ois/linux/EventHelpers.cpp (added) * code/branches/input/src/ois/linux/EventHelpers.h (added) * code/branches/input/src/ois/linux/LinuxForceFeedback.cpp (added) * code/branches/input/src/ois/linux/LinuxForceFeedback.h (added) * code/branches/input/src/ois/linux/LinuxInputManager.cpp (added) * code/branches/input/src/ois/linux/LinuxInputManager.h (added) * code/branches/input/src/ois/linux/LinuxJoyStickEvents.cpp (added) * code/branches/input/src/ois/linux/LinuxJoyStickEvents.h (added) * code/branches/input/src/ois/linux/LinuxKeyboard.cpp (added) * code/branches/input/src/ois/linux/LinuxKeyboard.h (added) * code/branches/input/src/ois/linux/LinuxMouse.cpp (added) * code/branches/input/src/ois/linux/LinuxMouse.h (added) * code/branches/input/src/ois/linux/LinuxPrereqs.h (added) * code/branches/input/src/ois/mac (added) * code/branches/input/src/ois/mac/MacHIDManager.cpp (added) * code/branches/input/src/ois/mac/MacHIDManager.h (added) * code/branches/input/src/ois/mac/MacHelpers.cpp (added) * code/branches/input/src/ois/mac/MacHelpers.h (added) * code/branches/input/src/ois/mac/MacInputManager.cpp (added) * code/branches/input/src/ois/mac/MacInputManager.h (added) * code/branches/input/src/ois/mac/MacKeyboard.cpp (added) * code/branches/input/src/ois/mac/MacKeyboard.h (added) * code/branches/input/src/ois/mac/MacMouse.cpp (added) * code/branches/input/src/ois/mac/MacMouse.h (added) * code/branches/input/src/ois/mac/MacPrereqs.h (added) * code/branches/input/src/ois/win32 (added) * code/branches/input/src/ois/win32/Win32ForceFeedback.cpp (added) * code/branches/input/src/ois/win32/Win32ForceFeedback.h (added) * code/branches/input/src/ois/win32/Win32InputManager.cpp (added) * code/branches/input/src/ois/win32/Win32InputManager.h (added) * code/branches/input/src/ois/win32/Win32JoyStick.cpp (added) * code/branches/input/src/ois/win32/Win32JoyStick.h (added) * code/branches/input/src/ois/win32/Win32KeyBoard.cpp (added) * code/branches/input/src/ois/win32/Win32KeyBoard.h (added) * code/branches/input/src/ois/win32/Win32Mouse.cpp (added) * code/branches/input/src/ois/win32/Win32Mouse.h (added) * code/branches/input/src/ois/win32/Win32Prereqs.h (added) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/visual_studio/base_properties.vsprops (modified) * code/branches/input/visual_studio/core_properties.vsprops (modified) * code/branches/input/visual_studio/orxonox_properties.vsprops (modified) * code/branches/input/visual_studio/orxonox_vc8.sln (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/ois.vcproj (added) - added OIS to the orxonox src directory - adapted VS files Sun, 27 Apr 2008 14:54:31 GMT landauf [1194] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/cpptcl/CppTcl.cc (modified) * code/branches/console/src/cpptcl/CppTcl.h (modified) * code/branches/console/src/orxonox/GraphicsEngine.cc (modified) tcl can now initialize itself by loading the *.tcl files from media/tcl Sun, 27 Apr 2008 11:50:28 GMT rgrieder [1193] * code/branches/input/cmake/FindTCL.cmake (copied) * code/branches/input/src/core/Debug.h (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/util/tolua/tolua_bind.cc (deleted) * code/branches/input/src/util/tolua/tolua_bind.h (deleted) * code/branches/input/src/util/tolua/toluabind_default.h (deleted) * code/branches/input/visual_studio/base_properties_release_sse.vsprops (deleted) * code/branches/input/visual_studio/base_properties_release_sse2.vsprops (deleted) * code/branches/input/visual_studio/core_properties.vsprops (modified) * code/branches/input/visual_studio/orxonox_properties.vsprops (modified) * code/branches/input/visual_studio/orxonox_vc8.sln (modified) * code/branches/input/visual_studio/tolua_properties.vsprops (moved) * code/branches/input/visual_studio/vc8/tolua.vcproj (moved) - OIS initialise should be complete, but need to use cmake to ... Sun, 27 Apr 2008 10:33:36 GMT rgrieder [1192] * code/trunk/src/util/tolua/tolua_bind.cc (deleted) * code/trunk/src/util/tolua/tolua_bind.h (deleted) * code/trunk/src/util/tolua/toluabind_default.h (deleted) - how did these files manage to survive me before... Sat, 26 Apr 2008 11:56:24 GMT scheusso [1191] * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) now also the Projectiles and the rotation of the asteroids gets ... Sat, 26 Apr 2008 11:25:11 GMT scheusso [1190] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/orxonox/objects/Skybox.cc (modified) * code/branches/network3/src/orxonox/objects/Skybox.h (modified) skybox is now also synchronisable and works on client Sat, 26 Apr 2008 00:56:39 GMT landauf [1189] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/orxonox/objects/Ambient.h (modified) removed some debug output Sat, 26 Apr 2008 00:50:04 GMT landauf [1188] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/Functor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/objects/Ambient.h (modified) removed some bugs tcl knows now orxonox Thu, 24 Apr 2008 22:51:29 GMT landauf [1187] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) some changes in commandexecutor and tclbind, but there's still a bug ... Thu, 24 Apr 2008 22:39:54 GMT landauf [1186] * code/branches/console/CMakeLists.txt (modified) * code/branches/console/cmake/FindTCL.cmake (modified) added a path to FindTCL and some commands for cmake 2.6 to CMakeLists Thu, 24 Apr 2008 21:39:06 GMT scheusso [1185] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) little cosmetics Thu, 24 Apr 2008 21:00:30 GMT scheusso [1184] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) first success: client clones the servers universe and displays it ... Thu, 24 Apr 2008 20:12:52 GMT nicolasc [1183] * code/branches/network3/src/network/Makefile (deleted) please NEVER upload makefiles! Thu, 24 Apr 2008 19:40:23 GMT rgrieder [1182] * code/branches/input/src/core/InputBuffer.cc (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/Orxonox.h (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/visual_studio/loader_properties.vsprops (deleted) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - InputManager works so far, but has to be largely extended Thu, 24 Apr 2008 17:14:54 GMT FelixSchulthess [1181] * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) fiddling with umlauts Thu, 24 Apr 2008 16:01:12 GMT scheusso [1180] * code/branches/network3/src/network/PacketGenerator.cc (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/network/Synchronisable.h (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) synchronisation made progress Thu, 24 Apr 2008 14:57:24 GMT scheusso [1179] * code/branches/network3/src/network/GameStateClient.cc (modified) some minor fix Thu, 24 Apr 2008 14:48:13 GMT FelixSchulthess [1178] * code/branches/console/src/orxonox/GraphicsEngine.cc (modified) * code/branches/console/src/orxonox/GraphicsEngine.h (modified) GraphicsEngine now listening to window events... Thu, 24 Apr 2008 14:47:30 GMT scheusso [1177] * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) bug fixed in packetdecoder (wrong copying) Thu, 24 Apr 2008 14:30:42 GMT dumenim [1176] * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/Makefile (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/network/diffTest.cc (modified) some output bugfix with objectID and classID - spagetti Thu, 24 Apr 2008 13:54:46 GMT scheusso [1175] * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/Server.cc (modified) some adjustments Thu, 24 Apr 2008 13:43:59 GMT scheusso [1174] * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/Ambient.cc (modified) * code/branches/network3/src/orxonox/objects/Ambient.h (modified) * code/branches/network3/src/orxonox/objects/Model.cc (modified) * code/branches/network3/src/orxonox/objects/NPC.cc (modified) * code/branches/network3/src/orxonox/objects/NPC.h (modified) * code/branches/network3/src/orxonox/objects/Skybox.cc (modified) * code/branches/network3/src/orxonox/objects/Skybox.h (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) made objects synchronisable Thu, 24 Apr 2008 13:24:19 GMT scheusso [1173] * code/branches/network3/src/network/GameStateManager.cc (modified) changed some things Thu, 24 Apr 2008 13:08:51 GMT rgrieder [1172] * code/branches/network3/src/network/cmake_install.cmake (deleted)