Commit graph

2284 commits

Author SHA1 Message Date
Griatch
eb6baf6e79 refactored cmdhandler to make sure syscmds and normal commands get called in exactly the same way, including at_pre/post_cmd hooks. 2015-02-11 08:43:57 +01:00
Griatch
3281221c99 Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +01:00
Griatch
c38c9e2f38 Some expansion of the search() docstring 2015-02-10 19:18:23 +01:00
Ahmed Charles
d4b92c6e42 Remove AT_SEARCH_RESULT, unused. 2015-02-10 17:50:23 +00:00
Ahmed Charles
62a13a94a4 Give should only look in the inventory and could use a custom message. 2015-02-10 17:39:52 +00:00
Ahmed Charles
df3943a996 Get does not search for things in the inventory. 2015-02-10 17:38:39 +00:00
Ahmed Charles
ac73b82db9 Cleanup arg_regex for general commands. 2015-02-10 17:37:26 +00:00
Ahmed Charles
7e7cd9211f Add custom error messages to search and have drop use them. 2015-02-10 17:17:15 +00:00
Griatch
7fb35f4ef4 Update INSTALL.md 2015-02-10 17:16:52 +01:00
Griatch
429e7ce4cc updated install text file 2015-02-10 16:36:34 +01:00
Griatch
83fb8240de Fixed readme typo 2015-02-10 16:31:49 +01:00
Griatch
88a90b59df Readme update 2015-02-10 16:28:17 +01:00
Griatch
54b528155b Some readme updates 2015-02-10 16:14:51 +01:00
Griatch
f2a41161cb Updated readme's and other documentation. 2015-02-10 16:12:21 +01:00
Griatch
9d63b03635 Some extra info to settings file 2015-02-10 10:28:06 +01:00
Griatch
eb738ebad8 Made tutorial_world run on devel, it had a few deprecated imports and also the path to the build file given in the limbo desc was not right anymore. 2015-02-10 10:26:08 +01:00
Griatch
ec4e985c39 Made sure to have the launcher send the gamedir as the first entry in the environment for the portal and launcher. This makes it possible to start evennia from anywhere in the game folder. 2015-02-10 00:12:41 +01:00
Griatch
5038d42438 ... and another one. 2015-02-09 23:38:15 +01:00
Griatch
31d7bb658d Added a last fixed migration 2015-02-09 23:35:06 +01:00
Griatch
fa18aca371 Cleanup of the migration history 2015-02-09 23:33:54 +01:00
Griatch
b9648e6cf4 Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into devel 2015-02-09 22:46:39 +01:00
Griatch
d952f47292 Merge branch 'devel' of github.com:evennia/evennia into devel 2015-02-09 22:38:56 +01:00
Griatch
dc20174531 Removed mention of ROOT_DIR, deleted docs/ directory and moved locale/ under evennia/. 2015-02-09 22:31:23 +01:00
Griatch
0115db3805 Reworked batchprocessor to correctly handle paths. Started looking at changing loation of some other folders. 2015-02-09 22:18:52 +01:00
Griatch
4045e0ec16 Fixed batchprocessor readin. 2015-02-09 22:02:44 +01:00
Ahmed Charles
4f5adf1da6 The inventory command should not have arguments.
This makes it so that iguana does not match this command.
2015-02-09 09:24:47 -08:00
Ahmed Charles
d702cd069c Add help_category to @players. 2015-02-09 08:25:32 -08:00
Griatch
91608d7787 Fixed test of quit to handle slightly different output text 2015-02-09 02:35:14 +01:00
Griatch
58c8d495ae fixed init command in travis file. 2015-02-09 02:27:41 +01:00
Jonathan Piacenti
9f623e1c8c Add travis file. 2015-02-08 19:17:45 -06:00
Ahmed Charles
0ada956bc1 Fix typo in system.py. 2015-02-09 02:15:52 +01:00
Ahmed Charles
4238d26918 Improve phrasing of @quit. 2015-02-09 02:15:36 +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
Jonathan Piacenti
1c010b455a Added the ability to clear tags by category. 2015-02-08 18:10:11 -06:00
Jonathan Piacenti
4491110dc1 Permit checking of different lock types from one lock string. 2015-02-08 18:10:11 -06:00
Griatch
68fb42acc6 Made launcher docstring more verbose and now better relays args/kwargs to the django-admin. 2015-02-09 00:34:55 +01:00
Griatch
2aafafc09c Made the evennia launcher pass through the management options in a better way. Also made the superuser creation more straightforward and handled flushed databases in a better way. 2015-02-08 23:36:53 +01:00
Griatch
16b7a79573 Remove setting of cwd() for unix install. Testing suggests this is not necessary on Linux/Unix. Windows cwd() seems to be necessary for -e installs (but maybe remove that too later). Resolves #650. 2015-02-08 18:01:59 +01:00
Ahmed Charles
9c96345480 Fix typo in muxcommand.py. 2015-02-08 17:46:42 +01:00
Ahmed Charles
402afdc325 Remove incorrect comment in player.py. 2015-02-08 17:41:57 +01:00
Ahmed Charles
857b5add7a Fix typo in player.py. 2015-02-08 17:41:40 +01:00
Griatch
469e9c73c1 Fixed a bug in idmapper cache related to proxies. It caused issuses with cleaning cache from the proxy level. All caching is now done on the base model. 2015-02-08 17:26:41 +01:00
Griatch
2fc15bbed5 Fixed the creation of the twistd.bat batchfile under Windows 2015-02-02 22:52:20 +01:00
Griatch
c9a22ba657 Added a special path setup for the full install rather than the -e install on windows. 2015-02-02 22:23:40 +01:00
Griatch
38fbdd5857 Added a shebang for launcher script on windows. 2015-02-02 22:12:13 +01:00
Griatch
b31887338f Trying with a two-step call on Windows. 2015-02-02 22:00:58 +01:00
Griatch
1db131901f More windows fixes. 2015-02-02 21:57:06 +01:00
Griatch
3c1ada6fa6 Path adjustments. 2015-02-02 20:59:15 +01:00
Griatch
2fe2aa6db7 Made .bat file dynamically created again since it requires an absolute path. 2015-02-02 20:54:26 +01:00