summaryrefslogtreecommitdiff
path: root/project2/common/environment.cpp
Commit message (Collapse)AuthorAge
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Hook in the new onConfigLoad component loader eventrandomdan2012-05-03
|
* Add support for using boost::format for log messagesrandomdan2012-04-24
| | | | Fix initialisation of console logger
* Plugable loggersrandomdan2012-04-21
|
* Pull the script location back into the core and add support for caching of ↵randomdan2012-02-14
| | | | parsed script documents
* Persist the CGI Environment over many iterations of the app engine, ↵randomdan2012-02-13
| | | | reloading the configuration only when needed
* Improvements to the handling of command line argumentsrandomdan2011-12-16
|
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Drop Boost::program_options in favour of our own, pluggable system which ↵randomdan2011-12-08
| | | | integrates application platforms properly
* Remove some dead coderandomdan2011-10-10
|
* Add precompiled headers to commonrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31