Commit graph

10 commits

Author SHA1 Message Date
Greg Taylor
131f6410d4 Fix some formatting affected by the space conversion. IMPORTANT: Channel list attributes are now stored via Django's bundled version of simplejson instead of cPickle/pickle. Pickle isn't unicode-capable in 2.5 and lower, plus JSON is going to be a lot more accessible for web-stuff. 2008-06-14 04:18:20 +00:00
Greg Taylor
ffe9a563e0 Removing mixins.py, as it's not in use. We now have a separate ConnectScreen model under the config app to store connect screens. ConfigValue's value fields are now CharFields instead of TextFields for the sake of efficiency and sanity. It is strongly recommended that you reset your config app and syncdb to load the fixture. 2008-06-14 03:15:41 +00:00
loki77
3fe644ef17 Indentation change 3-4 spaces.
Possible files that need to be cleanedup;
commands/info.py:cmd_list
commands/general.py:cmd_who
commands/comsys.py:cmd_who

cmdtable.py
ansi.py
2008-06-13 19:52:29 +00:00
Greg Taylor
fa4cc4cab3 Make config values not case-sensitive. 2007-07-17 13:26:00 +00:00
Greg Taylor
b1bb2b7927 Fixes to get 'inventory' working again. Whoops. 2007-06-11 02:36:34 +00:00
Greg Taylor
270db06820 Making get_configvalue a bit more informative if a config value can't be found. Also actually populating the webcontext's game_name via get_configvalue. 2007-06-06 12:37:34 +00:00
Greg Taylor
e6d7c51771 On second thought, let's move os.name to gameconf. 2007-06-04 15:11:15 +00:00
Greg Taylor
8cc9abfa94 Whoops, forgot a file. 2007-06-04 04:00:08 +00:00
Greg Taylor
0fc89247aa No longer need to distribute a database file. Each user will run their syncdb script and start with a clean slate. Updated installation instructions in README. 2007-04-25 19:39:15 +00:00
Greg Taylor
5421ab7f6e Re-organization. 2007-04-03 13:42:51 +00:00
Renamed from evennia/trunk/gameconf.py (Browse further)