Commit graph

124 commits

Author SHA1 Message Date
Griatch
d47bd96ddd integrated the line editor functionality with the @set command (using the /edit switch), removing the example CmdEdit command from the eveditor module. 2015-07-09 14:37:09 +02:00
Griatch
870c750538 Refactored and cleaned up the EvEditor module. 2015-07-09 14:37:09 +02:00
Griatch
cc2b094bc6 Moved lineditor into utils/eveditor.py. The line editor is accessed by simply importing the class (same as EvTable, EvMenu etc), so the utils.get_line_editor function was removed. 2015-07-09 14:37:09 +02:00
Jonathan Piacenti
462b73b626 Rename display_name and improve docstrings. 2015-06-20 16:31:36 -05:00
Jonathan Piacenti
1822b01086 Add display_name and disambiguation_tag for dynamic naming. 2015-06-20 15:42:39 -05:00
Griatch
91b84213dd Made the string set convertion message a little clearer. Also set up the template to add the protototype dir from the onset. 2015-06-13 16:02:59 +02:00
Griatch
4d69e80787 Made lock command warn for using the wrong input form. Strip extraneous quotes from lock strings to avoid strange issue with escaped quotes from the command system. Resolves #758. 2015-06-13 00:08:12 +02:00
Griatch
3410499313 Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02:00
Griatch
349805c5ac Some minor cleanups of edit code 2015-03-27 07:12:32 +01:00
Jonathan Piacenti
b0c71ee924 Added /edit switch to CmdDesc. 2015-03-26 18:18:17 -05:00
Griatch
77183a857e Fixed typeclass command check that used to fail with an old .typeclass check. 2015-03-26 22:19:19 +01:00
Griatch
c781160225 Made various parts of the core respect the CLIENT_DEFAULT_WIDTH setting. Resolves #710. 2015-03-19 19:21:05 +01:00
Griatch
5ec2030d83 Added swap alias to the type command. Resolves #718. 2015-03-19 19:01:41 +01:00
Griatch
3a7ee291ba Removed spurious mentions of the various typeclass paths from the server. 2015-03-15 16:39:44 +01:00
Griatch
5a811a2d89 Made @script command without giving an object warning about global scripts. 2015-03-14 19:58:43 +01:00
Griatch
e449c3391f Made the open command require exact exit names. 2015-03-14 16:21:27 +01:00
Griatch
5da4da34c0 Moved tags to the end of examine command output. 2015-03-02 21:39:27 +01:00
Griatch
96ac3f967b Merged the devel-branch. 2015-03-01 13:06:48 +01:00
Griatch
7f0e0d5ef8 Added at_init() call in idmapper and made sure to not deprecate it. Fixed bugs in search and continued work on tutorial world. 2015-02-22 17:46:55 +01:00
Jonathan Piacenti
52fa4dd60b Made test running environment more robust and consistent. 2015-02-08 18:34:12 -06:00
Jonathan Piacenti
b106e7418a Added a few hooks to the default building commands. 2015-02-08 18:10:12 -06:00
Griatch
0c9bf08c5a Refactored and fixed a lot of bugs. Creates the database but still does not properly load the settings file. 2015-01-08 01:25:32 +01:00
Griatch
3ff937a6fd Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
Griatch
c7325a5032 Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
Renamed from lib/commands/default/building.py (Browse further)