Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Several changes to scholar.pyDinko Galetic2010-06-091-14/+34
| | | | | | | | | | | 1) Changed the way names of objects are handled. GameObject.name is now a property which returns/sets GameObject.aliases[0] A few minor adjustments had to be made so this works with everything. 2) Room.contains[] now contains not only items, but player(s) and exits as well. This enabled me to use a single for loop in unalias() 3) added some TODO and other comments
*