| 1 | = Quest Dialog = |
| 2 | |
| 3 | |
| 4 | == Author == |
| 5 | |
| 6 | Andreas Hejj |
| 7 | |
| 8 | |
| 9 | == Goal == |
| 10 | |
| 11 | Goal of this project is the programming of a GUI (Graphical User Interface) for Quest receiving. In the end you should see a box with Picture of the Quest-giver, a story around the Quest and finally a short description and maybe pictures of the reward(s). |
| 12 | |
| 13 | Here's a picture of such a GUI, although ours will look much better: |
| 14 | |
| 15 | http://wow.ogaming.com/gallery/albums/GUI/wow_01.sized.jpg |
| 16 | |
| 17 | |
| 18 | == TODOs == |
| 19 | |
| 20 | * Create a basic design ->Done |
| 21 | * Use the design to create a basic Quest-dialog GUI ->Done |
| 22 | * Implement a Quest-Class which includes all the information about any Quest in a level |
| 23 | * Implement some features in the OrxGui which makes our Quest-dialog look nicer (border, scrollbar, ...) |
| 24 | * Implement the GUI by designing a special Quest which fits into the story |
| 25 | * ... |
| 26 | |
| 27 | |
| 28 | == Road Map == |
| 29 | |
| 30 | || Date || What was done? || |
| 31 | || 16.11.2006 || Creating Wiki, Developer's journal, reading into source-code || |
| 32 | || 22.09.2006 || Trying out some basic things with the GLGui|| |
| 33 | || 29.09.2006 || Thinking about the outline of the project, experimenting with GLGui|| |
| 34 | || 06.12.2006 || Beginning with the main project, Implement a place for a picture and the parsing of the Q-dialogue|| |
| 35 | || 13.12.2006 || Parsing picture & questdescription from XML-file and show it in a 1st view || |
| 36 | || 20.12.2006 || Implementing Quest-Class|| |
| 37 | || 03.01.2007 || Get rid of the "border-problem", Making multiple-line text possible, arranging boxes (using thick border)|| |
| 38 | || 10.01.2007 || Trying to implement a colored border; implement some features for the Quest-Class || |
| 39 | || 17.01.2007 || || |
| 40 | || 24.01.2007 || || |
| 41 | || 31.01.2007 || || |
| 42 | |
| 43 | --> Link to the Ticket: |
| 44 | |
| 45 | [https://dev.orxonox.net/ticket/164 Quest dialog] |
| 46 | |
| 47 | |
| 48 | == Timetable == |
| 49 | |
| 50 | || Date || ToDo || |
| 51 | || 16.11.2006 || || |
| 52 | || 22.09.2006 || || |
| 53 | || 29.09.2006 || || |
| 54 | || 06.12.2006 || || |
| 55 | || 13.12.2006 || || |
| 56 | || 20.12.2006 || Implement Quest Class, Code better looking without touching OrxGui || |
| 57 | || 03.01.2007 || Edit OrxGui for better looking|| |
| 58 | || 10.01.2007 || Edit OrxGui for better looking|| |
| 59 | || 17.01.2007 || || |
| 60 | || 24.01.2007 || Debugging || |
| 61 | || 31.01.2007 || Presentation || |
| 62 | |
| 63 | == Further informations on GUIs == |
| 64 | |
| 65 | * [http://de.wikipedia.org/wiki/Grafische_Benutzeroberfl�he Wikipedia] |
| 66 | * [http://www.trolltech.com/ Trolltech] |
| 67 | |
| 68 | |