Commit graph

1264 commits

Author SHA1 Message Date
Wendy Wang
1de1625aae Git contrib 2022-10-06 11:42:58 +02:00
henddher
fe5faa45c4 Fix installation instructions. However, all hyperlins appear to be broken. 2022-10-05 21:12:52 -05:00
Griatch
f856de79f6 Merge pull request #2892 from VexiaOnline/VexiaOnline-crafting-readme-typofix
Update README.md
2022-10-03 19:37:37 +02:00
Griatch
b7d96fa0b2 Merge pull request #2891 from Henddher/issue_2703
fix: Add NonExistentRecipe for gracefully craft an unknown recipe.
2022-10-03 19:35:43 +02:00
Vexia
0e5218189e Update README.md 2022-10-02 21:05:00 -05:00
henddher
e1a85e6f7a Add NonExistentRecipe for gracefully allow crafting of an unknown recipe. 2022-10-02 20:00:24 -05:00
Griatch
93324f75d6 Cleanup chargen contrib to style 2022-10-02 10:30:21 +02:00
Griatch
79336a4041 Merge branch 'chargen-contrib' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-chargen-contrib 2022-10-02 10:19:31 +02:00
InspectorCaracal
fb7f11917b fix stray quotes
thanks sk33t3rson for the catch
2022-09-28 14:02:12 -06:00
InspectorCaracal
472d36cce1 update for new settings 2022-09-28 12:25:03 -06:00
InspectorCaracal
f0ddea0ba9 move list_node mention to docstring 2022-09-26 16:41:30 -06:00
InspectorCaracal
aa3ab74b00 forgot to put in the path 2022-09-26 12:42:36 -06:00
InspectorCaracal
0d50f9bcf8 cleanup and revisions 2022-09-26 12:34:42 -06:00
Griatch
4f8753b683 Make sure to save in atomic transaction. Resovle #2657. 2022-09-25 00:36:37 +02:00
Griatch
2db753dba5 Merge pull request #2859 from aMiss-aWry/contrib
Basic Worming Map Contrib
2022-09-21 20:51:32 +02:00
Griatch
43378b4c41 Ran black on sources 2022-09-18 23:58:32 +02:00
Wendy Wang
7d2cae328b Fixing tests 2022-09-18 16:20:32 +02:00
Wendy Wang
0fb078c5ab Fixing docstrings, adding _MAX_MAP_SIZE, adding import into init 2022-09-18 16:03:07 +02:00
Griatch
6fa68745ba Correct funcparser tests 2022-09-18 01:26:04 +02:00
Wendy Wang
ae9355e3d2 Updating the ingame map display contrib with docstrings and tests@ 2022-09-18 00:21:11 +02:00
Griatch
705d47fe47 Resolve unit tests 2022-09-18 00:06:34 +02:00
Griatch
cdc1b83331 More doc updates 2022-09-17 19:31:29 +02:00
Griatch
e8d08ad597 Update docs 2022-09-17 18:35:47 +02:00
Griatch
f05add7c5b Merge branch 'develop' into contrib/evadventure 2022-09-17 13:23:13 +02:00
Griatch
a0a0a248a0 Break up/extend MULTISESSION_MODE into several new settings 2022-09-17 11:58:22 +02:00
Griatch
0095f70835 Working on docs 2022-09-14 18:40:21 +02:00
Wendy Wang
60959e4247 Adding basic map contrib 2022-09-14 15:09:42 +02:00
Wendy Wang
f9866ed9b5 Adding basic map contrib 2022-09-14 15:04:07 +02:00
Griatch
a974a2843c Fix merge conflicts 2022-09-13 20:14:39 +02:00
Griatch
ca6456b134 Clarify the rplanguage docstring a bit 2022-09-12 20:15:00 +02:00
Griatch
8fff730d17 Add temp chargen sheet 2022-09-06 20:20:04 +02:00
Griatch
19278a5e64 More refactoring 2022-09-02 08:10:39 +02:00
Griatch
805fbd5edb Expand tutorial on equipmenthandler 2022-08-30 23:05:51 +02:00
Griatch
9c45feaf10 Merge branch 'develop' into contrib/evadventure 2022-08-28 14:56:34 +02:00
InspectorCaracal
ce41753cde clarify multisession mode 2022-08-25 12:46:48 -06:00
InspectorCaracal
df996885bc various fixes 2022-08-25 12:46:48 -06:00
homeofpoe
f370b596dc Update README.md
fixed a typo from 'bew' to 'new'
2022-08-22 12:48:28 -07:00
InspectorCaracal
615809ce05 ready to try it 2022-08-19 23:11:28 -06:00
InspectorCaracal
bbfaa3f543 init 2022-08-19 17:30:50 -06:00
Griatch
f716fc4380 Merge branch 'develop' into contrib/evadventure 2022-08-16 19:33:29 +02:00
Griatch
416d6e0cc6 Merge pull request #2828 from Tegiminis/buff-improvements
Buff contrib improvements
2022-08-14 16:44:07 +02:00
Griatch
c86b1da1f2 Started equipment docs 2022-08-11 09:05:29 +02:00
Tegiminis
2f9786ae04 i can't stop updating my readme!!! 2022-08-09 11:49:33 -07:00
Tegiminis
7457e704d2 comments 2022-08-09 04:04:37 -07:00
Tegiminis
8397b9205b can now pause infinite duration buffs 2022-08-09 03:50:39 -07:00
Tegiminis
87a990616f remove deprecated helper method
change alter_cache to update_cache to better match what the method does (+1 squashed commits)

Squashed commits:

[23d61e14d] fix test
2022-08-09 01:15:57 -07:00
Tegiminis
e77b6d4d74 readme update to support new cache interface (+3 squashed commit)
Squashed commit:

[872cb2621] added instance-cache link (thanks aogier!)
added tests for cache link
fix poison samplebuff
fix min tickrate

[6bd6ce3e6] fixed infinite-duration ticking buffs

[2dbc0594d] tickrate improvements, init hook
2022-08-09 01:08:25 -07:00
Tegiminis
d93f4762a0 added missing div references to readme (+2 squashed commit)
Squashed commit:

[b8a311b07] readme and test updates to support new features

[70c12b74e] added "div" default modifier, altered how mods are calculated to enable view_modifiers, split modifier application into separate method
2022-08-09 01:08:24 -07:00
Griatch
39735626e1 Made several tutorial doc pages 2022-08-06 22:50:53 +02:00
Griatch
fe9157da16 Continue with tutorial writing 2022-08-06 01:23:07 +02:00