30204 Commits

Author SHA1 Message Date
Lari Nieminen
3a3db9ee96 Ensure that the ai controller variables don't get carried over...
...to the next scenario.
2009-01-25 18:23:30 +00:00
Thomas Baumhauer
ea38729d57 made registered nicks case insensitive...
...(e.g. if 'Baufo' is registered 'baufo' will still need a password)
2009-01-25 17:18:28 +00:00
Alexander van Gessel
7324d12db3 Fix up a changelog entry. 2009-01-25 17:51:01 +01:00
Alexander van Gessel
a63dc02fc9 Skip over utf8 BOMs. (address bug #12317) 2009-01-25 17:38:54 +01:00
Fabian Müller
cf6f555d62 LoW::7: disabled the option that reduces enemy AI attack depth.
The text is misleading.
2009-01-25 14:42:58 +00:00
Nils Kneuper
b6e7452202 updated German translation 2009-01-25 13:38:53 +00:00
Mark de Wever
4827a78055 Add a helper function to show wml messages.
This way the code can be kept a bit more clean and is easier to extend
for the future.
2009-01-25 12:24:08 +00:00
Mark de Wever
ce49173888 Add myself to the German translation team. 2009-01-25 12:24:03 +00:00
Mark de Wever
edf2e43f55 Enhanched the parrot scenario a bit.
Now we have more test cases to test for with the new dialogs.
2009-01-25 12:23:54 +00:00
Nils Kneuper
84cf841b7f updated Slovak translation 2009-01-25 11:58:56 +00:00
Sergey Popov
d444843b39 Fixed an error about missing action with SCons 1.2.0
SCons 1.2.0 barfs if an empty list is passed as an action.
That that was the case with 'uninstall' alias if there were no targets in
'install' alias. Fixed.
2009-01-25 11:05:11 +00:00
Lari Nieminen
dddc90cdd4 Enabled the dust devil to trigger a couple more events and cleaned up some code. 2009-01-25 10:40:35 +00:00
Lari Nieminen
0a2744167e Allowed the dust devil to trigger some movetos...
(with appropriate explorer speaker checks) and allowed undo in soma places.
2009-01-25 10:24:46 +00:00
Jérémy Rosen
3f3acea1a5 fix half of bug 12867:
incorrect selection animation for units with standing animations
2009-01-25 09:17:40 +00:00
Ignacio R. Morelle
5e25295588 [time_area], in EventWML, can now accept comma-separated lists of area ids...
...for removing, but not for inserting; in the latter case, only the
first id is considered to avoid stacking time_areas over a single
location by accident.
2009-01-24 22:45:16 +00:00
Lari Nieminen
44025f8e89 Fixed quick leaders not getting the -5% HP reduction. 2009-01-24 20:48:48 +00:00
Lari Nieminen
d6ad70e085 {TREMOR} -> {QUAKE} 2009-01-24 19:09:28 +00:00
Mark de Wever
9e7d0ca379 Add documentation for my last commit. 2009-01-24 17:38:46 +00:00
Mark de Wever
88675c4465 More refactoring for message.
Also split get_image() and get_caption, get_image() needs more work later.
2009-01-24 17:36:26 +00:00
Mark de Wever
ef57c76b18 Fix a minor problem with my last commit. 2009-01-24 17:25:37 +00:00
Mark de Wever
d6683649ea Move the speaker handling of the message.
Refactor a bit so the code looks cleaner and make it easier to rewrite the old
dialogs to the new code.
2009-01-24 17:22:11 +00:00
Mark de Wever
c81f7199c5 Add more test cases for the dialogs.
In order to better test the dialogs and changes to it more test cases were
needed.
2009-01-24 16:15:46 +00:00
Phil Barber
75f7e1a7f7 Add LordBob's Human Pikeman portrait, update changelog. 2009-01-24 13:32:44 +00:00
Mark de Wever
685e1ae040 Centre the portraits if smaller as 100 x 100.
Note the vertical centering doesn't work entirely since the text
height is unknown. This might be tuned later by exporting the height
of the panel part.
2009-01-24 12:52:02 +00:00
Patrick Parker
8e57605762 WML Engine:
* Prevent duplicate id conflicts when cloning units with WML (bug #12894)
2009-01-24 12:44:02 +00:00
Mark de Wever
17905c84cd Added some macros to keep the code clean. 2009-01-24 11:47:29 +00:00
Mark de Wever
f62feb05f5 Split message.cfg. 2009-01-24 11:21:21 +00:00
Lari Nieminen
35127c0a58 Don't erase the player's keep. 2009-01-24 10:19:25 +00:00
Alexander van Gessel
ebb16e0eb1 Fix a moveto filter for the tutorial.
(http://www.wesnoth.org/forum/viewtopic.php?p=331682#p331682)
2009-01-24 04:37:55 +01:00
Mark de Wever
133eb440fb Move the panel definition to its own file. 2009-01-23 22:54:51 +00:00
Nils Kneuper
06e8959120 updated British English translation...
...(no, I am not the new maintainer of it, just to fix this strange
race Orcs -> Ogres problem reported in the forums and copy&paste some
more dead simple strings)
2009-01-23 22:40:24 +00:00
Mark de Wever
19a0d1f02d Rename a badly ided widget. 2009-01-23 22:34:49 +00:00
Mark de Wever
302007bffb Remove some unused code. 2009-01-23 22:25:37 +00:00
Sergey Popov
764297ab57 Committed McShark's projectfiles update.
It also adds Debug & Release targets to Code::Blocks and VC9 projects.
2009-01-23 22:14:49 +00:00
Mark de Wever
c7b0e65853 Potraits with an icon are TC'ed again. 2009-01-23 20:33:51 +00:00
Nils Kneuper
26732fb2a3 updated Spanish translation 2009-01-23 20:17:03 +00:00
Ignacio R. Morelle
4b9d25a5cc Brought back and changed the testing mechanism for the different tools.
Now it just depends on the 'which' command's return value.
2009-01-23 20:10:15 +00:00
Ignacio R. Morelle
24924d0203 Disable the advdef, convert and optipng existance checks for Ivanovic. 2009-01-23 19:42:34 +00:00
Ignacio R. Morelle
f38cded54a Clean RELEASE_NOTES. Ivanovic forgot to do this, apparently.
If it was intended, feel free to revert...
2009-01-23 18:36:22 +00:00
Ignacio R. Morelle
50bd2b1633 Add a comment for me as the Spanish translation maintainer. 2009-01-23 18:32:39 +00:00
Sergey Popov
09551c71b1 Apply a patch for cmake script by stikonas.
remove obsolete option for dummy locales and build them only if
localedef is detected.
2009-01-23 12:37:29 +00:00
Nils Kneuper
594ccd2ff8 running utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):

 Original size: 24311 KiB on 353 files

Optimized size: 22803 KiB

  Total saving: 1507 KiB = 6% decrease
2009-01-23 12:07:57 +00:00
Sergey Popov
a9d242fbae Wrap malloc.c and poolalloc.c in #ifndef DISABLE_POOL_ALLOC
so they could be included in project files even when poolalloc is disabled.
2009-01-23 11:58:56 +00:00
Gunter Labes
3304248f8d increase allowed nesting level to what the client allows (1000) 2009-01-23 01:40:45 +00:00
Gunter Labes
54fd05eddd send a server message to the client when invalid WML is received 2009-01-23 00:28:14 +00:00
David White
cc54d380a4 report error messages with simple_wml 2009-01-22 23:08:08 +00:00
Sergey Popov
82b8f7d1fc Adjusted svn props on projectfiles/CodeBlocks as requested by McShark. 2009-01-22 23:07:29 +00:00
Mark de Wever
a3f4379eee Removed an unused variable. 2009-01-22 20:18:00 +00:00
David White
431e753267 removed debugging statements 2009-01-22 18:35:04 +00:00
Nils Kneuper
80df2f590d updated Czech translation (now really complete) 2009-01-22 10:57:05 +00:00