Dorian Turba
|
d378b52b81
|
refactor CmdHelp.format_help_entry for up-to-date formatting and string concatenation
|
2020-11-08 17:30:28 +01:00 |
|
Griatch
|
1db44f2e79
|
Changing tab characters for webclient. Resolve #2239.
|
2020-11-01 19:10:48 +01:00 |
|
Griatch
|
0414a48249
|
Make service/start/stop handle errors better. Resolve #2237.
|
2020-11-01 17:39:08 +01:00 |
|
Griatch
|
3d1c371554
|
Better report of tracebacks across AMP bridge, sort of related to #2240
|
2020-11-01 16:13:57 +01:00 |
|
Griatch
|
edfdd82b41
|
Merge branch 'master' into develop
|
2020-11-01 11:52:40 +01:00 |
|
Griatch
|
5b71cc430a
|
Merge branch 'friarzen-master'
|
2020-11-01 11:49:19 +01:00 |
|
Brenden Tuck
|
34c509bae5
|
Fix codacy-fixes induced store/retrieve bug
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
97748fe4c2
|
Remove -modified behavior in favor of explicit saves
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
5d7ee3fa28
|
fix localstorage "blank-page" bug
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
601d76e605
|
Grey out the save to default button and remove the Clear Layout button
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
0a2b2d6da9
|
Hack in default-modified layout type
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
9cf08e3588
|
Add a clear layout button to the webclient
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
7f181aa34c
|
Codacy updates
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
e9fceac9cc
|
persist font settings to localstorage
|
2020-11-01 11:48:54 +01:00 |
|
Brenden Tuck
|
755a0665e6
|
Add settings pane Options and improved focus handling
|
2020-11-01 11:48:54 +01:00 |
|
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 |
|