Griatch
8d8d8740a6
Merge branch 'develop' into contrib/evadventure
2022-09-11 11:45:01 +02:00
Griatch
3f0e630003
Clarifying the search lock defaults to True
2022-09-11 11:44:47 +02:00
Griatch
aaacd29fbc
Resolve merge conflicts
2022-09-11 11:42:04 +02:00
Griatch
ee19e71047
Update Locks doc/CHANGELOG with new search lock
2022-09-11 11:35:16 +02:00
Griatch
92598dc68d
Update Locks doc/CHANGELOG with new search lock
2022-09-11 11:34:45 +02:00
Griatch
3a73d4ef6a
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
d081896160
Merge pull request #2848 from CloudKeeper/patch-1
...
Fixed Typo in Object.Search() Comments
2022-09-11 11:19:31 +02:00
CloudKeeper
b04c29d18f
Update objects.py
2022-09-11 13:25:05 +10:00
CloudKeeper
3c89b55b48
Add 'search' lock for obj.search() and
2022-09-10 11:10:35 +10:00
CloudKeeper
c697c9af3d
Fixed Typo
2022-09-09 18:37:16 +10:00
Griatch
8c250c6175
Add temp chargen sheet
2022-09-06 20:20:04 +02:00
Griatch
b1bf2be888
Merge pull request #2847 from Routhinator/fix-2846
...
Fix clothing creation instructions
2022-09-06 10:26:33 +02:00
Griatch
7bfe9c3513
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
fee1f33c7c
Fix clothing creation instructions
2022-09-05 21:13:07 -07:00
Chris Routh
a2870673bf
Fix missing evennia. in setting
...
Fixes the CONNECTION_SCREEN_MODULE missing the evennia. before contrib.
2022-09-05 20:44:31 -07:00
Griatch
3793c31194
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
Griatch
1f37f90bea
More refactoring
2022-09-02 08:10:39 +02:00
Chris Routh
6858d37c78
#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
ba13e3e44f
Expand tutorial on equipmenthandler
2022-08-30 23:05:51 +02:00
Griatch
af2837c8c1
Merge branch 'develop' into contrib/evadventure
2022-08-28 14:56:34 +02:00
Griatch
77171aee8a
Update doc builds
2022-08-28 14:56:21 +02:00
Griatch
880f5cd659
Merge branch 'develop' of github.com:evennia/evennia into develop
2022-08-28 14:53:54 +02:00
Griatch
eb63f392a5
Merge pull request #2838 from InspectorCaracal/gitignore-patch
...
Ignore rotated log files
2022-08-28 14:49:21 +02:00
Griatch
35438fb410
Merge pull request #2836 from homeofpoe/patch-2
...
Update README.md
2022-08-28 14:02:13 +02:00
Griatch
8c962a85ba
Merge pull request #2835 from friarzen/friardevelop
...
html and text2html plugins
2022-08-28 14:01:35 +02:00
InspectorCaracal
8dec13f4fd
add line to catch rotated logs
2022-08-26 12:04:27 -06:00
homeofpoe
8325097b91
Update README.md
...
fixed a typo from 'bew' to 'new'
2022-08-22 12:48:28 -07:00
Brenden Tuck
cb2f75e276
Fix the webclient pathing and include new html/text2html docs
2022-08-21 17:51:22 -04:00
Griatch
b3590ad400
Merge branch 'develop' into contrib/evadventure
2022-08-16 19:33:29 +02:00
Griatch
276f1a0d7d
Merge branch 'develop' of github.com:evennia/evennia into develop
2022-08-16 19:33:19 +02:00
Griatch
8b9e1da941
Merge pull request #2834 from homeofpoe/patch-1
...
Update objects.py
2022-08-14 16:46:24 +02:00
Griatch
261156da69
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
94d3e92854
Merge pull request #2828 from Tegiminis/buff-improvements
...
Buff contrib improvements
2022-08-14 16:44:07 +02:00
Brenden Tuck
90059f82b1
Add a simple raw HTML message renderer
2022-08-13 22:26:17 -04:00
Griatch
f2c59ed324
Note about urls in upgrade docs
2022-08-11 09:09:49 +02:00
Griatch
267fb1eb9d
Started equipment docs
2022-08-11 09:05:29 +02:00
Tegiminis
b08808975a
i can't stop updating my readme!!!
2022-08-09 11:49:33 -07:00
Griatch
96264d192d
Further tutorial text writing
2022-08-09 19:16:06 +02:00
homeofpoe
12d7ee3c3c
Update objects.py
...
Typo in comment.
2022-08-09 08:42:29 -07:00
Tegiminis
a3eb3124d2
comments
2022-08-09 04:04:37 -07:00
Tegiminis
739c7379a5
can now pause infinite duration buffs
2022-08-09 03:50:39 -07:00
Tegiminis
f98672541f
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
17d709da68
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
adea728e25
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
99bee05c1b
More work on tutorial text
2022-08-07 00:11:38 +02:00
Griatch
6a6a7b13a8
Made several tutorial doc pages
2022-08-06 22:50:53 +02:00
Griatch
bf06205edf
Continue with tutorial writing
2022-08-06 01:23:07 +02:00
Tegiminis
673c3e5f03
added view_modifiers, altered view to accept a to_filter arg
2022-08-05 14:40:48 -07:00
Johnny
7a8d1da5a9
Removes unused default_factory arg.
2022-08-05 19:51:33 +00:00
Johnny
4531f44ca0
Changes bare try/except to callable check.
2022-08-05 19:41:39 +00:00