| .. |
|
commands
|
Fixed command failure if one of a list of targets does not exist
|
2009-01-23 17:54:39 +00:00 |
|
config
|
Fix the admin displays for most of the models. ConfigValue is being weird for some reason, though.
|
2009-01-18 04:54:05 +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
|
Make helpentry topic names unique. Add a description to the cross-platform startup script. Added a util directory and a MUX/MUSH help file importer script.
|
2009-01-22 16:56:00 +00:00 |
|
objects
|
Flag list displaying 'None' fixed.
|
2009-01-22 15:22:32 +00:00 |
|
script_parents
|
Builders start seeing dbrefs for the most part.
|
2009-01-15 16:24:52 +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 |
|
ansi.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 |
|
cmdhandler.py
|
Restore the single-character aliases for say, pose, and pose without spaces. Also add 'p' as an alias for page in initial_data.py as per MUX.
|
2009-01-20 04:18:03 +00:00 |
|
cmdtable.py
|
@cpattr now coded, please post reports if bugs found, appears to work as expected.
|
2009-01-23 17:25:22 +00:00 |
|
comsys.py
|
Work on the comsys. @cwho is working now.
|
2009-01-22 03:19:40 +00:00 |
|
config_defaults.py
|
This should get all of the web stuff working peachy again.
|
2009-01-15 02:46:38 +00:00 |
|
defines_global.py
|
Moving constants over to the new flags module.
|
2008-06-15 20:41:58 +00:00 |
|
events.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 |
|
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
|
Restore the single-character aliases for say, pose, and pose without spaces. Also add 'p' as an alias for page in initial_data.py as per MUX.
|
2009-01-20 04:18:03 +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
|
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 |
|
scripthandler.py
|
Beginnings of @parent, the in-game tie-in for the scripting system. Can now list the currently cached scripts via @parent/showcache, and clear the cache via @parent/clearcache.
|
2008-12-16 03:36:49 +00:00 |
|
server.py
|
Move away from fixtures in favor of src/initial_setup.py, which makes it a little easier to change stuff like this. It also avoids over-writing stuff when syncdb is ran. This commit features database layout changes to ConnectScreen and CommChannel. It is recommended that you drop your database and re-sync. If this is not acceptable, talk to me about a migration plan. We will be investigating schema evolution down the road.
|
2009-01-18 04:22:58 +00:00 |
|
session.py
|
Fixes to player creation that may not actually do anything. Also add default flagged channels with the default alias being the first three characters of the channel's name.
|
2009-01-22 03:50:16 +00:00 |
|
session_mgr.py
|
Cleaning up the duplicate session disconnector.
|
2009-01-22 00:17:43 +00:00 |