5
I Use This!
Moderate Activity

News

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Posted over 12 years ago by [email protected]
Revision: ddbbcf3fd8ff Branch: default Author: griatch Log: Fixed a typo on the @ic command's search_object call. [link] Modified: /src/commands/default/player.p y /src/commands/default/tests.py /src/objects/manager.py
Posted over 12 years ago by [email protected]
Revision: d9fcb5ee0a53 Branch: default Author: griatch Log: Fixed a search feature that was not included in the revision of the object search mechanism - the ability to search based on an object. Resolves Issue 363. [link] Modified:
Posted over 12 years ago by Skylark
Posted over 12 years ago by Griatch Art
Posted over 12 years ago by Griatch Art
Posted over 12 years ago by [email protected]
Revision: c897d3180724 Branch: default Author: griatch Log: MySQL<v5.6.4 does not support millisecond precision in its DATETIME fields (as opposed to other databases). This meant that Attributes, which do rely on millisecond precision for creating their object hashes, got out of sync in a horrible way on MySQL (Issue 362). This
Posted over 12 years ago by [email protected]
Revision: e8f4c477d909 Branch: default Author: [email protected] Log: Edited wiki page BuildingQuickstart through web user interface. [link] Modified: /BuildingQuickstart.wiki
Posted over 12 years ago by [email protected]
Revision: 10ffa7e22bd4 Branch: default Author: griatch Log: Made @examine show the superuser flag also when called as a Player. Removed some debug printouts. [link] Modified: /src/commands/default/building .py
Posted over 12 years ago by [email protected]
Revision: f0674943d1ae Branch: default Author: griatch Log: An import check in ev.py acted weirdly in some situations. Changed to something more sensible. [link] Modified: /ev.py
Posted over 12 years ago by [email protected]
Revision: 5aff3031f3d1 Branch: default Author: griatch Log: Added Character-level quelling possibilities to superuser. This makes the superuser quelling completely in line with normal quelling for other permission levels. It also removes the need for the special _superuser_character bypass used before (the migration no longer creates it