This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
889708cf07
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
889708cf07
Make object search handle a dbref=0.
2012-08-18 23:17:14 +02:00
..
migrations
Migrate! Fixes some more objects to the new API.
2012-03-25 21:53:24 +02:00
__init__.py
Adding a new API system to Evennia. This centralizes all access of the evennia driver through a single module "ev". Importing ev one should be able to access (and also importantly, easily explore) Evennia's API much easier. This API goes a long way to "flatten" the structure so that one doesn't need to remember how to find some method in a deeply nested subdirectory.
2012-03-24 23:02:45 +01:00
admin.py
Cleaning some unnecessary whitespace, overall cleanup of various source codes.
2012-03-30 23:47:22 +02:00
manager.py
Make object search handle a dbref=0.
2012-08-18 23:17:14 +02:00
models.py
Some more i18n strings added; also updated swedish translation.
2012-06-14 08:56:57 +02:00
objects.py
Changed default permission of objects so as to not have 'control' permission of themselves. As user Kelketek pointed out, this could be a possible exploit. At any rate there is no need for objects to have control of themselves.
2012-08-18 20:20:42 +02:00
tests.py
Cleaning some unnecessary whitespace, overall cleanup of various source codes.
2012-03-30 23:47:22 +02:00