aboutsummaryrefslogtreecommitdiff
path: root/util/Config.py
Commit message (Collapse)AuthorAge
* Added TimeSwitch to switch between behaviors at set time intervalsGravatar rcoh2011-02-13
|
* Early stages of support for interbehavior interactions. Fixed a bug in the ↵Gravatar rcoh2011-02-09
| | | | | | config eval and added some new tests.
* Early stages of param-binding in xml. Functional. RCOHGravatar rcoh2011-02-05
|
* A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. ↵Gravatar rcoh2011-01-27
| | | | | | Fixed a massive bug that increases performance in by up to a factor of 60. A bunch of new behaviors for the class.
* Added a new config file to run the upstairs lights. Modified PixelMapper toGravatar Russell Cohen2011-01-21
| | | | track cache hits. Added 60-strip layouts and renderer configs.
* Added ResponseMover to facilitate spawn and run responses. ModifiedGravatar Russell Cohen2011-01-12
| | | | simplemapper to fix a bug with null responses.
* Changed default mode of xml merging to merge instead of replace. Added some ↵Gravatar rcoh2011-01-02
| | | | | | | syntactic sugar in xml file -- attributes on Class-Level items will be automatically added to their args dict. This is designed for easy specification of Id etc. when you are Inheriting from another class.
* Inheritence now happens at all levels on reading of config files. No ↵Gravatar rcoh2010-12-29
| | | | | | additional resolution of inheritances should be necessary. RCOH
* setting up some more behaviors to get inherited fromGravatar rcoh2010-12-29
|
* a bugfix in APL. Support and a unit test for behavior inheritance. It now ↵Gravatar rcoh2010-12-26
| | | | | | | happens automatically when the config is loaded. Simply use Config.loadConfigFile(fileName) to leverage the functionality.
* some testcode that should be in the testing branch, but w/e. A method to ↵Gravatar rcoh2010-12-25
| | | | | | composite to xml trees, and a unit test to test it.
* Merge branch 'master' into configimprovementsGravatar rcoh2010-12-25
|\ | | | | | | | | Conflicts: util/Strings.py
| * added test directory for unittests and an example skeleton unit test. WRITE ↵Gravatar rcoh2010-12-25
| | | | | | | | | | | | TESTS FOR STUFF YOU WRITE. PLZ. RCOH
* | Early stages of support for config inheritance. MIGHT NOT WORK! Sorry. -RCOHGravatar rcoh2010-12-25
| |
| * early stages. WARNING: THIS COMMIT DOESN'T NECESSARILY WORK. Sorry.Gravatar rcoh2010-12-25
| | | | | | | | RCOH
* | early stagesGravatar rcoh2010-12-24
| |
| * About halfway done with support for pixel regions. Modified the component ↵Gravatar rcoh2010-12-22
|/ | | | | | registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH
* About halfway done with the Util cleanup. Some stuff left to do with ↵Gravatar rcoh2010-12-15
scoping etc.