Commit graph

9560 commits

Author SHA1 Message Date
Griatch
2932beb769 Add stress-tests, start adding map-transitions 2021-06-12 16:50:52 +02:00
Griatch
686c17c4a1 Add map teleporter markers 2021-06-12 14:19:00 +02:00
Griatch
9c0985cf22 Add block and interrupt nodes/links to map 2021-06-11 21:20:47 +02:00
davewiththenicehat
7336957e9d HelpDetailView object cache
Created a cache for the object (target of the help request) in a HelpDetailView.
This reduces the call of DetailView.get_object by three or four times. Which also reduces the number of DetailView.get_queryset calls by the same amount.
Unit test created. To verify requesting a new object does not return the result from a previous request.
2021-06-11 09:27:37 -04:00
Griatch
0926067a33 Add up/down movement 2021-06-11 13:42:48 +02:00
Griatch
eb7508b36d Add up/down movement 2021-06-11 13:25:42 +02:00
Griatch
4224ede1e6 Finished map path coloring 2021-06-11 00:26:20 +02:00
Griatch
1faaf782c5 Fix merge conflict 2021-06-10 19:18:25 +02:00
Griatch
0a0bb9eb22 Fix unit tests 2021-06-10 19:16:01 +02:00
Griatch
a6e13be628 Experiment with coloring paths 2021-06-10 19:10:40 +02:00
Griatch
2b61637d61 Made depth-first map display mechanism 2021-06-10 17:07:49 +02:00
Griatch
6c2722a3f2 Map contrib working with all links and nodes 2021-06-09 20:53:18 +02:00
Griatch
ea63071c64 Map-tested diagonals and crossover links 2021-06-08 21:46:05 +02:00
davewiththenicehat
b42456c83c HelpMixin, model attr no longer required 2021-06-08 08:45:06 -04:00
davewiththenicehat
b92ebcafe1 HelpDetailView unit test 2021-06-08 08:40:31 -04:00
Griatch
30fe0c4b5f Fully functional orthogonal map tested 2021-06-08 00:15:56 +02:00
Griatch
25a73aee60 Add extended-link tracking 2021-06-06 23:55:18 +02:00
Griatch
0458c9e308 Fix tests, looking at expanding map-area display 2021-06-06 20:53:49 +02:00
Griatch
0893b7b80b Made north and +Y same direction for map 2021-06-06 14:20:32 +02:00
Griatch
1081cc21af Made north and +Y same direction for map 2021-06-06 14:10:28 +02:00
davewiththenicehat
4cd721ad79 cleanup 2021-06-05 21:18:49 -04:00
davewiththenicehat
3bcdff2c34 get_help_category bugfix 2021-06-05 21:10:39 -04:00
davewiththenicehat
4d9308b1d0 cleanup
A lot of misc cleanup.
Docstring updates.
Removed code that is not required.
2021-06-05 21:00:19 -04:00
davewiththenicehat
5caaf149f4 account plus all puppets commands help entries 2021-06-05 19:24:27 -04:00
Griatch
7a453312cf Working map; will explore flipp Y coordinate system 2021-06-05 19:57:54 +02:00
Griatch
b8f5762c75 Tested first unittests with map and pathfinding 2021-06-05 19:08:01 +02:00
Griatch
97865ed4d9 Tested first unittests with map and pathfinding 2021-06-05 18:59:34 +02:00
Griatch
b641d0ce71 Moved mapsystem contrib to right location 2021-06-05 17:20:33 +02:00
davewiththenicehat
4c0fcfbaf6 DetailView entry text spacing & ascii fix 2021-06-05 10:42:09 -04:00
Griatch
fef5ad5d8c Experiment with pathfinding using Dijkstra's algorithm 2021-06-05 16:10:57 +02:00
davewiththenicehat
2e351b7fab ListView category grouping fix 2021-06-05 10:06:33 -04:00
davewiththenicehat
6d7755976e card header fix
card header fix
2021-06-05 08:32:38 -04:00
davewiththenicehat
86bd79d7ec DetailView sub title bread crumbs addded
DetailView sub title bread crumbs addded for command and file help
2021-06-04 17:35:50 -04:00
davewiththenicehat
9eb1c0532f file and command help web support, proof of concept
Not fleshed enough for a prototype. Is a working proof of concept.
Adds command help and file help entries to the website.
2021-06-04 16:24:51 -04:00
Griatch
e6fef4fb69 Merge branch 'master' into develop 2021-06-03 23:25:31 +02:00
Griatch
a352abc1c4 Update obj.cmdset before examine. Resolves #2428. 2021-06-03 23:25:10 +02:00
Griatch
f3279c4b92 Update toc 2021-06-02 22:59:04 +02:00
Griatch
54a10d612c Some tweaks to docs and dummy default setting 2021-06-02 22:57:51 +02:00
Griatch
514cb1b9af Update dummyrunner docs 2021-06-02 10:17:04 +02:00
Griatch
677a34d06e Cleaned up dummyrunner and fixed a lot of issues 2021-06-02 00:27:40 +02:00
davewiththenicehat
03b0bc47a0 CmdTask Misc Updates 2021-05-31 20:04:13 -04:00
Griatch
d7b66eecca Update help entry docs with clarifications 2021-05-30 21:22:45 +02:00
Griatch
68df7b3a91 Update game_template' with help changes 2021-05-30 21:02:34 +02:00
Griatch
201e567e34 Run migrations. Changed HelpEntry 'view' locks to use 'read' instead, leaving 'view' to control what is seen in index. 2021-05-30 20:38:10 +02:00
Griatch
b050656319 Add lock-handling to FileHelp, add warnings to sethelp 2021-05-30 20:17:46 +02:00
Griatch
0fb29073b2 Add locks to filehelp entities. Test view/read locks 2021-05-30 10:59:36 +02:00
Griatch
905cc78069 Merge branch 'master' into develop 2021-05-30 09:19:27 +02:00
Griatch
18167e0d2c Merge pull request #2422 from darkruinsMUD/fix-account-priv-check-in-who
Fix priv check when displaying names in CmdWho
2021-05-30 09:18:53 +02:00
Griatch
52ada8fa80 Merge branch 'master' into develop 2021-05-30 09:15:49 +02:00
Griatch
4f4a0ef479 Merge pull request #2421 from timgates42/bugfix_typos
docs: fix a few simple typos
2021-05-30 09:15:25 +02:00