16095 Commits

Author SHA1 Message Date
Eric S. Raymond
a73ca1fdb5 Report my recent work. 2007-04-07 07:56:16 +00:00
Eric S. Raymond
9188eb76ea Utils macros reorganized for new topic separations. 2007-04-07 07:03:12 +00:00
Eric S. Raymond
51ad1a1498 Create a new topic file for macros that do images and overlays and effects. 2007-04-07 06:55:40 +00:00
Eric S. Raymond
93d9a40887 Push ENDGAME back where it came from.
It's used only that once, and it's badly named.
2007-04-07 06:22:05 +00:00
Eric S. Raymond
ec47eec026 Move some music control macros out of utils...
...into the topic file for sound utility macros, because they have no
dependencies on the other stuff in utils.
2007-04-07 06:20:27 +00:00
John W. C. McNabb
731a07dcc6 fixes to correctly handle AI that tries to move a unit without knowing...
...what is in its path
2007-04-07 06:06:14 +00:00
Eric S. Raymond
30883dd980 Add explanatory documentation comments to various utils files. 2007-04-07 05:35:53 +00:00
Eric S. Raymond
9f0927aee8 Replace instances of PUT_IMG in tSG and UtBS with the util macro PLACE_IMAGE. 2007-04-07 04:37:50 +00:00
Eric S. Raymond
169513ed8d Removed unused macro definitions...
...for bits of storyline that have been edited out.  If you need the
old text, revert this diff.
2007-04-07 04:22:41 +00:00
Eric S. Raymond
72778f7688 Removed unused macro. 2007-04-07 04:13:38 +00:00
Patrick Parker
7a5f3d9e2b silene's patch #716: Make --nogui actually useful on its own 2007-04-07 03:35:50 +00:00
Patrick Parker
e0f200a502 silene's patch #715: Fix incorrect last argument of paths constructor 2007-04-07 03:22:55 +00:00
Patrick Parker
d0e3e11c47 use the more consistent replay style for [fire_event] source locations 2007-04-06 23:15:58 +00:00
Mark de Wever
2da6d11d8f change the internal functions to use internal linkage 2007-04-06 22:41:00 +00:00
Eric S. Raymond
bb188a497d Avoid duplicating a definition (last one in the tree). 2007-04-06 22:19:20 +00:00
Mark de Wever
ff0892a5de ported 2007-04-06T22:00:39Z!koraq@xs4all.nl frrom 1.2 branch fixes bug #8839 2007-04-06 22:05:50 +00:00
Eric S. Raymond
1ffa5b8fa4 HIGH_PRIORITY_TARGETS only gets used when HARD is on,
so don't define it otherwise.  Avoids a spurious error message from
macroscope.
2007-04-06 22:01:14 +00:00
Jérémy Rosen
d08d4f536c fix crash when uncompressing improper WML in network code 2007-04-06 20:47:27 +00:00
Mark de Wever
92f18688bd cleaned up unit_frame a bit, still can use some more cleaning up.
moved the progressive_int and double into a template the string not
since it differs too much for now.
2007-04-06 18:15:42 +00:00
Eric S. Raymond
91bf427633 Avoid a macro name collision. 2007-04-06 17:47:40 +00:00
Mark de Wever
723b21389d Cleaned up the sources and added automatic wildcard extension to the terrains.
This is not 100% finished, still needs some tuning but this version works.
2007-04-06 17:20:35 +00:00
Eric S. Raymond
a8e799793c The Perl random-map generator is both obsolete
(only does the old single-letter format) and redundant (there's a
better-maintained one in C++ now).  Furthermore nobody seems to have
cared about it since 2003.  And I'm trying to remove cruft from the
internal toolset, so away it goes.
2007-04-06 16:48:46 +00:00
David Philippi
e004538423 swedish translation update 2007-04-06 16:24:58 +00:00
Nils Kneuper
4767ac9a7e updated German translation 2007-04-06 14:41:14 +00:00
Nils Kneuper
1a393a87a2 updated German translation 2007-04-06 13:39:46 +00:00
Nils Kneuper
8ea932ba9b updated German translation 2007-04-06 13:08:23 +00:00
Gunter Labes
c3ccae587b fixed some macro calls that weren't updated with the new font parameter
(starting wesnoth once to test changes helps ;-))
2007-04-06 13:05:03 +00:00
David Philippi
f231fb12e0 merged patch #714 by silene
- removal of dead stuff and static linkage marking for internal functions
2007-04-06 12:26:02 +00:00
Eric S. Raymond
48d08c07b8 PUT_IMG is trivial but it's used more than once.
Haul it into the utils library for now, it might get abolished at a
later cleanup stage.
2007-04-06 09:43:39 +00:00
Eric S. Raymond
c2860d228a Remove unused "320" definitions, this theme doesn't need them. 2007-04-06 09:35:07 +00:00
Eric S. Raymond
875da2584c Add more reporting modes to macroscope. 2007-04-06 09:31:44 +00:00
Nils Kneuper
e631c3797b moved stip_image_profiles.sh into the "base" utils folder 2007-04-06 09:06:53 +00:00
Nils Kneuper
c9b7f2ab97 updated French translation 2007-04-06 08:49:07 +00:00
Eric S. Raymond
35ccea00d5 Remove some unused definitions. 2007-04-06 08:29:53 +00:00
Eric S. Raymond
fcc22c3f61 Avoid multiple definitions of the same macro. 2007-04-06 08:26:27 +00:00
Eric S. Raymond
fd8dfe70c7 Who knew macro names actually have leading underscores sometimes?
Tweak macroscope to cope.
2007-04-06 08:23:31 +00:00
Eric S. Raymond
c0f5959abb Remove an unused definition. 2007-04-06 07:56:41 +00:00
Eric S. Raymond
7a7b0ca40b Improve comment handling and macro name recognition in macroscope. 2007-04-06 07:44:12 +00:00
Eric S. Raymond
35bf230d16 Put ./ in front of COPYING.txt so macroscope won't mistake it for a macro, 2007-04-06 07:21:33 +00:00
Eric S. Raymond
6e20dae685 Comment out a fossil in a discarded scenario.
Avoids a spurious error from macroscope.
2007-04-06 06:53:24 +00:00
Eric S. Raymond
86f550196e Teach macroscope not to treat macro formals as dangling references. 2007-04-06 06:39:56 +00:00
Eric S. Raymond
2aadbdf112 Expand away duplicated definitions that are used one time each.
(Found with macroscope.)
2007-04-06 06:30:44 +00:00
Eric S. Raymond
ba4650cbe5 Removing TsG local definitions of DOT and CROSS,
as they duplicate those in the utils directory. (Found with
macroscope.)
2007-04-06 06:05:59 +00:00
Eric S. Raymond
f57db7922a Drop local definition of TREMOR in HttT;
the one in utils is visually equivalent and has sound too.  (Found
with macroscope.)
2007-04-06 05:56:16 +00:00
Eric S. Raymond
752d11c925 More refactoring in macroscope. References are now objects. 2007-04-06 05:42:09 +00:00
Eric S. Raymond
7c09758819 macroscope check for unresolved macro references is *mostly* working... 2007-04-06 05:14:02 +00:00
Eric S. Raymond
391dbe45ac macroscope checkpoint before teaching it to count unresolved references. 2007-04-06 04:50:37 +00:00
Ali El Gariani
e26abc9738 Before starting the dragging, check the current mouse position
...instead of trusting the calling parameters. 

Remove now unused data from the header
2007-04-06 03:17:58 +00:00
Patrick Parker
6c196f4e20 fix bug #8816
- spawning new events and/or changing existing events should wait
  until the current event has been fully processed by all handlers
2007-04-06 03:13:55 +00:00
Eric S. Raymond
a761acd429 Macroscope gets refactored in preparation for doing more with it. 2007-04-06 03:10:35 +00:00