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
Michael King
3fe64c1f34
Cleaned up the revision information for aesthetics.
2007-08-07 17:30:35 +00:00
Michael King
6a172edb03
Finalized EVENNIA_VERSION to include svn revision
2007-08-07 17:24:25 +00:00
Michael King
02b19ee4b0
Ooops. Forgot the trailing $ in the SVN keyword.
2007-08-07 17:22:28 +00:00
Michael King
2abc0adff9
Moved Revision outside of VERSION global for clean up
2007-08-07 17:20:54 +00:00
Michael King
c88a89bce1
Added Revision keyword to defines_global, and set svn:keywords property on defines_global.py
2007-08-07 17:18:45 +00:00
Michael King
13b19b9a16
Removed DEFAULT_HOME reference from defines_global
2007-08-07 16:53:26 +00:00
Michael King
8b8099a9db
Added DEFAULT_HOME value of 2 to settings.py.dist
...
Added import of DEFAULT_HOME from settings into defines_global
Removed clear_players()
Removed clear_things()
Created a more general clear_objects():
* obj.clear_objects()
* Everything with obj as its location will be moved
to its home.
* If the home is the obj, then said objects will be
moved to DEFAULT_HOME, if it exists.
* If the said objects do not have a home, they will
also be moved to DEFAULT_HOME.
2007-08-07 16:28:22 +00:00
Greg Taylor
1a996bbf7e
Added a HIDDEN_ATTRIBS list to defines_global.py containing a list of attributes that shouldn't show up on examined objects.
2007-05-22 15:22:25 +00:00
Greg Taylor
59518c440c
We're now in shape that I'd consider Alpha-quality rather than pre-alpha. Admins can now actually start building grids without fear of people doing bad stuff, and for the most part the codebase should hold up.
2007-05-22 15:14:19 +00:00
Greg Taylor
204ef6d4c5
Big commit. We now have a respectable command table with built in permission checking. I've commented this pretty well, so see cmdtable.py and cmdhandler.py for more details. There is also some assorted cleanup and an unrelated fix or two resulting from the new Twisted back-end. Note that for the permissions, you will eventually be able to override the codebase's permissions via the web interface for each command.
2007-05-22 15:11:56 +00:00
Greg Taylor
9221f889e3
Attribute names are no longer case-sensitive, as per MUX/MUSH. Also added LAST and LASTSITE to the protected attribute list.
2007-05-18 13:39:57 +00:00
Greg Taylor
c7452e5a88
Finished up addcom/delcom. Added comlist. Fixed @list commands (still needs to sort by command name eventually).
2007-05-15 17:28:23 +00:00
Greg Taylor
4f67efb70a
Implemented page history, meaning you don't need to provide your victim's name/alias and the equal sign after the initial page. TODO: Allow paging multiple people at once, ala MUX.
2007-04-30 18:39:41 +00:00
Greg Taylor
98e9175582
Addition of a player_search() function in functions_db. This first searches for alias matches (exact, no case-sensitivity). If it finds none, it does a normal local_and_global_search() limited by object type PLAYER. Also did some more code cleanup and commenting.
2007-04-30 14:21:48 +00:00
Greg Taylor
5421ab7f6e
Re-organization.
2007-04-03 13:42:51 +00:00