Thomas Baumhauer
4db427e71e
hardcode preferences file permissions to 0600
2009-03-08 16:32:36 +00:00
Eric S. Raymond
9811794d61
AI attributes "simple_targeting" and "scout_village_targeting"...
...
...were not spelled consistently, and the engine spelling was
wrong. Fix this, by teaching wmllint to fix it. The wiki will be
updated simultaneously with this commit,
2009-03-08 16:08:54 +00:00
Ignacio R. Morelle
a2127b28b6
New fortune.
2009-03-08 16:07:23 +00:00
Lari Nieminen
9ec8a8c3f1
Made the playing-with-the-ruby animation use [animate_unit]...
...
...instead of a silly [move_unit_fake].
2009-03-08 16:01:12 +00:00
Elias Pschernig
0aa9673f6b
Added mediawiki.py at the request of Mordante.
2009-03-08 15:44:40 +00:00
Mark de Wever
ac5d32655a
Update the Doxyfile to version 1.5.6.
...
This is the version used on the server. Used doxygen -u for the update.
2009-03-08 15:23:00 +00:00
Sergey Popov
19104ebed3
Merged some changes from ebuild by forum user MrAnderson.
2009-03-08 15:00:38 +00:00
Ignacio R. Morelle
297e0c2ba1
Remove music files from the playlist when it is proved that...
...
...they cannot be located in the binary paths.
This is a extremely important performance saver, specially for users
who don't install the wesnoth-music package.
TODO: make the music_track fields private and make a setter for the
'name' property that can handle this stuff and cache a resolved path
or invalidate the track so the thinker can ignore it and save some time.
2009-03-08 14:50:25 +00:00
Ignacio R. Morelle
dfb4e0f45f
Fix a regression created by 2009-03-03T17:44:43Z!guillaume.melquiond@gmail.com...
...
...that undoes changes from 2009-01-18T12:44:30Z!shadowm@wesnoth.org that were supposed to fix
bug #12872 .
The fix is done now by passing an empty string as first argument to
get_binary_dir_location(). Silene may want to check whether this
defeats the purpose of 2009-03-03T17:44:43Z!guillaume.melquiond@gmail.com or not...
2009-03-08 14:50:09 +00:00
Thomas Baumhauer
453f28ac4d
make the preferences file only owner readable if it contains the mp password
2009-03-08 14:17:49 +00:00
Mark de Wever
162d34381c
Updated wiki comment.
2009-03-08 13:13:21 +00:00
Mark de Wever
37865d338b
Updated wiki comment.
2009-03-08 13:13:14 +00:00
Mark de Wever
6aeb9b6e7d
Updated wiki comment.
2009-03-08 13:13:09 +00:00
Mark de Wever
0b58a97c34
Updated wiki comment.
2009-03-08 13:13:04 +00:00
Mark de Wever
41e89208af
Cleanup the output of the container table.
2009-03-08 13:12:58 +00:00
Mark de Wever
27a0c47800
Wiki cleanups.
...
Move the GUIWindowWML items to GUIWindowDefinitionWML...
...and added an initial header and footer.
2009-03-08 11:51:40 +00:00
Thomas Baumhauer
2b9a0ee678
adding descriptions for the login and cmd wrapper dialog
2009-03-08 11:46:49 +00:00
Lari Nieminen
1730dd98fd
Tweaked some next-to-castle tiles a bit.
2009-03-08 11:43:22 +00:00
Mark de Wever
f51ef316d3
Update the list with windows.
2009-03-08 11:33:25 +00:00
Mark de Wever
62c8865c28
Remove an obsolete section.
2009-03-08 11:33:20 +00:00
Mark de Wever
abe08f2c2a
Clean up the variables page and add a grid type.
2009-03-08 11:33:10 +00:00
Lari Nieminen
4477dda2c9
Added remaining next-to-castle forest variants...
...
...and wired in the sparse-castle variants and the
deciduous-winter-snow tiles (which seemed to have been
forgotten). Also actually removed the existing deciduous-*-castle-dir
images since a single -castle-small tile per type seems to do the job
well enough.
2009-03-08 10:28:33 +00:00
Mark de Wever
bf01f88a72
Move info to the new GUIWidgetInstanceWML page.
2009-03-08 10:24:59 +00:00
Mark de Wever
16693906e5
Make a link the instance in the widget overview.
2009-03-08 10:24:54 +00:00
Mark de Wever
577976fbf5
Wiki comment can also be in header files.
...
This is somewhat uncommon, but there are some private headers with comment.
2009-03-08 10:24:50 +00:00
Mark de Wever
794c180703
Add a footer to GUIWidgetDefinitionWML.
2009-03-08 10:24:46 +00:00
Mark de Wever
448243e6d0
Remove obsolete comment.
2009-03-08 10:24:41 +00:00
Mark de Wever
d852e87bd6
Cleaned up code for the window list.
2009-03-08 10:24:37 +00:00
Mark de Wever
50a01f3376
Cleaned up the widget list.
2009-03-08 10:24:30 +00:00
Ali El Gariani
925e4242f6
Simplify 2008-01-20T22:42:44Z!paniemin@cc.hut.fi,
...
...where suokko added some weird ordering of sighted events (without
explanation) for firing events about sighted stoned units after others
Almost never happen, CABD, and why stoned? (and not level, side, etc)
2009-03-08 05:51:33 +00:00
Ali El Gariani
c08c50ed57
Better fog update after "slow" and "stone" attacks
2009-03-08 05:09:16 +00:00
Ignacio R. Morelle
ace25825d5
Detect early that an add-on's _info.cfg is missing...
...
...instead of directly trying to open a stream with it (which triggers
spurious error messages).
2009-03-08 00:35:27 +00:00
Nils Kneuper
7b396dc1bb
updated Finnish and Chinese (simplified) translation
2009-03-08 00:26:25 +00:00
Alexander van Gessel
77ee8399f1
Rename filesystem icon to wesnoth-icon-small.png,
...
...so it doesn't conflict with the big version.
2009-03-07 23:14:56 +01:00
Alexander van Gessel
79eaf350f0
Change a lexical_cast<double>() to atof() in [set_variable].
...
Add std:: to several function calls.
2009-03-07 23:14:40 +01:00
Phil Barber
367f12782c
Add and wire Kitty's male Thief portrait, update changelogs, portrait credits.
2009-03-07 21:40:26 +00:00
Mark de Wever
038ba7ee06
Move the definitions to their own wiki page.
2009-03-07 21:32:23 +00:00
Mark de Wever
c6e37b1edd
Fix a typo
2009-03-07 21:32:16 +00:00
Mark de Wever
05b2176f94
Add an extra formatting option to the grabber.
...
Also cleaned up the source of the grabber slightly. Used the new
formatting at some places.
2009-03-07 21:31:40 +00:00
Ali El Gariani
9fd000afd0
Make the replay also work if the AI manage to cheat by doing impossible moves.
2009-03-07 21:28:09 +00:00
Ali El Gariani
52f48be0ba
we call actions.cpp::move_unit with data coming from more various places
...
(replay since 1.5.10, and now AI via replay). So, add some checking there
against dummy moves.
2009-03-07 21:19:44 +00:00
Ali El Gariani
6f87e80fa7
Add error message if a 1.6RC1 replay had a pathfinding error
2009-03-07 20:53:28 +00:00
Benoît Timbert
5a78ea8354
French translation update
2009-03-07 20:30:13 +00:00
Ali El Gariani
759dc7db50
Don't record/send [move] with empty path
2009-03-07 20:28:32 +00:00
Ali El Gariani
2bc9dfe3a0
Users who want to play on the MP dev-server must upgrate to 1.6RC2.
2009-03-07 20:01:16 +00:00
Lari Nieminen
b103d8fac1
A fix to a wrong terrain being used in one place.
2009-03-07 18:39:24 +00:00
Fabian Müller
9c7fa62dd5
LoW::3, LoW::7: Did a degree on polishing this fucking map.
2009-03-07 18:22:37 +00:00
Alexander van Gessel
eb7538a133
Add testcase for bug #13134 .
2009-03-07 18:57:11 +01:00
Elias Pschernig
b2dfe246e7
addons website:
...
- Added sortable "Type" column
- Added sortkey to the "Size" column
- List available translations in the "Notes" column
2009-03-07 15:54:14 +00:00
Gunter Labes
ff4bf263c3
bold the size number to make sorting behave right
2009-03-07 15:46:47 +00:00