Commit Graph

33471 Commits

Author SHA1 Message Date
Mark de Wever
c60186f971 Implement the new scrollbar panel widget.
The widget isn't used yet, but will be for the campaign dialog.
2009-06-02 19:41:15 +00:00
McShark
af522cbcf0 Update according to recent file changes 2009-06-02 16:33:57 +00:00
Alexander van Gessel
1fdedb9c2b Proof-of-concept 'ending advantage' calculator. 2009-06-02 17:23:16 +01:00
Alexander van Gessel
34301174dd s/unstone/unpetrify/ in test scenario. 2009-06-02 17:21:36 +01:00
Benoît Timbert
b58d71c317 French translation update 2009-06-02 16:10:59 +00:00
Eugen Jiresch
2f27a42389 savegame reorganization: implemented savegame_config for team.
moved savegame_config to its own file to resolve dependency issues
between team.hpp and gamestatus.hpp
2009-06-02 15:40:50 +00:00
Eric S. Raymond
35587bcb0c Correction to earlier Pango-conversion diff. 2009-06-02 13:58:03 +00:00
Eric S. Raymond
c8b11a18f0 Pango conversion of special objective strings.
Had to be done by hand, as siccing wmllint on multiline strings would
be risky.
2009-06-02 13:20:31 +00:00
Eric S. Raymond
f565bf9e7a Pango markup, continuity, and dialog polishing. 2009-06-02 12:55:08 +00:00
Nils Kneuper
b7f9c1f9d9 updated German translation 2009-06-02 12:51:21 +00:00
Eric S. Raymond
8843e09218 Arrange for the value of the nd_text attribute to be spellchecked. 2009-06-02 12:22:41 +00:00
Eric S. Raymond
bb77c09b8c end_text needs a translation mark. 2009-06-02 12:03:33 +00:00
Eugen Jiresch
c566026661 savegame reorganization: added class savegame_config 2009-06-02 12:02:12 +00:00
Phil Barber
a4afd4fda6 Update changelogs. 2009-06-02 11:47:14 +00:00
Eric S. Raymond
b119707f5f Restore color highlighting in [objectives] text...
...by teaching the handler to generate Pango rather than old-style
prefix markup.
2009-06-02 11:46:54 +00:00
Phil Barber
721bb2e59b Add and wire LordBob's new Knight portrait, update portrait credits. 2009-06-02 11:45:54 +00:00
Phil Barber
d178737dcc Update Lionel's portrait with JustinOperable's new version. 2009-06-02 11:43:30 +00:00
Eugen Jiresch
d377ea2e75 changed signature of get_first_human_team()...
...to remove include of game_preferences.hpp from team.cpp
2009-06-02 08:00:40 +00:00
Alexander van Gessel
e909d99ed6 Add author of patch #1177 to about.cfg 2009-06-02 02:41:22 +01:00
Alexander van Gessel
fff37a3dcd Apply patch #1177, remove duplicate Kior-Pur death event. 2009-06-02 02:41:17 +01:00
Chris Hopman
61eaf0a32f add shared_string.hpp 2009-06-02 01:02:20 +00:00
Nils Kneuper
4ef8c6e469 updated German translation (includes the rest of patch #1176) 2009-06-01 22:04:17 +00:00
Nils Kneuper
5bfec47cb4 pot-update
regenerated doc files
2009-06-01 22:02:11 +00:00
Nils Kneuper
eb873f51ae remove now deleted source file from file listing 2009-06-01 21:55:04 +00:00
Guillaume Melquiond
5c5ec7d531 Added note and removed trailing newline from objective dialog. 2009-06-01 19:00:05 +00:00
Guillaume Melquiond
2f2d711cbb Used the objective dialog title for the scenario name. 2009-06-01 18:59:52 +00:00
Lari Nieminen
10bf1d8f04 Changed the description of the holy water...
...when asking the player whether or not to pick it up.
2009-06-01 17:13:54 +00:00
Mark de Wever
ead381bdae Update the changelog. 2009-06-01 16:59:18 +00:00
Mark de Wever
e9c3a0e64c Reanable blurring for the transient window. 2009-06-01 16:59:09 +00:00
Mark de Wever
64b998da24 Avoid redrawing the window twice.
The grid didn't clear tgrid properly so added a manual clearing. The
code doesn't look too great since too many people clear the dirty state,
which should be fixed later.
2009-06-01 16:59:01 +00:00
Guillaume Melquiond
8b65d8a521 Prevented comments embedded between macro brackets...
...from producing spurious newline characters.
2009-06-01 16:57:02 +00:00
Eugen Jiresch
92f30bf228 savegame reorganization: removed config_adapter.cpp/hpp 2009-06-01 15:41:53 +00:00
Mark de Wever
9fc3108091 Adding the blurring function to the canvas.
It can't be used in a dialog yet since it seems dialogs get drawn twice
upon creation, which creates an ugly blur.
2009-06-01 15:39:40 +00:00
Mark de Wever
7cbcca6fb3 Convert the widgets to use the new blit function. 2009-06-01 15:39:35 +00:00
Mark de Wever
b5278dae9d Add a blit function to the canvas.
This function allows to do pre commit actions (not yet implemented).
2009-06-01 15:39:30 +00:00
Mark de Wever
f561e6df5d Add an inplace blur function.
This function will be used to reenable blurring of transparent dialogs.
2009-06-01 15:39:14 +00:00
Guillaume Melquiond
411538ce19 Delayed substitution of macro arguments...
...so that they are preprocessed only once. (Fix bug #13606.)
2009-06-01 15:28:37 +00:00
Eugen Jiresch
e4095a30cf savegame reorganization:
...moved the functions of config_adapter to controller_base,
play_controller, team and game_state
2009-06-01 14:33:13 +00:00
Guillaume Melquiond
8fe5a6046b Removed unused member preprocessor::is_macro. 2009-06-01 14:31:08 +00:00
Guillaume Melquiond
0cb0671abb Removed unused member preoprocessor::called_macros_. 2009-06-01 14:24:24 +00:00
Guillaume Melquiond
29cb33b0e2 Improved error recovery on missing file/macro when parsing broken WML. 2009-06-01 11:35:06 +00:00
Guillaume Melquiond
d8d3902388 Fixed idiotic error messages when parsing broken WML. 2009-06-01 11:07:34 +00:00
Guillaume Melquiond
b12b0d611b Fixed Lua events not being loaded when going to next scenario. 2009-06-01 06:29:58 +00:00
Eric S. Raymond
f49f219f8f Minor translation fixes and reversions requested by Mordante. 2009-05-31 20:45:09 +00:00
Mark de Wever
1270c64e05 Increase the lineheight in the new dialogs.
The default space was deemed to be a little bit too small.
http://www.wesnoth.org/forum/viewtopic.php?p=358832#p358832
2009-05-31 19:49:11 +00:00
Guillaume Melquiond
b6d39b9f58 Added checks for stack overflow in recursive functions. 2009-05-31 19:27:20 +00:00
Mark de Wever
ef8895a344 Add a new real multi page widget and use it.
It's used in the campaign dialog, this change breaks the unit tests
for small gui and small gui since UtBS won't fit in the available
space. This will be fixed later.
2009-05-31 18:52:42 +00:00
Guillaume Melquiond
84a358af57 Removed obsolete todo. 2009-05-31 17:32:42 +00:00
Guillaume Melquiond
e5a3390eca Converted default MP objectives to Pango markup. 2009-05-31 17:30:55 +00:00
Guillaume Melquiond
2ee50c09dc Converted objective dialog box to Pango markup. 2009-05-31 17:20:24 +00:00