Opened 16 years ago
Closed 16 years ago
#301 closed task (fixed)
Remove or extend Settings class
Reported by: | rgrieder | Owned by: | rgrieder |
---|---|---|---|
Priority: | minor | Milestone: | Version 0.3 Codename: Castor |
Component: | misc | Version: | 0.2.0 |
Keywords: | settings | Cc: | |
Referenced By: | References: |
Description (last modified by scheusso)
The Settings class (src/orxonox/Settings.h) currently only holds one single option: The path, where the media folder located. That is to be removed anyway because of Resource Provding.
Either extend the class conceptually by more options or accept Settings.h as workaround.
Change History (3)
comment:1 Changed 16 years ago by scheusso
- Description modified (diff)
comment:2 Changed 16 years ago by rgrieder
- Owner changed from nobody to rgrieder
- Status changed from new to assigned
comment:3 Changed 16 years ago by rgrieder
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
I have remove the class and renamed the data path to media path. The new location is the Core class, where also the config and the log folders are (compile time) configured. The media path is still run time configurable (ini file and command line).