Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #304


Ignore:
Timestamp:
May 12, 2011, 12:30:05 AM (13 years ago)
Author:
dafrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #304 – Description

    initial v1  
    11The graphical representation of the in-game console is completely hard coded except for a few ConfigValues. You could abstract the console into one base class that can simply display text and a derivative that implements the Shell. [[br]]
    2 In order to make things more configurable I recommend deriving from [wiki:HUD#OrxonoxOverlay OrxonoxOverlay] first to have XML support and an Ogre::Overlay abstraction. [[br]]
    3 This ticket requires #303 to be completed.
     2This is best done with CEGUI.