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
Griatch
2bea75c27d
Further clarifications in search docstring
2019-01-04 14:35:44 +01:00
Griatch
692266d1bb
Clarifying use_dbref docstring
2019-01-04 12:56:43 +01:00
Henddher Pedroza
74279720b6
Remove FIXME:. Scripts names are case-insensitive
2019-01-03 20:07:27 -06:00
Griatch
585cca90ae
Work to merge develop and resolve unit tests
2019-01-02 16:29:36 +01:00
Henddher Pedroza
54e68f99c4
Refactor use command to abstract puzzle matching functionality into unit-testable functions. More tests
2019-01-01 23:05:41 -06:00
Griatch
981119b640
Fix merge conflicts
2019-01-01 15:19:20 +01:00
Griatch
e016ba921e
Merge branch 'master' into develop
2019-01-01 15:15:30 +01:00
Griatch
352582541f
Make help command accept use without a session
2019-01-01 03:29:55 +01:00
Henddher Pedroza
9d5c84f3d6
Cleanup
2018-12-30 21:36:42 -06:00
Griatch
daa9c55653
Merge branch 'master' into develop
2018-12-30 11:15:10 +01:00
Griatch
9a556aa57b
Cleanup of contrib readme
2018-12-30 11:14:16 +01:00
Griatch
0779fd6c67
Merge pull request #1756 from Antrare/patch-1
...
BugFix - Delete Prototypes using spawn command
2018-12-19 00:04:41 +01:00
Antrare
e102782ab0
BugFix - Delete Prototypes using spawn command
...
Spawn/delete <prototypekey> was not actually deleting anything. This enables the command to work as expected.
2018-12-18 20:31:14 +11:00
Griatch
92726040e7
Merge pull request #1755 from vincent-lg/fix_1754
...
Fix #1754 : WindowsError is replaced with OSError
2018-12-17 09:15:02 +01:00
Griatch
532fe8eb5a
Merge pull request #1750 from vincent-lg/fr
...
Update the fr translation
2018-12-16 21:11:39 +01:00
Griatch
47bda92a97
Merge pull request #1752 from friarzen/master
...
Some Webclient bugfixes
2018-12-16 14:16:46 +01:00
Vincent Le Goff
03d0d015d7
Fix #1754 : WindowsError is replaced with OSError
2018-12-11 17:54:27 +01:00
Henddher Pedroza
45e123fe78
Replace word stone with word steel
2018-12-02 12:09:00 -06:00
Henddher Pedroza
b10049c0df
Cleanup
2018-12-02 11:15:50 -06:00
Henddher Pedroza
271d5aa0a5
Merge branch 'master' of https://github.com/evennia/evennia into puzzles
2018-12-02 10:34:59 -06:00
Griatch
9b2ae6caed
Merge branch 'master' into develop
2018-12-02 16:28:45 +01:00
Griatch
1ac0b38984
Correct command name in doc
2018-12-02 16:28:31 +01:00
Griatch
f0bb6b91ef
Merge pull request #1749 from vincent-lg/fix-translation
...
Allow the 'makemessages' and 'compilemessages' commands
2018-12-02 16:08:06 +01:00
Griatch
941ac1db45
Merge pull request #1748 from vincent-lg/frozen
...
Fix slight bugs that prevent a frozen version
2018-12-02 16:05:15 +01:00
Griatch
54843dfa71
Merge pull request #1742 from strikaco/admincontact
...
Adds STAFF_CONTACT_EMAIL setting and value to unloggedin help command
2018-12-02 15:59:22 +01:00