re-enable tests, allow more spell arguments.

a list of ships, units, etc can be long!
This commit is contained in:
Enno Rehling 2018-05-06 19:07:20 +02:00
parent d0d366485e
commit cfe21e7e1d
2 changed files with 27 additions and 27 deletions

View File

@ -1,27 +1,27 @@
require 'tests.e2.astral'
-- require 'tests.e2.spells'
-- require 'tests.e2.e2features'
-- require 'tests.e2.insects'
-- require 'tests.e2.buildings'
-- require 'tests.e2.production'
-- require 'tests.e2.adamantium'
-- require 'tests.e2.undead'
-- require 'tests.e2.shiplanding'
-- require 'tests.e2.movement'
-- require 'tests.e2.destroy'
-- require 'tests.e2.guard'
-- require 'tests.e2.stealth'
-- require 'tests.e2.items'
-- require 'tests.e2.ships'
-- require 'tests.items'
-- require 'tests.economy'
-- require 'tests.orders'
-- require 'tests.common'
-- require 'tests.report'
-- require 'tests.storage'
-- require 'tests.magicbag'
-- require 'tests.process'
-- require 'tests.xmas'
-- require 'tests.production'
-- require 'tests.spells'
-- require 'tests.undead'
require 'tests.e2.spells'
require 'tests.e2.e2features'
require 'tests.e2.insects'
require 'tests.e2.buildings'
require 'tests.e2.production'
require 'tests.e2.adamantium'
require 'tests.e2.undead'
require 'tests.e2.shiplanding'
require 'tests.e2.movement'
require 'tests.e2.destroy'
require 'tests.e2.guard'
require 'tests.e2.stealth'
require 'tests.e2.items'
require 'tests.e2.ships'
require 'tests.items'
require 'tests.economy'
require 'tests.orders'
require 'tests.common'
require 'tests.report'
require 'tests.storage'
require 'tests.magicbag'
require 'tests.process'
require 'tests.xmas'
require 'tests.production'
require 'tests.spells'
require 'tests.undead'

View File

@ -2422,7 +2422,7 @@ static bool is_moving_ship(ship * sh)
return false;
}
#define MAX_PARAMETERS 8
#define MAX_PARAMETERS 32
static castorder *cast_cmd(unit * u, order * ord)
{
char token[128];