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
6c5488aab3
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Greg Taylor
9b8f1cf3ea
Handle IMC ice-destroy packets.
2009-04-30 04:05:19 +00:00
..
__init__.py
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
2008-06-15 19:38:39 +00:00
comsys.py
Clean up send_cmessage() a bit. Changed noheader keyword arg to show_header and defaulted it to True. This should read a little better. Also updated some of the various function calls. More importantly, check to see if the channel argument is a string or unicode object and find the correct channel object as needed, which was the previous behavior. However, if it's not a string or unicode object, assume it's a CommChannel object and avoid querying for it again. This may be a performance win in some cases down the road.
2009-04-30 03:13:46 +00:00
general.py
- Made many small bugfixes to the @parent and @create functions as well as their underlying methods.
2009-04-25 20:51:12 +00:00
imc2.py
Handle IMC ice-destroy packets.
2009-04-30 04:05:19 +00:00
info.py
Adjust some function names in the script parents to be at_ instead of a_. Also re-designed the scheduling system to be a lot more pythonic and easy to use. Utilizes classes to represent events. Much easier to plug in events from within the game directory now as well.
2009-04-06 16:19:07 +00:00
objmanip.py
Modifications to the @create and @parent commands, to safeguard against erroneous scriptlink names as well as allowing to define parent upon @creation. The @parent command calls at_object_creation(), seems that behaviour is the intuitive one.
2009-04-25 17:41:58 +00:00
paging.py
Fix page to use the new return value from get_attribute_value.
2009-04-20 22:29:54 +00:00
parents.py
- Made many small bugfixes to the @parent and @create functions as well as their underlying methods.
2009-04-25 20:51:12 +00:00
privileged.py
We now have the ability via @service to list, start, and stop Twisted services. In this case, this just lets us start/stop IMC2 right now. As people write more services to plug in in the future, this may expand.
2009-04-28 23:49:49 +00:00
search.py
Revamp how commands are loaded. This will now allow for easy addition of custom commands and over-riding existing Evennia-supplied commands.
2009-01-27 15:21:15 +00:00
unloggedin.py
Revamp how commands are loaded. This will now allow for easy addition of custom commands and over-riding existing Evennia-supplied commands.
2009-01-27 15:21:15 +00:00