Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 33 and Version 34 of code/doc/Core


Ignore:
Timestamp:
Oct 8, 2008, 1:01:28 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v33 v34  
    2121|| [wiki:CommandExecutor] || Executes a [wiki:ConsoleCommand] string ||
    2222|| [wiki:CommandLine] || Reads arguments from the shell and start.ini ||
    23 || ![wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value ||
    24 || ![wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
    25 || ![wiki:ConfigValueIncludes] || Declares helper macros for easy use of config values ||
     23|| [wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value ||
     24|| [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
     25|| [wiki:ConfigValueIncludes] || Declares helper macros for easy use of config values ||
    2626|| [wiki:ConsoleCommand] || Defines a command, which is basically a link between a string and a function ||
    2727|| [wiki:CoreSettings] || Stores some core-related settings and makes them configurable ||