938 Commits

Author SHA1 Message Date
Eric S. Raymond
cb33789473 trackplacer: document failed attempt at a feature so it won't be tried again. 2008-10-31 10:20:06 +00:00
Eric S. Raymond
55824ba7b0 wmlscope pacification. 2008-10-31 09:46:07 +00:00
Eric S. Raymond
dc36208145 trackplacer: Don't reread generated *_END macros as new data. 2008-10-30 07:41:22 +00:00
Eric S. Raymond
742d445b03 Add buttons to reorder tracks. 2008-10-28 18:43:34 +00:00
Eric S. Raymond
7df469e62e Handle macros with an #endif not at start of line. 2008-10-28 15:05:43 +00:00
Eric S. Raymond
0d071ea11a trackplacer: More tweaks to handle working in wesnoth-umc-dev gracefully. 2008-10-28 08:53:42 +00:00
Eric S. Raymond
f56b6ac222 Trackplacer: work correctly on wesnoth-umc-dev with a -d argument. 2008-10-28 08:23:15 +00:00
Fabian Müller
8d923fb563 new upstream version of the emacs mode for wml.
for a changelog see the thread
http://www.wesnoth.org/forum/viewtopic.php?f=21&t=13798&start=15
2008-10-26 14:18:59 +00:00
Eric S. Raymond
ce66ad953c trackplacer: Now generates macros that allow a journey track...
...to display red only for the terminating battle or rest of each
stage.  LoW wanted this.
2008-10-25 06:44:43 +00:00
Eric S. Raymond
b5655a75c7 trackplacer: For each stage in a track,
...also write an _END macro that refers to the terminating location.
2008-10-25 05:09:35 +00:00
Sergey Popov
529cd83204 Set the scroll area to expand on small screens. 2008-10-24 20:42:27 +00:00
Eric S. Raymond
ab65c4964f trackplacer: Set toolbar to no expand. 2008-10-24 20:36:47 +00:00
Eric S. Raymond
d8f92addff Yet another attempt at better allocation policy. 2008-10-24 20:31:02 +00:00
Eric S. Raymond
76f4a8436a trackplacer: try a more effective window-sizing policy. 2008-10-24 20:25:18 +00:00
Eric S. Raymond
96d61e9f04 Nice try, loonycyborg, but maximize() on a large display...
...is incredibly ugly -- fills most of the screen with garbage.
2008-10-24 20:00:23 +00:00
Eric S. Raymond
9b4a51c83e trackplacer: initialize properly when there are no tracks. 2008-10-24 19:09:55 +00:00
Sergey Popov
5df3ea17f1 Trackplacer: allow shrinking of map scroll area past starting size.
Maximize the window since its default size isn't set properly yet.
2008-10-23 21:46:09 +00:00
Eric S. Raymond
a730dfae16 trackplacer: fix bugs in feature-overlap detection. 2008-10-20 23:50:50 +00:00
Eric S. Raymond
ecca6fa975 Added new tool, journeylifter, for converting UMC to use trackplacer format. 2008-10-20 14:28:04 +00:00
Eric S. Raymond
7306eced9e wmllint missed a case in converting the track-marking macros. 2008-10-20 11:25:36 +00:00
Eric S. Raymond
21c95e1353 Contnuity fix: the SoF Caverns of Flame now coincide with the HttT ones. 2008-10-20 03:01:57 +00:00
Eric S. Raymond
9c289e3389 trackplacer: fix minor bug in computing redraw colors. 2008-10-19 22:01:29 +00:00
Eric S. Raymond
e2df5a29bb Code simplification. 2008-10-19 20:56:37 +00:00
Eric S. Raymond
497417746c Documentation string tweaks. 2008-10-19 16:53:25 +00:00
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
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
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
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
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
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
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
Eric S. Raymond
c11d6ebb70 trackplacer: raise error on attempts to draw when there are no tracks. 2008-10-17 19:05:15 +00:00
Eric S. Raymond
b1e396b502 trackplacer: fix a small but fatal bug. 2008-10-16 20:27:48 +00:00
Eric S. Raymond
d8d2b291a7 trackplacer: fix track-allocation bug when starting without filename. 2008-10-16 18:50:24 +00:00
Eric S. Raymond
72bb6dc0d8 trackplacer: fix a bug in the deletion logic. 2008-10-16 18:03:00 +00:00
Eric S. Raymond
7d8b9d6355 trackplacer: improvements to the copy button. 2008-10-16 16:47:29 +00:00
Eric S. Raymond
796c5e47a8 trackplacer: implement copy button, and always redraw in track order. 2008-10-16 16:11:16 +00:00
Eric S. Raymond
9c92eeb641 trackplacer: fix a bug in icon erasure. 2008-10-16 13:49:14 +00:00
Eric S. Raymond
5618a698c8 trackplacer: honor the track order when writing out macros. 2008-10-16 13:41:17 +00:00
Eric S. Raymond
05aa0ac0f9 trackplacer: make track addition have the right side effects in other controls. 2008-10-16 12:46:39 +00:00
Eric S. Raymond
b24f0177a1 trackplacer: track addition and deletion appear to work. 2008-10-16 11:55:06 +00:00
Eric S. Raymond
1c3742bb58 traclplacer: controls for track addition and deletion are in place,
...though not yet completely working.
2008-10-16 11:23:11 +00:00