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-24 08:46:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ca662d0f7a
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
81a18ab340
Fixed nasty lookup bug when querying for multi-word fuzzy matches using mysql.
Resolves
#527
.
2014-09-15 22:26:25 +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
Fixed nasty lookup bug when querying for multi-word fuzzy matches using mysql.
Resolves
#527
.
2014-09-15 22:26:25 +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
Changed create_object to have at_object_receive and at_after_move to correctly target the location and not the new object.
Resolves
#566
.
2014-09-05 07:52:18 +02:00