Commit graph

  • b5887c2d95 Add a dual_input plugin Brenden Tuck 2019-01-31 22:01:17 -05:00
  • 645b65c34e Move ircbot factory path to class variable for easy overloading Griatch 2019-02-07 23:31:56 +01:00
  • f3fa6bad07 Unittest manager get_object_with_account Griatch 2019-02-07 23:23:51 +01:00
  • 0f7d29783e Merge branch 'master' into develop Griatch 2019-02-07 22:04:47 +01:00
  • c5a73174ab Fix bug in deleting capitalized attributes. Resolves #1776. Griatch 2019-02-07 22:04:12 +01:00
  • 95604616a3 Correct docstring for $dbref protfunc Griatch 2019-02-07 09:52:58 +01:00
  • c121f4915e Update spawn doc to better explain protparents kwarg (see #1775) Griatch 2019-02-07 09:12:52 +01:00
  • 415f0c4b4d Correct spawn unittest Griatch 2019-02-07 00:36:39 +01:00
  • a3809ae877 Complete extending building unit tests Griatch 2019-02-07 00:23:35 +01:00
  • 9a60ce6353 Update unittest for open command Griatch 2019-02-06 21:34:36 +01:00
  • 7ea1a2f28d Another small fix Griatch 2019-02-06 00:15:18 +01:00
  • 3188f66436 Fix test typo Griatch 2019-02-06 00:10:26 +01:00
  • bc223a2e92 Add more unit tests to build commands Griatch 2019-02-05 23:51:30 +01:00
  • fe376795ec Add partial unittests for EvEditor Griatch 2019-02-05 01:14:32 +01:00
  • 5df842a9f3 Merge branch 'master' into develop Griatch 2019-02-04 21:48:07 +01:00
  • 992c993350 Check arg forwarding to django-admin as per #1774 - not supported in django version? Griatch 2019-02-04 21:28:16 +01:00
  • 74f22791d8 Resolve merge conflicts Griatch 2019-02-03 15:45:17 +01:00
  • 84ccc899bc Merge branch 'master' into develop Griatch 2019-02-03 15:40:40 +01:00
  • 1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. Griatch 2019-02-03 15:17:32 +01:00
  • cd5979eea0 Refactor unit test runner and one new unit test Griatch 2019-02-02 01:17:36 +01:00
  • 11d39a57b5 Add unit tests for syscmds, refactor cmdparser Griatch 2019-02-01 23:23:41 +01:00
  • a6ecf494d2 Update evennia game-index client to work with py3. Griatch 2019-02-01 00:26:36 +01:00
  • fa8c7657da Clean up unicode mentions in docstrings Griatch 2019-01-31 23:44:16 +01:00
  • a9902a8f18 Cleanup of unicode magic methods, continued Griatch 2019-01-31 21:17:59 +01:00
  • 7a535b35fa Remove __unicode__ magic methods no longer needed Griatch 2019-01-30 23:50:43 +01:00
  • c3df77b678 Run Migrations! Converts attributes to use pickle v4 Griatch 2019-01-30 23:14:31 +01:00
  • c9780d3a0d Migrate serverconf values to use picklefield Griatch 2019-01-30 21:57:19 +01:00
  • 183e759824 Cleaned up amp debug output Griatch 2019-01-29 19:00:18 +01:00
  • 8246a060b9 Resolve merge conflicts Griatch 2019-01-29 18:30:11 +01:00
  • 55eb026e95 Merge branch 'master' into develop Griatch 2019-01-29 18:27:46 +01:00
  • fd74a2cdf6 Auto-create zope_interface.__init__.py if missing. Griatch 2019-01-29 18:18:47 +01:00
  • a7694fb6e9 Fix mechanism catching amp errors Griatch 2019-01-29 17:44:48 +01:00
  • 54e7376b31 Run migrations! Some first auto-migrations Griatch 2019-01-29 00:15:11 +01:00
  • bff8b9d6ad Fix migration for various situations Griatch 2019-01-28 23:06:24 +01:00
  • 79ab75fc90 Don't migrate specific binaryfield Griatch 2019-01-28 20:27:35 +01:00
  • 0c9d2e053b [fix] First migration test Griatch 2019-01-28 19:48:26 +01:00
  • 9c1e04536a Add new unit tests, fix another bytes bug Griatch 2019-01-24 22:23:35 +01:00
  • 88ee688db7 Merge branch 'develop' into develop-py3 Griatch 2019-01-23 21:16:41 +01:00
  • d6ab9b3f5a Merge branch 'master' into develop Griatch 2019-01-23 21:16:24 +01:00
  • ae979e852d Catch keyerrors in amp box, as per #1306 Griatch 2019-01-23 21:15:14 +01:00
  • 30b489ce94 Convert string to bytes safely, resolves #1770. Griatch 2019-01-23 20:52:56 +01:00
  • 33b37b5df2 Fix unittest error caused by to_str change Griatch 2019-01-19 18:34:48 +01:00
  • abfa47315e Merge pull request #1771 from vincent-lg/fix-accents2 Griatch 2019-01-19 18:04:10 +01:00
  • d8252fc26a Remove yet another to_str in data manipulation Vincent Le Goff 2019-01-19 12:36:27 +01:00
  • 690ed6ecd1 Fix merge conflicts Griatch 2019-01-17 23:08:19 +01:00
  • f33407802d Resolve merge conflict Griatch 2019-01-17 23:04:11 +01:00
  • a9fd49474d Correct use of callable in prototype creation Griatch 2019-01-17 23:03:11 +01:00
  • bec9752b90 Merge branch 'Henddher-puzzles' into develop Griatch 2019-01-17 21:32:18 +01:00
  • 5a79cd6661 Some minor cleanup, PEP8, doc fixes Griatch 2019-01-17 21:30:24 +01:00
  • ef0832707d Merge branch 'puzzles' of https://github.com/Henddher/evennia into Henddher-puzzles Griatch 2019-01-17 20:45:16 +01:00
  • 72644c6f57 Remove to_str from pickle.loads call Griatch 2019-01-17 20:38:30 +01:00
  • 207391baca Test getTraceback to make AMP errors more verbose Griatch 2019-01-17 10:29:17 +01:00
  • c3ebd8d251 Use to_str/to_bytes, replacing old versions Griatch 2019-01-16 23:26:46 +01:00
  • f774b2a748 Merge branch 'fix-accents' of https://github.com/vincent-lg/evennia into vincent-lg-fix-accents Griatch 2019-01-15 21:04:22 +01:00
  • 6844097322 Convert to_str to to_bytes Griatch 2019-01-15 21:03:42 +01:00
  • dcb029e5ff Clarify documentation and method name Vincent Le Goff 2019-01-15 20:38:41 +01:00
  • fbe536f00c Merge branch 'fix-accents' of https://github.com/vincent-lg/evennia into vincent-lg-fix-accents Griatch 2019-01-15 20:33:31 +01:00
  • 484e5e6b1c Merge pull request #1767 from vincent-lg/fix_candidates Griatch 2019-01-13 12:40:51 +01:00
  • 49eb2b2873 Solve the accentuation problem in Evennia (Python 3) Vincent Le Goff 2019-01-12 15:27:36 +01:00
  • aa48593a40 Made all unit tests pass Griatch 2019-01-09 22:08:48 +01:00
  • 22481fe752 Fix a slight error in search with candidates Vincent Le Goff 2019-01-06 21:27:19 +01:00
  • 844b04adbb Fix test Griatch 2019-01-04 19:55:35 +01:00
  • d6f41d7148 Merge branch 'develop' into develop-py3 Griatch 2019-01-04 19:53:36 +01:00
  • 92c1444a3a Merge branch 'master' into develop Griatch 2019-01-04 19:53:15 +01:00
  • f7857d6a2c Fix traceback in nick cmd. Resolves #1761 Griatch 2019-01-04 19:52:55 +01:00
  • b45cdcf8c2 Fix nix traceback. Resolves #1761. Griatch 2019-01-04 19:51:26 +01:00
  • 855e7f32b0 Re-add missing fix for candidates removed in refactor Griatch 2019-01-04 19:36:24 +01:00
  • 598126d25c Merge branch 'master' into develop Griatch 2019-01-04 19:33:18 +01:00
  • 2bea75c27d Further clarifications in search docstring Griatch 2019-01-04 14:35:44 +01:00
  • 692266d1bb Clarifying use_dbref docstring Griatch 2019-01-04 12:56:43 +01:00
  • 74279720b6 Remove FIXME:. Scripts names are case-insensitive Henddher Pedroza 2019-01-03 20:07:27 -06:00
  • 585cca90ae Work to merge develop and resolve unit tests Griatch 2019-01-02 16:29:36 +01:00
  • 54e68f99c4 Refactor use command to abstract puzzle matching functionality into unit-testable functions. More tests Henddher Pedroza 2019-01-01 23:05:41 -06:00
  • 981119b640 Fix merge conflicts Griatch 2019-01-01 15:19:20 +01:00
  • e016ba921e Merge branch 'master' into develop Griatch 2019-01-01 15:15:30 +01:00
  • 352582541f Make help command accept use without a session Griatch 2019-01-01 03:29:55 +01:00
  • 9d5c84f3d6 Cleanup Henddher Pedroza 2018-12-30 21:36:42 -06:00
  • daa9c55653 Merge branch 'master' into develop Griatch 2018-12-30 11:15:10 +01:00
  • 9a556aa57b Cleanup of contrib readme Griatch 2018-12-30 11:14:16 +01:00
  • 0779fd6c67 Merge pull request #1756 from Antrare/patch-1 Griatch 2018-12-19 00:04:41 +01:00
  • e102782ab0 BugFix - Delete Prototypes using spawn command Antrare 2018-12-18 20:31:14 +11:00
  • 92726040e7 Merge pull request #1755 from vincent-lg/fix_1754 Griatch 2018-12-17 09:15:02 +01:00
  • 532fe8eb5a Merge pull request #1750 from vincent-lg/fr Griatch 2018-12-16 21:11:39 +01:00
  • 47bda92a97 Merge pull request #1752 from friarzen/master Griatch 2018-12-16 14:16:46 +01:00
  • 03d0d015d7 Fix #1754: WindowsError is replaced with OSError Vincent Le Goff 2018-12-11 17:54:27 +01:00
  • 45e123fe78 Replace word stone with word steel Henddher Pedroza 2018-12-02 12:09:00 -06:00
  • b10049c0df Cleanup Henddher Pedroza 2018-12-02 11:15:50 -06:00
  • 271d5aa0a5 Merge branch 'master' of https://github.com/evennia/evennia into puzzles Henddher Pedroza 2018-12-02 10:34:59 -06:00
  • 9b2ae6caed Merge branch 'master' into develop Griatch 2018-12-02 16:28:45 +01:00
  • 1ac0b38984 Correct command name in doc Griatch 2018-12-02 16:28:31 +01:00
  • f0bb6b91ef Merge pull request #1749 from vincent-lg/fix-translation Griatch 2018-12-02 16:08:06 +01:00
  • 941ac1db45 Merge pull request #1748 from vincent-lg/frozen Griatch 2018-12-02 16:05:15 +01:00
  • 54843dfa71 Merge pull request #1742 from strikaco/admincontact Griatch 2018-12-02 15:59:22 +01:00
  • df47eb8cc7 Merge pull request #1741 from strikaco/charlocks Griatch 2018-12-02 15:58:16 +01:00
  • 8ba00beef1 Merge pull request #1716 from Henddher/bug_1704 Griatch 2018-12-02 14:53:12 +01:00
  • 8f15256dff adjust so splithandler dialogs dont get trumped by default_in Brenden Tuck 2018-11-27 20:35:53 -05:00
  • b91504110f open help popup when the option is set. friarzen 2018-11-27 04:28:52 +00:00
  • 303fc584c9 Modal dialogs should capture all keystrokes but not interfere with other onKeydowns friarzen 2018-11-27 03:54:52 +00:00
  • ad05ca1515 fix hotbuttons css/layout issues friarzen 2018-11-27 03:43:20 +00:00
  • 69ef732caf whitespace cleanup friarzen 2018-11-27 03:42:37 +00:00