Elias Pschernig
f286b179c3
wmlunits: Find addons even if they are not in the campaigns folder.
2008-04-10 14:58:00 +00:00
Gunter Labes
94c4bf94f0
remove unused import
2008-04-10 14:44:28 +00:00
Elias Pschernig
73c6d924a6
wmlunits: fixed some translation issues...
...
...and translated more stuff, added option for addons, and some minor
things
2008-04-10 14:29:39 +00:00
Lari Nieminen
be70854314
Removed duplication of the scenario end cutscene (thanks to patch #1043 ).
2008-04-10 09:30:30 +00:00
Gunter Labes
61bef2baae
sync the footer with the main page
2008-04-09 23:26:29 +00:00
Lari Nieminen
73604fe74c
Ported the last two commits to trunk.
2008-04-09 22:34:12 +00:00
Elias Pschernig
5aed99b565
wmlunits: don't color non-race attributes red
2008-04-09 20:54:57 +00:00
Elias Pschernig
864a53b8f3
wmlunits: Defense/Resistances are now displayed as (100 - x)%,
...
...attacks as hp - times
2008-04-09 20:47:16 +00:00
Elias Pschernig
28849bf119
Allow using ~ in the output option of wmlunits,
...
...and made it work with Python 2.3.
2008-04-09 20:27:52 +00:00
Elias Pschernig
b7697a7313
Added option to specify the Wesnoth datadir to wmlunits,
...
...and fixed a bug where it was assumed to run from the wesnoth dir.
2008-04-09 19:38:40 +00:00
Mark de Wever
3967001cb7
Add positioning and scaling to an image on the canvas.
...
With this feature the window can look much more like the original so
also made that change.
2008-04-09 19:04:01 +00:00
Elias Pschernig
291eb96197
finished python unit stats tool
2008-04-09 16:56:58 +00:00
Mark de Wever
e2b44cf885
get_minimum_size() and get_best_size() now look at the actual text width.
2008-04-09 16:51:21 +00:00
Eric S. Raymond
4bdf171d32
Coincidence of troll leader names was suppressing an entire side.
2008-04-09 15:34:18 +00:00
Mark de Wever
b6b02b26e2
More refactoring, grids can now be nested properly...
...
...allowing better placement of widgets.
2008-04-09 15:31:07 +00:00
Lari Nieminen
0388ab59a2
Fix a stupid WML bug.
2008-04-09 13:16:20 +00:00
Lari Nieminen
50d4c0da92
Tuned Gerrick's animations a bit.
2008-04-09 12:54:43 +00:00
Lari Nieminen
577ac8b138
Removed the sleeves of the wesfolk outcast, to differentiate it from the lvl2.
2008-04-09 11:12:05 +00:00
Gunter Labes
6d61311bcb
also mention losing not recalled units in the objectives of Evacuation
2008-04-09 10:59:56 +00:00
Elias Pschernig
91c44fee30
Made wmlunits 250% faster.
2008-04-08 18:48:02 +00:00
Elias Pschernig
1d2e6debf4
Python version of wmlunits is done (minus some todos and bugs).
2008-04-08 17:22:38 +00:00
Patrick Parker
14247b09cd
patch #1037 : Filter_x renaming
2008-04-08 07:15:25 +00:00
Mark de Wever
0f420d967a
Started to implement the grid flags:
...
- panel no longer decends from a grid but contains one, give less problems with
the functions with the same name.
- flags are read from the .cfg file.
Still more testing and some cleaning up is required.
2008-04-07 18:16:30 +00:00
Lari Nieminen
adaa158611
The magic circle image is supposed to be that big...
...
...and is just used in a broken way, so reverted 2008-04-07T14:20:50Z!bruno@wolff.to and the
part of 2008-02-17T06:42:01Z!esr@thyrsus.com which introduced the brokenness.
2008-04-07 15:03:22 +00:00
Elias Pschernig
10eee98e63
More work on wmlunits.
...
Uses now an external stylesheet, performs team colorization, displays
female variants. And some bugs fixed.
2008-04-07 14:55:39 +00:00
Bruno Wolff III
4e028465c2
Fix problem ( #11438 ) with mis-sized images causing problems...
...
...in Liberty - The Gray Woods.
The updated images were provided by "segfault".
I'll be backporting this to 1.4 after I make sure they also really
work there. The images are currently only used in Liberty (based on
grep -r), so I don't expect any surprises here.
2008-04-07 14:20:50 +00:00
Lari Nieminen
fa0a98ce90
Gave a more clear visual indication of where the gate will appear...
...
...and fixed a bug with the side of the starting guardsmen.
2008-04-07 11:59:20 +00:00
Lari Nieminen
26f1bc1fdd
Change some parenthesis to quotes to prevent preprocessor errors.
2008-04-06 22:43:00 +00:00
Tommy
03cb730ec2
tabs to spaces
2008-04-06 22:39:56 +00:00
Elias Pschernig
04d7267c4f
Worked on the python unit info tool a bit.
2008-04-06 22:29:01 +00:00
Elias Pschernig
8a0d353140
Extended the wmltools python gettext helper slightly.
2008-04-06 22:27:39 +00:00
Lari Nieminen
a820f7e8fc
Got rid of the MOVE_UNIT_FAKE and RANDOM_TRAIT_UNIT macros in SoF.
2008-04-06 17:57:14 +00:00
Mark de Wever
941bc3dc59
Made text_font_size mandatory and fixed all content to obey that.
...
Cleaned up some std::cerr to use proper logging.
Rather ugly proof-of-concept to get the cursor working in a
text_box. This still needs quite some polishing but the basics work.
2008-04-06 14:06:28 +00:00
Tommy
4258890e0d
clean up chasm images to fade into the chasm base tile...
...
...instead of having hard edges.
2008-04-06 08:51:24 +00:00
Lari Nieminen
7a53763c9b
Prevented Kalenz from getting a second, random trait.
2008-04-06 08:28:50 +00:00
Lari Nieminen
c911b05532
Ported 2008-04-05T19:03:23Z!lari.nieminen@iki.fi to trunk.
2008-04-06 08:18:43 +00:00
Mark de Wever
2f2abf7cd0
Another cleanup patch, which makes code more generic.
...
Still more room for improvement in that area.
Add some more states to labels and text boxes.
2008-04-06 08:08:03 +00:00
Tommy
ec4bf1a96d
change most Qxu to Qx* to allow custom terrains derived from chasm...
...
...(e.g. abyss)
2008-04-06 02:09:28 +00:00
Eric S. Raymond
700c5aaa28
Repair a map that apparently took damage from some scewed-up wmllint run.
2008-04-05 22:15:28 +00:00
Mark de Wever
13bab2587d
Add the initial gui definitions.
2008-04-05 14:12:42 +00:00
David Philippi
09bd602ed2
added new swedish maintainer
2008-04-05 14:09:52 +00:00
Gunter Labes
85393e624b
rename wmlclient to add-on_manager.py to better convey what it does
...
replace most remaining references to 'campaign' with 'add-on'
2008-04-05 13:53:50 +00:00
Eric S. Raymond
0d410d5a0d
Quiet down wmlunits.
2008-04-05 07:16:01 +00:00
Eric S. Raymond
ddae57c7a6
Set some do_not_list attributes where needed.
2008-04-05 07:02:17 +00:00
Eric S. Raymond
01adc3d9aa
Remove redundant inclusins of the terrain graphics file.
2008-04-04 21:36:46 +00:00
Tomasz Śniatowski
1e917114db
added my full name into about.cfg
2008-04-04 20:13:31 +01:00
Jérémy Rosen
b6ecd22b45
commit patch 1029 by segfault (create a separate prerecall and recall event)
2008-04-04 19:09:53 +00:00
Moritz Göbelbecker
f88efeb810
Add support for overlay terrains.
...
Converted bridges to use the new feature.
2008-04-04 18:43:57 +00:00
Mark de Wever
a94b01c1b1
Fix a wrongly closed tag, discovered by stikonas
2008-04-04 15:58:57 +00:00
David Philippi
08803275f4
credit update
2008-04-04 13:50:07 +00:00