Commit graph

  • 28960a1f8a Add the basis of building_menu with quit and persistence Vincent Le Goff 2018-03-27 14:04:53 +02:00
  • 24f8290560 Add all spawn-menu nodes; need better validation/choices for several nodes Griatch 2018-03-24 20:45:17 +01:00
  • 5ed765d664 Refactor spawner menu Griatch 2018-03-24 17:28:56 +01:00
  • 75582f23f9 adjust css to match existing toolbar and toggle split/pane popup friarzen 2018-03-22 00:52:19 +00:00
  • 7f8c5ea839 Add user selected names to each new pane and some CSS friarzen 2018-03-21 18:35:48 +00:00
  • bd98809cf1 Merge branch 'develop' of github.com:/evennia/evennia friarzen 2018-03-19 23:37:05 +00:00
  • ad4b58a6cf Separate prototype meta-properties from prototype properties in menu Griatch 2018-03-19 20:59:32 +01:00
  • 2c2bd127b8 [fix] Add better error reporting from EvMenu Griatch 2018-03-19 20:27:55 +01:00
  • 41db89f0bf Merge pull request #1 from chainsol/friarzen_webclient Brenden Tuck 2018-03-19 14:01:05 -04:00
  • ceefd1eef1 fix webclient/base.html (500 error) Nicholas Matlaga 2018-03-19 11:20:08 -04:00
  • b1ab4dd667 Fix append scrolling -- needs more testing friarzen 2018-03-19 00:59:28 +00:00
  • ab1bd6415d Merge branch 'develop' into master Brenden Tuck 2018-03-18 20:16:06 -04:00
  • 2d791252e3 Start adding menu OLC mechanic for spawner. The EvMenu behaves strangely; going from desc->tags by setting the description means that the back-option no longer works, giving an error that the desc-node is not defined ... Griatch 2018-03-18 21:16:39 +01:00
  • 641ea746a5 Further stabilizing of spawner storage mechanism and error checking Griatch 2018-03-18 17:28:52 +01:00
  • 0967c9f668 Add lockhandler.append to update lock string Griatch 2018-03-18 16:31:01 +01:00
  • a16e8894b3 Fix unit tests Griatch 2018-03-18 12:53:38 +01:00
  • ed38c17cd2 Expand typeclass/show to view typeclass docstrings Griatch 2018-03-18 08:21:40 +01:00
  • b364807b4b Make the initial login 'look' match CmdLook friarzen 2018-03-18 00:45:23 +00:00
  • e003bac745 move the initial settings for the main split where it belongs friarzen 2018-03-18 00:33:08 +00:00
  • a5af4f556a Fix merge conflicts Griatch 2018-03-17 23:31:16 +01:00
  • f7ce9cc896 Merge branch 'master' into develop Griatch 2018-03-17 23:29:27 +01:00
  • bf80879ffc Add typeclass/list to list all available typeclasses Griatch 2018-03-17 23:29:16 +01:00
  • f95f66633d Example of how to tag msg() with a type friarzen 2018-03-17 21:50:11 +00:00
  • b55638b622 Alpha webclient split interface support friarzen 2018-03-17 20:50:51 +00:00
  • 0dde856e3e Spawner/olc mechanism working Griatch 2018-03-17 19:47:44 +01:00
  • 0cdf208b22 Bug fixes for spawner olc Griatch 2018-03-17 18:17:28 +01:00
  • 04777178a5 Test with different tree solution Griatch 2018-03-15 22:41:18 +01:00
  • e1d097d815 Start refining tree display Griatch 2018-03-15 21:19:06 +01:00
  • 42b56125be Merge branch 'BlauFeuer-develop-muxcommand' into develop Griatch 2018-03-14 22:49:01 +01:00
  • 464c7400f5 Merge branch 'develop' into olc Griatch 2018-03-13 22:09:15 +01:00
  • 6783d5faa0 Remove a boolean check to make numpy arrays work better with .msg() Griatch 2018-03-11 10:24:27 +01:00
  • c040a5ecad Merge pull request #1586 from maiki/patch-1 Griatch 2018-03-11 09:20:54 +01:00
  • 035cf6fa11 Merge pull request #1587 from maiki/patch-2 Griatch 2018-03-11 09:19:48 +01:00
  • e437964b5d Merge branch 'master' into develop Griatch 2018-03-11 09:12:05 +01:00
  • 88d13bc6e6 Minor update maiki 2018-03-10 20:52:06 -08:00
  • 38eb6814f6 Remove extra words maiki 2018-03-10 20:42:17 -08:00
  • 0baba2a0bd Add test_mux_command for exact match BlauFeuer 2018-03-10 22:42:39 -05:00
  • ef64d8c413 Suggested refactors and change to test exact match BlauFeuer 2018-03-10 22:41:16 -05:00
  • b4cf019f3d Start making tree-parser of prototypes Griatch 2018-03-11 00:38:32 +01:00
  • 7af714aa53 Working spawning from both module and store Griatch 2018-03-10 14:57:08 +01:00
  • 43ecca0d41 Change validation syntax, spawn mechanism not working Griatch 2018-03-10 14:43:11 +01:00
  • dd16d97834 Test refactoring of spawner (untested) Griatch 2018-03-10 08:40:28 +01:00
  • 4af7164d62 Bypass no valid index iterable edge case BlauFeuer 2018-03-05 23:33:34 -05:00
  • fe3bbf5c65 Add test_give for CmdGive parse multiple splits BlauFeuer 2018-03-05 20:36:17 -05:00
  • 64f57da1e4 Add multi-delimiter split to CmdGive BlauFeuer 2018-03-05 20:16:52 -05:00
  • 4ad5f01193 Add multi-delimiter split to CmdTeleport BlauFeuer 2018-03-05 20:14:20 -05:00
  • 4bcdeb4825 MuxCommand multi-delimiter for splits parse tweaks BlauFeuer 2018-03-05 20:11:37 -05:00
  • e78de5f7f0 Remove code shim after class var renaming BlauFeuer 2018-03-05 17:39:44 -05:00
  • 564b78ae23 class var options renamed switch_options BlauFeuer 2018-03-05 15:52:47 -05:00
  • 8a19f41dd0 class var options renamed switch_options BlauFeuer 2018-03-05 15:46:17 -05:00
  • cf8d5265bb class var options renamed switch_options BlauFeuer 2018-03-05 15:17:19 -05:00
  • 3083d1c082 class vars options, split renamed BlauFeuer 2018-03-05 14:52:29 -05:00
  • 8f2cd86c2e class var options renamed switch_options BlauFeuer 2018-03-05 14:45:07 -05:00
  • 6c2d9ff04d class vars options, split renamed BlauFeuer 2018-03-05 14:42:13 -05:00
  • dfcd6e5742 class var options renamed switch_options BlauFeuer 2018-03-05 14:34:10 -05:00
  • ac41b427c3 class var options renamed switch_options BlauFeuer 2018-03-05 14:32:52 -05:00
  • 126960f146 class var options renamed switch_options BlauFeuer 2018-03-05 14:30:37 -05:00
  • 546927dd74 Addresses requested changes + shim code BlauFeuer 2018-03-05 14:08:10 -05:00
  • 111b1c5136 Merge branch 'develop' into develop-muxcommand BlauFeuer 2018-03-05 13:36:39 -05:00
  • ce602716f1 Improve parse of spawn arguments Griatch 2018-03-04 16:25:18 +01:00
  • 9e7dc14cbb First version of expanded spawn command with storage Griatch 2018-03-04 11:39:55 +01:00
  • 9df7eb49b0 Don't allow recog:ing a masked person Griatch 2018-03-03 19:56:16 +01:00
  • f693d56f14 Continue working with new spawn additions Griatch 2018-03-03 19:55:37 +01:00
  • 1dbbec0eba Start expanding spawn command for prot-storage Griatch 2018-03-03 18:29:37 +01:00
  • 8c4ceea4cd Use readonly-search for prototypes Griatch 2018-03-03 16:24:17 +01:00
  • a7eed91d90 Use namedtuples for internal meta info Griatch 2018-03-03 15:19:18 +01:00
  • 3e7dae6a8c Refactor, include readonly prototypes Griatch 2018-03-03 14:57:55 +01:00
  • d7deed0b51 Correct bugs in script_creation, fix unittest for olc_storage Griatch 2018-03-02 23:16:15 +01:00
  • 70a81a939c OLC systen. Create olc_storage mechanism Griatch 2018-02-28 19:17:26 +01:00
  • 38a81486e2 Merge branch 'master' into develop Griatch 2018-03-03 18:50:43 +01:00
  • 2bc87c0b0d Fix a teleport example missing = Griatch 2018-03-03 18:30:48 +01:00
  • b704363cf7 Allow nick command to list individual nicks Griatch 2018-03-03 10:12:34 +01:00
  • bbe4a6925a Fix a teleport example missing = Griatch 2018-03-03 18:30:48 +01:00
  • 4eb38e2b69 Fix unittests Griatch 2018-03-03 11:24:20 +01:00
  • 3e5f2ef68a Clarify nick-deletion mechanism Griatch 2018-03-03 11:01:06 +01:00
  • 11ddd26c7e Add nick-command to account cmdset Griatch 2018-03-03 10:30:14 +01:00
  • 11965a1c34 Store all nicks on caller (don't store 'account-nicks' on caller.account) Griatch 2018-03-03 10:27:49 +01:00
  • dbb5373523 Allow nick command to list individual nicks Griatch 2018-03-03 10:12:34 +01:00
  • 48e35bfbe4 Remove mutual exclusivity between value/strvalue when searching for Attributes with manager Griatch 2018-03-01 22:21:22 +01:00
  • 6479e445a5 Make get_attribute/tag manager methods return querysets Griatch 2018-03-01 21:56:40 +01:00
  • d5c1e53060 Don't allow those with 'edit' access to obj to change the 'control' lock. Griatch 2018-03-01 20:53:20 +01:00
  • 07f55c8cb6 Make desc/set abide by edit/control locks Griatch 2018-03-01 20:23:18 +01:00
  • 9f7dcebc5b Fix bug in accessing attribute through manager Griatch 2018-03-01 20:13:36 +01:00
  • fcc103ecea Add warning if Favico.js library is not reachable Griatch 2018-02-21 20:34:29 +01:00
  • cbcb91f487 Catch the case of a prematurely deleted guest account. Resolves #1500. Griatch 2018-02-21 20:18:33 +01:00
  • 5817c1b790 add in is_connected property to base objects Nicholas Matlaga 2018-02-13 12:54:03 -05:00
  • 861c722d30 Change if statement to better handle objects; move options dict before at_msg_receive call to allow channels to be known in hook Nicholas Matlaga 2018-02-13 12:49:55 -05:00
  • 96ebe8d0f3 typo in docstring. arumford 2018-02-07 14:22:38 -06:00
  • 223648782f Allow nick command to list individual nicks Griatch 2018-03-03 10:12:34 +01:00
  • 4df5b28721 Adds class var options, split to CmdGive + BlauFeuer 2018-03-02 08:02:31 -05:00
  • 4b8000d88f Adds class var options and split to CmdTeleport + BlauFeuer 2018-03-02 07:58:40 -05:00
  • 5357028960 Adds options var to CmdBatchCommands, CmdBatchCode BlauFeuer 2018-03-02 07:44:50 -05:00
  • 3ee3335a3f Add class var options to CmdExtendedDesc BlauFeuer 2018-03-02 07:40:43 -05:00
  • f94a083846 Add class var options to CmdSetHelp BlauFeuer 2018-03-02 07:38:37 -05:00
  • bd235315ab Adds class var options to some comms commands BlauFeuer 2018-03-02 07:37:33 -05:00
  • 8cd21defca Adds class var options to some system commands BlauFeuer 2018-03-02 07:31:33 -05:00
  • cd0283d4e7 Add options class var to some admin commands BlauFeuer 2018-03-02 07:27:57 -05:00
  • e939ae8424 Added options class variable to CmdOption, CmdQuit BlauFeuer 2018-03-02 07:24:27 -05:00
  • d3a0c70945 Add tests for MUX command added feature BlauFeuer 2018-03-02 07:22:26 -05:00
  • 63718bb090 MUX command add optional self.option, self.split BlauFeuer 2018-03-02 07:18:18 -05:00