27020 Commits

Author SHA1 Message Date
Mark de Wever
a0d21aa9e4 Rename addon.cfg to addon_connect.cfg 2008-08-23 15:13:39 +00:00
Sergey Popov
13eb07e593 Fixed off-by-one error. 2008-08-23 14:32:25 +00:00
Eric S. Raymond
1046cdd39d Use hut graphics appropriately. 2008-08-23 14:11:17 +00:00
Mark de Wever
9a687314ba Change the addon dialog to the new code. 2008-08-23 13:44:56 +00:00
Mark de Wever
65f596d05f Updated the status of the new widget library.
The widget library starts to act stable and the old code will slowly be
replaced by the new code.
2008-08-23 13:44:45 +00:00
Mark de Wever
86abe46280 Remove some no longer calls to gui2::init().
The new gui is already initialized on startup so no need do it at other
places anymore.
2008-08-23 13:44:32 +00:00
Mark de Wever
8cbc6a3d92 Add the new button in the addon dialog to the definition as well. 2008-08-23 13:44:26 +00:00
Mark de Wever
155336027e Textbox widget definition refactoring.
Cleaned up the widget to use the new macros and also added the (not so
well) tested code for tiny gui.
2008-08-23 13:44:19 +00:00
Mark de Wever
a963ac26ba Not use the text style for rendering and size determination. 2008-08-23 11:34:31 +00:00
Mark de Wever
1032facb1b Implemented the style to the ttext class. 2008-08-23 11:34:26 +00:00
Mark de Wever
ae789ee99b Make the return value of decode_font_style() unsigned...
...since it's a flag field.
2008-08-23 11:34:15 +00:00
Mark de Wever
9b1fb0b031 Add wesnoth_addon_manager to the svn ignore list. 2008-08-23 11:06:57 +00:00
Pauli Nieminen
171041d6cd Fixed DISPLAY back to :0.0 2008-08-23 09:42:14 +00:00
Lari Nieminen
e17a69afbc Fixed Malin not getting bumped to lvl3 if he's still lvl1. 2008-08-23 08:57:57 +00:00
Lari Nieminen
a1a7ffc203 Added myself as a DiD and SoF maintainer. 2008-08-23 08:49:40 +00:00
Eric S. Raymond
7f8309f43b Use hut grapphics for Orcish villages. 2008-08-22 23:04:21 +00:00
Pauli Nieminen
b832d31fa5 Made TestRunner add b entry also for crashed test run
Minor bug fixes for running in remote machine
2008-08-22 22:26:24 +00:00
Eric S. Raymond
d845db0a32 Use hut variations in HttT. 2008-08-22 22:17:19 +00:00
Lari Nieminen
a1066f1c32 Use the new hut variations in SotBE. 2008-08-22 22:09:57 +00:00
Eric S. Raymond
7c71adcbf9 Use hut graphics for Orcish country. 2008-08-22 21:59:05 +00:00
Eric S. Raymond
86fe063494 Systematic use of hut graphics for Orcish and Trollish villages. 2008-08-22 21:49:05 +00:00
Lari Nieminen
911f36ce16 Fixed a WML typo. 2008-08-22 21:28:22 +00:00
Eric S. Raymond
070281576f Use the new hut graphics for Orcish hill and mountain villages. 2008-08-22 21:19:51 +00:00
Pauli Nieminen
825e4b2e33 Fixed off-by-one error with messy side numbers 2008-08-22 21:04:45 +00:00
Lari Nieminen
f89376d9d2 Added snow, hills, snow hills and mountains variations of the hut village. 2008-08-22 20:53:12 +00:00
Nils Kneuper
73a569cb29 release announcement for 1.5.3 posted, clearing the file 2008-08-22 19:45:40 +00:00
Mark de Wever
444f77e141 Fix a typo in a macro name, spotted by Zookeeper. 2008-08-22 19:33:45 +00:00
Pauli Nieminen
fdb32be49e Fixed campaign to use correct compression level and encoding messages 2008-08-22 19:14:40 +00:00
Mark de Wever
1af166edc6 Refactored the label definition and added a tiny-gui version. 2008-08-22 19:12:18 +00:00
Mark de Wever
af42d9eb9c Found out the button should use the small font,
...also restored the normal font to its previous value.
2008-08-22 18:58:44 +00:00
Mark de Wever
41aeb68c43 The extra parens are no longer needed, the bug has been fixed in 2008-08-21T18:01:14Z!b.waresiak@gmail.com. 2008-08-22 18:55:11 +00:00
Eric S. Raymond
e4b1566e0b Address bug #12050: Different leader names in game/status table. 2008-08-22 18:36:39 +00:00
Sergey Popov
7c3df74d58 Improved distcc option to take arbitrary number of parallel compilations. 2008-08-22 17:20:26 +00:00
Pauli Nieminen
2c67a064b5 Fix comparision instead of assing 2008-08-22 17:14:49 +00:00
Pauli Nieminen
315c348caa Don't encode already encoded strings 2008-08-22 17:12:28 +00:00
Pauli Nieminen
344ae5aa46 Fixed disabling distcc with 0 parameter 2008-08-22 16:58:24 +00:00
Pauli Nieminen
c89e3a4a8e Made distcc take parelization level as parameter
Changed localedef --force to posix compliance -c switch
2008-08-22 16:53:42 +00:00
Pauli Nieminen
447d8f74ac Code to fix campaign server stored data to correct encoding 2008-08-22 16:53:33 +00:00
Elias Pschernig
dcc4b22d46 Attempted to fix bug #12205...
...un-escaping wasn't properly done in wesnoth_addon_manager. I can't
test if downloading campaigns works now or not, but it
might. Uploading is still broken, will look into that later.
2008-08-22 15:39:13 +00:00
Nils Kneuper
ea0f285caa updated Italian translation 2008-08-22 13:16:33 +00:00
Eric S. Raymond
bd9ec8bea5 Fix bug #11259:
...Weapon specials aren't displayed in right panel if they're filtered.
2008-08-22 08:27:59 +00:00
Sergey Popov
0caa636f11 Fix compile warning. 2008-08-22 08:10:59 +00:00
Eric S. Raymond
1d0e0c22bb In DiD, use the hut graphic for villages in Orcish country. 2008-08-22 07:57:44 +00:00
Eric S. Raymond
03a2fbd27e Another fix for an odd case in The Underlevels. 2008-08-22 02:51:35 +00:00
Gunter Labes
b55611f71b typo fix 2008-08-21 23:29:38 +00:00
Eric S. Raymond
69c4c81fa6 Fix bug #11175 (Strange Statistic Losses).
Statistics are now associated with side ID (team leader description)
rather than team number.
2008-08-21 23:13:07 +00:00
Eric S. Raymond
259a808ad4 The build variable now defaults to a 'base' value...
...that builds in the distribution root, restoring the old
Emacs-friendly default behavior.  Next step: try to fake Emacs compile
mode into coping gracefully with the other variants.
2008-08-21 22:04:27 +00:00
Lari Nieminen
5171ff95ab Fixed a recruit list typo. 2008-08-21 20:21:36 +00:00
Tomasz Śniatowski
03dec9bc54 editor2 map edge selection highlight tweak 2008-08-21 20:37:24 +01:00
Lari Nieminen
7ac281091f Fixed a recruit list typo. 2008-08-21 19:32:55 +00:00