Commit Graph

19064 Commits

Author SHA1 Message Date
Eric S. Raymond
88b5e0e49c Address bug #9894 by crocking the sort function for files. 2007-08-31 09:35:15 +00:00
Dimitar Ilccov
925adced1a Added the dialog esr omitted in 2007-08-31T05:27:52Z!esr@thyrsus.com 2007-08-31 09:02:04 +00:00
Eric S. Raymond
f22de91a5b Comment typo fixes. 2007-08-31 07:25:45 +00:00
Eric S. Raymond
46a3138d67 Give the orcs a chance to be foolish heroes against Malin Keshar. 2007-08-31 05:27:52 +00:00
Eric S. Raymond
6e2d58ea74 This *should* be a refactoring step that simplifies the end-of-scenario logic
...without changing behavior; it just moves some stuff, including
autosaving, out of a try/catch scope, and as far as I can tell that
stuff never throws the relevant exceptions.

But if strange bugs start showing up at end of scenario, this would
be a good place to bisect while running regressions.

This is the first commit in an attempted fix for bug #9894.
2007-08-31 04:54:40 +00:00
Gunter Labes
e398fad382 set apropriate properties
correct line endings
2007-08-31 04:08:14 +00:00
Eric S. Raymond
9ce600e008 Fix bug #9736. As it turns out, the check in configure.ac was right;
it was Makefile.am that was wrong.
2007-08-31 04:07:54 +00:00
uso
825d0a66ad show observer team chat in the chat log 2007-08-31 03:54:14 +00:00
uso
192046551e make the observer team name used for team chat a global constant 2007-08-31 03:37:47 +00:00
Patrick Parker
ef14046d31 now [filter_adjacent] in SUF supports key is_enemy=(true/false)
note: boucman you may find this useful for Animation filtering
2007-08-31 02:14:29 +00:00
Patrick Parker
fa0b0e2e04 now tag [filter_adjacent] is supported in the Standard Unit Filter 2007-08-31 01:12:55 +00:00
Eric S. Raymond
0df5b448a6 Another try at the Boucman transformation. 2007-08-30 22:55:43 +00:00
Eric S. Raymond
4f4b6b57d4 Better display over version changes. 2007-08-30 22:28:22 +00:00
Eric S. Raymond
ec3f3bc057 Cosmetic fix. 2007-08-30 22:20:10 +00:00
Mark de Wever
faef92f397 Moved the single terrain update which in only used in the editor...
...to editor_display so it can't be used in the main game by accident.
2007-08-30 21:15:56 +00:00
Mark de Wever
159e687d79 Removed an terain update which is not required since all
terrains are updated outside the loop.
2007-08-30 20:40:43 +00:00
Ali El Gariani
01c18cd726 In help, for each ability topic, display a list (+hyperlinks)...
...of encountered units having this ability (the code already scanned
these units for searching those). I will probably improve a little the
page's look later (currently: one unit by line, sorted
alphabeticaly). This implement the FR of bug #9567.
2007-08-30 19:46:03 +00:00
Eric S. Raymond
ef2d7bdeb4 Fix bug #9817. Change due to Mordante.
This could use some cleanup, the "screen->rebuild_terrain(*loc);" may
be inappropriate now and whatever that "rebuild_screen_ = true;" was
trying to trigger may also be dispensable.
2007-08-30 19:13:25 +00:00
uso
1879a537e0 align the 'Video Mode' and 'Theme' buttons to the bottom of the window
to be consistent with other buttons
2007-08-30 19:05:13 +00:00
Nils Kneuper
e64b32d0e1 updated changelog 2007-08-30 15:24:55 +00:00
Nils Kneuper
963db220be updated German translation 2007-08-30 15:23:03 +00:00
Eric S. Raymond
fe0b7b97f4 Tweak the campaign ranks.
UtBS needed to be moved to the top of the Expert tier.  Novice
campaigns now have ranks 0-99, Intermediate 100-199, expert 200-299.
2007-08-30 15:14:11 +00:00
David Philippi
40e68fa9b2 swedish translation update 2007-08-30 13:10:09 +00:00
Nils Kneuper
b30c40ea7e pot-update 2007-08-30 11:04:00 +00:00
Lari Nieminen
92cd2b84a3 Added a missing period to one dialogue line. 2007-08-30 09:53:01 +00:00
Gunter Labes
4b2fd7f419 tiny typo fix 2007-08-30 04:20:50 +00:00
Dimitar Ilccov
f9775e8d9b Added ranks to Liberty, SotBE and NR 2007-08-30 04:19:32 +00:00
Eric S. Raymond
c378d3b03b Arrange for quit in linger mode to go back to main screen, 2007-08-30 04:01:16 +00:00
uso
deea537c77 keep the selected game visible if it's visible before the game list update 2007-08-30 00:09:54 +00:00
Eric S. Raymond
dd82945eb9 English-usage tweak for Soliton's fix. 2007-08-29 23:38:08 +00:00
Gunter Labes
c9297cdbb1 describe the scenario starting gold logic more accurately 2007-08-29 23:25:07 +00:00
uso
ec83df7ed6 try to preserve the game selection when the game list is updated,
if the last item in the list is selected keep the last selected
2007-08-29 22:39:43 +00:00
Ali El Gariani
aebd17302f Continue to clean the stderr :
- only show the time needed to start after the initial start (and not
each time that we enter the titlescreen)

- remove "showing title screen..." and "started music" both are
useless (we see and hear) or incorrect (if no titlescreen or no music)
also remove "title screen returned result"
2007-08-29 20:53:41 +00:00
Ali El Gariani
0a19c36e63 For these strange numbers on the stderr when starting:
- Use only one (instead of 2 almost identical)
- now display "time elapsed : 3546 ms" 
- fix incorrect values (several days) at least on my linux box
2007-08-29 20:37:20 +00:00
Ali El Gariani
447d53217d Remove a useless error output "showing topic blaba" spotted by zookeeper
This was used for the main "Overview" topic when opening the help
and when clicking on the "profile" button
2007-08-29 20:03:11 +00:00
Ali El Gariani
90427ca536 Fix a glitch with encountered units in help when using the ":debug" command
(The unit list wasn't updated when changing the debug state)

Now the previous behavior works fine: with "--debug" or ":debug",
you see all units; and whitout, you see only encountered units.
2007-08-29 19:54:04 +00:00
Mark de Wever
56e9c54908 C-style cast cleanup. 2007-08-29 19:28:51 +00:00
Mark de Wever
cb2deff408 C-style cast cleanup. 2007-08-29 19:16:24 +00:00
Mark de Wever
31c9735058 C-style cast cleanup, leave some tricky ones for a later point in time. 2007-08-29 18:58:51 +00:00
Mark de Wever
ec07f3db14 C-style cast cleanup. 2007-08-29 18:26:31 +00:00
Mark de Wever
ed21921769 C-style cast cleanup. 2007-08-29 17:58:16 +00:00
Mark de Wever
8e1abfd720 Also updated the editor.dev with the version Zebulon uses. 2007-08-29 17:19:01 +00:00
Mark de Wever
a16051aead C-style cast cleanup. 2007-08-29 17:03:38 +00:00
Mark de Wever
766eb54297 Updated wesnoth.dev with the version Zebulon uses. 2007-08-29 16:54:43 +00:00
Nils Kneuper
9829a95dbe added Latin variation of Serbian 2007-08-29 15:50:13 +00:00
Eric S. Raymond
d7d0392fbb Address bug #6093. 2007-08-29 15:41:57 +00:00
David Philippi
2b8d965930 swedish translation update 2007-08-29 11:17:47 +00:00
Eric S. Raymond
d8e717dd0d Address bug #4105. 2007-08-29 09:30:32 +00:00
Nils Kneuper
683a5007f8 updated Bulgarian translation 2007-08-29 08:47:04 +00:00
Eric S. Raymond
a8cd9db084 Have mercy on Emacs's syntax-coloring code. 2007-08-29 03:05:44 +00:00