evennia/evennia/utils
Scyfris Talivinsky 9d10ca4f39 Fix an issue with adding an empty column to an EvTable
There seems to be an issue with adding an empty column (i.e. a column
with empty data) to an EvTable that has already been set up.  It seems
that the column with empty data is added with one extra row than the
rest of the table, and when a new call to add_rows() is made to EvTable,
the data in the column that was added previously is offset by 1.

This change fixes that by calculating the size of the new column to take
into account the headers BEFORE making the calculation on whether to
expand the column to match the table's size or not.
2017-10-15 13:38:53 -07:00
..
idmapper Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
tests Refactor utils test suite into utils/tests/ 2017-10-07 11:27:47 +02:00
__init__.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
ansi.py Make IRCbot handler irc->ansi colors. Add support for reset etc. See #1255. 2017-08-27 18:06:21 +02:00
batchprocessors.py Fix of batchcommand INSERT parser. 2017-09-30 19:59:05 +02:00
create.py Add check for accidentally passing permissions as a string rather than a list to the create_object and create_account functions 2017-08-27 18:58:58 +02:00
dbserialize.py Update alerts reported by LGTM 2017-09-23 16:46:54 +02:00
eveditor.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
evennia-mode.el Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
evform.py Refactor utils test suite into utils/tests/ 2017-10-07 11:27:47 +02:00
evmenu.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
evmore.py Make @py output appear for all sessions in MULTISESSION_MODE=1 2017-10-12 18:03:48 +02:00
evtable.py Fix an issue with adding an empty column to an EvTable 2017-10-15 13:38:53 -07:00
gametime.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
inlinefuncs.py Fix strange regression in inlinefunc. Resolve #1307. 2017-09-30 23:25:27 +02:00
logger.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
picklefield.py Fix to handle changed Widget signature affecting picklefield in admin 2017-10-05 20:18:57 +02:00
search.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
spawner.py Fix locationless spawned objects 2017-09-30 18:19:01 -07:00
test_resources.py Refactor utils test suite into utils/tests/ 2017-10-07 11:27:47 +02:00
text2html.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
txws.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
utils.py Update alerts reported by LGTM 2017-09-23 16:46:54 +02:00