27994 Commits

Author SHA1 Message Date
Gunter Labes
67824d3b79 Increased the 'smallfly' movement cost over fungus from 1 to 2. 2008-09-28 22:55:33 +00:00
Mark de Wever
3e2b618839 Make scope_logger hold a copy of the string.
The previous version held a pointer to the string used to initialize the
object. This failed when the string used to create the object is a
temporary object. It works for the constructor but in the destructor the
pointer might be invalid.
2008-09-28 21:11:13 +00:00
Mark de Wever
d2a6e86be1 Replace __FUNCTION__ with __func__.
__FUNCTION__ doesn't compile with suncc and __func__ does. The problem
was discovered by Pietro_S.
2008-09-28 16:53:39 +00:00
Tomasz Śniatowski
a515cc1d6d fix editor2 theme 2008-09-28 16:20:24 +01:00
Mark de Wever
f9a15e6f0e Move all log macros for the widget library to log.hpp. 2008-09-28 14:46:18 +00:00
Mark de Wever
36fe11aa88 Add the gui_layout log domain. 2008-09-28 14:46:11 +00:00
Mark de Wever
0e1cfa1a76 Initialize all members. 2008-09-28 14:46:06 +00:00
Mark de Wever
9387da7422 Remove two unused members. 2008-09-28 14:46:01 +00:00
Mark de Wever
0387bca05c Initialize all members. 2008-09-28 14:45:57 +00:00
Mark de Wever
a023b5fc15 Initialize all members. 2008-09-28 14:45:49 +00:00
Gunter Labes
00d5bd4c4e added a note about how to install add-ons and how to see the descriptions 2008-09-28 13:23:44 +00:00
Mark de Wever
2d93ddbadd Don't let the config_cache singleton use a static member.
The static member is now a static variable in the instance function.
This avoids the static initialization fiasco with the logger in the
clear_defines() function. The problem was discovered by Pietro_S.
2008-09-28 11:09:48 +00:00
Gunter Labes
cb9c05f1bc remove some obsolete links 2008-09-28 10:45:07 +00:00
Gunter Labes
c80fbfffc7 used a better suited image for missing icons...
...and removed some obsolete links
2008-09-28 10:15:50 +00:00
Nils Kneuper
9517e00a25 updated Slovak translation 2008-09-28 09:22:24 +00:00
Lari Nieminen
c508ec3fae Added the 400x400 portraits of Al'Brock, Flar'Tar and Howgarth. 2008-09-27 21:30:04 +00:00
Lari Nieminen
f16701e313 Added in the new Howgarth portrait. 2008-09-27 21:28:16 +00:00
Gunter Labes
61f4349d5f stop data processing after proxying 2008-09-27 21:17:47 +00:00
Benoît Timbert
762042de2c French translation update 2008-09-27 21:12:27 +00:00
Sergey Popov
c9d680cc1c Made SDL_net a base prerequisite since all programs don't compile without it. 2008-09-27 21:08:00 +00:00
Lari Nieminen
de11d8a156 Converted DiD to support both carryover systems,
...using the same method as the others.
2008-09-27 21:07:31 +00:00
Benoît Timbert
087dadab96 Adjust a few SVN properties 2008-09-27 21:06:12 +00:00
Lari Nieminen
8184a479ba Moved some of the carryover macro and preprocessor business into core. 2008-09-27 20:57:24 +00:00
Lari Nieminen
518e4a8a83 Made HttT support both gold carryover systems.
Also cleaned up a number of objective descriptions a bit.
2008-09-27 20:07:35 +00:00
Nils Kneuper
e70e83a0f6 updated Finnish translation 2008-09-27 19:38:11 +00:00
Ignacio R. Morelle
fb6968572f [[Credits fixes]]
* Added Gianmarco Leone's nickname

* Added Jeremy2's alternate nickname

* Added Anakayub as MacOS X packager and Loonycyborg as MS Windows packager.

* Updated Lwa's packager entry

* Fixed ZhayTee's entry

* Updated Shadow Master's entry (art)

* Updated Shadow Master's entry (programming)
2008-09-27 17:43:08 +00:00
Elias Pschernig
2892d0591b wesnot_addon_manager: Create --html output directory if it does not exist yet. 2008-09-27 15:33:37 +00:00
Elias Pschernig
464c1bd1db Added a --html option to wesnoth_addon_manager.
Soliton hinted that may be useful.
2008-09-27 15:24:38 +00:00
Gunter Labes
b55692a5f3 extended update_server to handle campaignd as well 2008-09-26 22:00:09 +00:00
Lari Nieminen
a21fce83a6 Fixed bug #12359. 2008-09-26 21:43:36 +00:00
Lari Nieminen
6f8d44cea9 Made SoF support both the old and new carryover systems...
...(choice given in the difficulty menu).
2008-09-26 21:01:37 +00:00
Mark de Wever
47c83520e9 Remove useless void. 2008-09-26 17:52:26 +00:00
Mark de Wever
0600436e9a Remove useless void. 2008-09-26 17:52:22 +00:00
Mark de Wever
30f1f337d7 Remove useless void. 2008-09-26 17:52:18 +00:00
Mark de Wever
af1855c10c Remove useless void. 2008-09-26 17:52:14 +00:00
Mark de Wever
2c74b5dc21 Remove useless void. 2008-09-26 17:52:11 +00:00
Mark de Wever
443b5f8d6c Remove useless void. 2008-09-26 17:52:07 +00:00
Mark de Wever
9ee2596359 Remove useless void. 2008-09-26 17:52:03 +00:00
Mark de Wever
e159cda07b Remove useless void. 2008-09-26 17:51:59 +00:00
Mark de Wever
5de53cc189 Remove useless void. 2008-09-26 17:51:56 +00:00
Mark de Wever
8298e52a33 Remove useless void. 2008-09-26 17:51:52 +00:00
Mark de Wever
8b64e58dd4 Remove useless void. 2008-09-26 17:51:48 +00:00
Mark de Wever
6c2bf12c41 Remove useless void. 2008-09-26 17:51:34 +00:00
Lari Nieminen
f581e18f8b Added a macro that helps campaigns support both gold carryover systems...
...concurrently.
2008-09-26 17:46:25 +00:00
Sergey Popov
a30935772a Generate revision.hpp in src/. 2008-09-26 17:40:08 +00:00
Lari Nieminen
42ffc83ca6 Fixed various carryover and scenario ending issues in SoF. 2008-09-26 17:33:39 +00:00
Lari Nieminen
8c4e9d5df8 Made all 4MP default era leaders receive the quick trait as requested. 2008-09-26 15:52:09 +00:00
Gunter Labes
42ec0a0f4f fixed a warning 2008-09-26 15:30:04 +00:00
Sergey Popov
c7bfb62092 Fixed appending M to revision string for git. 2008-09-26 15:25:50 +00:00
Gunter Labes
20a469cfa5 allow replays to contain moves with identical source and destination 2008-09-26 15:10:25 +00:00