Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2008, 3:58:19 AM (17 years ago)
Author:
landauf
Message:
  • implemented Shell, but not yet linked with the graphical console
  • added new features (cursor, OIS::KeyCode listener) to InputBuffer
  • changed some includes to avoid circular header-dependencies in OrxonoxClass and Shell
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/ConfigValueContainer.cc

    r1062 r1313  
    123123            if (index < this->valueVector_.size())
    124124            {
     125                // Erase the entry from the vector, change (shift) all entries beginning with index in the config file, remove the last entry from the file
    125126                this->valueVector_.erase(this->valueVector_.begin() + index);
    126127                for (unsigned int i = index; i < this->valueVector_.size(); i++)
Note: See TracChangeset for help on using the changeset viewer.