summaryrefslogtreecommitdiff
path: root/project2/common/presenter.cpp
Commit message (Collapse)AuthorAge
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
|
* Fix creation of default error XML document stylerandomdan2012-07-22
| | | | | Fix hack used in script tidy up by not creating a mess in the first place (pass default or scripted to objects on creation) Fix bug where a cached script that failed on first run would succeed wrongly on subsequent runs due to excessive tidy up (above)
* Add support for simple mutations of XML output (node rearrangement)randomdan2012-04-20
|
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* Add precompiled headers to commonrandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31