Change EvTable vertical rebalance algorithm to simply add empty rows at end. Produces more consistent visual result than old algorithm which could sometimes look like a bug.

This commit is contained in:
Griatch 2021-09-17 00:49:37 +02:00
parent 4db1a1e2e0
commit 4cf890b635
3 changed files with 109 additions and 26 deletions

View file

@ -86,8 +86,10 @@ Up requirements to Django 3.2+
but `Cmd_nAmE` -> `Cmd.nAmE`). This helps e.g Mudlet's legacy `Client_GUI` implementation)
- Prototypes now allow setting `prototype_parent` directly to a prototype-dict.
This makes it easier when dynamically building in-module prototypes.
- RPSystem contrib was expanded to support case, so /tall becomes 'tall man'
- `RPSystem contrib` was expanded to support case, so /tall becomes 'tall man'
while /Tall becomes 'Tall man'. One can turn this off if wanting the old style.
- Change `EvTable` fixed-height rebalance algorithm to fill with empty lines at end of
column instead of inserting rows based on cell-size (could be mistaken for a bug).
### Evennia 0.9.5 (2019-2020)