| .. |
|
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
|
Some code cleanup and clarification in comments.
|
2009-08-28 01:33:15 +00:00 |
|
config
|
Finally got around to creating admin.py files for all of the apps. This will prevent some really weird import errors and fixes an issue with the Attribute model's admin display. May also cut resource usage slightly for MUD server instances. Needs more testing!
|
2009-04-17 03:08:18 +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
|
Some code cleanup and clarification in comments.
|
2009-08-28 01:33:15 +00:00 |
|
irc
|
Added IRC connectivity for Evennia.
|
2009-08-28 01:43:45 +00:00 |
|
objects
|
* 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 |
|
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
|
Some code cleanup and clarification in comments.
|
2009-08-28 01:33:15 +00:00 |
|
cmdhandler.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 |
|
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
|
Some code cleanup and clarification in comments.
|
2009-08-28 01:33:15 +00:00 |
|
config_defaults.py
|
IRC_ENABLED was accidentally left to True in default config file. Fixed.
|
2009-08-28 16:01:21 +00:00 |
|
defines_global.py
|
Moving constants over to the new flags module.
|
2008-06-15 20:41:58 +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
|
* 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 |
|
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
|
Some code cleanup and clarification in comments.
|
2009-08-28 01:33:15 +00:00 |
|
session.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 |
|
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 |