Commit graph

7516 commits

Author SHA1 Message Date
Brenden Tuck
c53064ee41 Make the goldenlayout layout work with Evennia options 2020-11-01 11:46:25 +01:00
Griatch
be181717ff Optimize _Saverdict.update that caused issues for webclient option update (#2224) 2020-11-01 11:32:12 +01:00
Griatch
f833ab371f Optimize _Saverdict.update that caused issues for webclient option update (#2224) 2020-11-01 11:19:14 +01:00
Griatch
27a2d53c69 Handle webclient tabs; refactor html regex structure a little 2020-10-31 23:39:27 +01:00
Griatch
24c5917203 Handle webclient tabs; refactor html regex structure a little 2020-10-31 23:38:40 +01:00
Griatch
d4d2d9edcc Merge branch 'master' of https://github.com/friarzen/evennia into friarzen-master 2020-10-31 21:50:40 +01:00
Griatch
a37375acdf Minor cleanup in contributing-docs page 2020-10-31 19:50:51 +01:00
Brenden Tuck
dae9a79c5d Fix codacy-fixes induced store/retrieve bug 2020-10-29 00:16:58 -04:00
Brenden Tuck
16f6bf5a72 Fix text save bug #2233 2020-10-29 00:02:34 +01:00
Griatch
826db5aae5
Merge pull request #2245 from friarzen/history_bugfix
History bugfix
2020-10-28 23:00:11 +01:00
Brenden Tuck
12f4bde1a9 Remove -modified behavior in favor of explicit saves 2020-10-28 10:56:58 -04:00
Brenden Tuck
d995a5e072 Fix text save bug #2233 2020-10-28 08:57:41 -04:00
Brenden Tuck
0fbe376cd4 Merge branch 'master' of https://github.com/evennia/evennia 2020-10-26 18:06:33 -04:00
Griatch
558a3d76c7 Fix ANSIString parsing on partial slice from start/end of string. Resolve #2205. 2020-10-26 21:53:28 +01:00
Griatch
c30e2a4629 Fix merge conflicts 2020-10-26 21:53:15 +01:00
Griatch
d4053b3bca Fix ANSIString parsing on partial slice from start/end of string. Resolve #2205. 2020-10-26 21:45:14 +01:00
Griatch
68c7a1820f Include webclient info in protocol_flags 2020-10-24 10:58:45 +02:00
Griatch
31fb493e87 Expand EvForm unit tests for #2205 2020-10-21 22:44:48 +02:00
Griatch
a4f628fafb Expand EvForm unit tests for #2205 2020-10-21 22:44:31 +02:00
Griatch
3633d5ce23 Ran black on sources 2020-10-21 21:11:04 +02:00
Griatch
8b5359d4be Update CHANGELOG again 2020-10-21 21:04:59 +02:00
Griatch
db2f26b573 Update CHANGELOG 2020-10-21 21:03:31 +02:00
Griatch
890cf735dd
Merge pull request #2230 from strikaco/throttle
Refactors throttle to use Django caching (partial fix for #2223).
2020-10-21 21:02:15 +02:00
Johnny
78a32e2a3d Changes test IPs to non-routable values, clears from throttle at end of test and adds checks to ensure manual key eviction works. 2020-10-20 21:01:20 +00:00
Johnny
5773d4c0cb Adds remove() method and renames record/unrecord methods to reflect expected input. 2020-10-20 21:00:03 +00:00
Johnny
eaa2b534ce Adds more verbose error message and logs traceback when errors encountered at init. 2020-10-20 20:35:14 +00:00
Griatch
417520dcd2 Update CHANGELOG 2020-10-19 23:08:45 +02:00
Griatch
dca88243f4 Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Griatch
4fa9f12d65 Fix docstring formatting 2020-10-19 22:01:44 +02:00
Griatch
5d3badcebc Set latest link correctly 2020-10-19 08:56:19 +02:00
Griatch
363de634c5 Set correct latest symlink 2020-10-19 08:55:53 +02:00
Griatch
b84f715cff
Merge pull request #2234 from strikaco/clientheight
Adds client_height() method to Command.
2020-10-18 23:11:40 +02:00
Griatch
5115d5d128 Update css for document class 2020-10-18 02:05:06 +02:00
Griatch
8f5580d4f6 Fix css width of document class 2020-10-18 02:03:56 +02:00
Griatch
d9e8365bf8 Improve doc on EvMenu goto-callable callsigns 2020-10-16 00:54:40 +02:00
Johnny
13eb713c20 Adds cache definition to settings. 2020-10-15 01:23:10 +00:00
Johnny
0446dbd858 Renames authentication throttle back to login throttle. 2020-10-15 01:22:55 +00:00
Johnny
d4899d8002 Adds client_height() method to Command. 2020-10-15 00:56:54 +00:00
Griatch
bbd5db2f47 Adjust css location of search 2020-10-15 01:47:40 +02:00
Griatch
bd0c62c01f Correct search box location 2020-10-15 01:43:29 +02:00
Griatch
8ed8406263 Update conf/remapper in sync with master 2020-10-15 01:26:14 +02:00
Griatch
b773205bec Add develop basic.css 2020-10-15 01:19:29 +02:00
Griatch
f62c674582 Copied nature.css from master 2020-10-15 00:52:39 +02:00
Griatch
2ffda67f12 Modify doc css to be responsive 2020-10-15 00:49:48 +02:00
Brenden Tuck
27345f068b fix localstorage "blank-page" bug 2020-10-14 15:58:01 -04:00
Griatch
92a8ee2c89 Add hidden toctrees 2020-10-14 21:20:36 +02:00
Griatch
5ac4b33d6f Remove mention of space in login names 2020-10-14 19:06:16 +02:00
Griatch
3815bc72e9 Fix intro with correct history mapping keys 2020-10-14 16:31:57 +02:00
Griatch
d126d5cc32 Re-revert of lockfunc change because I'm a dummy, as per #2228 2020-10-14 16:01:40 +02:00
Griatch
ecad135349 Handle no-auto-doc builds with no api ref in docs 2020-10-13 23:08:21 +02:00