28275 Commits

Author SHA1 Message Date
Eric S. Raymond
49e51b0a6d trackplacer: tweak documentation strings. 2008-10-19 11:57:31 +00:00
Eric S. Raymond
ab50fc72e9 trackplacer: from buttons to toolbar. 2008-10-19 11:52:59 +00:00
Eric S. Raymond
4d7455cc0e Typo fix. 2008-10-19 10:54:48 +00:00
Eric S. Raymond
97a888316b Fix a continuity error...
...introduced by the reduction of lifespan for Wesnothian Elves. The
Elven Rider who meets the party was named "Eonihar", and Kalenz
addresses him as "old friend".  Clearly this was originally meant to
be the same Eonihar who appears in LoW, back when we thought Elvish
lifespans were far longer and Kalenz not atypical. But with Kalenz now
being 200 years older than most elves ever get, this is no longer
possible.  So I've hanged his name and has Kalenz address him as
"herald of Lintanir".
2008-10-19 05:49:58 +00:00
Eric S. Raymond
04f9fe25c9 trackplacer: Add some conditioned-out code we'll probably use in the future. 2008-10-19 05:18:24 +00:00
Eric S. Raymond
9a8ea284fc Scepter of Fire is trackplacerized. 2008-10-19 02:30:44 +00:00
Eric S. Raymond
25c0c499e6 trackplacer: ensure that spaces in track names won't mess up...
...the generated macros.
2008-10-19 01:43:07 +00:00
Eric S. Raymond
7dcf6a6201 Fix minor markup bugs. 2008-10-19 01:30:09 +00:00
Tomasz Śniatowski
24299b8109 Clean up read_file() by adding more versions of the function...
...depending on how they treat relative paths. I found the current
behaviour unintuitive and bug-friendly for some purposes (namely the
editor). This should fix editor2's save/load inconsistencies with the
--load option that fendrin spotted.
2008-10-18 23:47:54 +01:00
Eric S. Raymond
53399e927d OK, that constituted a brown-paper-bag bug. 2008-10-18 21:51:15 +00:00
Eric S. Raymond
60f77f915a Fix generated macro names from trackplacer.
A journey track for Northern Rebirth.
2008-10-18 21:45:29 +00:00
Eric S. Raymond
e31a404cce trackplacer: a slight change in how track IDs are used...
...to generate macros allows underscores to be used in IDs.
2008-10-18 20:26:47 +00:00
Alexander van Gessel
4af5ac30be Hand-hacked liberty's journey so the updated trackplacer will read it. 2008-10-18 17:24:41 +01:00
Eric S. Raymond
a732663888 Make LoW use the same sparse map as aOI. 2008-10-18 16:19:01 +00:00
Eric S. Raymond
cb25c76910 Journey track and geographic consistency cleanup for Legend of Wesmere.
The siege of Weslath (city otherwise unattested) has become the siege
of Tath.
2008-10-18 16:07:33 +00:00
Eric S. Raymond
be87d21281 trackplacer: make deletion work right again. 2008-10-18 15:43:08 +00:00
Eric S. Raymond
0e4b987ddf trackplacer: tweak the redraw order. 2008-10-18 15:22:41 +00:00
Eric S. Raymond
f6cb3be0dd trackplacer: right-button context popup is fully working. 2008-10-18 15:13:17 +00:00
Jordà Polo
7f59ee7c76 Update Catalan translation 2008-10-18 15:11:49 +00:00
Eric S. Raymond
6938084d73 trackplacer: basic machinery for a right-button info popup. 2008-10-18 14:51:54 +00:00
Eric S. Raymond
8d97ea744f trackplacer: check for saves that could clobber data and raise a warning. 2008-10-18 13:47:23 +00:00
Tomasz Śniatowski
3bc48f8fec fix a double-free bug, spotted by fendrin, and an issue with -e --load, 2008-10-18 13:37:24 +01:00
Fabian Müller
ad80e9bc60 LoW::03
fixed a unknown starting position bug

updated the mask
2008-10-18 11:32:17 +00:00
Tomasz Śniatowski
0f5be530d4 changelog entry for bug#12426 fix 2008-10-18 10:31:16 +01:00
Eric S. Raymond
41efa7a271 Banish a stderr message reported on the forums. 2008-10-18 06:57:33 +00:00
Eric S. Raymond
a6537645b9 trackplacer: UI change, drag markers with middle button. 2008-10-18 05:45:35 +00:00
Eric S. Raymond
6bfa38fde3 trackplacer: a feature turned out to be excessively dangerous. 2008-10-18 05:36:11 +00:00
Eric S. Raymond
c4f8332cec trackplacer: factor out the flush() function for cleaner animation. 2008-10-18 04:49:11 +00:00
Eric S. Raymond
73909b1440 tracjplacer: speed up drawing, ignore COMPLETE macros when parsing. 2008-10-18 04:29:22 +00:00
Eric S. Raymond
436ba7ae60 trackplacer: fix a redrawing glitch. 2008-10-17 22:45:38 +00:00
Tomasz Śniatowski
23acc87593 fix bug #12426 (wesnoth-editor translation files issue) 2008-10-17 23:18:50 +01:00
Fabian Müller
e1e7b96308 New terrain: human snow mountain village 2008-10-17 20:53:14 +00:00
Jordà Polo
bc35fd4eb3 Update Catalan translation 2008-10-17 20:36:36 +00:00
Lari Nieminen
630b08078c Fix concealment's terrain filter to match all villages. 2008-10-17 20:34:51 +00:00
Jordà Polo
e850f02bd5 Fix mismatched quotes 2008-10-17 20:34:28 +00:00
Eric S. Raymond
a99c8c896f A Tale of Two Brothers now has a time, a place, and a journey track. 2008-10-17 19:28:05 +00:00
Eric S. Raymond
c11d6ebb70 trackplacer: raise error on attempts to draw when there are no tracks. 2008-10-17 19:05:15 +00:00
Tomasz Śniatowski
de4a206a19 fix compilation error 2008-10-17 18:28:57 +01:00
Eric S. Raymond
42c2c22725 Typo fix. 2008-10-17 17:11:01 +00:00
Tomasz Śniatowski
01e504ede6 remove some map.hpp dependencies,
...also separated viewpoint and map_exception classes from map.hpp
into separate headers (no cpp files)
2008-10-17 17:53:08 +01:00
Tomasz Śniatowski
e691fff0b6 make the CVideo class noncopyable...
...(copying it is a sign of a typo that will be caught by the compiler
this way instead of crashing at runtime)
2008-10-17 17:43:20 +01:00
Lari Nieminen
d71abda222 Fixed Haldric probably not losing his ruby of fire attack...
...when he's supposed to.
2008-10-17 15:50:05 +00:00
Eric S. Raymond
23cdfcdc84 Legend of Wesmere is trackplacerized. 2008-10-17 09:07:07 +00:00
Sergey Popov
50e7c63d04 Really fixed install with scons 0.96.93 2008-10-17 08:26:53 +00:00
Eric S. Raymond
bfb210c9e9 Warn against an optimization that doesn't work. 2008-10-17 07:59:23 +00:00
Eric S. Raymond
b77c478eca HttT track has been trackplacerized. 2008-10-17 07:49:43 +00:00
Eric S. Raymond
881fb36801 Add some trackplayer-related news. 2008-10-17 02:07:35 +00:00
Eric S. Raymond
ebf3ead493 trackplacer conversion.
Shift the last leg of the journey so that Test of the Clan takes place
in the Horse Plains (mattching the battle map) rather than the
Estmarks.
2008-10-17 01:51:01 +00:00
Sergey Popov
74413860e0 Fixed install with scons 0.96.93 2008-10-16 22:55:24 +00:00
Sergey Popov
647d3e71e0 Fixed breakage with scons 0.96.93 2008-10-16 22:37:34 +00:00