Commit graph

8047 commits

Author SHA1 Message Date
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
Griatch
b99a4aabca Update doc builds 2022-08-28 14:56:21 +02:00
Griatch
7b5af035e1 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-08-28 14:53:54 +02:00
Griatch
29a1cca3ff Merge pull request #2838 from InspectorCaracal/gitignore-patch
Ignore rotated log files
2022-08-28 14:49:21 +02:00
Griatch
e9d7e267c6 Merge pull request #2836 from homeofpoe/patch-2
Update README.md
2022-08-28 14:02:13 +02:00
Griatch
75cbae5072 Merge pull request #2835 from friarzen/friardevelop
html and text2html plugins
2022-08-28 14:01:35 +02:00
InspectorCaracal
41650316a9 add line to catch rotated logs 2022-08-26 12:04:27 -06:00
homeofpoe
f370b596dc Update README.md
fixed a typo from 'bew' to 'new'
2022-08-22 12:48:28 -07:00
Brenden Tuck
f6dc910f1e Fix the webclient pathing and include new html/text2html docs 2022-08-21 17:51:22 -04:00
Griatch
f716fc4380 Merge branch 'develop' into contrib/evadventure 2022-08-16 19:33:29 +02:00
Griatch
ada13ceda1 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-08-16 19:33:19 +02:00
Griatch
72b97effb8 Merge pull request #2834 from homeofpoe/patch-1
Update objects.py
2022-08-14 16:46:24 +02:00
Griatch
f695e624e2 Merge pull request #2824 from strikaco/attrprop
AttributeProperty tries spawning child instances of default value (#2697)
2022-08-14 16:45:46 +02:00
Griatch
416d6e0cc6 Merge pull request #2828 from Tegiminis/buff-improvements
Buff contrib improvements
2022-08-14 16:44:07 +02:00
Brenden Tuck
922e75ebb0 Add a simple raw HTML message renderer 2022-08-13 22:26:17 -04:00
Griatch
1946e9e029 Note about urls in upgrade docs 2022-08-11 09:09:49 +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
Griatch
3d8649ad0a Further tutorial text writing 2022-08-09 19:16:06 +02:00
homeofpoe
5d2d0bd8a5 Update objects.py
Typo in comment.
2022-08-09 08:42:29 -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
7fe9cc8053 More work on tutorial text 2022-08-07 00:11:38 +02: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
Tegiminis
328c4e8fc9 added view_modifiers, altered view to accept a to_filter arg 2022-08-05 14:40:48 -07:00
Johnny
b78c9eb324 Removes unused default_factory arg. 2022-08-05 19:51:33 +00:00
Johnny
470c2ebef7 Changes bare try/except to callable check. 2022-08-05 19:41:39 +00:00
Griatch
e84933d452 Resolve merge conflicts 2022-08-05 20:45:40 +02:00
Griatch
e854432cc9 Update doc sources with new contribs 2022-08-05 20:39:45 +02:00
Griatch
00c339e8a3 Update md files 2022-08-05 20:37:09 +02:00
Griatch
2a62cc427a Start documenting evadventure 2022-08-05 20:33:22 +02:00
Tegiminis
dce7fc8b1c alter_cache helper method on buffs 2022-08-05 11:30:28 -07:00
Tegiminis
6d3fdc512f buff property that returns time left 2022-08-05 11:30:03 -07:00
Griatch
080db7092c Finish evadventure menu unit tests 2022-08-05 16:02:53 +02:00
Griatch
de419d94ed Evadventure commands, some tests 2022-08-04 21:08:14 +02:00
Griatch
2848e31f4b Add all needed evadventure commands 2022-08-04 20:22:42 +02:00
Brenden Tuck
a1427fdb84 Add inventory tagging 2022-08-04 10:22:38 -04:00
Griatch
088bcd52bd Merge pull request #2827 from aogier/feature/format-map
speedier format/_map()s
2022-08-04 11:51:12 +02:00
Alessandro Ogier
81b6cdb93b speedier format/_map()s 2022-08-04 00:04:45 +02:00
Griatch
e1439104e0 Merge branch 'develop' into contrib/evadventure 2022-08-03 23:06:53 +02:00
Griatch
940c9909a2 Merge pull request #2825 from aogier/feature/ci-dependencies-cache
enable dependencies cache in CI
2022-08-03 23:05:47 +02:00
Griatch
fa993e97b9 Merge pull request #2826 from aogier/feature/cover-when-coverage-is-needed
only cover 3.10/sqlite
2022-08-03 23:04:16 +02:00
Griatch
7c1d11f474 Fix bug in xyzgrid search parser 2022-08-03 23:01:09 +02:00
Griatch
4b856b84f7 First design of shop menu nodes for plugging in 2022-08-03 22:57:12 +02:00
Griatch
1ab14d33e4 Fix typo in xyzgrid error message 2022-08-03 22:31:10 +02:00