Ignacio R. Morelle
a4f47a63c7
New Year copyright update
2014-01-01 02:08:52 -03:00
Alexander van Gessel
8219e4be8f
Add --data-path option
2013-12-28 14:12:42 +01:00
Alexander van Gessel
bf8b05ff31
Split --config-{dir,path} into --user{config,data}-{dir,path}
2013-12-28 12:38:11 +01:00
flix
5bb392f455
Rename "--repeat" to "--multiplayer-repeat".
2013-10-07 01:52:04 +02:00
flix
961c97f622
Add command line parameter "--repeat <arg>"
...
This will repeat a --multiplayer game <arg> times.
This is useful for batch testing with --nogui.
2013-10-06 18:23:21 +02:00
Ignacio R. Morelle
474651de46
Remove --new-storyscreens command line switch
...
Having a hidden switch that previously turned the_end() into a no-op is
absolutely pointless.
I've had better ideas.
2013-09-16 04:25:02 -03:00
Andrius Silinskas
758fc8c5da
Goto mp::connect/wait only if "allow_new_game=yes".
...
The "--campaign-screens" command line option has been removed since it
is no longer useful.
2013-09-05 18:33:43 +01:00
Andrius Silinskas
f7fa3c59b5
Display mp::wait (temporary dummy) in between mp::scenarios.
...
The screen is displayed only if '--campaign-screens' command line
option was specified. The same now goes for mp::connect screen for the
game's host.
Server has been modified to not immediately start the game after
'store_next_scenario', but to wait for explicit 'start_game'.
Minor changes to parameter passing inside multiplayer.?pp have been
made as well.
2013-09-05 18:33:34 +01:00
Andrius Silinskas
74bf86cd91
Remove --new-syntax command line option.
2013-06-19 13:59:26 +01:00
Eric S. Raymond
043c4f9fd3
Remove $Id$ cookies.
2013-03-26 21:41:37 -04:00
Matthias Schoeck
eb49509f9a
Add --ignore-map-settings multiplayer commandline option
2013-01-17 04:42:17 +00:00
Mark de Wever
43b71f2ff0
New year copyright update.
2013-01-01 09:22:03 +00:00
J. Tyne
7178438765
Remove vestiges of the --smallgui command line parameter,
...
...which was made unnecessary in 1.9.5.
2012-12-26 19:29:38 +00:00
Alexander van Gessel
31d8c98083
Add --bzip2 and --bunzip2 options
2012-10-24 02:14:58 +01:00
Sergey Popov
6b6eafb213
Use BOOST_FOREACH directly instead of #define foreach BOOST_FOREACH
...
The define is extremely unreliable, will break compile with boost >=
1.50 and upstream can't fix issues with it, see
https://svn.boost.org/trac/boost/ticket/6131
2012-07-07 00:49:45 +00:00
Dmitry Kovalenko
479eddff9e
LuaAI: fixed naming misconsistency
2012-06-01 13:16:31 +00:00
Dmitry Kovalenko
57aa197583
LuaAI:
...
(1) Lua CA_wrapper slightly refactored, in preparation for adding CA
definitons using external files
(2) --debug_lua command line argument added. Unused at the moment, but
will be used for Lua debug mechanisms
2012-06-01 12:57:14 +00:00
Gabriel Morin
46b997d11d
Added --username and --password options.
...
Together with the --server option they allow starting several clients
that all join the server automatically.
When these options are used, preferences are not saved.
man page updated, hope I didn't miss anything.
2012-02-04 12:02:41 +00:00
Ignacio R. Morelle
cfcf345242
New year copyright update, part 2
2012-02-03 20:18:33 +00:00
Gabriel Morin
0de65b4f5e
Revert 2012-01-21T23:16:25Z!gabrielmorin@gmail.com
...
"Added --username and --password options for testing purposes."
Was commited accidentally.
2012-01-21 23:20:08 +00:00
Gabriel Morin
337cc47f69
Added --username and --password options for testing purposes.
...
Together with the --server option they allow starting several clients
that all join the server automatically.
When these options are used, preferences are not saved.
Manual not updated yet.
2012-01-21 23:16:25 +00:00
Anonymissimus
e8ac12f375
disable entry point to zaroth's project for the stable release
...
This commit is meant to be reverted once that this project continues.
Removes test_campaign from data/campaigns, commented out --new-syntax
commandline parameter and disabled boost test for said parameter.
2011-12-20 00:16:41 +00:00
Alexander van Gessel
4a37f70136
Add option --language/-L to select language for that session.
2011-10-13 19:25:06 +01:00
Mark de Wever
b43d8c625d
Avoid wrongly using the debug-dot-level parameter.
...
It was assigned to debug_dot_domain instead. This led to an error in the
unit_tests.
2011-09-10 16:13:15 +00:00
Sytyi Nick
8c74ce90d1
Added --strict-validation command line option.
...
(Validation errors are treated as fatal)
2011-08-17 22:26:10 +00:00
Mark de Wever
d9a28eccae
Strip trailing whitespace.
2011-06-18 08:27:10 +00:00
Mark de Wever
3ce7e68e92
Fix compilation with DEBUG_WINDOW_LAYOUT_GRAPHS.
2011-06-16 17:58:00 +00:00
Mark de Wever
e6249c0254
Fix a compilation warning.
2011-06-13 15:58:13 +00:00
Timotei Dolean
6da33317be
Put back the default campaign difficulty to -1(none), and update...
...
...the help for the command line option to reflect that
2011-06-11 16:26:08 +00:00
Lukasz Dobrogowski
cdfc49d64b
Added #ifed alternate to make up for incompatibility...
...
...between boost 1.41 and 1.42.
2011-06-11 13:22:33 +00:00
Lukasz Dobrogowski
3f8a04470b
Finished moving last option (parm) to commandline_options.
2011-06-09 09:53:21 +00:00
Lukasz Dobrogowski
d1d095e8da
Added algorithm option to commandline_options.
2011-06-09 09:53:18 +00:00
Lukasz Dobrogowski
2445c27473
added controller, era and label options to commandline_options
2011-06-09 09:53:16 +00:00
Lukasz Dobrogowski
126ffaf2e2
Added scenario, side options to commandline_options.
...
Also changed and documented the helper functions in this class a bit.
2011-06-09 09:53:13 +00:00
Lukasz Dobrogowski
25f8bcaefc
Added exit-at-end and turns options to commandline_options
2011-06-09 09:53:10 +00:00
Lukasz Dobrogowski
47573d474f
Added campaign, campaign-difficulty and campaign-scenario...
...
...to commandline_options. (previous option was --campaign with weird
syntax afterwards)
2011-06-09 09:53:08 +00:00
Lukasz Dobrogowski
2557f54752
added editor to commandline_options
2011-06-09 09:53:05 +00:00
Lukasz Dobrogowski
6f17c8bc6e
Added proxy* options to commandline_options.
2011-06-09 09:53:03 +00:00
Lukasz Dobrogowski
23ddf956ac
Added clock, nodelay, nomusic, nosound options to commandline_options
2011-06-09 09:53:00 +00:00
Lukasz Dobrogowski
304d58f907
added support for positional options in commandline_options
2011-06-09 09:52:58 +00:00
Lukasz Dobrogowski
5b87b41b61
Added debug-dot-domain, debug-dot-level, server, test options to...
...
...commandline_options.
2011-06-09 09:52:55 +00:00
Lukasz Dobrogowski
00f3639c5e
Added fullscreen, smallgui, windowed options to commandline_options
2011-06-09 09:52:52 +00:00
Lukasz Dobrogowski
8bebffc12f
Added resolution and nogui options to commandline_options.
2011-06-09 09:52:50 +00:00
Lukasz Dobrogowski
f6b0ef01b7
Added --screenshot and --log to commandline_options.
...
This makes game.cpp completely migrated to using of the new class.
2011-06-09 09:52:47 +00:00
Lukasz Dobrogowski
2cdb0ea282
created new category for preprocessor options
2011-06-09 09:52:44 +00:00
Lukasz Dobrogowski
6957c82245
added --preprocess, --preprocess-defines and --preprocess-input-macros...
...
...to commandline_options
2011-06-09 09:52:42 +00:00
Lukasz Dobrogowski
508f710707
Added logdomains, preprocess-output-macros and rng-seed to...
...
...commandline_options.
2011-06-09 09:52:39 +00:00
Lukasz Dobrogowski
fa35ab0fca
Added config-path, gunzip and gzip options to commandline_options class
2011-06-09 09:52:37 +00:00
Lukasz Dobrogowski
8cd06a59d2
completed unit test to current functionality...
...
...and fixed a few options on the way
2011-06-09 09:52:35 +00:00
Lukasz Dobrogowski
9c72051e5b
started using boost::tuple to group logically bound variables...
...
...in commandline_options, dropped use of std::pair
2011-06-09 09:52:30 +00:00