This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-27 02:06:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fc4d7c92f9
evennia
/
src
/
locks
History
Download ZIP
Download TAR.GZ
Griatch
32b6becd33
Fixed a bug in lockhandler when entering a lock string containing upper-case AND/OR/NOT as part of a word (such as MAYOR). Thanks to lagos for suggesting the fix! Resolves Issue 303.
2012-10-21 23:52:54 +02:00
..
__init__.py
OBS: You'll need to resync/rebuild your database!
2011-03-15 16:08:32 +00:00
lockfuncs.py
Added an extension to the "holds" lockfunc, to allow it to check attribute values of objects held by the accessing_object. Resolves Issue 281.
2012-10-14 17:43:09 +02:00
lockhandler.py
Fixed a bug in lockhandler when entering a lock string containing upper-case AND/OR/NOT as part of a word (such as MAYOR). Thanks to lagos for suggesting the fix! Resolves Issue 303.
2012-10-21 23:52:54 +02:00
tests.py
Further cleanup of source; making class methods _private for clarity in the API.
2012-03-31 15:09:22 +02:00