Changes between Version 1 and Version 3 of Ticket #250
- Timestamp:
- Sep 22, 2008, 9:53:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #250
- Property Priority changed from critical to major
- Property Reporter changed from bknecht to bknecht, rgrieder
- Property Type changed from task to enhancement
- Property Summary changed from Concept of a Menu to Improve CEGUI support
-
Ticket #250 – Description
v1 v3 3 3 What is a menu? How and when does it appear? What kind of options should be available to choose from? 4 4 5 This ticket may result in the creation of tickets in other components! 5 == Current Status == 6 We use CEGUI to display a GUI. You can either use version 0.6 or 0.5 and you don't have to worry about the scripting plugin, we've dealt with that internally. 6 7 7 == Starting point == 8 We have practically nothing in this direction. We cannot pause the game for instance. We also have no idea how a menu should appear. 8 At the moment, the menu doesn't do much: A camera as well as an empty SceneManager is created (Ogre can't render without). There is also a configured interface to the lua scripting engine. 9 9 10 == How to start == 11 Create a basic concept. Then talk to us and propose what you were thinking. Then we will figure out what could be problems and what is probable to finish in this term. 12 13 == Goal == 14 Finish a concept of the Menu answering the above questions. Also an outlook to future options should be included. 10 == To be done == 11 Clean up some code, add new functions that are needed. And we especially need the input system to be able to use non exclusive input mode if required.