Griatch
077a43ef7b
Testing adventure dungeon
2022-07-24 08:47:25 +02:00
Griatch
a83d3f7fe4
Merge branch 'develop' into contrib/evadventure
2022-07-22 17:37:47 +02:00
Griatch
dc431fd5a5
Finished quest engine for evadventure
2022-07-22 17:36:38 +02:00
Griatch
944420e92e
Start adding dungeon logic
2022-07-19 00:58:31 +02:00
Griatch
091a13674d
Debugging of tutorial
2022-07-18 17:38:37 +02:00
Griatch
fd4a1fb5ca
More linting fixes
2022-07-18 00:54:09 +02:00
Griatch
43e4917501
Add defeat mode to tutorial combat
2022-07-17 20:04:03 +02:00
Griatch
2daadca999
More tutorial combat tests
2022-07-17 00:04:43 +02:00
Griatch
e6ac8d347e
Started expanding docs about tutorial game
2022-07-16 15:39:29 +02:00
Greg Taylor
db41063cce
EGI: Remove unused import of warning module
2022-07-15 21:12:52 -07:00
Griatch
f298de0585
First working attack in tutorial combat system
2022-07-14 20:29:09 +02:00
Griatch
29ffd5fd06
Merge branch 'develop' into contrib/evadventure
2022-07-14 12:50:15 +02:00
Griatch
60296a8554
Recommend bytes-check to deserialize_dbobjs example
2022-07-14 12:50:01 +02:00
Griatch
534f336cad
Add check for deserialization
2022-07-14 12:49:17 +02:00
Griatch
725bc7c1d9
Merge branch 'develop' into contrib/evadventure
2022-07-14 00:22:26 +02:00
Griatch
2fd8afa2fa
Fix nesting errors when serializing hidden dbobjs with de/serializer magic methods
2022-07-14 00:01:18 +02:00
Griatch
8561f4b0b1
Turnbased combat fixes
2022-07-13 23:59:41 +02:00
Griatch
23cc62c1eb
Merge branch 'develop' into contrib/evadventure
2022-07-13 14:32:42 +02:00
Griatch
afadb1001e
More work on tech demo area
2022-07-13 14:32:19 +02:00
Griatch
1ed7ffa095
Allow optional space for # CODE/# HEADER etc batchcode processing blocks
2022-07-12 11:50:38 +02:00
Griatch
831f731db7
Building techdemo world
2022-07-12 10:11:25 +02:00
Griatch
e7f8926b23
Add more parts of the turnbased combat tutorial
2022-07-11 20:45:30 +02:00
Griatch
ae21036a34
Merge pull request #2802 from Tegiminis/develop
...
Make AttributeProperty getter/setter "object aware"
2022-07-11 11:38:40 +02:00
Griatch
83395211cc
Merge branch 'develop' into contrib/evadventure
2022-07-11 11:24:46 +02:00
Tegiminis
8a9ccb4bbe
unit tests for customized attributeproperty getter/setter
2022-07-11 02:16:25 -07:00
Griatch
f4272bd952
Update docs with contrib auto-generated content
2022-07-11 10:03:45 +02:00
Griatch
53a804c05f
Merge pull request #2798 from avalonhope/develop
...
Update test_search.py - test script_search by tag
2022-07-11 10:02:28 +02:00
Griatch
05dbd170b1
Merge pull request #2793 from blightbow/patch-1
...
Update evennia-docker-start.sh
2022-07-11 08:38:50 +02:00
Griatch
3510d26e68
Merge pull request #2791 from InspectorCaracal/set-cmd-error
...
Fix attribute-list traceback and silent failures on `CmdSetAttribute`
2022-07-11 08:37:37 +02:00
Griatch
fa85ed514a
Merge pull request #2788 from InspectorCaracal/prompt-msg-fix
...
Fix text + prompt msg function
2022-07-11 08:32:32 +02:00
Griatch
c22dd75070
Merge pull request #2787 from InspectorCaracal/iter-to-str-sep
...
Update separator handling for `iter_to_str`
2022-07-11 08:28:20 +02:00
Tegiminis
38606f4edb
Revert "remove unused argument"
...
This reverts commit 296c966ae6 .
2022-07-10 03:55:52 -07:00
Tegiminis
296c966ae6
remove unused argument
2022-07-10 03:48:54 -07:00
Tegiminis
248df1a19b
docstring fix
2022-07-10 03:25:56 -07:00
Tegiminis
6fca198a70
makes attributeproperties object-aware, part 2
2022-07-10 03:20:16 -07:00
Tegiminis
da0e380fa5
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
...
# Conflicts:
# evennia/typeclasses/attributes.py
2022-07-10 02:34:13 -07:00
Tegiminis
614a9ab048
makes attributeproperty "object-aware"
2022-07-10 02:32:05 -07:00
Avalon Hope
2624f8e1af
Merge pull request #4 from avalonhope/avalonhope-test-search-script
...
Update test_search.py - test cases for search_script
2022-07-08 12:08:52 +01:00
Avalon Hope
1bd32800ee
Update test_search.py
2022-07-08 11:51:00 +01:00
Avalon Hope
7887ad487b
Update test_search.py
2022-07-08 11:16:06 +01:00
aka That Davin Guy
f12a9ac5e2
Update evennia-docker-start.sh
...
Fixed an unquoted shell test. This was generating a "sh: start: unknown operand" message in the startup log when the default "evennia start --log" args were passed in.
2022-07-05 23:43:52 -04:00
Griatch
5814883949
Add vale linter config for docs
2022-07-05 19:24:53 +02:00
Griatch
c82ad50f9e
Set echo option, probably no effect
2022-07-04 18:22:43 +02:00
InspectorCaracal
f55959336b
update docs/tests
2022-07-03 20:31:08 -06:00
InspectorCaracal
d7d4ccfe43
change to move prompt
2022-07-03 20:25:53 -06:00
InspectorCaracal
67a7e6ad61
check for results and fix attr-get
2022-07-03 20:11:21 -06:00
Griatch
cbaf9151c2
Refactored turn based combat tutorial
2022-07-03 22:12:23 +02:00
Griatch
39a827b139
More fixes to evadventure
2022-07-03 12:38:06 +02:00
Griatch
6c8eef5961
Merge pull request #2784 from InspectorCaracal/rpsystem-aliases
...
rpsystem: Always include aliases as candidates
2022-07-03 12:02:49 +02:00
Griatch
7815a06e3a
Apply black to evadventure files
2022-07-03 11:40:26 +02:00