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
1
b9c8c1695c
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
b9c8c1695c
Finalized the spawner API and made the @spawn command also take prototypes directly, e.g. @spawn GOBLIN.
2014-07-01 19:39:12 +02:00
..
default
Finalized the spawner API and made the @spawn command also take prototypes directly, e.g. @spawn GOBLIN.
2014-07-01 19:39:12 +02:00
__init__.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
cmdhandler.py
Implemented WeakSharedMemoryModel for Attributes.
2014-05-11 15:23:11 +02:00
cmdparser.py
Fixed a bug with creating Player from admin. It is hard to add permissions (these are Tags with a special subsetting). This makes the admin not very useful for creating players at the moment.
2014-06-30 00:53:30 +02:00
cmdset.py
Fixed flush protection for instances, memory is successfully made available on an idmapper flush now.
2014-05-17 14:38:43 +02:00
cmdsethandler.py
Made cmdsethandler report syntax-errors in a more informative way.
2014-06-29 21:58:30 +02:00
command.py
Fixed the Command CmdExample class.
2014-05-10 19:57:59 +02:00
connection_screen.py
Changed the default login screen to change with settings.SERVERNAME.
2014-03-08 23:10:26 +01:00