Nils Kneuper
5240f30472
updated Czech translation
2009-06-15 19:19:29 +00:00
Mark de Wever
4a65d01607
Remove some old cmake translation targets.
2009-06-15 17:46:08 +00:00
Eugen Jiresch
349edf1e14
added tod_manager member to classes attack_type,
...
...battle_prediction_pane, attack_prediction_displayer and struct
unit_stats (in preparation for gamestatus removal)
2009-06-15 14:47:02 +00:00
Eugen Jiresch
ae8725eebb
added a tod_manager member to classes battle_context,
...
...attack and mouse_handler (in preparation of gamestatus removal)
2009-06-15 13:33:42 +00:00
Gunter Labes
8cf542c170
ignore color markup in map labels...
...
...(fixes bug #13678 : label color can be faked with WML markup)
2009-06-15 12:33:30 +00:00
Gunter Labes
022a5ef56c
fixed color markup parsing...
...
...and allowed to seperately ignore font size, color or style markup
2009-06-15 12:33:25 +00:00
Gunter Labes
c353cbc5f9
removed dead code
2009-06-15 12:33:21 +00:00
Tomasz Śniatowski
a6db54ebf2
basic /command-based room support in game for testing
2009-06-15 12:01:48 +01:00
Tomasz Śniatowski
a425bd944c
server room support: basic room handling
2009-06-15 12:01:28 +01:00
Tomasz Śniatowski
18bf7289e8
fix 3 more struct/class warnings
2009-06-15 12:00:39 +01:00
Gunter Labes
2d1d069242
fixed bug #13689 : Error message contains unnecessary `^'
2009-06-15 08:11:01 +00:00
Chris Hopman
c4c8b6059f
use typedeffed typenames where appropriate
2009-06-15 05:22:35 +00:00
Chris Hopman
1ee20aa1c6
add header guards...
2009-06-15 05:00:22 +00:00
Gunter Labes
04414772c0
fixed the logic of a dialog so that it actually does what it says
2009-06-14 22:03:21 +00:00
Karol Nowak
e8569dc6d7
Record completed campaigns in game preferences...
...
...and provide this information to the campaign selection dialog.
2009-06-14 20:39:23 +00:00
Guillaume Melquiond
ef667d4084
Allowed the [gold] tag without a side attribute.
2009-06-14 19:48:36 +00:00
Nils Kneuper
74eb393c45
updated Serbian translation
2009-06-14 17:54:44 +00:00
Tomasz Śniatowski
d154a71ef6
missing cfg file
2009-06-14 17:55:25 +01:00
Gunter Labes
ca511d7a8a
don't catch bad_alloc and unknown errors so we get a core dump
2009-06-14 16:46:00 +00:00
Mark de Wever
a7d68eb977
Fix a few compiler warnings.
2009-06-14 16:34:53 +00:00
Mark de Wever
a186352a40
educe the header dependencies.
2009-06-14 16:14:07 +00:00
Mark de Wever
e82f08d4f1
Reduce the header dependencies.
2009-06-14 16:13:59 +00:00
Mark de Wever
0b812b29fa
Reduce the header dependencies.
2009-06-14 16:13:55 +00:00
Mark de Wever
3f97b2b526
Reduce the header dependencies.
2009-06-14 16:13:50 +00:00
Mark de Wever
478f6d21b2
Remove an unneeded include.
2009-06-14 16:13:46 +00:00
Mark de Wever
fa0bc3b9c7
Remove an unused exception class.
2009-06-14 16:13:30 +00:00
Tomasz Śniatowski
22d9a73991
initial framework for server-side lobby room support
2009-06-14 17:09:48 +01:00
Tomasz Śniatowski
026b608dec
new lobby gui stub files
2009-06-14 17:09:27 +01:00
Tomasz Śniatowski
1fc6f9432f
fix a struct/class warning in msvc
2009-06-14 17:08:48 +01:00
Guillaume Melquiond
9f50ddb060
Typo.
2009-06-14 15:56:18 +00:00
Mark de Wever
a9f7e7571c
A click on a slider now properly sets the position.
2009-06-14 12:44:32 +00:00
Guillaume Melquiond
e4ea7dcfc3
Reverted 2008-10-22T23:39:04Z!esr@thyrsus.com...
...
...to prevent some overestimation of poisoning units, since they do
not necessarily poison, they do not necessarily have 70% cth, and they
certainly do not inflict 8 dmg on their next strike. Cleaned the code
along the way.
2009-06-14 12:08:05 +00:00
Mark de Wever
5522542d29
Implement the tips panel in the new titlescreen.
2009-06-14 09:57:55 +00:00
Mark de Wever
a7982dedcb
Add a panel for the new title screen.
2009-06-14 09:04:37 +00:00
Mark de Wever
f8097c24d0
Set a maximum width for the campaign dialog.
2009-06-14 07:58:02 +00:00
Mark de Wever
2a29e844b2
Allow to define a maximum width for a window.
...
This feature is only used with automatic placement and allows a window
not to grow beyond a wanted maximum regardless of the window resolution.
2009-06-14 07:57:57 +00:00
Gunter Labes
0db26dbd6e
do not match on empty x,y keys in [kill]...
...
...(fixes bug #13685 : Dwarvish "Sneak Attack" kills all units on map
in UtBS - A Subterranean Struggle)
2009-06-14 02:58:43 +00:00
Alexander van Gessel
79220496f8
Update wmlgrammar a bit to newer WML.
2009-06-14 00:23:53 +01:00
Guillaume Melquiond
1470694588
Reduced a bit the underestimation of power_projection...
...
...for wounded attackers, as a unit with half its life hits for more
than half its damage.
2009-06-13 21:44:22 +00:00
Guillaume Melquiond
66b064aca0
Removed almost unused use_terrain parameter from power_projection.
...
Its only use was slightly incorrect, since it would cause allied
support to be overestimated on poor terrain.
2009-06-13 21:44:17 +00:00
Guillaume Melquiond
7282306a10
Partly reverted 2009-05-27T00:19:10Z!soliton@wesnoth.org so that it fixes suokko's breakage...
...
2009-05-25T10:44:00Z!paniemin@cc.hut.fi without changing end-of-game behavior.
2009-06-13 19:21:44 +00:00
Guillaume Melquiond
8167f7eb94
Removed code duplication.
2009-06-13 19:21:03 +00:00
Nils Kneuper
3f840d69b4
*really* fix the typo from bug #13664 basically two words were missing...
2009-06-13 19:17:02 +00:00
Gunter Labes
d4e7cc50f2
fixed a typo
2009-06-13 19:02:04 +00:00
Nils Kneuper
78312e498c
updated German translation
2009-06-13 18:48:22 +00:00
Nils Kneuper
f07a57a879
pot-update
...
regenerated doc files
2009-06-13 18:44:15 +00:00
Nils Kneuper
705b5b1fb7
update list of source files
2009-06-13 18:36:08 +00:00
Mark de Wever
a37e75915b
Properly align the campaign ok button.
2009-06-13 17:16:19 +00:00
Mark de Wever
0633b7a5d3
Removed the option to disable the tips of the day.
...
The option was hidden and not even sure anybody is/was aware of the
feature.
2009-06-13 17:04:04 +00:00
Mark de Wever
f39da12fd5
Expose a bit of the tips of day implementation.
...
This is needed to share the code between to old an new titlescreen code.
2009-06-13 17:03:56 +00:00