26712 Commits

Author SHA1 Message Date
Mark de Wever
6f4b9e9432 Make the stepsize 10 for experience work. 2008-08-06 15:19:08 +00:00
Pauli Nieminen
5a454f874d Added size output for campaign list too 2008-08-06 15:11:06 +00:00
Mark de Wever
ce41f025a2 Fix some alignment problems in the dialog. 2008-08-06 15:08:05 +00:00
Pauli Nieminen
245ff4ce00 Added send size to campaignd log 2008-08-06 14:06:08 +00:00
Mark de Wever
10840e969c Move the return values from tbutton to twindow, where it belongs. 2008-08-06 12:27:03 +00:00
Mark de Wever
dc88a59cc8 Make the grid handle multiple columns with 1 resizable item better.
The limit for the mp_create_game dialog is the width of the name of a map.
2008-08-06 12:20:21 +00:00
Douglas Hains
f278afcc72 Pull type information for candidate moves from WML...
...and added type member to candidate move class
2008-08-06 04:58:58 +00:00
Ignacio R. Morelle
f60398313e Update players changelog 2008-08-05 22:25:45 +00:00
David Philippi
2fd59aa3d6 danish translation update 2008-08-05 22:15:11 +00:00
Ignacio R. Morelle
c3fbc7cde3 More progress in the add-ons update mechanism - still not enabled. 2008-08-05 22:00:35 +00:00
Ignacio R. Morelle
f2f8adc673 [[victory music and endlevel fixes]]
* Made victory music not play on 'continue' endlevel result.

* Victory music will no longer play on replay/observation, either.

* Victory music will play after the commands of the 'victory' WML
  event handler are finished.

* Added some const qualifiers around.

* Output an error message if [endlevel] is used in the 'defeat' WML
  event handler.
2008-08-05 21:59:10 +00:00
Mark de Wever
805257e69f Improved the best row height determination algorithm. 2008-08-05 19:27:16 +00:00
Mark de Wever
68c80529ca Fix an error in the initialization order in unit_map. 2008-08-05 17:29:48 +00:00
Mark de Wever
ec2966a6dd Initialize all members. 2008-08-05 17:23:30 +00:00
Mark de Wever
7c1f92e565 Initialize all members. 2008-08-05 17:16:17 +00:00
Mark de Wever
0495aa0ea3 Initialize all members. 2008-08-05 17:04:16 +00:00
Pauli Nieminen
688c38e8fc Added unit tests to devdocs 2008-08-05 13:00:06 +00:00
Sergey Popov
66733c3ffb Made scons --help sort options alphabetically. 2008-08-05 12:04:30 +00:00
Gunter Labes
3207048de8 typo fixes 2008-08-05 11:53:30 +00:00
Mark de Wever
886ae5dc4b Add the minus operators to tpoint. 2008-08-04 16:59:20 +00:00
Mark de Wever
549d9432b2 Renamed a test due to a compilation error,
...suokko you might want to review the change.
2008-08-04 16:26:57 +00:00
Mark de Wever
025e4d49bb Comment out unused parameters. 2008-08-04 15:13:34 +00:00
Mark de Wever
d27a83ae28 Make setup_user_data_dir() static. 2008-08-04 15:12:50 +00:00
Tomasz Śniatowski
a9362872b3 editor2: random map generate dialog stub, refresh image cache option 2008-08-04 13:36:59 +01:00
Pauli Nieminen
2a3f64a738 Added new widget and test file tos cmake. 2008-08-04 10:58:42 +00:00
Pauli Nieminen
941346ed5e Fixes gcc 4.3 warning in drop_target.hpp
Added som test data configs

Cleaned test_drop_target not to require anything special from
drop_target class
2008-08-04 10:15:25 +00:00
Richard Kettering
7810f4a32f cleanup of book items, and addition of a stone tablet. 2008-08-04 07:35:53 +00:00
Pauli Nieminen
b65325235f Added support for fake mouse events in unit tests
fixed warning about redefined preprocessor macro in wesconfig.h
2008-08-04 07:27:20 +00:00
Patrick Parker
3e3103f7a7 eliminate some redundant and incomplete tag listings 2008-08-04 00:03:20 +00:00
Pauli Nieminen
723d8c3cbc Fixed drop target to work correctly with multiple groups
Added initial implementation for fake mouse events for tests
2008-08-03 22:04:44 +00:00
Pauli Nieminen
3978253e28 Improved unit test log level selection
Added comments to drag&drop code
2008-08-03 20:13:25 +00:00
Patrick Parker
bd0891f7d6 a possible fix for Bug #11842: Animations getting mixed up on advancement
I tested it for ghost->wraith, and it seems to fix it; needs further testing
2008-08-03 19:31:44 +00:00
Pauli Nieminen
fecee004a8 Fixed svn:keyword to svn:keywords 2008-08-03 15:49:09 +00:00
Pauli Nieminen
bf70edf190 Fixed drag&drop visual problems
Added test for drop target

Added mouse event locking to widget class
2008-08-03 15:46:07 +00:00
Nils Kneuper
dcd024e607 ran utils/wesnoth-optipng
*** Total saved: 78 KB on 61 files
2008-08-03 10:50:40 +00:00
Nils Kneuper
70aae8c19f pot-update 2008-08-03 09:02:36 +00:00
Nils Kneuper
ba45ff8808 updated Italian translation 2008-08-03 08:53:41 +00:00
Ignacio R. Morelle
38f91bff41 Updated changelog 2008-08-02 22:18:55 +00:00
Bartek Waresiak
48496a5ea4 Made trunk compile again 2008-08-02 11:20:49 +00:00
Bartek Waresiak
514e4dd124 Move recruitment.fai to approppriate directory 2008-08-02 10:58:53 +00:00
Pauli Nieminen
b50df2dfa8 std::map doesn't include at in gcc 3.3 so changed code to use find instead 2008-08-02 10:19:05 +00:00
Pauli Nieminen
73ce931167 Added initial drag&drop support for button widgets 2008-08-02 07:56:45 +00:00
Richard Kettering
e6799b5767 Fixup of several item graphics. 2008-08-02 04:31:13 +00:00
Douglas Hains
40d6e87d40 reorganized directory structure for python and formula ais 2008-07-31 22:42:13 +00:00
Ignacio R. Morelle
faadf66281 Make the "Unchecked scripts found:" string translatable 2008-07-31 16:50:35 +00:00
Ignacio R. Morelle
a058cacbc2 Some i18n bugfixes/regression fixes...
...and a yet unused add-ons update dialog's logic skeleton
2008-07-31 16:29:57 +00:00
Tomasz Śniatowski
57f08d0eb3 editor2 theme update 2008-07-31 16:42:18 +01:00
Bartek Waresiak
f9d1f13963 one more time recruitment 2008-07-31 15:22:50 +00:00
Bartek Waresiak
93e97f5ac9 Some more advanced improvements to recruitment formula...
...and small one for debug_print
2008-07-31 15:19:01 +00:00
Bartek Waresiak
12638c9765 Recruitment update 2008-07-31 13:19:34 +00:00