Griatch
a0a0a248a0
Break up/extend MULTISESSION_MODE into several new settings
2022-09-17 11:58:22 +02:00
Griatch
e9cce46d66
Fixing tabulation in handler tut
2022-09-13 13:12:36 +02:00
Griatch
59bb10e76a
Fix some bugs in handler tutorial
2022-09-13 12:59:05 +02:00
Griatch
f18d9d68b3
Back-port handler-article from evadventure branch
2022-09-13 12:38:51 +02:00
Griatch
ca6456b134
Clarify the rplanguage docstring a bit
2022-09-12 20:15:00 +02:00
Griatch
10952ae47b
Clarifying the search lock defaults to True
2022-09-11 11:44:47 +02:00
Griatch
01505e0d92
Update Locks doc/CHANGELOG with new search lock
2022-09-11 11:35:16 +02:00
Griatch
626e076d97
Merge pull request #2849 from CloudKeeper/patch-2
...
Add 'search' lock for obj.search() and obj.get_visible_contents()
2022-09-11 11:25:03 +02:00
Griatch
53e6b1a738
Merge pull request #2848 from CloudKeeper/patch-1
...
Fixed Typo in Object.Search() Comments
2022-09-11 11:19:31 +02:00
CloudKeeper
30fe8070b6
Update objects.py
2022-09-11 13:25:05 +10:00
CloudKeeper
e193844f6f
Add 'search' lock for obj.search() and
2022-09-10 11:10:35 +10:00
CloudKeeper
15e7653db3
Fixed Typo
2022-09-09 18:37:16 +10:00
Griatch
20913760ed
Merge pull request #2847 from Routhinator/fix-2846
...
Fix clothing creation instructions
2022-09-06 10:26:33 +02:00
Griatch
095e6135d6
Merge pull request #2845 from Routhinator/fix-2844
...
Fix missing `evennia.` in Menu Contrib Docs
2022-09-06 10:24:29 +02:00
Chris Routh
bdb3ef0d10
Fix clothing creation instructions
2022-09-05 21:13:07 -07:00
Chris Routh
946472be76
Fix missing evennia. in setting
...
Fixes the CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
2022-09-05 20:44:31 -07:00
Griatch
5231a61e10
Merge pull request #2841 from Routhinator/develop
...
#2840 Add tzdata to requirements.txt to prevent stack traces
2022-09-05 22:37:28 +02:00
Chris Routh
211b40309e
#2840 Add tzdata to requirements.txt to prevent stack traces in container systems with no timezone set.
2022-09-01 08:02:53 -07: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
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
Tegiminis
2f9786ae04
i can't stop updating my readme!!!
2022-08-09 11:49:33 -07: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
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
e854432cc9
Update doc sources with new contribs
2022-08-05 20:39:45 +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
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
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