Brenden Tuck
|
5017244daa
|
Remove -modified behavior in favor of explicit saves
|
2020-10-28 10:56:58 -04:00 |
|
Brenden Tuck
|
782a74f036
|
Merge branch 'master' of https://github.com/evennia/evennia
|
2020-10-26 18:06:33 -04:00 |
|
Griatch
|
5fa7c62687
|
Fix ANSIString parsing on partial slice from start/end of string. Resolve #2205.
|
2020-10-26 21:45:14 +01:00 |
|
Griatch
|
9bb0c77a74
|
Include webclient info in protocol_flags
|
2020-10-24 10:58:45 +02:00 |
|
Griatch
|
5c109942d7
|
Expand EvForm unit tests for #2205
|
2020-10-21 22:44:48 +02:00 |
|
Griatch
|
8b28900600
|
Ran black on sources
|
2020-10-21 21:11:04 +02:00 |
|
Griatch
|
7939e3cde3
|
Update CHANGELOG
|
2020-10-19 23:08:45 +02:00 |
|
Griatch
|
c123824029
|
Set latest link correctly
|
2020-10-19 08:56:19 +02:00 |
|
Griatch
|
20886a4fc5
|
Merge pull request #2234 from strikaco/clientheight
Adds client_height() method to Command.
|
2020-10-18 23:11:40 +02:00 |
|
Griatch
|
feb5b22cab
|
Fix css width of document class
|
2020-10-18 02:03:56 +02:00 |
|
Griatch
|
e07f9720bd
|
Improve doc on EvMenu goto-callable callsigns
|
2020-10-16 00:54:40 +02:00 |
|
Johnny
|
1f8f99a580
|
Adds client_height() method to Command.
|
2020-10-15 00:56:54 +00:00 |
|
Griatch
|
fa96fea5b4
|
Correct search box location
|
2020-10-15 01:43:29 +02:00 |
|
Griatch
|
82542f97c2
|
Add develop basic.css
|
2020-10-15 01:19:29 +02:00 |
|
Griatch
|
057a9e3fa4
|
Modify doc css to be responsive
|
2020-10-15 00:49:48 +02:00 |
|
Brenden Tuck
|
91549f091f
|
fix localstorage "blank-page" bug
|
2020-10-14 15:58:01 -04:00 |
|
Griatch
|
0b0308b617
|
Add hidden toctrees
|
2020-10-14 21:20:36 +02:00 |
|
Griatch
|
9984c3f7bc
|
Remove mention of space in login names
|
2020-10-14 19:06:16 +02:00 |
|
Griatch
|
ec140527d4
|
Fix intro with correct history mapping keys
|
2020-10-14 16:31:57 +02:00 |
|
Griatch
|
bc54e38725
|
Re-revert of lockfunc change because I'm a dummy, as per #2228
|
2020-10-14 16:01:40 +02:00 |
|
Griatch
|
c09ffbc80a
|
Handle no-auto-doc builds with no api ref in docs
|
2020-10-13 23:08:21 +02:00 |
|
Griatch
|
5a0f698ad5
|
Make CmdHelp check the view lock to exclude commands from listing
|
2020-10-13 22:50:43 +02:00 |
|
Griatch
|
fd46257a2b
|
fix typo in req file
|
2020-10-13 21:21:58 +02:00 |
|
Griatch
|
06a5b88a96
|
Up autobahn min requirement, restrict top version range
|
2020-10-13 21:20:25 +02:00 |
|
Griatch
|
2692d3e7c2
|
Doc test updates
|
2020-10-13 21:01:42 +02:00 |
|
Griatch
|
f5f235e352
|
Update sphinx version
|
2020-10-13 18:23:27 +02:00 |
|
Griatch
|
824b28f863
|
Tweak look of API header
|
2020-10-13 10:01:05 +02:00 |
|
Griatch
|
095c3dd652
|
Tweak top level api
|
2020-10-13 09:24:22 +02:00 |
|
Griatch
|
3cd8c4a0e6
|
Fix templating context arg
|
2020-10-13 00:18:33 +02:00 |
|
Griatch
|
6e6f49a513
|
Add new api pages
|
2020-10-12 22:22:02 +02:00 |
|
Griatch
|
90ba618348
|
Re-add cleanup of docs
|
2020-10-12 22:20:21 +02:00 |
|
Griatch
|
aa623651a1
|
Add doc templates from develop
|
2020-10-12 22:11:03 +02:00 |
|
Brenden Tuck
|
93d588127c
|
Grey out the save to default button and remove the Clear Layout button
|
2020-10-12 15:54:54 -04:00 |
|
Brenden Tuck
|
56a5d53484
|
Hack in default-modified layout type
|
2020-10-12 15:36:47 -04:00 |
|
Griatch
|
fbfd662937
|
Revert some objtag lockfunc changes, related to #2227.
|
2020-10-12 19:49:18 +02:00 |
|
Griatch
|
199cb5682c
|
Merge pull request #2228 from strikaco/lockfix
Adds appropriate object checking to objtag lockfunc
|
2020-10-12 19:35:25 +02:00 |
|
Brenden Tuck
|
d3e718a3ff
|
Add a clear layout button to the webclient
|
2020-10-12 08:54:23 -04:00 |
|
Brenden Tuck
|
f89687d260
|
Codacy updates
|
2020-10-12 00:10:38 -04:00 |
|
Brenden Tuck
|
305d270a80
|
persist font settings to localstorage
|
2020-10-11 22:20:09 -04:00 |
|
Brenden Tuck
|
88eddc5851
|
Add settings pane Options and improved focus handling
|
2020-10-11 22:19:24 -04:00 |
|
Johnny
|
e645ccdbb8
|
Adds appropriate object checking to 'inside()' lockfunc (partial fix for #2227).
|
2020-10-11 23:23:58 +00:00 |
|
Johnny
|
976835eced
|
Adds appropriate object checking to objtag lockfunc (partial fix for #2227).
|
2020-10-11 23:18:02 +00:00 |
|
Griatch
|
7032d907a7
|
Make sure to clean on doc build
|
2020-10-11 22:09:12 +02:00 |
|
Griatch
|
8247ffda44
|
Fixing some formatting
|
2020-10-11 22:05:49 +02:00 |
|
Griatch
|
009f5e87cc
|
Cleanup of doc index
|
2020-10-11 20:43:57 +02:00 |
|
Griatch
|
26f8ba3f71
|
Fixed all links
|
2020-10-11 19:31:05 +02:00 |
|
Griatch
|
d4f1733bc7
|
Update docstrings to pass autodoc parsing
|
2020-10-11 17:15:30 +02:00 |
|
Brenden Tuck
|
2ce26a3df6
|
Make the goldenlayout layout work with Evennia options
|
2020-10-11 11:05:58 -04:00 |
|
Griatch
|
d449acb57b
|
Continue to clean up docstrings
|
2020-10-08 23:23:27 +02:00 |
|
Griatch
|
72fa7b23ba
|
Add rst file for intro menu
|
2020-10-08 21:49:39 +02:00 |
|