Commit Graph

48734 Commits

Author SHA1 Message Date
Ignacio R. Morelle
d9a3b6b3f5 gui2/teditor_resize_map: Various UI consistency changes
* Gave the expand/shrink direction box label a trailing colon, and
   removed gratuituous blanks

 * Gave certain widgets a standard margin

 * Right-aligned dialog control buttons

 * Shortened "Resize Map" button label to just "Resize"
2012-02-04 02:51:48 +00:00
Ignacio R. Morelle
583bc109f6 gui2/teditor_generate_map: Right-align dialog control buttons correctly 2012-02-04 02:51:27 +00:00
Ignacio R. Morelle
65188917ae gui2/tcampaign_difficulty: Right-align dialog control buttons correctly,
...eliminating the large gap between them
2012-02-04 02:40:00 +00:00
Ignacio R. Morelle
020a07894a gui2/taddon_connect: Lay out the dialog control buttons independently...
...of the rest of the dialog
2012-02-04 02:38:27 +00:00
Ignacio R. Morelle
9cc53a86bf gui2/taddon_list: Right-align dialog control buttons correctly,
...eliminating the large gap between them
2012-02-04 02:31:55 +00:00
Ignacio R. Morelle
a78f81f465 gui2/taddon_uninstall_list: Right-align dialog control buttons correctly 2012-02-04 02:28:15 +00:00
Ignacio R. Morelle
f730161174 gui2/teditor_new_map: Couple of consistency changes
* Separated button layout so they can be right-aligned independently of
   other widgets in the dialog
 
* Replaced OK button label with a single word
2012-02-04 02:25:24 +00:00
Ignacio R. Morelle
ad401c5cfd gui2/tedit_label: Right-align dialog control buttons,
...give the checkbox a standard margin
2012-02-04 02:19:47 +00:00
Ignacio R. Morelle
c77565ae76 gui2/teditor_settings: Right-align dialog control buttons 2012-02-04 02:19:23 +00:00
Ignacio R. Morelle
55c8f83bf4 gui2/tmessage: Right-align dialog control buttons 2012-02-04 02:18:46 +00:00
Simon Forsyth
1c1332dcfc Add new files to Xcode project 2012-02-03 23:54:39 +00:00
Ignacio R. Morelle
cfcf345242 New year copyright update, part 2 2012-02-03 20:18:33 +00:00
Ignacio R. Morelle
18bb5f8fe3 gui2/tnetwork_transmission: Allow usage of Pango markup for the message text 2012-02-03 20:08:02 +00:00
Ignacio R. Morelle
c249b0c0be Initial re-refactoring of the add-ons client code
* Moved a substantial part of the logic to the addons_client class,
   which handles lower-level operations like downloading, installing,
   publishing and deleting remote add-ons

 * addons_client also handles displaying the network status window

 * Some translatable strings were rewritten or moved around
2012-02-03 20:04:56 +00:00
Ignacio R. Morelle
f84133b29b Undo the undocumented interface changes in 2011-06-01T12:25:31Z!anonymissimus@arcor.de...
...and refactor code a little to keep the actual bugfix
2012-02-03 04:55:14 +00:00
Simon Forsyth
fde98f1884 Reduce animation overhead for animated walls 2012-02-03 02:03:00 +00:00
Iurii Chernyi
2bf6a8fa21 Allow save_index.gz to be gzipped. Patch by Oleg Tsarev. Bug #19396 2012-02-02 19:07:20 +00:00
Fabian Müller
154477cee0 Implemented the feature request in bug #10978 2012-02-02 16:55:59 +00:00
Simon Forsyth
6e580018ae Clean up system frameworks for Xcode project 2012-02-02 16:30:49 +00:00
Sergey Popov
e24b2809f1 Removed redundant lexical_cast which was there for historical reasons. 2012-02-02 10:53:37 +00:00
Simon Forsyth
c894369e45 Fix mud-swamp transition when small swamp images used 2012-02-02 02:49:52 +00:00
Simon Forsyth
5b21ae2749 Improve ford-swamp/mud transitions 2012-02-02 02:41:29 +00:00
Simon Forsyth
86ecaaa936 Update release notes concerning the removed terrain too 2012-02-02 01:37:56 +00:00
Simon Forsyth
742af0ce9f Update changelog 2012-02-02 01:24:58 +00:00
Simon Forsyth
570563ae74 Drop terrain deprecated in 1.9 2012-02-02 01:11:40 +00:00
Simon Forsyth
a833566383 Add fancy new tropical forests by Mephisto again 2012-02-02 01:05:05 +00:00
Timotei Dolean
d80f0e0655 Update XCode project file 2012-02-01 15:02:14 +00:00
Elvish_Hunter
94764d066e Added support for new extra_define ENABLE_TROLL_SHAMAN,
...to optionally allow Troll Whelps advancing as Shamans, but not in multiplayer
2012-02-01 09:10:35 +00:00
Elvish_Hunter
1c6a235fe4 Added support for new extra_define ENABLE_WOLF_ADVANCEMENT,
...to optionally allow Wolves advancing to level 2 and 3
2012-02-01 09:03:32 +00:00
Ignacio R. Morelle
5ff7d902c9 campaignd: Simplify/move code...
...introduced in 2012-02-01T04:28:19Z!shadowm@wesnoth.org to a server-side-only code unit, making
a backport to 1.10 completely safe on the client side

Also, removed an accidental extra include.
2012-02-01 07:21:58 +00:00
Ignacio R. Morelle
47aa72ecc0 Demote the missing TC/RC function warning for add-on icons to log severity
It was introduced back when wesnoth's default log severity was 'error',
not 'warning'. Now it's just noise cluttering stderr.
2012-02-01 04:43:33 +00:00
Ignacio R. Morelle
a63bbbcfaf Add some code comments 2012-02-01 04:37:44 +00:00
Ignacio R. Morelle
1856c035f4 campaignd: Reject add-on names and titles which start with a WML...
...text formatting markup char
2012-02-01 04:28:19 +00:00
Steven Panek
eb9816e657 Killed 'christenings'. 2012-01-31 23:22:18 +00:00
Nils Kneuper
b9b0aa18de updated Norwegian translation 2012-01-31 22:44:44 +00:00
Ignacio R. Morelle
226dbf7111 Probable fix for a unused parameter warning on Mac OS X 2012-01-31 20:38:59 +00:00
Ignacio R. Morelle
b3adb84c48 Revert "Make Quick replays in MP default to enabled";...
...I may have failed to consider a particular use case

This reverts commit 2012-01-31T18:54:40Z!shadowm@wesnoth.org.
2012-01-31 19:26:48 +00:00
Ignacio R. Morelle
08fdc4a48e Make Quick replays in MP default to enabled 2012-01-31 18:54:40 +00:00
Anonymissimus
5e18e142cc MSVC projectfile update 2012-01-31 18:43:36 +00:00
Anonymissimus
9297f64221 CB projectfile update 2012-01-31 18:43:18 +00:00
Ignacio R. Morelle
651d4b9bcf gui2/tcampaign_dialog: convert dialog title label to Title Case 2012-01-31 05:33:37 +00:00
Ignacio R. Morelle
334d978c3a gui2/tmp_host_game_prompt: Converted the initial...
...Host Networked Game/wesnothd launch prompt to GUI2
2012-01-31 04:43:34 +00:00
Ignacio R. Morelle
dd0c7e4f18 gui: Use "Do not show again" instead of "Don't show again"...
...or "Don't ask me again!"
2012-01-31 04:17:06 +00:00
Ignacio R. Morelle
7ddba073ee gui2/tgame_delete: Use more standard (i.e. tmessage) geometry specs...
...for the action buttons for now

This aligns the action buttons at the center of the bottom row instead
of aligning them to the right along with some extra padding (!) at the
left.

It isn't clear to me whether this is the most appropriate layout, but
it's used in other standard GUI2 message/prompt dialogs.
2012-01-31 04:16:51 +00:00
Ignacio R. Morelle
1c8fddb5b1 gui2/tgame_delete: Removed some unusual geometry specifications
* A "spacer label" which is really not required (standard borders
   should be enough to make the dialog look nice)

 * A right-aligned checkbox, which should really be left-aligned
2012-01-31 04:06:01 +00:00
Ignacio R. Morelle
9628410724 Improve SHA1 digest computation correctness (patch from bug #19312) 2012-01-31 00:36:56 +00:00
Ignacio R. Morelle
88d26c2197 Display the savegame version when warning the user about...
...unsupported or mismatched versions (bug #7243)

Along the way, made the unsupported case use the GUI2 error message
dialog instead of the generic message dialog, and gave the mismatched
version case prompt a title label.
2012-01-30 23:42:20 +00:00
Nils Kneuper
a86b6c06ea updated French and Italian translation 2012-01-30 22:21:08 +00:00
Nils Kneuper
7b02d18085 update the run script, too 2012-01-30 22:18:17 +00:00
Nils Kneuper
5733baadf6 switch the version used to 1.10 2012-01-30 22:16:49 +00:00