39173 Commits

Author SHA1 Message Date
David Philippi
9c986286e3 czech translation update 2010-05-03 21:09:40 +00:00
J.W. Bjerk
2c6b8a043c removing redundant orcish castle dirt terrain,
...and fixing the snowy orc keep editor tile.
2010-05-03 19:49:28 +00:00
Mark de Wever
6277fddea5 Move the delete to the proper destructor.
Don't let the parent class manage the widgets of the child, let the
child do it itself.
2010-05-03 19:30:10 +00:00
J.W. Bjerk
73fe126909 simplified WML for elvish tree. 2010-05-03 19:30:02 +00:00
Mark de Wever
e672d0379f Fix some compiler warnings. 2010-05-03 18:38:22 +00:00
Mark de Wever
be405e28a9 Make a member function a const member function.
Issue found by cppcheck.
2010-05-03 18:38:19 +00:00
Mark de Wever
7de7d59782 Make a member function a const member function.
Issue found by cppcheck.
2010-05-03 18:38:15 +00:00
Mark de Wever
87107a52ab Make some members static.
Issue discovered by cppcheck.
2010-05-03 18:38:11 +00:00
J.W. Bjerk
0b4c7c0bfd adding new dark dirt terrain based on regular dirt,
...and slightly tweaking the color of regular dirt.
2010-05-03 14:17:28 +00:00
J.W. Bjerk
9ef23a7954 fixed editor icons for orcish snow castle so it actually had snow. 2010-05-03 04:46:30 +00:00
J.W. Bjerk
4b35ac2dde made encampment use normal dirt rather than a custom dirt base.
Also re-ordered terrains in the editor a little.
2010-05-03 04:30:16 +00:00
Sergey Popov
0ccf32dae5 Fixed a compile warning 2010-05-03 00:05:00 +00:00
Jody Northup
82b2224ca2 Merge persistence branch back into trunk as per Crab's instruction. 2010-05-02 22:55:34 +00:00
Iurii Chernyi
09c52faf19 rework LoW::1 to make it less similar to HttT::1 2010-05-02 20:49:56 +00:00
Ignacio R. Morelle
0129bedaae Apply patch #1657 by FAAB - guided download of add-on dependencies 2010-05-02 19:10:46 +00:00
J.W. Bjerk
d09e4b0a2e improved green grass terrain by me. step 2.
done for now.  transitions are for later..
2010-05-02 18:43:45 +00:00
J.W. Bjerk
3dae8e3009 improved green grass terrain by me. step 1. 2010-05-02 18:42:26 +00:00
Ignacio R. Morelle
fe75fa1ca0 Make the missing dependencies warning...
...when installing add-ons work as expected (fixes bug #15960)
2010-05-02 16:04:07 +00:00
Ignacio R. Morelle
5f55fa36e7 Indentation 2010-05-02 15:48:38 +00:00
J.W. Bjerk
34f8f86670 added 'Simon Forsyth (Alarantalara)' to credits 2010-05-02 15:46:22 +00:00
Mark de Wever
08adcd546a Converted to the new wiki table format.
Both a test case and fix the old broken formatting.
2010-05-02 13:18:51 +00:00
Mark de Wever
1d4d2ae517 Converted to the new wiki table format.
Both a test case and fix the old broken formatting.
2010-05-02 13:18:48 +00:00
Mark de Wever
6fbdabf0e6 Add a new table format for widgets in a dialog.
The old format worked, but the parsing felt awkward and was hard to
remember. The new format is easier to remember and parse.
2010-05-02 13:18:44 +00:00
Mark de Wever
75a0839402 Added new experimental list box implementation.
The code is very experimental and incomplete and therefore ifdeffed with
GUI2_EXPERIMENTAL_LISTBOX.
2010-05-02 12:17:38 +00:00
Mark de Wever
9b19381964 Add a generic cast function for resolutions.
This is used in the new tlist class.
2010-05-02 12:14:04 +00:00
Mark de Wever
a069bc85e5 Add a few more hyperlinks in the documentation. 2010-05-02 11:20:21 +00:00
Mark de Wever
ed66f52444 Fix some quotes in the changelog. 2010-05-02 05:34:27 +00:00
Steven Panek
7a18d5e01b Ran wesnoth-optipng:
Overall statistics (only for files with a smaller recompressed size):
  Original size: 79 KiB on 8 files
 Optimized size: 58 KiB
   Total saving: 20 KiB = 26% decrease
2010-05-02 05:30:05 +00:00
Steven Panek
23acf565eb Ran wesnoth-optipng:
Overall statistics (only for files with a smaller recompressed size):
  Original size: 233 KiB on 25 files
 Optimized size: 171 KiB
   Total saving: 62 KiB = 26% decrease
2010-05-02 05:27:36 +00:00
J.W. Bjerk
8e206a0aca improved 'desert road' step 2. done for now. 2010-05-02 05:19:35 +00:00
J.W. Bjerk
a7fb70b87e improved 'desert road' terrain and moving it into the 'flat' subdir. step 1. 2010-05-02 05:17:57 +00:00
J.W. Bjerk
191b4f1846 fix for cave wall to dwarven castle alignment issue by Alarantalara 2010-05-02 04:39:15 +00:00
Steven Panek
441d2ed86e Ran wesnoth-optipng:
Overall statistics (only for files with a smaller recompressed size):
  Original size: 13 KiB on 2 files
 Optimized size: 11 KiB
   Total saving: 2 KiB = 15% decrease
2010-05-02 01:07:21 +00:00
Steven Panek
adbf663d3d Ran wesnoth-optipng:
Overall statistics (only for files with a smaller recompressed size):
  Original size: 26 KiB on 2 files
 Optimized size: 22 KiB
   Total saving: 4 KiB = 18% decrease
2010-05-02 01:06:07 +00:00
J.W. Bjerk
c1d4b69289 improved medium-dry grass main tiles-- otherwise known as savanna. 2010-05-02 00:58:28 +00:00
Mark de Wever
fa0dfac9ae Remove the --new-widgets part from the lobby.
The part is broken so remove it, then I can reuse it to test with the
new tlist class.
2010-05-01 19:27:30 +00:00
Mark de Wever
5e78aace9f Implement the NOTIFY_MODIFIED for the tscrollbar.
The recently added notifier method feels a bit cumbersome but at the
time didn't have a better solution. I then also looked into a
NOTIFY_MODIFIED kind of solution, but couldn't get it to work. With the
one added for the tlist class all works as wanted.
2010-05-01 18:19:11 +00:00
Mark de Wever
c4f43ecb9c Add a helper to add a single item to a grid.
Again used for the new tlist class.
2010-05-01 18:19:06 +00:00
Mark de Wever
17031700bd Add a generic modified event.
It's not used yet, but the new tlist class already uses it.
2010-05-01 18:19:02 +00:00
Mark de Wever
2eb12846a9 Remove some unneeded namespace qualifiers. 2010-05-01 18:18:58 +00:00
Mark de Wever
613e5d700f Make a member function a const member function.
Issue found by cppcheck.
2010-05-01 18:18:54 +00:00
Mark de Wever
847dcf9e9e Make a member function a const member function.
Issue found by cppcheck.
2010-05-01 18:18:50 +00:00
Mark de Wever
2216065477 Update changelog. 2010-05-01 13:30:37 +00:00
Mark de Wever
b52f1bb6b9 Add a new automatically called init function.
This makes the code for the new tlist class quite a bit cleaner.
2010-05-01 13:30:32 +00:00
Mark de Wever
6e37e134d2 Return the grid upon creation.
The new tlist class uses this to attach events.
2010-05-01 13:30:29 +00:00
Mark de Wever
255d74694c Turn members to static free functions.
The functions didn't touch any state of the class so no need to make
members. The functions were also not used by other TU's so make them
static.
2010-05-01 13:30:25 +00:00
Mark de Wever
5294d03e7c Code polishing no functional changes. 2010-05-01 13:30:21 +00:00
Mark de Wever
4b8921e8c8 Code polishing no functional changes. 2010-05-01 13:30:17 +00:00
Mark de Wever
d540054503 Code polishing no functional changes. 2010-05-01 13:30:14 +00:00
Mark de Wever
108afde220 Code polishing no functional changes. 2010-05-01 13:30:11 +00:00