Commit graph

5404 commits

Author SHA1 Message Date
Griatch
de6b42320f Remove __unicode__ magic methods no longer needed 2019-01-30 23:50:43 +01:00
Griatch
1738006dce Run Migrations! Converts attributes to use pickle v4 2019-01-30 23:14:31 +01:00
Griatch
a2ddc82707 Migrate serverconf values to use picklefield 2019-01-30 21:57:19 +01:00
Griatch
7c3753dc2a Cleaned up amp debug output 2019-01-29 19:00:18 +01:00
Griatch
1a1cad3b8e Resolve merge conflicts 2019-01-29 18:30:11 +01:00
Griatch
af2c396bd3 Merge branch 'master' into develop 2019-01-29 18:27:46 +01:00
Griatch
419d2858fd Auto-create zope_interface.__init__.py if missing. 2019-01-29 18:18:47 +01:00
Griatch
d257545e0b Fix mechanism catching amp errors 2019-01-29 17:44:48 +01:00
Griatch
868ecb9109 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
88f341c6a9 Fix migration for various situations 2019-01-28 23:06:24 +01:00
Griatch
b93b1d4d0f Don't migrate specific binaryfield 2019-01-28 20:27:35 +01:00
Griatch
25cfacab6f [fix] First migration test 2019-01-28 19:48:26 +01:00
Griatch
b1bf6a151e Add new unit tests, fix another bytes bug 2019-01-24 22:23:35 +01:00
Griatch
0cb3e75fdf Merge branch 'develop' into develop-py3 2019-01-23 21:16:41 +01:00
Griatch
5abee3fad8 Merge branch 'master' into develop 2019-01-23 21:16:24 +01:00
Griatch
7baf3fe5b3 Catch keyerrors in amp box, as per #1306 2019-01-23 21:15:14 +01:00
Griatch
68f10b25b1 Convert string to bytes safely, resolves #1770. 2019-01-23 20:52:56 +01:00
Griatch
3e7275f367 Fix unittest error caused by to_str change 2019-01-19 18:34:48 +01:00
Griatch
cf542505f4
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
5d4c2e7fab Remove yet another to_str in data manipulation 2019-01-19 12:36:27 +01:00
Griatch
347eb6adf6 Fix merge conflicts 2019-01-17 23:08:19 +01:00
Griatch
7fc74f3d2e Resolve merge conflict 2019-01-17 23:04:11 +01:00
Griatch
9e55741818 Correct use of callable in prototype creation 2019-01-17 23:03:11 +01:00
Griatch
2e843f5796 Merge branch 'Henddher-puzzles' into develop 2019-01-17 21:32:18 +01:00
Griatch
c9059e4e46 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
d0bb45e2fd Merge branch 'puzzles' of https://github.com/Henddher/evennia into Henddher-puzzles 2019-01-17 20:45:16 +01:00
Griatch
cc840555ce Remove to_str from pickle.loads call 2019-01-17 20:38:30 +01:00
Griatch
7ca7fcb3ee Test getTraceback to make AMP errors more verbose 2019-01-17 10:29:17 +01:00
Griatch
d2f41bfff0 Use to_str/to_bytes, replacing old versions 2019-01-16 23:26:46 +01:00
Griatch
9245e47d07 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
e5a9dba30f Convert to_str to to_bytes 2019-01-15 21:03:42 +01:00
Vincent Le Goff
a42837009f Clarify documentation and method name 2019-01-15 20:38:41 +01:00
Griatch
4032518dc1 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
3efaf6844e
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
ff0009a2a5 Solve the accentuation problem in Evennia (Python 3) 2019-01-12 15:27:36 +01:00
Griatch
ba61ed3d7e Made all unit tests pass 2019-01-09 22:08:48 +01:00
Vincent Le Goff
e54fb1c3d5 Fix a slight error in search with candidates 2019-01-06 21:27:19 +01:00
Griatch
a74029e3a9 Fix test 2019-01-04 19:55:35 +01:00
Griatch
cfb72b61d2 Merge branch 'develop' into develop-py3 2019-01-04 19:53:36 +01:00
Griatch
b802f3ebd1 Merge branch 'master' into develop 2019-01-04 19:53:15 +01:00
Griatch
c37a231948 Fix traceback in nick cmd. Resolves #1761 2019-01-04 19:52:55 +01:00
Griatch
3582a0c565 Fix nix traceback. Resolves #1761. 2019-01-04 19:51:26 +01:00
Griatch
90777aba7a Re-add missing fix for candidates removed in refactor
Resolves #1763.
2019-01-04 19:36:31 +01:00
Griatch
b8dc257b49 Merge branch 'master' into develop 2019-01-04 19:33:18 +01:00
Griatch
8721d8c157 Further clarifications in search docstring 2019-01-04 14:35:44 +01:00
Griatch
a7de87b42d Clarifying use_dbref docstring 2019-01-04 12:56:43 +01:00
Henddher Pedroza
d629fba2ed Remove FIXME:. Scripts names are case-insensitive 2019-01-03 20:07:27 -06:00
Griatch
03310d783f Work to merge develop and resolve unit tests 2019-01-02 16:29:36 +01:00
Henddher Pedroza
8b782e145f Refactor use command to abstract puzzle matching functionality into unit-testable functions. More tests 2019-01-01 23:05:41 -06:00
Griatch
56ce402f97 Fix merge conflicts 2019-01-01 15:19:20 +01:00