17752 Commits

Author SHA1 Message Date
Eric S. Raymond
ec1813d9bb A half-step towards disentangling the dialog class from the help system...
*wthout* losing help buttons this time.
2007-07-06 20:14:03 +00:00
Ali El Gariani
6d2e26c743 add a cancel button to status table because:
- closing with enter now cause a scrolling

- it allow to close it with esc and outside right click
2007-07-06 20:12:28 +00:00
Mark de Wever
7d2019dd9c It's nice to rename files, but then the references should be updated as well. 2007-07-06 20:10:03 +00:00
Ali El Gariani
bf52254eb9 use the same scope trick to kill the dialog before scrolling...
...as used for unit list maybe later remove these {} if show() is
improved to unrender automaticaly
2007-07-06 20:05:24 +00:00
Eric S. Raymond
ef90332813 Added a feature: clicking on a side in the Status dialog...
...now scrolls to the side leader.
2007-07-06 18:23:58 +00:00
Taurus
7d3bc15f0b Balancing, and Fixed 'User_Description' Bug 2007-07-06 18:13:50 +00:00
Mark de Wever
82d9e803b3 Added animated.i as source file for doxygen. 2007-07-06 17:27:10 +00:00
Eric S. Raymond
341490e805 Reduce some more show_menu() calls. 2007-07-06 17:21:45 +00:00
Nils Kneuper
1ffa8f1565 added some svn ignore values for the new textdomains 2007-07-06 16:08:41 +00:00
Gunter Labes
bfa92d6eeb ignore wesnoth_editor.exe as well 2007-07-06 15:59:49 +00:00
Gunter Labes
522d27eaae add an ignore for *.pyc files 2007-07-06 15:50:10 +00:00
Gunter Labes
35737d99f9 removed a conflict svn reported and got committed on accident
Taurus, please double check that it was the right thing to do
2007-07-06 15:30:01 +00:00
Thomas Baumhauer
ed1ee95cd4 Very small fix in DiD 2007-07-06 15:12:07 +00:00
Nils Kneuper
18c526e664 and one more pot-update, man, I love it... 2007-07-06 11:26:21 +00:00
Nils Kneuper
e604d49e97 moved did content completely into it's own textdomain 2007-07-06 11:23:39 +00:00
Nils Kneuper
762e16ee31 move multiplayer in its own textdomain 2007-07-06 11:18:41 +00:00
Eric S. Raymond
23819937c9 Reduce another show_dialog() call. 2007-07-06 11:15:18 +00:00
Nils Kneuper
28d5f93fbe just another pot-update
(should not be needed, just to make sure everything works nice and
strings are not in both, wesnoth-units and wesnoth)
2007-07-06 11:03:49 +00:00
Nils Kneuper
e98df81e1e added new textdomain wesnoth-units 2007-07-06 10:59:03 +00:00
Eric S. Raymond
63c59d44d0 Add the capability to set a sort object on a dialog to set_menu,
...and use it to rewrite the recall dialog as an instantiation of dialog.
2007-07-06 10:49:28 +00:00
Nils Kneuper
c87e038988 get ready for moving units into their own textdomain 2007-07-06 10:21:55 +00:00
Eric S. Raymond
b59c85149f Revert a refactoring change (2007-06-30T03:10:14Z!alinkmaze@gmail.com)
...that disappeared the help buttons on the Recruit and Recall menus.
I'll have to redo this right.
2007-07-06 09:46:21 +00:00
Nils Kneuper
58217e2ea3 pot-update 2007-07-06 09:32:36 +00:00
Nils Kneuper
2d1d062ff8 added new src files to POITFILES.in (i hope i added them correctly...) 2007-07-06 09:14:33 +00:00
Eric S. Raymond
ab807e0dc0 Attempted fix for a bug reported by Ivanovic. 2007-07-06 09:07:43 +00:00
Nils Kneuper
c19e3c2311 added a default textdomain definition to all .cfg files 2007-07-06 09:00:49 +00:00
Eric S. Raymond
91e7ee58c9 Change some dialogs that don't have help buttons...
...from using dialog to using basic_dialog.
2007-07-06 07:54:48 +00:00
Eric S. Raymond
dc15a17307 Replace another show_dialog() call, remove some unused headers. 2007-07-06 06:27:57 +00:00
Eric S. Raymond
e33efbce14 The -t option of this script is ready for Ivanovic to try. 2007-07-06 05:34:50 +00:00
Eric S. Raymond
b5a82e4ac8 Move some dialogs to a more appropriate namespace and module. 2007-07-06 01:57:13 +00:00
Eric S. Raymond
e5df2e4b3c Revised the future editor link list. 2007-07-06 01:09:36 +00:00
Ali El Gariani
b47e32cbeb group and do only if needed, postion evaluation and rendering of unit's image 2007-07-06 01:00:58 +00:00
Ali El Gariani
084d325806 evaluate ellipse positions only if we plan to display them 2007-07-06 00:53:45 +00:00
Eric S. Raymond
a5f5529954 Break pathfind apart into unit-aware and map-only pieces. 2007-07-06 00:46:32 +00:00
Ali El Gariani
c2a96c8cd4 use a reference to the current frame (since it's not a so small structure) 2007-07-06 00:29:25 +00:00
Ali El Gariani
4fa172c009 small cleaning of the height adjust code:
(don't use the same variable for scaled and unscaled values)
2007-07-06 00:14:01 +00:00
Ali El Gariani
1ab39e307c small cleaning of the ellipse position code...
...and use there the hex size instead of ellipse's image size because
it's simpler and ellipse images different from 72x72 will do funky
submerging anyway

Add also comment about the bad hard-coded half-shift of submerged ellipse
2007-07-06 00:04:35 +00:00
Eric S. Raymond
31c3111482 Document the link list we're trying to reduce the editor to,
and move some things around towards achieving that.
2007-07-05 23:29:41 +00:00
David Philippi
20a1162175 danish translation update 2007-07-05 22:09:47 +00:00
Eric S. Raymond
91eec5657b Framework code for Ivanobic's new tool. 2007-07-05 19:57:39 +00:00
Eric S. Raymond
e091d1fc47 Spelling and usage fixes. 2007-07-05 19:30:28 +00:00
Eric S. Raymond
0f4f6c2d0f Preferences module partitioned...
...so the editor can use a version that doesn't link in the entire
universe.  Most of the changes just replace inclusions of
"preferences.hpp" with a new "game_preferences.hpp".
2007-07-05 19:13:39 +00:00
Lari Nieminen
021c27ae40 Fixed a minor bug (a line of dialogue not appearing) with event ordering. 2007-07-05 17:08:40 +00:00
Taurus
1cc840b13c New Scenario and some Bug fixing 2007-07-05 14:48:58 +00:00
Lari Nieminen
cf7224738a Updated changelogs. 2007-07-05 13:16:51 +00:00
Lari Nieminen
72b3915002 Fixed a scenario id typo (fixes bug #9447). 2007-07-05 09:46:39 +00:00
Lari Nieminen
7cffb86adb Fixed a portrait path bug. 2007-07-05 08:31:33 +00:00
Lari Nieminen
9c573594be Added an idle animation for the elvish scout. 2007-07-05 07:51:34 +00:00
Patrick Parker
989e6e0a5f put back in the change that 2007-07-03T07:18:32Z!esr@thyrsus.com backed out 2007-07-05 03:57:04 +00:00
Patrick Parker
32e97d0b33 this probably fixes the glitch with color names not updating...
...when changing languages

also a few minor formatting fixes
2007-07-05 03:13:03 +00:00