evennia/src
2009-09-05 21:19:53 +00:00
..
channels Fix a really obscure bug with adding default channels. Had a string substitution that didn't match up and wasn't throwing an exception (for some weird reason). 2009-06-04 04:03:16 +00:00
commands Adding more feedback if giving wrong filename to @batchprocess. 2009-09-05 21:19:53 +00:00
config Added @mvattr command as per MUX (Issue 25). Cleaned up @set to give better feedback. Some minor cleanups. 2009-08-29 17:41:00 +00:00
genperms Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker. 2008-12-15 04:00:25 +00:00
helpsys Some adjustments of the formatting for auto_help. Added some colours to the state_example menu. 2009-05-02 08:25:37 +00:00
imc2 Cleaned spammy output to IMC users from IRC and evennia channels, where channel names tended to be added 2009-09-05 07:24:04 +00:00
irc Cleaned spammy output to IMC users from IRC and evennia channels, where channel names tended to be added 2009-09-05 07:24:04 +00:00
objects Further fuzzy matching improvement, with integer list selection of multiple matches. 2009-09-02 22:04:14 +00:00
script_parents Fixed some minor typos. 2009-08-23 09:30:09 +00:00
util Added extrapolated "name_exists" function. 2009-01-13 07:21:41 +00:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
alias_mgr.py Add the home command. 2009-04-06 22:07:41 +00:00
ansi.py Added a command batch processor to Evennia. The @batchprocess is a super-user only command that reads normal Evennia-commands 2009-09-04 08:01:43 +00:00
cmdhandler.py Implemented clearcom as per MUX specifications (Issue 48). 2009-08-30 12:28:38 +00:00
cmdtable.py * Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using 2009-08-16 01:18:58 +00:00
comsys.py Cleaned spammy output to IMC users from IRC and evennia channels, where channel names tended to be added 2009-09-05 07:24:04 +00:00
config_defaults.py Added a command batch processor to Evennia. The @batchprocess is a super-user only command that reads normal Evennia-commands 2009-09-04 08:01:43 +00:00
defines_global.py Added a command batch processor to Evennia. The @batchprocess is a super-user only command that reads normal Evennia-commands 2009-09-04 08:01:43 +00:00
events.py * Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using 2009-08-16 01:18:58 +00:00
exceptions_generic.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
flags.py Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose. 2008-12-14 00:02:11 +00:00
initial_setup.py Added #1 to default channels. Had IRC log to a default channel. Added some more feedback upon module import failures. 2009-08-29 10:36:00 +00:00
logger.py Addition of a re-usable CommandTable class. We still have two global command tables that are now instances of this class. Game developers will use methods on CommandTable to add their own commands without modifying the base server code. 2008-12-14 01:49:37 +00:00
scheduler.py * Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using 2009-08-16 01:18:58 +00:00
scripthandler.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
server.py Registering IRC as an Evennia Service, can now be controlled with @service/start/stop. 2009-08-30 17:28:56 +00:00
session.py Implemented allcom as per MUX specifications (Issue 47). Added some more functionality to it, such as giving allcom without an 2009-08-30 10:07:15 +00:00
session_mgr.py Finally transition away from those horrid channel attributes for tracking channel memberships. We'll see about doing away with them altogether if it's possible efficiently. 2009-06-04 03:42:19 +00:00
statetable.py Minor fix of an argument typo as well as making an example more compacent with the wiki. 2009-08-16 09:09:55 +00:00