3926 Commits

Author SHA1 Message Date
Mark de Wever
a01857f746 Add a new transient dialog. 2009-05-22 19:08:34 +00:00
Benoît Timbert
fdea3842f5 French translation update 2009-05-22 18:05:24 +00:00
Mark de Wever
71d7660363 Update changelogs. 2009-05-22 13:36:57 +00:00
Iurii Chernyi
602177bce7 changelog entry to above commit.
Note to MVSC people: 'C4250 (method inherited via dominance)' warnings
are safe there - it is the intended behavior. Feel free to disable
them for ./src/ai or point me to a doc with how-to-disable, and I'll
do it myself.
2009-05-21 00:25:51 +00:00
Mark de Wever
c9b761ade0 Let cmake also use the environment variables.
It now uses CXXFLAGS and CFLAGS like autotools.
2009-05-20 17:13:49 +00:00
Mark de Wever
000eb0d7bb Add strict compilation to cmake. 2009-05-19 18:17:12 +00:00
Nils Kneuper
1e49d20787 post release version bump to 1.7.0+svn 2009-05-17 18:05:56 +00:00
Ali El Gariani
f227093199 remove wml documentation from the new [hide_help] changelog entry 2009-05-17 15:51:02 +00:00
Nils Kneuper
a7563fa02c version bump to 1.7.0 2009-05-17 15:49:36 +00:00
Lari Nieminen
5dee0f3d11 Updated changelogs. Some unnecessary trailing whitespace removal. 2009-05-17 09:43:56 +00:00
Mark de Wever
a638ed7d91 There exists something called a changelog... 2009-05-17 09:07:20 +00:00
Gunter Labes
7454d5859f Fixed bug #7547: Add possibility to unban/unmute in a multiplayer game 2009-05-16 23:38:32 +00:00
Ali El Gariani
f54176a896 update changelogs 2009-05-16 18:17:13 +00:00
Mark de Wever
ffdbcda976 Reverted 2009-05-13T22:46:48Z!terraninfo@terraninfo.net, the code now works due to 2009-05-14T18:08:45Z!koraq@xs4all.nl.
Tested and bug #13521 no longer occurs with this code.
2009-05-14 18:20:00 +00:00
Iurii Chernyi
a82a901125 Reverted 2009-05-13T17:57:34Z!koraq@xs4all.nl, as it caused Bug #13521 2009-05-13 22:46:48 +00:00
Mark de Wever
59b4f7a094 The tmessage dialog can now show up to 4 buttons. 2009-05-13 17:57:34 +00:00
Mark de Wever
0029800ea0 Fixed UTF-8 handling in the password textbox.
A multi-character in the textbox had its length determined with the
number of characters instead of number of UTF-8 glyphs.
2009-05-12 19:51:02 +00:00
Lari Nieminen
02f33c7cfe Updated changelogs. 2009-05-10 10:02:38 +00:00
Jérémy Rosen
17897e8b92 remove changelog entry relative to 2009-05-09T13:41:18Z!guillaume.melquiond@gmail.com 2009-05-10 06:57:07 +00:00
Benoît Timbert
fb9c185500 French translation update 2009-05-09 20:09:37 +00:00
Guillaume Melquiond
ba95abed3a Added some changelog entries. 2009-05-09 16:19:01 +00:00
Mark de Wever
061bb8fefe Update changelog. 2009-05-03 10:59:41 +00:00
Gunter Labes
97582b31f8 Added the 'sub' key to [set_variable] to subtract from the variable. 2009-04-30 15:35:47 +00:00
Gunter Labes
59f2c43f62 Made the number of enemies to defeat depend on the difficulty. 2009-04-30 14:46:11 +00:00
Gunter Labes
5e3a688b41 fixed formatting 2009-04-30 14:46:02 +00:00
Jörg Hinrichs
b0c5361877 Applies the patch for making dismissal of units undoable...
...and partly fixes bug #13268 (save corruption through undo/redo of
recalls. The bug will still be kept open as working with the index of
the recall list always leaves room for corruption. A final fix will
have to involve working with unit id's instead if indices.
2009-04-28 18:44:11 +00:00
Iurii Chernyi
b6cc8b1f6f Implement FR in Bug #13397:
...new fai function suitable_keep which takes a location on which a
unit is standing, and returns, in order of decreasing preference:
nearest (by pathfinding) empty keep reachable by that unit within 1
turn, nearest (by pathfinding) occupied keep reachable within 1 turn,
result of old nearest_keep() implementation, null location.
2009-04-28 18:01:21 +00:00
Ignacio R. Morelle
eca9b4cec3 Added a changelog entry
2009-04-28T01:45:20Z!shadowm@wesnoth.org finishes the initial implementation of feature request /
bug #13170 and #13290.
2009-04-28 01:56:22 +00:00
Ignacio R. Morelle
49d40a1551 ESR didn't edit the changelogs consistently for 2009-04-12T00:40:07Z!esr@thyrsus.com,
...leaving an entry in players_changelog not in changelog, and thus
not mentioning either that the change affects WML authors (yes, we the
few people who don't use wmllint can be that dumb, mind you).
2009-04-26 21:23:00 +00:00
Ali El Gariani
8d8aa4e94b update changelog 2009-04-26 17:32:20 +00:00
Guillaume Melquiond
e28998d2c2 Added changelog entry. (Bug #13399) 2009-04-25 20:33:57 +00:00
Nils Kneuper
60b2646f3e improve formating in players_changelog
* add missing items to changlog(s)

* rearrange changelog(s) to get closer to alphabetical sorting and get
  rid of the "General:" section
2009-04-25 11:10:31 +00:00
Guillaume Melquiond
98caea972e Added changelog entries for revisions 34594 and 35179. 2009-04-25 10:43:06 +00:00
Guillaume Melquiond
436d87058f Implemented support for dynamic objectives.
The [show_if] tag can now be used in [objective] tags. (bug #13042)
2009-04-19 10:08:05 +00:00
Iurii Chernyi
374c1f8d83 AI Testing. Adds a command line parameter --ai_config<number>=value...
...(patch #1164 by karlm). This patch allow to specify the exact path
to ai configuration for each of the sides from the command line, which
is very important for batch-testing of various AIs.
2009-04-17 19:11:11 +00:00
Jérémy Rosen
b66dffb955 put stat upload logs in a separate logdomain, patch by corn 2009-04-17 13:02:02 +00:00
Pauli Nieminen
0cf1def5ac Changed delayed shroud updates and scenarion objectives...
...to change and show settings for viewing team. (help in bug #13313)

I don't know if this should be backported to stable also. Current
behavior could be considered as bug so maybe yes.
2009-04-16 14:23:58 +00:00
Pauli Nieminen
66a2a7e2f1 Fixed control transfer after player leaves MP game (bug #13238) 2009-04-16 10:16:09 +00:00
Phil Barber
270b21f227 Add and wire Kitty's Huntsman portrait, update changelogs, portrait credits. 2009-04-15 20:47:19 +00:00
Nils Kneuper
89042769a1 updated Chinese (Traditional) translation 2009-04-15 20:12:00 +00:00
Tomasz Śniatowski
83ea299518 Editor: Moved the clipboard actions to a context menu...
...available in paste mode. Added a terrain sampler feature --
ctrl+click when in paint or fill mode
2009-04-14 12:14:52 +01:00
Tomasz Śniatowski
8489a88d70 make the editor able to load maps referenced in scenario files...
...and load and save maps embedded in scenario files. If you wanted to
make just that little change in the test scenario's map, rejoice. Also
some doc comments.
2009-04-14 11:44:11 +01:00
Chris Hopman
214ec80899 added --rng-seed command line option to specify the seed for the rng. 2009-04-13 20:20:13 +00:00
Tomasz Śniatowski
cf0c6e872b Make wesnoth --editor --load DIR (wesnoth -e -l DIR)...
...start the editor with a load map dialog pointed at DIR, and make
DIR the default map directory for the current session, per ESR's
request. Also make wesnoth -e foo work like wesnoth -e --load foo, and
change how -e MAP is processed internally.
2009-04-13 21:09:35 +01:00
Jérémy Rosen
0637baab53 changelog entry for 2009-04-13T14:46:34Z!jeremy.rosen@enst-bretagne.fr 2009-04-13 14:47:25 +00:00
Nils Kneuper
219bc637f0 updated German, Lithuanian and Russian translation 2009-04-12 16:06:18 +00:00
Eric S. Raymond
e7b27b6435 Change the trannstive verb "stone" (as in "turn to stone") to "petrify",
...and all related words such as "unstone", "stoned", etc. Former
usage was not really correct and led to unhelpful ambigiuity with both
"to stone" is in to hit with thrown stones, and "stoned" meaning
intoxicated.

All C++ code, WML, and tags are changed. New wmllint rules will handle all
lifting for UMC.  The wiki has been updated.

Will cause incompatibility with old savefiles containing stoned units.
2009-04-12 00:40:07 +00:00
Nils Kneuper
3e37649fb3 updated Serbian translation 2009-04-11 20:17:21 +00:00
Jérémy Rosen
9f39e5fe7c add a my_attacks FAI variable with all possible attacks patch by benetnash 2009-04-11 14:35:15 +00:00
Ignacio R. Morelle
33a1a65d34 Update changelogs and release notes for revision 2009-04-10T02:08:12Z!shadowm@wesnoth.org...
...(adding DM to mainline).

I didn't do it in that revision because my intermediate SVN copy didn't
have the changelogs. Oops.
2009-04-10 02:36:56 +00:00