FailedChanges

Summary

  1. Copied branch with new ogre version to trunk location
  2. merged pacman
  3. merged Tubes into SuperOrxoBros
  4. added OrxyRoad
  5. added space race improvements
  6. added scriptable controller
  7. Merged Masterserver, refresh button had to be removed
  8. new merge branch to cequi 0.8 and ogre 1.9
  9. Set locale to minimum locale C and not user-preferred locale, as CEGUI 0.8 requires locale set to C
  10. Changed cmake config file to ogre 1.9
  11. fixed material of debug drawer (to visualize collision shapes)
  12. fixed some warnings with gcc 7
  13. added path to cegui for ubuntu 17.10 and also making cegui 0.8 the minimal supported version
  14. added work around for a bug in cegui 0.8 (the cegui lua scripts expect a "Font*" pointer to call getTextExtent(), but cegui 0.8 only returns "const Font*")
  15. attach Planets to MovableEntities to make them move (Planets are static now)
  16. removed unneeded files and migrated GameplayMenu.lua to cegui 0.8
  17. migrated all ingame menus to cegui 0.8
  18. migrated HighscoreMenu.lua and CampaignMenu.lua to cegui 0.8
  19. fixed another alignment issue
  20. fixed alignment
  21. migrated NotificationLayer.lua to cegui 0.8
  22. fixed some config values; removed unused layout; renamed some background windows; removed unknown property
  23. updated Settings.lua and all sub-menus to cegui 0.8
  24. updated HostMenu.lua, MultiplayerMenu.lua, ShipSelectionMenu.lua, SingleplayerConfigMenu.lua to cegui 0.8
  25. added (again) more include paths to make it work with ubuntu
  26. updated CreditsMenu.lua and SingleplayerMenu.lua to cegui 0.8
  27. fixed build
  28. merged ogre1.9 (including cegui0.8) into new branch
  29. auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)
  30. removed umlaute
  31. created new branch to merge cegui0.8 and ogre1.9 with the recent changes in trunk
Revision 12047 by merholzl:
Copied branch with new ogre version to trunk location
Change TypePath in RepositoryPath in Workspace
The file was added/code/trunk.
Revision 12045 by merholzl:
merged pacman
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was added/code/branches/mergeFS18/data/levels/3DPacman.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/templates/PacmanGelb.oxtN/A
The file was added/code/branches/mergeFS18/data/overlays/PacmanHUD.oxoN/A
The file was modified/code/branches/mergeFS18/src/modules/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/modules/dodgerace/DodgeRaceShip.ccN/A
The file was added/code/branches/mergeFS18/src/modules/pacmanN/A
Revision 12031 by merholzl:
merged Tubes into SuperOrxoBros
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was modified/code/branches/mergeFS18/data/levels/SOB.oxwN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOB.ccN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOBFigure.ccN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOBFigure.hN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOBGumba.ccN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOBItem.hN/A
The file was modified/code/branches/mergeFS18/src/modules/superorxobros/SOBPrereqs.hN/A
The file was added/code/branches/mergeFS18/src/modules/superorxobros/SOBTube.ccN/A
The file was added/code/branches/mergeFS18/src/modules/superorxobros/SOBTube.hN/A
Revision 12030 by merholzl:
added OrxyRoad
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was added/code/branches/mergeFS18/data/levels/OrxyRoad.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/templates/OrxyRoadPattern.oxtN/A
The file was added/code/branches/mergeFS18/data/levels/templates/spaceshipOrxyRoad.oxtN/A
The file was added/code/branches/mergeFS18/data/overlays/OrxyRoadHUD.oxoN/A
The file was modified/code/branches/mergeFS18/src/modules/CMakeLists.txtN/A
The file was added/code/branches/mergeFS18/src/modules/orxyroadN/A
Revision 12029 by merholzl:
added space race improvements
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was modified/code/branches/mergeFS18/data/levels/newnewnewspacerace.oxwN/A
The file was modified/code/branches/mergeFS18/data/levels/presentationHS12.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/templates/SpaceRaceTemplates.oxtN/A
The file was modified/code/branches/mergeFS18/data/levels/templates/fastship.oxtN/A
The file was modified/code/branches/mergeFS18/data/levels/templates/spaceshipCollateralDamage.oxtN/A
The file was modified/code/branches/mergeFS18/src/libraries/tools/Timer.hN/A
The file was modified/code/branches/mergeFS18/src/modules/gametypes/SpaceRace.ccN/A
The file was modified/code/branches/mergeFS18/src/modules/gametypes/SpaceRace.hN/A
The file was modified/code/branches/mergeFS18/src/modules/gametypes/SpaceRaceController.ccN/A
The file was modified/code/branches/mergeFS18/src/modules/gametypes/SpaceRaceController.hN/A
The file was modified/code/branches/mergeFS18/src/modules/gametypes/SpaceRaceManager.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/items/Engine.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/SpaceShip.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/SpaceShip.hN/A
Revision 12028 by merholzl:
added scriptable controller
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was added/code/branches/mergeFS18/data/levels/ScriptableControllerTestMoveKillDrone.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/ScriptableControllerTestSpawn.oxwN/A
The file was modified/code/branches/mergeFS18/data/levels/scriptController.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/scriptableControllerTest.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/scriptsN/A
The file was added/code/branches/mergeFS18/data/levels/templates/ScriptableControllerDroneTemplate.oxtN/A
The file was modified/code/branches/mergeFS18/src/libraries/core/BaseObject.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/core/BaseObject.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/tools/Timer.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/tools/Timer.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/orxonox/Level.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/Level.hN/A
The file was added/code/branches/mergeFS18/src/orxonox/controllers/AutonomousDroneController.ccN/A
The file was added/code/branches/mergeFS18/src/orxonox/controllers/AutonomousDroneController.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/controllers/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/orxonox/controllers/Controller.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/infos/GametypeInfo.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/infos/GametypeInfo.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/infos/HumanPlayer.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/items/ShipPart.ccN/A
The file was added/code/branches/mergeFS18/src/orxonox/scriptablecontrollerN/A
The file was added/code/branches/mergeFS18/src/orxonox/worldentities/AutonomousDrone.ccN/A
The file was added/code/branches/mergeFS18/src/orxonox/worldentities/AutonomousDrone.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/ControllableEntity.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/ControllableEntity.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/MobileEntity.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/WorldEntity.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/WorldEntity.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/CMakeLists.txtN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/Pawn.ccN/A
The file was added/code/branches/mergeFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.ccN/A
The file was added/code/branches/mergeFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.hN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/SpaceShip.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/worldentities/pawns/SpaceShip.hN/A
Revision 12027 by merholzl:
Merged Masterserver, refresh button had to be removed
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/mergeFS18N/A
The file was added/code/branches/mergeFS18/data/levels/testMultiplayerLevel.oxwN/A
The file was added/code/branches/mergeFS18/data/levels/testMultiplayerLevelLTS.oxwN/A
The file was modified/code/branches/mergeFS18/data/overlays/lastTeamStandingHUD.oxoN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Client.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Client.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ClientConnection.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ClientConnection.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ClientConnectionListener.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ClientConnectionListener.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Connection.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Connection.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/FunctionCallManager.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/FunctionCallManager.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/GamestateHandler.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/GamestateHandler.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/GamestateManager.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/GamestateManager.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Host.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Host.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/LANDiscoverable.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/LANDiscoverable.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/LANDiscovery.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/MasterServer.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/MasterServerComm.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Server.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/Server.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ServerConnection.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/ServerConnection.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Acknowledgement.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Acknowledgement.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Chat.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Chat.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/ClassID.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/DeleteObjects.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/FunctionCalls.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Gamestate.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Gamestate.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Packet.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/Packet.hN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/packet/ServerInformation.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/synchronisable/Synchronisable.ccN/A
The file was modified/code/branches/mergeFS18/src/libraries/network/synchronisable/Synchronisable.hN/A
The file was modified/code/branches/mergeFS18/src/modules/overlays/hud/HUDWeaponSystem.ccN/A
The file was modified/code/branches/mergeFS18/src/orxonox/graphics/Model.ccN/A
Revision 12026 by merholzl:
new merge branch to cequi 0.8 and ogre 1.9
Change TypePath in RepositoryPath in Workspace
The file was added/code/branches/mergeFS18N/A
Revision 12022 by patricwi:
Set locale to minimum locale C and not user-preferred locale, as CEGUI 0.8 requires locale set to C
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/src/external/ois/linux/LinuxKeyboard.cppN/A
Revision 12021 by patricwi:
Changed cmake config file to ogre 1.9
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/LibraryConfigTardis.cmakeN/A
Revision 11814 by Fabian Landau:
fixed material of debug drawer (to visualize collision shapes)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/tools/DebugDrawer.ccN/A
Revision 11811 by Fabian Landau:
fixed some warnings with gcc 7
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/network/TrafficControl.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/controllers/AIController.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/overlays/InGameConsole.ccN/A
Revision 11810 by Fabian Landau:
added path to cegui for ubuntu 17.10 and also making cegui 0.8 the minimal supported version
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/LibraryConfig.cmakeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmakeN/A
Revision 11809 by Fabian Landau:
added work around for a bug in cegui 0.8 (the cegui lua scripts expect a "Font*" pointer to call getTextExtent(), but cegui 0.8 only returns "const Font*")
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GUITools.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/GUIManager.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/GUIManager.hN/A
Revision 11808 by Fabian Landau:
attach Planets to MovableEntities to make them move (Planets are static now)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/AsteroidFarming.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/newnewnewspacerace.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/pirateAttack.oxwN/A
Revision 11807 by Fabian Landau:
removed unneeded files and migrated GameplayMenu.lua to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was removed/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGamePickupHUD.layoutN/A
The file was removed/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGameTest.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GameplayMenu.luaN/A
The file was removed/code/branches/cegui0.8_ogre1.9/data/gui/scripts/InGamePickupHUD.luaN/A
The file was removed/code/branches/cegui0.8_ogre1.9/data/gui/scripts/TestDialogButttons.luaN/A
Revision 11806 by Fabian Landau:
migrated all ingame menus to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/Dialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/DockingDialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/PickupInventory.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/QuestGUI.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/UndockingDialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/Dialog.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/DockingDialog.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/InGameMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/PickupInventory.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/QuestGUI.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/UndockingDialog.luaN/A
Revision 11805 by Fabian Landau:
migrated HighscoreMenu.lua and CampaignMenu.lua to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/HighscoreMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/CampaignMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/HighscoreMenu.luaN/A
Revision 11804 by Fabian Landau:
fixed another alignment issue
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layoutN/A
Revision 11803 by Fabian Landau:
fixed alignment
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/AudioMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/CampaignMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ControlsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/CreditsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GameplayMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GraphicsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/HostMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/KeyBindMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MiscConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MouseControlsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MultiplayerMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MultiplayerOptionsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SettingsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ShipSelectionMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerMenu.layoutN/A
Revision 11802 by Fabian Landau:
migrated NotificationLayer.lua to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/NotificationLayer.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/AnihilationThreat.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/ArrowLevel.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/ProtectBoss.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/expeditionSector.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/iJohnVane_TriptoArea51.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/iiJohnVane_Area51UnderFire.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/iiiJohnVane_EscapeTheBastards.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/includes/notifications.oxiN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/kecks.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/maxim.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/missionOne.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/notifications.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationFS11.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationHS11.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationHS12.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/shuttleAttack.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/shuttleRetaliation.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/notifications/NotificationManager.ccN/A
Revision 11801 by Fabian Landau:
fixed some config values; removed unused layout; renamed some background windows; removed unknown property
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/CreditsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GameplayMenu.layoutN/A
The file was removed/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MainMenuBackground.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.luaN/A
Revision 11800 by Fabian Landau:
updated Settings.lua and all sub-menus to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/AudioMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GraphicsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/KeyBindMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MiscConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MouseControlsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SettingsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/AudioMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/ControlsMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/DecisionPopup.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GraphicsMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/InfoPopup.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/KeyBindMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/MiscConfigMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/MouseControlsMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SettingsMenu.luaN/A
Revision 11799 by Fabian Landau:
updated HostMenu.lua, MultiplayerMenu.lua, ShipSelectionMenu.lua, SingleplayerConfigMenu.lua to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/HostMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GUITools.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/HostMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/MultiplayerMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/ShipSelectionMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.luaN/A
Revision 11798 by Fabian Landau:
added (again) more include paths to make it work with ubuntu
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmakeN/A
Revision 11797 by Fabian Landau:
updated CreditsMenu.lua and SingleplayerMenu.lua to cegui 0.8
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/CreditsMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GUITools.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerMenu.luaN/A
Revision 11796 by Fabian Landau:
fixed build
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDPickupSystem.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/StoryModeHUD.ccN/A
Revision 11795 by Fabian Landau:
merged ogre1.9 (including cegui0.8) into new branch
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9N/A
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmakeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/cmake/tools/FindOGRE.cmakeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/configs/CEGUIConfig.xsdN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ChatBox-inputonly.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ChatBox.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GUILayout.xsdN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/GUIScheme.xsdN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/AudioMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/DockingDialog.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GUISheet.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GameplayMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/GraphicsMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/HostMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/InitialiseGUI.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/MainMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/MultiplayerMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/PickupInventory.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/QuestGUI.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SheetManager.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/ShipSelectionMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerMenu.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/scripts/UndockingDialog.luaN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/asteroidField.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/dockingToASpaceStation.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/dynamicMatch.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/earth.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/expeditionSector.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/iiJohnVane_Area51UnderFire.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/iiiJohnVane_EscapeTheBastards.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/kecks.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/levelTry.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/missionOne.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/planets.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentation09.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationFS11.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationHS09.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/presentationHS12.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/shadertest.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/shuttleAttack.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/shuttleRetaliation.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/levels/testSwallow.oxwN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/CMakeLists.txtN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/GUIManager.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/GraphicsManager.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/core/GraphicsManager.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/util/DisplayStringConversions.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/libraries/util/OgreForwardRefs.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/designtools/ScreenshotManager.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/hover/FlagHUD.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/objects/Planet.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/objects/Planet.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/FadeoutText.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/OverlayText.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/ChatOverlay.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/ChatOverlay.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDBar.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDBar.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDNavigation.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDRadar.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDWeapon.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDWeapon.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDWeaponMode.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/hud/HUDWeaponMode.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/modules/overlays/stats/Stats.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/CMakeLists.txtN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/RenderQueueListener.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/Scene.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/chat/ChatInputHandler.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/controllers/NewHumanController.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/graphics/AnimatedModel.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/graphics/Camera.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/graphics/Model.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/graphics/Model.hN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/overlays/InGameConsole.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/overlays/OrxonoxOverlay.ccN/A
The file was modified/code/branches/cegui0.8_ogre1.9/src/orxonox/worldentities/WorldEntity.ccN/A
Revision 11793 by Fabian Landau:
auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/AudioMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/CampaignMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ChatBox-inputonly.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ChatBox.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ControlsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/CreditsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/DecisionPopup.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/Dialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/DockingDialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GameplayMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/GraphicsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/HighscoreMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/HostMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGameMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGamePickupHUD.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGameTest.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InfoPopup.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/KeyBindMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MainMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MainMenuBackground.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MiscConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MouseControlsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MultiplayerMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/MultiplayerOptionsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/NotificationLayer.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/PickupInventory.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/QuestGUI.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SettingsMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/ShipSelectionMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerConfigMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerMenu.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/UndockingDialog.layoutN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/OrxonoxGUIScheme.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/OrxonoxHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/OrxonoxLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/OrxonoxMenuWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/SleekSpaceHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/SleekSpaceLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/SleekSpaceMenuWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezGreenHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezGreenLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezGreenMenuWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/TaharezMenuWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/VanillaHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/VanillaLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/VanillaMenuWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/WindowsHUDWidgets.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/WindowsLook.schemeN/A
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/schemes/WindowsMenuWidgets.schemeN/A
Revision 11791 by Fabian Landau:
removed umlaute
Change TypePath in RepositoryPath in Workspace
The file was modified/code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGamePickupHUD.layoutN/A
Revision 11787 by Fabian Landau:
created new branch to merge cegui0.8 and ogre1.9 with the recent changes in trunk
Change TypePath in RepositoryPath in Workspace
The file was added/code/branches/cegui0.8_ogre1.9N/A