Griatch
|
aa9beb43ed
|
Fix mapping unittests
|
2021-07-10 17:47:20 +02:00 |
|
Griatch
|
5c68173af0
|
Merge branch 'develop' into mapping-contrib
|
2021-07-08 21:59:00 +02:00 |
|
Griatch
|
9706d14293
|
Add xyzgrid support commands
|
2021-07-08 21:40:35 +02:00 |
|
Griatch
|
1c06363bbe
|
Finished launcher, testing example
|
2021-07-07 23:45:37 +02:00 |
|
Griatch
|
a1438150c0
|
Start add evennia xyzgrid launch command
|
2021-07-05 00:22:45 +02:00 |
|
Griatch
|
74111f2e80
|
Add spawn tests for all xyzgrid unittests
|
2021-07-04 21:55:38 +02:00 |
|
Griatch
|
0ccecab538
|
Update changelog for extra-launher-command setting
|
2021-07-04 21:55:14 +02:00 |
|
Griatch
|
b949fb0b6c
|
Custom evennia launcher commands with EXTRA_LAUNCHER_COMMANDS setting
|
2021-07-04 21:54:27 +02:00 |
|
Griatch
|
0bca9963fe
|
First working function of map-spawning
|
2021-07-04 18:05:50 +02:00 |
|
Griatch
|
93e20d05b2
|
First working function of map-spawning
|
2021-07-04 18:03:07 +02:00 |
|
Griatch
|
61ab313ee3
|
Refactoring of map spawner mechanism. Still not working correctly
|
2021-07-03 18:05:49 +02:00 |
|
Griatch
|
90ad6c112c
|
Simplified map-transition logic using a transition-node rather than a -link
|
2021-06-24 00:01:50 +02:00 |
|
Griatch
|
c6b3749809
|
Start to build unit tests for grid
|
2021-06-23 18:51:20 +02:00 |
|
Griatch
|
c2c6d8ad50
|
Merge pull request #2445 from davewiththenicehat/CmdTasks_Unit_Test_Fix
Update CmdTasks unit tests for verbiage change within the command aft…
|
2021-06-22 21:19:28 +02:00 |
|
davewiththenicehat
|
c5b94cb854
|
Update CmdTasks unit tests for verbiage change within the command after merge.
Updated unit tests for CmdTasks. There was a verbiage change after merge. This update will allow the unit tests to pass.
|
2021-06-21 18:11:28 -04:00 |
|
Griatch
|
bab2f962f5
|
Start creating top-level grid class
|
2021-06-20 23:13:03 +02:00 |
|
Griatch
|
f40e8c1168
|
Merge branch 'develop' into mapping-contrib
|
2021-06-20 11:30:44 +02:00 |
|
Griatch
|
55476c16c2
|
Changed clickable help-links to default to True
|
2021-06-20 11:20:33 +02:00 |
|
Griatch
|
da51d5fc1f
|
Changed clickable help-links to default to True
|
2021-06-20 11:18:55 +02:00 |
|
Griatch
|
16667f1372
|
Merge branch 'CmdHelp_clickable_topics' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdHelp_clickable_topics
|
2021-06-20 11:09:48 +02:00 |
|
Griatch
|
70317865e5
|
Rename MapSystem to XYZgrid, add README, planning
|
2021-06-20 00:31:14 +02:00 |
|
Griatch
|
9ac2f40777
|
Add XYZRoom/XYZExits to mapsystem
|
2021-06-19 22:06:39 +02:00 |
|
davewiththenicehat
|
02fc0f998e
|
Change to utils.display_len
evennia.utils.tests.test_utils.TestFormatGrid
evennia.commands.default.tests.TestHelp
Both pass
|
2021-06-19 11:46:46 -04:00 |
|
Griatch
|
79019a5813
|
Merge branch 'develop' into mapping-contrib
|
2021-06-19 17:28:41 +02:00 |
|
Griatch
|
2478698216
|
Fix merge conflicts
|
2021-06-19 15:59:09 +02:00 |
|
Griatch
|
b80fe31d04
|
Fix taskhandler pickling method instances. Resolves #2439
|
2021-06-19 15:57:36 +02:00 |
|
Griatch
|
3deb8f48c1
|
Merge branch 'master' into develop
|
2021-06-19 15:33:08 +02:00 |
|
Griatch
|
8964c90374
|
Python 3.9 support. Resolves #2436.
|
2021-06-19 15:29:15 +02:00 |
|
Griatch
|
9df1f9f25f
|
Fix legacy bytes conversion for older twisted
|
2021-06-19 15:02:26 +02:00 |
|
Griatch
|
d12dce8959
|
Formatting/style updates to new tasks command
|
2021-06-19 13:54:55 +02:00 |
|
Griatch
|
11bfd96cdd
|
Merge branch 'CmdDelays' of https://github.com/davewiththenicehat/evennia into davewiththenicehat-CmdDelays
|
2021-06-19 12:42:11 +02:00 |
|
Griatch
|
4a712e6b5f
|
Fix merge conflicts
|
2021-06-19 12:40:30 +02:00 |
|
Griatch
|
de8fe64841
|
Fix unit tests for PR #2440.
|
2021-06-19 12:38:35 +02:00 |
|
Griatch
|
9bc6978e28
|
Merge pull request #2358 from fariparedes/mxp-url
Add anchor tag for MXP
|
2021-06-19 12:14:01 +02:00 |
|
fariparedes
|
7358758987
|
Add MXP support for anchor tags
|
2021-06-18 14:29:46 -04:00 |
|
fariparedes
|
e6733ba7ff
|
Update iter_to_string with handling for list size of 2
|
2021-06-18 14:11:56 -04:00 |
|
Griatch
|
41986e1288
|
Try reporting a little more info from taskhandler deserialization error
|
2021-06-18 19:34:44 +02:00 |
|
Griatch
|
5dc6521bfd
|
Map example refactoring
|
2021-06-18 19:32:38 +02:00 |
|
Griatch
|
21836bdde8
|
Refactored map system into multiple modules
|
2021-06-17 21:43:13 +02:00 |
|
Griatch
|
0bd7860974
|
doc style improvements
|
2021-06-17 20:56:55 +02:00 |
|
davewiththenicehat
|
da6e1edb29
|
CmdHelp clickable global setting False
Created a global setting for clickable topics in the help command. Default is False.
|
2021-06-15 12:47:24 -04:00 |
|
davewiththenicehat
|
93b68e3a31
|
CmdTasks removed text tags added yes no
|
2021-06-14 18:43:18 -04:00 |
|
Griatch
|
40d19ae1e6
|
Merge branch 'master' into develop
|
2021-06-13 22:58:57 +02:00 |
|
Griatch
|
95a2b18d43
|
Fix some broken master-doc pages
|
2021-06-13 22:47:44 +02:00 |
|
Griatch
|
7a30822ee1
|
Fix up unittests
|
2021-06-13 14:11:05 +02:00 |
|
davewiththenicehat
|
6cf1f65722
|
CmdHelp clickable topics
Added clickable topics throughout CmdHelp.
unit test evennia.commands.default.tests.TestHelp passes.
|
2021-06-12 12:35:07 -04:00 |
|
davewiththenicehat
|
a85f8995b3
|
utils.format_grid strip ansi support
adds option to ignore ansi markups when calculating grid lengths.
evennia.utils.tests.test_utils.TestFormatgrid passes
|
2021-06-12 12:32:20 -04:00 |
|
Griatch
|
27eca05452
|
Add caching of pathfinder data
|
2021-06-12 18:08:47 +02:00 |
|
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 |
|