Commit Graph

6258 Commits

Author SHA1 Message Date
Philippe Plantier
02818bfe0a Made the tokenizer ignore '\r' characters at low-level,
...preventing them to be included in quoted strings etc.
2005-04-04 20:14:21 +00:00
Yann Dirson
ed421496bc downscaling of campaign-selection dialog in tinygui mode - now usable at 320x240 2005-04-04 20:05:58 +00:00
Dave White
10d921f1cc made campaign server use 5 worker threads instead of 1 to stop it from hanging 2005-04-04 15:56:07 +00:00
Susanna Björverud
e5309bb66e Updated German translation 2005-04-03 19:26:23 +00:00
Philippe Plantier
a04b672ba6 Fixed the help crashing the game in font::word_wrap_text 2005-04-03 17:41:25 +00:00
Susanna Björverud
2d675cf105 Updated Japanese translation 2005-04-03 16:27:19 +00:00
Philippe Plantier
2e74d89656 April fools is over, reverting Jetryl's image... Too bad, 't'was cool :) 2005-04-03 12:04:34 +00:00
James Spencer
64eeddcc72 Some minor non-playable scenario tweaks 2005-04-03 04:54:02 +00:00
Philippe Plantier
c2c61db905 Updated changelog 2005-04-02 21:34:56 +00:00
Philippe Plantier
c0496a19c0 Made it so the last campaign host is remembered.
Added the "campaign_server" attribute in preferences WML.
2005-04-02 21:33:21 +00:00
Philippe Plantier
bcdf7525e2 Building the server does not require server/variables.cpp anymore
Removed some debug output
2005-04-02 14:59:58 +00:00
Philippe Plantier
9a3da24b84 Fixed dialog menus being larger than the screen
(like in the campaign download menu, for example).
2005-04-02 14:36:46 +00:00
Philippe Plantier
22d1f9aebf Made dialog text have a maximal height as well as a maximal width.
Made dialog text use word_wrap_text instead of text_to_lines to wrap text.
Rewrote word_wrap_text to support the notion of maximal height.
2005-04-02 14:06:35 +00:00
Jordà Polo
220ee04b5e updated chinese translation 2005-04-02 13:47:38 +00:00
Philippe Plantier
7d5118a847 Updated changelog 2005-04-02 10:38:27 +00:00
Philippe Plantier
8bdfd1d7d8 Fixed a bug where MP savegames could not be correctly loaded...
...when made by the game client, because of the host-side era changes
(CVS internal.)
2005-04-02 10:36:12 +00:00
Richard Kettering
9971446108 And people complained about dwarves with guns... 2005-04-02 08:03:08 +00:00
James Spencer
2a51d7c0f2 Updates 2005-04-01 22:25:04 +00:00
James Spencer
6e47f32e5d Lady Outlaw Portrait 2005-04-01 21:38:05 +00:00
Susanna Björverud
1322aab965 Updated Slovenian translation 2005-04-01 21:22:06 +00:00
Jordà Polo
6cf140073a added japanese translators to about 2005-04-01 17:16:55 +00:00
Susanna Björverud
ec44f1a01f Updated Swedish and Latin translation 2005-04-01 16:23:59 +00:00
Jon Daniel
a3cca6790f Fixed bug #12526 2005-04-01 13:41:10 +00:00
Susanna Björverud
96890f14fc Updated British English translation 2005-04-01 09:06:11 +00:00
Yann Dirson
ea39729456 Make use of features from newly-released graph-includes 0.2:
excuses for abusive deps.  Also add a couple of additional source
files into groups
2005-03-31 22:36:07 +00:00
Susanna Björverud
ead8df8dd8 Polishing and additions 2005-03-31 19:55:42 +00:00
Susanna Björverud
d3108f9a40 Updated Hungarian translation 2005-03-31 19:13:29 +00:00
Jordà Polo
30471fdfd7 updated chinese translation 2005-03-31 16:38:36 +00:00
Susanna Björverud
fd5b0453a9 Updated Swedish translation 2005-03-31 13:49:09 +00:00
Susanna Björverud
3680eb4c97 Indentation fixes 2005-03-31 11:22:36 +00:00
Susanna Björverud
757d954083 Polishing of older changelogs 2005-03-31 11:17:50 +00:00
Susanna Björverud
9036fbfa7c Further polishing 2005-03-31 11:05:55 +00:00
Susanna Björverud
f40ba1f913 Updated Spanish translation 2005-03-31 10:07:23 +00:00
Susanna Björverud
82c9771660 Reorganisation and addition of missing changes.
Please add changes as you commit them, and
respect the current grouping of items
2005-03-31 09:58:48 +00:00
James Spencer
66162fb756 Don't draw lava transitions when next to cavewall 2005-03-31 05:37:58 +00:00
Richard Kettering
1d5e113a93 New attack images for Cave Spider. 2005-03-31 02:06:11 +00:00
Richard Kettering
7c54711043 Attack images (By EP, IIRC) for the cave spider. 2005-03-31 02:05:00 +00:00
Jordà Polo
da185205bc updated catalan translation 2005-03-30 20:53:20 +00:00
Philippe Plantier
ecf3ec758c Made the default MP game message being serialized untranslated,
...so multi-locale multiplayer games may have correctly translated for
each host.

Not a big deal anyway, as this default MP game message should be changed to use
the new objectives event.
2005-03-30 20:03:03 +00:00
Susanna Björverud
5c56f9c91d Updated Swedish translation 2005-03-30 19:59:28 +00:00
Philippe Plantier
7c5d4ec0cf [[MP fixes for eras]]
* Made era data be transmitted with games, so that clients may join games even
  if they do not have this era on their computer.

* COMMENTED OUT the statistics verification in replay.cpp. Seems that it
  completely breaks MP games!

				//Disabling because it breaks multiplayer.
				//Apparently, statistics::replay_verify_stats
				//is only written to in game::load_game() (!)
				//Re-enable when fixed / if I am wrong.
				//
				//By the way, making a "config" object global
				//is highly objectable IMO.
				//
				// --Ayin 30 mar. 2005
				//
				//if (!game_config::ignore_replay_errors)
				//	throw replay::error();
2005-03-30 19:48:17 +00:00
Jordà Polo
e70232843d updated chinese translation 2005-03-30 18:50:51 +00:00
Susanna Björverud
af310f170a Updated Latin translation 2005-03-30 14:29:49 +00:00
Susanna Björverud
7921a17082 Updated Spanish translation 2005-03-30 12:22:42 +00:00
John W. C. McNabb
6a40c98330 plague changes 2005-03-29 23:11:41 +00:00
Jordà Polo
31fb5e8df9 commented "winged corpse" strings 2005-03-29 21:06:04 +00:00
Philippe Plantier
b9c9a81cd6 Made the WML parser able to continue parsing when it detects an error.
Made the "refresh_game_cfg" error-tolerant.
2005-03-29 21:01:30 +00:00
Yann Dirson
38691814f9 added support for next graph-include's --prefixstrip...
...in the wesnoth project-class
2005-03-29 20:49:57 +00:00
Philippe Plantier
91cf3efab6 Adding missing options to the --help text. 2005-03-29 20:30:37 +00:00
John W. C. McNabb
404d148460 reverted strings to pre-freeze state 2005-03-29 20:25:47 +00:00