evennia/evennia
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
..
accounts Move noidletimeout default lock setting to the right place 2017-10-02 23:45:07 +02:00
commands Make @py output appear for all sessions in MULTISESSION_MODE=1 2017-10-12 18:03:48 +02:00
comms Update alerts reported by LGTM 2017-09-23 16:46:54 +02:00
contrib Pass at_before_say the corrent number of arguments 2017-10-03 19:38:25 +13:00
game_template Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
help Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
locale Markup update 2017-02-19 09:46:44 +01:00
locks Correct lockhandler's handling of lock-lists 2017-08-31 20:58:34 +02:00
objects Merge back fixes into master 2017-10-01 16:55:51 +02:00
scripts Fix migration edge cases with MySQL and PostgreSQL 2017-09-22 23:23:59 +02:00
server Remove left-over debug statements in irc module 2017-10-13 23:09:58 +02:00
typeclasses Cleanup and more help entries for the Admin Attr/Tag inline forms 2017-10-05 21:29:05 +02:00
utils Fix an issue with adding an empty column to an EvTable 2017-10-15 13:38:53 -07:00
web resolve #1448, fix 'no help entry' not popping up in webclient 2017-10-10 12:51:09 -04:00
__init__.py Include EvMenu etc in evennia init step. 2017-10-14 20:53:41 +02:00
settings_default.py Merge pull request #1438 from DamnedScholar/master 2017-09-21 09:13:55 +02:00
VERSION.txt Update version string to 0.7, cleanup about cmd 2017-09-03 11:00:11 +02:00