Commit Graph

27353 Commits

Author SHA1 Message Date
Nils Kneuper
3bdb75e744 updated Czech translation 2008-09-04 13:33:24 +00:00
Sergey Popov
a29cb55df5 Split #if block in text.cpp to fix compile errors on some gcc versions. 2008-09-04 13:27:38 +00:00
Eric S. Raymond
ccbc77ad6b Add much more rigorous consistency checking...
...of recruitment lists and patterns.
2008-09-04 10:30:36 +00:00
Eric S. Raymond
ecc22e003e Fix some WML glitches revealed by new wmllint tests. 2008-09-04 10:16:05 +00:00
Sergey Popov
9bd73133a7 Forward PATH at Environment contruction time...
...so gettext tool is affected by PATH.
2008-09-04 08:05:33 +00:00
Eric S. Raymond
319492634b Simplify some code, reflecting 1.4 conventions. 2008-09-04 08:04:51 +00:00
Eric S. Raymond
8ac759098c Remove some dead code. 2008-09-04 08:03:08 +00:00
Gunter Labes
d6cc6bd2f3 updated command help 2008-09-04 07:18:54 +00:00
Ignacio R. Morelle
310b2d0fe7 Ran wesnoth-optipng: *** Total saved: 8 KB on 26 files 2008-09-03 21:35:51 +00:00
Ignacio R. Morelle
58c897c805 Elvish fighter portrait fix by Kitty:
http://www.wesnoth.org/forum/viewtopic.php?f=18&t=19379&st=0&sk=t&sd=a&start=585
2008-09-03 21:34:35 +00:00
Ignacio R. Morelle
e51ed03e92 Added "#*#" pattern (emacs backup files)...
and "*.swp" pattern (vim buffers) to default .ign patterns
2008-09-03 20:33:28 +00:00
Benoît Timbert
57223811c3 Put a color code outside the translatable string 2008-09-03 19:27:04 +00:00
Benoît Timbert
2414ba171b French translation update 2008-09-03 19:22:34 +00:00
Jérémy Rosen
e608a34d4c second try at haloes and leveling, once again,
AI0867, could you please test ? thx
2008-09-03 19:10:02 +00:00
Eric S. Raymond
96e1b8f3e2 Minor dialogue tweaks. 2008-09-03 19:01:25 +00:00
Sergey Popov
c2380fba37 Added a general purpose pkg-config check and used it to check for fontconfig. 2008-09-03 16:53:44 +00:00
Sergey Popov
52ebf88c8c Made scons link against fontconfig. 2008-09-03 16:08:17 +00:00
Mark de Wever
336cbeefd9 Removed the --small-gui build option.
Starting Wesnoth with the --smallgui parameter achieves the same. The
other code workarounds for smallgui are already gone.
2008-09-03 15:46:56 +00:00
Mark de Wever
d82d7dad28 Comment out an unused parameter. 2008-09-03 15:46:48 +00:00
Mark de Wever
775838a379 Load our own fonts for the new widgets. 2008-09-03 15:46:41 +00:00
Mark de Wever
5ffd1dc05f Make the server link again. 2008-09-03 15:46:36 +00:00
Mark de Wever
40f8c41797 Comment out an unused parameter. 2008-09-03 15:46:29 +00:00
Tomasz Śniatowski
bd0a13510d editor2: reduce editor_controller ctor clutter 2008-09-03 14:44:18 +01:00
Tomasz Śniatowski
9c2ef7e9c5 editor2: initial step for making the editor able to use various map generators 2008-09-03 14:40:27 +01:00
Pauli Nieminen
69cb72e61c Leading space loading test case 2008-09-03 10:04:46 +00:00
Pauli Nieminen
39bc109482 Fixed crsah if playsingle_controller constructor throws 2008-09-03 09:55:33 +00:00
Pauli Nieminen
1244ff8771 Changed config_cache to use revision based caching instead of version 2008-09-03 09:55:25 +00:00
Pauli Nieminen
6e05bcbd69 Fixed parser not to discard leading spaces 2008-09-03 09:55:06 +00:00
Sergey Popov
e27d2291b4 Added a NSIS script template and scons target to generate script from it.
The template is very WIP.
2008-09-03 08:23:44 +00:00
Pauli Nieminen
8f1f16cc35 Added automatic detection of packet types for server 2008-09-03 02:11:19 +00:00
Pauli Nieminen
527a8f0486 Removed bandwidth monitor perprocessor test, It is now included allways 2008-09-03 01:22:52 +00:00
Pauli Nieminen
c32e2f7d68 Added start time to bans and made ban_manager store deleted bans...
...in separate list
2008-09-03 01:22:44 +00:00
Pauli Nieminen
fed3e80c0b Fixed metrics compilation and added max procesing times for types 2008-09-03 01:22:30 +00:00
Eric S. Raymond
010867c9c6 Whitespace fixes. 2008-09-03 00:43:34 +00:00
Eric S. Raymond
bdbf60838a Address bug #12269 by making Ratheln's appearance trigger...
...any time the dwarves get through the midpoint of the pass and
making his survival a requirement for this scenario only.

In the process, introduce a REMOVE_HERO_ICON macro to the standard library.
I have tweaked Liberty to use it.
2008-09-03 00:34:46 +00:00
Ignacio R. Morelle
42ad75bc00 In scenario 4, removed "Holly [...]" in a dialogue line, per request by ESR
Optimized start/prestart/die events in first four scenarios
2008-09-02 22:27:35 +00:00
Ignacio R. Morelle
e8b411a0cf [[NR polishing]]
* Fixed some typos in Father Marcus' and Sister Theta's lines.

* Fixed a grammar inconsistency in Father Marcus' and Sister Theta's lines
  ("that hurt" instead of "that hurts").

* Optimized Father Marcus' and Sister Theta's impassable terrain filter
  for the code that decides where they should respawn.

* Added a variable clearing statement to Father Marcus' and Sister Theta's
  death events to prevent WML leaks in saved games.

* Gave Krash and Stalrag "last breath" events and moved part of their
  death event dialogue there.
2008-09-02 22:18:39 +00:00
Pauli Nieminen
7618bbad51 Fixed unit map copying causing double free 2008-09-02 20:31:24 +00:00
Pauli Nieminen
af509f431c Fixed multiplayer replay switching to next side after victory/defeat,
...removed bogus end turn caused by linger mode (bug #9157)
2008-09-02 20:28:24 +00:00
Eric S. Raymond
478909fb64 Make some messages a bit clearer. 2008-09-02 19:55:10 +00:00
Lari Nieminen
81b76dd822 Second batch of SotBE language tweaks by thespaceinvader. 2008-09-02 19:36:29 +00:00
Lari Nieminen
a753a80a72 First batch of SotBE language tweaks by thespaceinvader.
Mostly making the dialogue more orc-like.
2008-09-02 18:57:38 +00:00
Jérémy Rosen
aff5dc5372 hopefully fix bug #11947,
ai0867, could you please test? 

era of strife seem not to be available for SVN thx
2008-09-02 18:53:41 +00:00
Mark de Wever
585fe35df7 Implemented the maximum length for a text.
The maximum length got implemented in font::ttext instead of the
gui2::ttext_ class since that simplified the length checks to one
location. Also add return values to indicate what happened upon
insertion. Added the maximum length to the user name in the mp selection
dialog.
2008-09-02 18:05:13 +00:00
Mark de Wever
b4cd0cedfc Small optimization, don't try to copy an empty string. 2008-09-02 18:05:04 +00:00
Mark de Wever
18fbfcbab0 Fixed the insert code.
The insert code duplicated the contents of the current buffer instead of
inserting the new data. This make the paste code fail.
2008-09-02 18:04:54 +00:00
Mark de Wever
82712effda Fix a typo. 2008-09-02 18:04:45 +00:00
Mark de Wever
ae74908352 Call change callback upon keyboard actions.
When changing the selection with the keyboard also call the change
callback. Also remove a now obsolete todo item.
2008-09-02 18:04:35 +00:00
Mark de Wever
633a3a4451 Enable page up and page down in the listbox. 2008-09-02 18:04:28 +00:00
Mark de Wever
43d4ec7052 When using the arrows make sure the selected item remains visible. 2008-09-02 18:04:22 +00:00