Commit Graph

15835 Commits

Author SHA1 Message Date
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
Eric S. Raymond
7f08591791 More documentation comments. 2007-04-06 00:30:31 +00:00
Eric S. Raymond
e9b4af2f99 Add some documentation.
Move unit.pl back to the main tools directory, as it needs the wml Perl module.
2007-04-06 00:22:22 +00:00
Eric S. Raymond
69f3aa45e8 Move WML-hacking tools from top-level utils directory to data/tools.
This is a clutter-reduction step, separating the packaging and code-integrity 
checks from the stuff for maintaining mainline campaigns.

I've also added documentation comments to some scripts.
2007-04-06 00:02:43 +00:00
Ali El Gariani
b162e20777 Update the dragging cursor with the simple set_dragging_cursor function
instead of relying on the big part of mouse_motion.
2007-04-05 23:25:36 +00:00
Eric S. Raymond
8e60c8463d Move tools stuff into utils (Ivanovic's suggestion).
This directory is going to go away.
2007-04-05 23:17:46 +00:00
Ali El Gariani
3be8b5ad6e Don't ask SDL to reload the same b&w cursor. 2007-04-05 22:35:33 +00:00
Eric S. Raymond
ca5c16c0d8 Ignore references in comments. 2007-04-05 22:26:45 +00:00
Eric S. Raymond
d079af233e Remove some backward-compatibility macros
(IMAGE_DEFENSIVE, IMAGE_DEFENSIVE_RANGE, IMAGE_DEFENSIVE_SHORT).
These were deprecated and marked for backwards compatibility only,
nothing in 1.3 mainline uses them, and all the 1.2 user-generated
content is going to have to be rewritten anyway because of the
map-format change.  So away with these.
2007-04-05 22:03:32 +00:00
Eric S. Raymond
19b0f7b3a2 Macro-cross-reference mapper added. 2007-04-05 21:38:11 +00:00
Jörg Hinrichs
d83d457950 Fixes bug #8748 (Ethiliel not showing up in TSG->Vengeance)
and lets cross fingers i didn't break anything else.
2007-04-05 20:03:09 +00:00