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-17 05:16:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
079e98884f
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
7bba75b9ff
Fixed a missing **kwargs relay from last commit
2014-08-24 10:08:22 +02:00
..
migrations
Run migrations! First version of MULTISESSION_MODE=3. @ic/@ooc not working yet.
2014-08-04 15:32:48 +02:00
__init__.py
Changed the way ExitCommands work by adding at_traverse() as a new hook to do the actual moving. This should allow for more flexibility in overloading new Exit typeclasses without having to re-implement the Exit Cmdset functionality more than necessary. By default the same error hooks are called wether the failure is due to a lock or some other error, this is (now) easy to modify as needed.
2012-10-14 13:11:13 +02:00
admin.py
Admin interface greatly improved. Support for editing Attributes added.
2014-06-28 16:30:01 -05:00
manager.py
Updating to make unittests work
2014-05-11 19:41:37 +02:00
models.py
Added **kwargs to cmdhandler and execute_cmd() methods, to set arbitrary flags on commands at run-time. Unused by default Evennia but may be useful to codedly change operation parameters on commands at run-time.
2014-08-24 09:43:55 +02:00
objects.py
Fixed a missing **kwargs relay from last commit
2014-08-24 10:08:22 +02:00