22519 Commits

Author SHA1 Message Date
Eric S. Raymond
d1c3678356 Generalize the --from option.
Add an images-unused production so we can find things than need to be
included in animation frames etc.  Note, the report generator emits a
fair number of false positives through not recognizing implicit
references; I'll fix that next.
2008-02-10 18:32:20 +00:00
Eric S. Raymond
1e6919d28f First step of integrating the Annalist sprites and new THoT portraits. 2008-02-10 18:01:28 +00:00
Karol Nowak
9767281389 Fix the image scaling script for tiny gui (port from the gp2x brach). 2008-02-10 17:28:39 +00:00
Nils Kneuper
d9a259350c fixed typo from 2008-02-10T17:11:18Z!esr@thyrsus.com 2008-02-10 17:25:58 +00:00
Eric S. Raymond
04f3ea4999 More macro formal cleanups for typrechecking.
Also, remove an unused actual argument in UtBS.
2008-02-10 17:11:18 +00:00
Nils Kneuper
99a194d6a7 updated Czech translation (manpages/manual files recreated) 2008-02-10 16:40:30 +00:00
Nils Kneuper
b018d64b8d updated Czech translation 2008-02-10 15:47:34 +00:00
Nils Kneuper
aff42491d2 updated Italian translation 2008-02-10 15:25:44 +00:00
Nils Kneuper
144d5df4d5 updated German translation 2008-02-10 15:15:07 +00:00
Elias Pschernig
bd54862523 Fixed error messages when trying to show a dialog in nogui mode. 2008-02-10 14:29:27 +00:00
Gunter Labes
9aab45f72f also report unknown data when the scenario was not yet initialized 2008-02-10 14:22:35 +00:00
Nils Kneuper
9b5c78017f updated Finnish translation 2008-02-10 14:19:09 +00:00
Nils Kneuper
ff30feb98a updated Chinese translation 2008-02-10 14:17:44 +00:00
Mark de Wever
03a7fd9262 Fix a small border glitch. 2008-02-10 12:55:32 +00:00
Mark de Wever
769f7d4c66 Disable stricter terrain validation,
since a rogue scenario may prevent somebody from creating any game (bug
#11024).
2008-02-10 12:39:50 +00:00
David Philippi
8b0d875ca8 hungarian translation update 2008-02-10 12:23:52 +00:00
Nils Kneuper
ba94ad4cfe updated changelog 2008-02-10 11:15:47 +00:00
Nils Kneuper
ac3d99fad6 updated German translation 2008-02-10 11:14:38 +00:00
Eric S. Raymond
b481935da5 Fix two misnamed macros. 2008-02-10 10:07:59 +00:00
Gunter Labes
5a42eb54d6 properly escape the version and uploads values in info.cfg 2008-02-10 10:05:44 +00:00
Gunter Labes
c3589f5366 properly escape the version and uploads values in info.cfg 2008-02-10 10:01:43 +00:00
Eric S. Raymond
9a878d022c Clean a couple of minor errors introduced in my last commit.
"make unresolved" now passes. Time for me to go to sleep...
2008-02-10 09:57:42 +00:00
Eric S. Raymond
0ee463c8cf Enrich macro type checking some more and simplify the type inference rules.
Also head off a potential bug noted by Mordante with WML that
looks like {X_SPAN},{Y_SPAN}.
2008-02-10 09:38:07 +00:00
Piotr Cychowski
2cd537a2b1 Fix bug #11014:
Rewrite location filter not to use radius as that key seems to be
hopelessly broken since always.
2008-02-10 09:21:12 +00:00
Nils Kneuper
1b8d6316ee updated Chinese translation 2008-02-10 09:13:19 +00:00
Eric S. Raymond
28bee542c6 More formal-argument fixups and macro type checking. 2008-02-10 08:05:32 +00:00
Eric S. Raymond
74534ae07b wmlscope can now list macros with untyped formals. 2008-02-10 06:15:29 +00:00
Eric S. Raymond
867d18f971 UtBS maintainer forgot to include a required translation mark.
The message is (a) misspelled, and (b) not strictly necessary.
Deleting it.
2008-02-10 05:26:40 +00:00
Eric S. Raymond
fc045b288e Impprove reporting of type mismatches. Fix a few more formal args. 2008-02-10 05:18:39 +00:00
Eric S. Raymond
a600ade30e Regularize use of macro formal arguments so we can do better typechecking. 2008-02-10 04:30:18 +00:00
Eric S. Raymond
ca4c995e6c Expect integer literals from formals X and Y.
New magic formals XSPAN and YSPAN accept ranges.  (This will enable
tighter type-ccking on macros like PLACE_IMAGE).
2008-02-10 01:58:57 +00:00
Eric S. Raymond
d0a30839ed Address bug #11021
with this change the green point-gain numbers from a drain attack will
show only if Show Combat is enabled.
2008-02-10 00:44:07 +00:00
Eric S. Raymond
51a1d83cb6 Fixes bug #10941.
Turns out my logic in 2008-02-08T18:37:45Z!esr@thyrsus.com was correct but I made a coding
error in my handiling of a C++ inner class initializer that was subtle
enough for boucman to miss when he reviewed the change.
2008-02-10 00:31:42 +00:00
Mark de Wever
10d3ca45dd Enabled caching images for lowmem unconditionally...
...since it seems to save memory (bug #11022).
2008-02-09 23:49:13 +00:00
Eric S. Raymond
006ef441b1 This is the other half of a rename 2008-02-09 22:11:49 +00:00
Eric S. Raymond
b34c790f71 Revert my attempt to rename, macro expansions can't have c _. 2008-02-09 22:07:45 +00:00
Mark de Wever
6e72e21c19 Make editor handle errors with the old unsupported map format more gracefully
(bug #11023)
2008-02-09 21:22:40 +00:00
Martin Renold
f3f98c7525 Fix scrolling code even more. (Fixes some really minor scrolling bugs.)
This outside_area() function confused some people, me included.

Also, the implementation was 1/4 hex off.
2008-02-09 20:51:46 +00:00
Martin Renold
f6de6205fc more correct hex math (scrolling to center now actually centers) 2008-02-09 17:57:12 +00:00
Mark de Wever
6b811dcb63 Fix a small border glitch. 2008-02-09 15:19:00 +00:00
Nils Kneuper
3829120afe updated German translation 2008-02-09 14:05:40 +00:00
Martin Renold
e204680565 scrolling speed > 99 always does warp-scrolling
turbo mode only does warp-scrolling at turbo > 2.0
2008-02-09 08:50:34 +00:00
Piotr Cychowski
dec4c8a541 Attempt at fix of #11014:
Create an empty hex for dark assassin by carving out a wall if there
is no space around unit triggering moveto event. Can't test the
behavior as there is no save with offending case.
2008-02-09 08:26:14 +00:00
Piotr Cychowski
ad245aba2a Fix #11018:
Include missing death events and set required flags on firing
them. Temporary patch till I finally get to work on this scenario.
2008-02-09 08:17:38 +00:00
Gunter Labes
0b6b81687a remove bogus translation mark 2008-02-09 07:39:40 +00:00
Eric S. Raymond
942084ceca The dummy atttacck is no longer necessary,
...and looks confusing in the unit status display.  Addresses bug
#11016.
2008-02-09 06:25:43 +00:00
Eric S. Raymond
481f95f396 Address bug #11017. 2008-02-09 06:13:52 +00:00
Eric S. Raymond
3d5bab6cbc Somebody didn't wire in the new Guardsman images properly,
...and wmlscope objected.  Someomne who understands the intention
behind the new images should review to make sure I did the right thing
here.
2008-02-09 06:03:15 +00:00
Eric S. Raymond
5f7998779e Translatable strings must be quoted. 2008-02-09 05:47:43 +00:00
Eric S. Raymond
d2f27ade1c This macro is now defined more locally. 2008-02-09 03:11:23 +00:00