Commit graph

9560 commits

Author SHA1 Message Date
Griatch
1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. 2019-02-03 15:17:32 +01:00
Griatch
cd5979eea0 Refactor unit test runner and one new unit test 2019-02-02 01:17:36 +01:00
Griatch
11d39a57b5 Add unit tests for syscmds, refactor cmdparser 2019-02-01 23:23:41 +01:00
Griatch
a6ecf494d2 Update evennia game-index client to work with py3. 2019-02-01 00:26:36 +01:00
Griatch
fa8c7657da Clean up unicode mentions in docstrings 2019-01-31 23:44:16 +01:00
Griatch
a9902a8f18 Cleanup of unicode magic methods, continued 2019-01-31 21:17:59 +01:00
Griatch
7a535b35fa Remove __unicode__ magic methods no longer needed 2019-01-30 23:50:43 +01:00
Griatch
c3df77b678 Run Migrations! Converts attributes to use pickle v4 2019-01-30 23:14:31 +01:00
Griatch
c9780d3a0d Migrate serverconf values to use picklefield 2019-01-30 21:57:19 +01:00
Griatch
183e759824 Cleaned up amp debug output 2019-01-29 19:00:18 +01:00
Griatch
8246a060b9 Resolve merge conflicts 2019-01-29 18:30:11 +01:00
Griatch
55eb026e95 Merge branch 'master' into develop 2019-01-29 18:27:46 +01:00
Griatch
fd74a2cdf6 Auto-create zope_interface.__init__.py if missing. 2019-01-29 18:18:47 +01:00
Griatch
a7694fb6e9 Fix mechanism catching amp errors 2019-01-29 17:44:48 +01:00
Griatch
54e7376b31 Run migrations! Some first auto-migrations
Stepped back some more ambitious migrations since they caused all sorts
of issues with bytes/str conversions.
2019-01-29 00:15:18 +01:00
Griatch
bff8b9d6ad Fix migration for various situations 2019-01-28 23:06:24 +01:00
Griatch
79ab75fc90 Don't migrate specific binaryfield 2019-01-28 20:27:35 +01:00
Griatch
0c9d2e053b [fix] First migration test 2019-01-28 19:48:26 +01:00
Griatch
9c1e04536a Add new unit tests, fix another bytes bug 2019-01-24 22:23:35 +01:00
Griatch
88ee688db7 Merge branch 'develop' into develop-py3 2019-01-23 21:16:41 +01:00
Griatch
d6ab9b3f5a Merge branch 'master' into develop 2019-01-23 21:16:24 +01:00
Griatch
ae979e852d Catch keyerrors in amp box, as per #1306 2019-01-23 21:15:14 +01:00
Griatch
30b489ce94 Convert string to bytes safely, resolves #1770. 2019-01-23 20:52:56 +01:00
Griatch
33b37b5df2 Fix unittest error caused by to_str change 2019-01-19 18:34:48 +01:00
Griatch
abfa47315e Merge pull request #1771 from vincent-lg/fix-accents2
Fix accents in Evennia py3, bring compatibility with Evennia 0.8 data
2019-01-19 18:04:10 +01:00
Vincent Le Goff
d8252fc26a Remove yet another to_str in data manipulation 2019-01-19 12:36:27 +01:00
Griatch
690ed6ecd1 Fix merge conflicts 2019-01-17 23:08:19 +01:00
Griatch
f33407802d Resolve merge conflict 2019-01-17 23:04:11 +01:00
Griatch
a9fd49474d Correct use of callable in prototype creation 2019-01-17 23:03:11 +01:00
Griatch
bec9752b90 Merge branch 'Henddher-puzzles' into develop 2019-01-17 21:32:18 +01:00
Griatch
5a79cd6661 Some minor cleanup, PEP8, doc fixes
- Removed mention of @puzzle/arm switch since this didn't appear to
exist anymore
- Added full help docstrings for commands, including examples
- Added mention of other puzzle-commands to help, to aid the process
of creating and using a puzzle
- PEP8 cleanup
2019-01-17 21:30:24 +01:00
Griatch
ef0832707d Merge branch 'puzzles' of https://github.com/Henddher/evennia into Henddher-puzzles 2019-01-17 20:45:16 +01:00
Griatch
72644c6f57 Remove to_str from pickle.loads call 2019-01-17 20:38:30 +01:00
Griatch
207391baca Test getTraceback to make AMP errors more verbose 2019-01-17 10:29:17 +01:00
Griatch
c3ebd8d251 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
f774b2a748 Merge branch 'fix-accents' of https://github.com/vincent-lg/evennia into vincent-lg-fix-accents 2019-01-15 21:04:22 +01:00
Griatch
6844097322 Convert to_str to to_bytes 2019-01-15 21:03:42 +01:00
Vincent Le Goff
dcb029e5ff Clarify documentation and method name 2019-01-15 20:38:41 +01:00
Griatch
fbe536f00c Merge branch 'fix-accents' of https://github.com/vincent-lg/evennia into vincent-lg-fix-accents 2019-01-15 20:33:31 +01:00
Griatch
484e5e6b1c Merge pull request #1767 from vincent-lg/fix_candidates
Fix a slight error in search with candidates
2019-01-13 12:40:51 +01:00
Vincent Le Goff
49eb2b2873 Solve the accentuation problem in Evennia (Python 3) 2019-01-12 15:27:36 +01:00
Griatch
aa48593a40 Made all unit tests pass 2019-01-09 22:08:48 +01:00
Vincent Le Goff
22481fe752 Fix a slight error in search with candidates 2019-01-06 21:27:19 +01:00
Griatch
844b04adbb Fix test 2019-01-04 19:55:35 +01:00
Griatch
d6f41d7148 Merge branch 'develop' into develop-py3 2019-01-04 19:53:36 +01:00
Griatch
92c1444a3a Merge branch 'master' into develop 2019-01-04 19:53:15 +01:00
Griatch
f7857d6a2c Fix traceback in nick cmd. Resolves #1761 2019-01-04 19:52:55 +01:00
Griatch
b45cdcf8c2 Fix nix traceback. Resolves #1761. 2019-01-04 19:51:26 +01:00
Griatch
855e7f32b0 Re-add missing fix for candidates removed in refactor
Resolves #1763.
2019-01-04 19:36:31 +01:00
Griatch
598126d25c Merge branch 'master' into develop 2019-01-04 19:33:18 +01:00