Commit graph

  • 850c5effaa Starting reworking the webclient to use the new oob system format. Griatch 2015-02-15 08:58:50 +01:00
  • a24b79bb97 Made a better template for custom oob commands. Griatch 2015-02-14 23:47:16 +01:00
  • 6e66eec0b8 Some more fixes to reworked OOBHandler. Griatch 2015-02-14 23:42:27 +01:00
  • 4f0be822fc Cleaned up the call signature of OOB commands. Griatch 2015-02-14 23:06:41 +01:00
  • d97bbb309b Added captalized names for singleton handlers in the main package api, like TICKER_HANDLER and OOB_HANDLER rather than tickerhandler and oobhandler. Griatch 2015-02-14 22:01:53 +01:00
  • d8286a592e Turning off debug messages for OOB Griatch 2015-02-14 20:18:08 +01:00
  • cc39aff62c Some cleanup of the OOBhandler and communication with GMCP. Griatch 2015-02-14 20:12:09 +01:00
  • 08525f11ee Implemented GMCP with the new oobhandler. Resolves #208. Griatch 2015-02-14 19:46:25 +01:00
  • 00aa28004c Made the REPORT command work, not surviving a reload yet. Griatch 2015-02-14 12:20:06 +01:00
  • d5a7908a43 MSDP basic testing for ECHO and SEND done. Griatch 2015-02-13 23:34:02 +01:00
  • 07dd81851e Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. Griatch 2015-02-13 08:09:29 +01:00
  • 48774d0f3c Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into ahmedcharles-patch-1 Griatch 2015-02-13 07:39:15 +01:00
  • 834ec3010d Merge branch 'patch-1' of https://github.com/ahmedcharles/evennia into ahmedcharles-patch-1 Griatch 2015-02-13 07:38:36 +01:00
  • 7347aef9fd Fix permissions bug due to class rename. Ahmed Charles 2015-02-12 22:24:06 -08:00
  • f5e99c6341 Remove redundant check in perm(). Ahmed Charles 2015-02-12 17:59:00 -08:00
  • fb5b2a8641 More OOBhandler cleanup Griatch 2015-02-13 00:18:24 +01:00
  • d4b5533c20 Finished refactoring all msdp+evenniacore OOB commands. Still untested Griatch 2015-02-13 00:11:49 +01:00
  • 156d80b7bb Implemented the refactored OOBHandler. Much cleaner and straightforward now. Not tested yet though. Griatch 2015-02-12 21:59:11 +01:00
  • 7395a772f9 Fixed a typo in contrib/menusystem. Resolves #629. Griatch 2015-02-12 16:21:11 +01:00
  • 03b4b9ddb4 Continued work on reworking the oobhandler. Griatch 2015-02-11 22:16:54 +01:00
  • eda15ccc45 Added support for GMCP out-of-band messaging, as a backup handler to MSDP. Starting to rework the oob system to be more straightforward to follow and understand. Griatch 2015-02-11 20:58:37 +01:00
  • f1b6a4e212 Some minor typos in game template Griatch 2015-02-11 15:12:25 +01:00
  • 53a100fd33 Made GAME_DIR allocation dynamic to allow for renaming/moving the gamedir if desired. Griatch 2015-02-11 13:57:19 +01:00
  • eb6baf6e79 refactored cmdhandler to make sure syscmds and normal commands get called in exactly the same way, including at_pre/post_cmd hooks. Griatch 2015-02-11 08:43:57 +01:00
  • 3281221c99 Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! Griatch 2015-02-10 21:13:10 +01:00
  • c38c9e2f38 Some expansion of the search() docstring Griatch 2015-02-10 19:18:23 +01:00
  • d4b92c6e42 Remove AT_SEARCH_RESULT, unused. Ahmed Charles 2015-02-10 17:50:23 +00:00
  • 62a13a94a4 Give should only look in the inventory and could use a custom message. Ahmed Charles 2015-02-10 17:39:52 +00:00
  • df3943a996 Get does not search for things in the inventory. Ahmed Charles 2015-02-10 17:38:39 +00:00
  • ac73b82db9 Cleanup arg_regex for general commands. Ahmed Charles 2015-02-10 17:37:26 +00:00
  • 7e7cd9211f Add custom error messages to search and have drop use them. Ahmed Charles 2015-02-10 17:17:04 +00:00
  • 7fb35f4ef4 Update INSTALL.md Griatch 2015-02-10 17:16:52 +01:00
  • 429e7ce4cc updated install text file Griatch 2015-02-10 16:36:34 +01:00
  • 83fb8240de Fixed readme typo Griatch 2015-02-10 16:31:49 +01:00
  • 88a90b59df Readme update Griatch 2015-02-10 16:28:17 +01:00
  • 54b528155b Some readme updates Griatch 2015-02-10 16:14:51 +01:00
  • f2a41161cb Updated readme's and other documentation. Griatch 2015-02-10 16:12:21 +01:00
  • 16ce5afb96 Update CONTRIBUTING.md Griatch 2015-02-10 11:47:36 +01:00
  • f7385973a3 Update CONTRIBUTING.md Griatch 2015-02-10 11:40:18 +01:00
  • 2f13673922 Update CONTRIBUTING.md Griatch 2015-02-10 11:39:18 +01:00
  • 9d63b03635 Some extra info to settings file Griatch 2015-02-10 10:28:06 +01:00
  • 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. Griatch 2015-02-10 10:26:08 +01:00
  • 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. Griatch 2015-02-10 00:12:41 +01:00
  • 5038d42438 ... and another one. Griatch 2015-02-09 23:38:15 +01:00
  • 31d7bb658d Added a last fixed migration Griatch 2015-02-09 23:35:06 +01:00
  • fa18aca371 Cleanup of the migration history Griatch 2015-02-09 23:33:54 +01:00
  • b9648e6cf4 Merge branch 'patch-2' of https://github.com/ahmedcharles/evennia into devel Griatch 2015-02-09 22:46:39 +01:00
  • d952f47292 Merge branch 'devel' of github.com:evennia/evennia into devel Griatch 2015-02-09 22:38:56 +01:00
  • dc20174531 Removed mention of ROOT_DIR, deleted docs/ directory and moved locale/ under evennia/. Griatch 2015-02-09 22:31:23 +01:00
  • 0115db3805 Reworked batchprocessor to correctly handle paths. Started looking at changing loation of some other folders. Griatch 2015-02-09 22:18:52 +01:00
  • 4045e0ec16 Fixed batchprocessor readin. Griatch 2015-02-09 22:02:44 +01:00
  • 4f5adf1da6 The inventory command should not have arguments. Ahmed Charles 2015-02-09 09:24:47 -08:00
  • d702cd069c Add help_category to @players. Ahmed Charles 2015-02-09 08:25:32 -08:00
  • c6c9f81bec Update CONTRIBUTING.md Griatch 2015-02-09 16:55:13 +01:00
  • 480d76ae11 Update CONTRIBUTING.md Griatch 2015-02-09 16:54:47 +01:00
  • 68c79a2610 Capitalizing a title correctly Griatch 2015-02-09 16:53:29 +01:00
  • 56ce08446e Some text cleanup Griatch 2015-02-09 16:52:21 +01:00
  • ca08efa9c8 Update CONTRIBUTING.md Kelketek 2015-02-09 09:42:27 -06:00
  • f9538a4831 Seems refreshing browser cache fixed issues with the templates. Griatch 2015-02-09 16:40:30 +01:00
  • 5ff4f8fd71 Update CONTRIBUTING.md Griatch 2015-02-09 16:32:12 +01:00
  • 0a34b0071a Some more elaborate info in contribution.md. Griatch 2015-02-09 16:21:04 +01:00
  • 03ad401657 More testing of markers, again. Griatch 2015-02-09 15:01:48 +01:00
  • c29823fdcc More testing of markers. Weird behavior on github. Griatch 2015-02-09 14:58:55 +01:00
  • 45c0306495 Test with another title marker Griatch 2015-02-09 14:55:32 +01:00
  • 1f4e39ca47 Weirdness in docs header Griatch 2015-02-09 14:53:27 +01:00
  • 3750a4a711 Weirdness in docs header Griatch 2015-02-09 14:51:56 +01:00
  • f7c6efe0cc More updates to contributing.md Griatch 2015-02-09 14:49:28 +01:00
  • fb6c112459 More updates to contributing.md Griatch 2015-02-09 14:46:59 +01:00
  • c6351104d8 Fixes to contributing file. Griatch 2015-02-09 14:39:33 +01:00
  • 0ca1b7ecfb Added a CONTRIBUTING.md file. Griatch 2015-02-09 14:35:58 +01:00
  • 91608d7787 Fixed test of quit to handle slightly different output text Griatch 2015-02-09 02:35:14 +01:00
  • 58c8d495ae fixed init command in travis file. Griatch 2015-02-09 02:27:41 +01:00
  • 9f623e1c8c Add travis file. Jonathan Piacenti 2015-02-08 19:15:03 -06:00
  • 0ada956bc1 Fix typo in system.py. Ahmed Charles 2015-02-08 16:33:11 -08:00
  • 4238d26918 Improve phrasing of @quit. Ahmed Charles 2015-02-08 15:56:59 -08:00
  • 52fa4dd60b Made test running environment more robust and consistent. Jonathan Piacenti 2014-11-04 20:23:46 -06:00
  • b106e7418a Added a few hooks to the default building commands. Jonathan Piacenti 2014-11-02 21:37:21 -06:00
  • 1c010b455a Added the ability to clear tags by category. Jonathan Piacenti 2014-11-02 20:34:59 -06:00
  • 4491110dc1 Permit checking of different lock types from one lock string. Jonathan Piacenti 2014-11-02 21:36:21 -06:00
  • 68fb42acc6 Made launcher docstring more verbose and now better relays args/kwargs to the django-admin. Griatch 2015-02-09 00:34:55 +01:00
  • 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. Griatch 2015-02-08 23:36:53 +01:00
  • 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. Griatch 2015-02-08 18:01:59 +01:00
  • 9c96345480 Fix typo in muxcommand.py. Ahmed Charles 2015-02-04 10:56:59 -08:00
  • 402afdc325 Remove incorrect comment in player.py. Ahmed Charles 2015-02-07 18:20:41 -08:00
  • 857b5add7a Fix typo in player.py. Ahmed Charles 2015-02-07 18:16:55 -08:00
  • 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. Griatch 2015-02-08 17:26:41 +01:00
  • 2fc15bbed5 Fixed the creation of the twistd.bat batchfile under Windows Griatch 2015-02-02 22:52:20 +01:00
  • c9a22ba657 Added a special path setup for the full install rather than the -e install on windows. Griatch 2015-02-02 22:23:40 +01:00
  • 38fbdd5857 Added a shebang for launcher script on windows. Griatch 2015-02-02 22:12:13 +01:00
  • b31887338f Trying with a two-step call on Windows. Griatch 2015-02-02 22:00:58 +01:00
  • 1db131901f More windows fixes. Griatch 2015-02-02 21:57:06 +01:00
  • 3c1ada6fa6 Path adjustments. Griatch 2015-02-02 20:59:15 +01:00
  • 2fe2aa6db7 Made .bat file dynamically created again since it requires an absolute path. Griatch 2015-02-02 20:54:26 +01:00
  • 5a7866d572 Updated settings for new refactor. Griatch 2015-02-02 20:18:50 +01:00
  • f780f469b1 Refactored the devel/bin structure to hopefully make the system work better on Windows. Griatch 2015-02-02 20:14:28 +01:00
  • 6323ba965b Fixes in dynamic .bat generation. Griatch 2015-02-02 18:14:39 +01:00
  • 6c757547aa Further windows changes. Griatch 2015-02-02 18:13:24 +01:00
  • 099ed5aee5 Fixed silly mistake in setup.py. Griatch 2015-02-02 18:00:51 +01:00
  • 40a1923c85 More changes and variations, hopefully more applicable to windows. Griatch 2015-02-02 17:57:01 +01:00
  • 2b82260927 Another variant of windows install, using a dynamically created .bat file. Griatch 2015-02-02 17:42:24 +01:00