Updated layout file format to XML
Fixed config & install inconstinstencies Fixed form management updates Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
66805034a6
commit
d40313279a
29 changed files with 692 additions and 918 deletions
|
|
@ -70,15 +70,15 @@
|
|||
'episode' => 'default',
|
||||
),
|
||||
'core' => array(
|
||||
'use_large_numbers' => (bool) $request->getPost('use_large_numbers')
|
||||
'use_large_numbers' => true
|
||||
),
|
||||
'universe' => array(
|
||||
'galaxies' => $request->getPost('galaxies'),
|
||||
'systems' => $request->getPost('systems'),
|
||||
'positions' => $request->getPost('positions')
|
||||
'galaxies' => 3,
|
||||
'systems' => 100,
|
||||
'positions' => 15
|
||||
),
|
||||
'combat' => array(
|
||||
'allow_spy_drone_attacks' => (bool) $request->getPost('allow_spy_drone_attacks')
|
||||
'allow_spy_drone_attacks' => true
|
||||
)
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue