Eric S. Raymond
74fa358fc1
Prevent border and header conversion of one-line maps.
...
This is basically so the NO_MAP macro doesn't get hosed.
2007-10-28 17:46:53 +00:00
Eric S. Raymond
5c21cce9be
Remove an obsolete comment.
2007-10-28 17:02:34 +00:00
Mark de Wever
3cdf37746c
Remove no longer needed debug data.
2007-10-28 15:24:40 +00:00
Mark de Wever
d314b376a4
[[Editor crash fix]]
...
* Fixed a bug, when two dimensions of a map were modified, the editor
could crash. Problem spotted by Ivanovic.
* Cleaned up the map code, making some members private again.
* Fixed a typo in players_changelog.
2007-10-28 15:08:55 +00:00
Jérémy Rosen
6c7fd7656e
more code refactoring
2007-10-28 12:34:59 +00:00
David Philippi
53003755e2
hungarian translation update
2007-10-28 12:30:12 +00:00
Mark de Wever
291bf90b24
Fixed the logic error in the tokenizer,
...
...which skipped the first character in the buffer. Removed the
workaround hack in the map, but left the debug code for now.
2007-10-28 11:24:13 +00:00
Mark de Wever
176b293197
Don't duplicate the starting positions into the outer border.
2007-10-28 10:53:53 +00:00
Jérémy Rosen
dd48d3d8db
allow multiple sub-animations, in all animations (not just missile in fight)
2007-10-28 10:17:53 +00:00
Mark de Wever
bdab825b22
Revert 2007-10-26T16:11:48Z!crazy-ivanovic@gmx.net and 2007-10-28T09:38:30Z!koraq@xs4all.nl
...
wmllint still has some issues, so revert before new commits cause
conflicts. Conflicts in maps are horrible to fix.
2007-10-28 10:06:24 +00:00
Nils Kneuper
ddec5e836b
made UtbS start again, the pointer to the first scenario was wrong
2007-10-28 09:41:30 +00:00
Mark de Wever
2e92d1dc5d
Reverted commit 2007-10-26T16:11:48Z!crazy-ivanovic@gmx.net...
...
and reran wmllint with the fix in commit 2007-10-28T09:03:10Z!koraq@xs4all.nl.
2007-10-28 09:38:30 +00:00
Mark de Wever
bb07ea8305
Fix a wrong terrain code conversion.
2007-10-28 09:03:10 +00:00
Jérémy Rosen
6957828351
revert accidental commit in 2007-10-27T21:18:23Z!jeremy.rosen@enst-bretagne.fr
2007-10-27 21:20:57 +00:00
Jérémy Rosen
b904378a22
second attempt at restoring network stats
2007-10-27 21:18:23 +00:00
Jérémy Rosen
835b96bb20
potential fix for server not displaying any connection stats
2007-10-27 20:53:54 +00:00
Mark de Wever
53ae49e3a6
Hacked a work-around to get the game working again,
...
...the real cause a bug in the parser and has to be fixed later, which
allows most of this commit to be reverted.
2007-10-27 17:21:02 +00:00
Nils Kneuper
1eeefb312a
updated Greek translation
2007-10-27 14:06:42 +00:00
Eric S. Raymond
7b059c1077
Add SPECIAL_NOTES_UNPOISON.
2007-10-26 22:26:42 +00:00
Jérémy Rosen
f135c1aaee
fix animation level progressive parameter...
...
...not handling negative start of anims correctly
2007-10-26 21:28:43 +00:00
Eric S. Raymond
f030497feb
Fix a slider-redisplay bug.
2007-10-26 21:01:33 +00:00
Ignacio R. Morelle
b31418328e
Update to 2007-10-25T12:05:22Z!shadowm@wesnoth.org (IIRC).
...
Still not finished, but you may forgive me.
2007-10-26 19:32:10 +00:00
Eric S. Raymond
00732a7789
On scenario victory, the code now tries to clean up *all* old savegames...
...
...rather than just autosaves. The start-of-scenario save is
exempted, and cleanup is done before replay save if that is enabled.
The preference to control this deletion behavior is now delete_saves
rather than delete_autosaves.
2007-10-26 19:15:14 +00:00
Eric S. Raymond
cb373e270c
Eliminate the maplift option now that Mordante's border code is merged.
2007-10-26 18:34:37 +00:00
Nils Kneuper
19178fa778
updated Czech translation
2007-10-26 18:12:01 +00:00
Eric S. Raymond
70a3eca32a
Add maximum-saves slider to the preferences GUI.
...
This doesn't actually do anything yet, I still need to modify the
game_saving logic to use it.
2007-10-26 17:18:05 +00:00
Ignacio R. Morelle
b862b7f8d2
Shadow updates by Shadow Master to frontier baroness sprites;
...
exactly the same made in TRoW datadir for Outlaw Princess, except that
the locations are different.
2007-10-26 16:47:39 +00:00
Nils Kneuper
db7fb6b7c4
map border change part2, uploading the result of wmllint --maplist data/
2007-10-26 16:11:48 +00:00
Nils Kneuper
c588445335
commit map border change for mordante
...
now only wmllint --maplift has to be run on data/, could you do this esr?
2007-10-26 16:02:04 +00:00
Nils Kneuper
2425e17fde
pot-update
2007-10-26 14:05:52 +00:00
Gunter Labes
97f824e156
Add a note to use wesnothd in the tooltip for "Host Networked Game".
2007-10-26 13:40:25 +00:00
Mark de Wever
f9ea9ffb87
Restructured the tokenizer to add an version which reads strings.
...
Restructured the parser to use the new tokenizer.
Added a config reader which works on strings, this one isn't used yet but will
be used in the new border code.
2007-10-26 11:09:51 +00:00
Eric S. Raymond
6fa7c2c218
Replace off-map instances of _s with _off^_usr.
...
No effect on play, and it quiets a spurious warning wmllint would
otherwise emit.
2007-10-26 04:04:56 +00:00
Eric S. Raymond
3b61c0c557
Replace two off-map instances of _s with Xu.
...
No effect on play, and it quiets a spurious warning wmllint would
otherwise emit.
2007-10-26 04:03:55 +00:00
David Philippi
ea63384e4f
danish translation update
2007-10-25 23:24:16 +00:00
Taurus
1eb243c577
Minor Bug Fix
2007-10-25 23:15:46 +00:00
Nils Kneuper
3804984915
updated Czech translation
2007-10-25 20:10:17 +00:00
Eric S. Raymond
3a31a47d9c
One more try at getting the death animation lift right.
2007-10-25 19:23:32 +00:00
Taurus
ebf45a9b66
Made auto recalled units Loyal + more bug fixing and polishing
2007-10-25 19:23:14 +00:00
Eric S. Raymond
67e893a75d
More work on the death frames.
2007-10-25 18:38:00 +00:00
Eric S. Raymond
cfbe4cae8b
Upgrade commented death animations with comments.
2007-10-25 18:13:49 +00:00
Eric S. Raymond
981477720c
Add another test for mask files -- look for fog in them.
2007-10-25 18:01:00 +00:00
Jérémy Rosen
4facb9b9c6
slight fix to progressive parameter, seen by zookeeper
2007-10-25 17:35:18 +00:00
Eric S. Raymond
cbad5c0d42
Check for references to mask files without .mask extensions.
2007-10-25 17:16:08 +00:00
Ignacio R. Morelle
b202102ee0
Fixed players_changelog to be more user-friendly. (Update to 2007-10-25T16:24:58Z!shadowm@wesnoth.org.)
2007-10-25 16:44:25 +00:00
Ignacio R. Morelle
b27af49137
Updated changelogs to fit 2007-10-25T16:01:17Z!shadowm@wesnoth.org.
2007-10-25 16:24:58 +00:00
Ignacio R. Morelle
4275a97b4f
Fix "holy" damage type references to be "arcane". Addresses bug #10195 .
2007-10-25 16:01:17 +00:00
Nils Kneuper
c614b98d98
updated Finnish translation
2007-10-25 15:41:58 +00:00
David Philippi
cef6cb5e8b
swedish translation update
2007-10-25 14:58:17 +00:00
Ignacio R. Morelle
8f45ad1daa
Partial revert of patch #812 to replace with better MP gender selection
...
alternative. GUI code by Noyga, config and main algorithm by
ShadowMaster.
2007-10-25 12:05:22 +00:00