Griatch
cbfe6d9e38
Resolve unit tests
2018-09-21 00:24:19 +02:00
Griatch
bed96328a9
Lots of bug fixes, still issues in prototype-update from menu
2018-09-21 00:05:23 +02:00
Johnny
e5828024e2
Modifies CmdUnconnectedCreate, CmdPassword and CmdNewPassword to use Django password validation before modification.
2018-09-20 21:29:56 +00:00
Johnny
c8c9e831ee
Forces validation on Account.set_password() and provides an Account.validate_password() method to validate passwords.
2018-09-20 20:37:48 +00:00
Johnny
ddf01d1631
Implements password validation via the native Django framework.
2018-09-20 00:06:09 +00:00
Griatch
0a86618fd8
Merge branch 'develop' of github.com:evennia/evennia into develop
2018-09-20 00:04:20 +02:00
Griatch
24fbfdf35c
Clean actioninfo in menu between nodes
2018-09-20 00:01:53 +02:00
Griatch
f31433c3ef
Fix unit tests
2018-09-19 23:49:46 +02:00
Griatch
a29b46d091
Cleanup, bug fixes, refactoring
2018-09-19 22:51:27 +02:00
Henddher Pedroza
555e8e5ac9
Add add/del(part) and add/del(results) switches to @puzzleedit to modify recipes
2018-09-18 22:46:01 -05:00
Henddher Pedroza
3c532f075f
Add use_success_location_message so contents of room 'see' puzzle solver succeeding. Add parts are interchangeable warning confirmation when new puzzle-recipe matches existing one.
2018-09-17 20:57:11 -05:00
Griatch
f455041211
Merge pull request #1655 from strikaco/urlfix
...
Adds trailing slash to authenticate endpoint in urls.py to correct we…
2018-09-17 22:18:02 +02:00
Henddher Pedroza
ee0a22757f
Minor msg editing/formatting
2018-09-16 19:06:48 -05:00
Henddher Pedroza
a6918561c5
Add total recipes/armed-puzzles to @lspuzzlerecipes and @lsarmedpuzzles
2018-09-16 19:04:07 -05:00
Henddher Pedroza
ebcbbc2d0f
Bump up coverage for puzzles module
2018-09-16 18:19:04 -05:00
Henddher Pedroza
109ca82175
Honor proto parts and results tags
2018-09-16 17:59:47 -05:00
Henddher Pedroza
1bdd7ce174
Remove one-to-one part/result to puzzle relationship based on puzzle_name. Instead, Tags puzzle_name:_PUZZLES_TAG_CATEGORY are used for matching. This allows to use older PuzzlePartObjects in newly created puzzles by adding the new puzzles' puzzle_name:_PUZZLES_TAG_CATEGORY tag to the old objects.
...
When creating proto parts and results, honor obj.home, obj.permissions, and obj.locks, and obj.tags
2018-09-16 17:25:57 -05:00
Henddher Pedroza
4f5c2f51ad
Add @puzzleedit and puzzle.db.use_success_message so puzzle resolution message can be customized by builder
2018-09-15 21:08:48 -05:00
Henddher Pedroza
c5b2e49ffa
E2E tests for puzzles
2018-09-15 12:02:22 -05:00
Griatch
174113b9ab
Merge branch 'develop' into fix/prototyped-diff
2018-09-15 17:10:54 +02:00
Griatch
d55634d542
New version of prototype diff management
2018-09-15 17:10:50 +02:00
Henddher Pedroza
fe9d1fc7ab
Increase test coverage for puzzles module
2018-09-15 01:36:33 -05:00
Henddher Pedroza
6e391450f2
Enforce parts and results to be DefaultObject not DefaultCharacter, DefaultRoom nor DefaultExit with tests. Tests for @lspuzzlerecipes and @lsarmedpuzzles
2018-09-14 23:28:56 -05:00
Henddher Pedroza
a349f6554e
Minor cleanup
2018-09-14 21:58:18 -05:00
Griatch
c6aba5f802
Minor refinement of code comment
2018-09-14 22:24:53 +02:00
Griatch
eb6ec63216
Merge branch 'force_pdb_up' of https://github.com/vlegoff/evennia into vlegoff-force_pdb_up
2018-09-14 22:15:54 +02:00
Griatch
6a90ccd0af
Fix lockhandler import error
2018-09-14 22:12:12 +02:00
Vincent Le Goff
1d1f8d5725
Force evennia.set_trace() to go to the upper frame
2018-09-14 12:51:50 +02:00
Griatch
c4f501123a
Starting to fix prototype diffs which don't work right
2018-09-14 08:47:46 +02:00
Henddher Pedroza
e2a6ffe2b5
Merge branch 'master' of https://github.com/evennia/evennia into puzzles
2018-09-13 21:25:47 -05:00
Henddher Pedroza
434abe0aa6
Revamp _bad_recipe() helper function and fix @puzzle command empty name
2018-09-13 20:00:50 -05:00
Griatch
18aa64a9b2
Merge pull request #1648 from Henddher/bug1459
...
EvForm tracebacks with dissimilar line length
2018-09-13 15:04:18 +02:00
Henddher Pedroza
8e7106806b
@armpuzzle tests
2018-09-10 20:00:08 -05:00
Henddher Pedroza
e767d77db8
PuzzleRecipe as DefaultScript; not as DefaultObject. Misc tests
2018-09-09 22:43:26 -05:00
Johnny
7c50331ea7
Adds trailing slash to authenticate endpoint in urls.py to correct weird '/authenticatelogin' path.
2018-09-05 21:45:15 +00:00
Johnny
8f8ad26e66
Adds filtering for sparse values, better/recursive parsing of text field, and regex-based command detection.
2018-09-05 21:35:37 +00:00
Johnny
27796c786f
Fixes failing tests.
2018-09-05 21:35:29 +00:00
Johnny
ef6494c5ac
Allows more configurable extensibility and addresses PR change requests.
2018-09-05 21:35:20 +00:00
Johnny
6fb375ace3
Fixes broken coverage.
2018-09-05 21:35:09 +00:00
Johnny
8406928058
Implements user input and server output auditing.
2018-09-05 21:35:02 +00:00
Griatch
ff5ffa8d0e
Add evennia.set_trace() for easy launch of debugger
2018-09-04 21:59:31 +02:00
Vincent Le Goff
fa31367a76
Update the building menu, following Griatch's feedback
2018-09-04 20:33:54 +02:00
Griatch
e97d0d794a
Sync win/unix requirement files
2018-09-04 20:33:48 +02:00
Henddher Pedroza
ae3f171225
Tests for puzzles
2018-09-03 20:54:33 -05:00
Henddher Pedroza
24649ef171
Documentation corrections and clarifications
2018-09-02 22:48:42 -05:00
Henddher Pedroza
250a233703
Addition of CmdListPuzzleRecipes and CmdListArmedPuzzles
2018-09-02 22:34:17 -05:00
Henddher Pedroza
8ba79f34c6
Merge branch 'puzzles' of https://github.com/Henddher/evennia into puzzles
2018-09-02 19:21:25 -05:00
Henddher Pedroza
a1c428a355
When multiple puzzles are matched, show their names to the caller and
...
then randomly pick one
2018-09-02 19:19:21 -05:00
Henddher Pedroza
ffdf8ec289
typo in classname
2018-09-02 16:46:57 -05:00
Henddher Pedroza
7f9d8c1442
Puzzles System - first cut:
...
PuzzlePartObject: typeclass for puzzle parts and results.
PuzzleRecipeObject: typeclass to store prototypes of parts and results.
PuzzleSystemCmdSet: commands to create, arm and resolve puzzles.
2018-09-02 15:38:17 -05:00