| .. |
|
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
|
* Added copy_object() to the object manager
|
2009-09-27 10:05:47 +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
|
Fixed bug that had recycled objects not properly forget flags set on them before they were destroyed.
|
2009-09-27 16:36:03 +00:00 |
|
script_parents
|
* Added copy_object() to the object manager
|
2009-09-27 10:05:47 +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
|
* Refactored the structure of the code a bit, for easier plugin expansion. The create_object() function now handles all the basic aspects of setting up an object, instead of relying on @create/@dig to set up things like parents, default descs etc. This also calls the creation hook on_object_creation() now. As part of this, the set-script-parent mechanism changed a bit under the hood - the engine itself is calling the set_script_parent() method on Object now instead of setting it up on its own and/or trusting @create and @dig to do it. Also set up the default descs for different object classes into the defaults_global file for easier administration.
|
2009-09-26 23:37:52 +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
|
* Added copy_object() to the object manager
|
2009-09-27 10:05:47 +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 |