Commit Graph

22665 Commits

Author SHA1 Message Date
Richard Kettering
d37f58c3a8 Directional standing/defense frames for the goblins. 2008-02-12 07:27:27 +00:00
Richard Kettering
05efd81846 Directional standing/defense frames for the goblins. 2008-02-12 06:49:13 +00:00
Eric S. Raymond
1e90674462 Extend type-checking to more macros. 2008-02-12 05:11:18 +00:00
David Philippi
ee17767905 spanish translation update 2008-02-12 00:33:48 +00:00
Nils Kneuper
0dd74f6f1d post release version bump 2008-02-11 23:17:16 +00:00
Nils Kneuper
9e314d9a39 just another pot-update
the file po/wesnoth-editor/POTFILES.in was somehow broken...
2008-02-11 22:09:11 +00:00
Nils Kneuper
700b697f61 wesnoth-pngcrush
total saved: 79 KB, 54 files
2008-02-11 22:00:57 +00:00
Nils Kneuper
61377b59f1 version bump for 1.3.16 2008-02-11 21:19:00 +00:00
Nils Kneuper
1976e92940 pot-update (updated references for 1.3.16) 2008-02-11 21:07:34 +00:00
Nils Kneuper
8120ab8ffa updated Italian translation 2008-02-11 20:55:30 +00:00
Eric S. Raymond
9d04d681f3 Two more unused images moved to attic. 2008-02-11 20:35:11 +00:00
Lari Nieminen
ed56744566 Map change to prevent recalling in Hide and Seek. 2008-02-11 20:34:30 +00:00
Eric S. Raymond
fcd84e25f8 Remove unused icons.
Jetryl said: "these were/are custom icons for Darth Fool's UI theme.  Not sure 
if they're wired in - if you can say with certainty they're not, remove them."
wmlscope and grep both say they're not.
2008-02-11 20:29:51 +00:00
Eric S. Raymond
e4369c5895 Images deleted at Jetryl's request. 2008-02-11 20:23:41 +00:00
Jérémy Rosen
a46a4af171 change dfault facing to south east 2008-02-11 20:22:32 +00:00
Pauli Nieminen
81f007b04c Added gmon.out (profiling output) to ignore list 2008-02-11 20:13:07 +00:00
Eric S. Raymond
616fd9ad2e Missing thief idle frame inserted a Jetryl's suggestion.
Also, create a reference to the leaning-oak graphic.
2008-02-11 20:12:40 +00:00
Eric S. Raymond
36ac25848a Moving these to attic, see the FR in bug #11041. 2008-02-11 19:47:08 +00:00
Jérémy Rosen
20bf7fa2e9 various cleanups in animations, and unreported bugfix 2008-02-11 19:44:25 +00:00
Eric S. Raymond
56e14f5aa9 Female variants go away too. 2008-02-11 19:09:13 +00:00
Eric S. Raymond
5c67f1548d Out-of-date Silver Mage teleport image nuked at Jetryl's request. 2008-02-11 19:06:46 +00:00
Jan Rietema
031153fb60 [[Improving the tutorial.]]
1. removed the quintain in the forest from scenario 1 - terrain
defense isn't part of the lesson, and it's possible to advance a
fighter and level 2 recalls aren't handled in scenario 2

2. fixed the problem with turn 2+ recruits in scenario 2

3. changed the map: moved the recalls to prevent quick recalled units
from dealing a death blow to torc in turn 2 (from the shallow water
hex), and used elf-castle, stone path etc terrains

4. added a check to the scripted moves to see if units are standing in
the path (prevents bug #6745)

5. fixed orc counter attack event/dialog
2008-02-11 18:47:21 +00:00
Eric S. Raymond
9225c7b79c More minor fixes found by sifting through the list of unused images. 2008-02-11 16:59:49 +00:00
Pauli Nieminen
dca851d3b0 Optimized parser:
* Removed tokenizer_string to let compiler to inline a lot called methods

* Made parser to create stringstream object from given string for tokenizer

* Some minor preprocessor tweaks
2008-02-11 15:43:47 +00:00
Eric S. Raymond
25bb143e33 Change some units from using # comments to [comment].
The only difference this makes is that wmlscope will no longer see the
frames as unused.  Each one is tagged with a FIXME comment as well.
2008-02-11 15:22:13 +00:00
Eric S. Raymond
1b24006284 Fix some places where 'unused' frames were not wired in...
...but clearly should have been.
2008-02-11 14:44:52 +00:00
Eric S. Raymond
7a0b668a30 Fixes for various missing and slightly busted animations. 2008-02-11 14:12:05 +00:00
Pauli Nieminen
6fbe66e4a5 Fixed ability filters to note [fitler] tag allways 2008-02-11 14:02:52 +00:00
Nils Kneuper
cc31c76a18 updated Polish translation, create Polish manual 2008-02-11 13:53:29 +00:00
Jan Rietema
58fcb4d9b9 Removed all uses of 'Blank' unit.
Sea Serpent event now uses a moveto event, and the trapped triton uses
a triton unit.

Fixed the coordinate error in the shipwreck treasure event.
2008-02-11 13:37:24 +00:00
Eric S. Raymond
6a3650e515 Cleanup of 'unused' images, second step.
Genuinely unused ones go to the attic. Where they come from and the
reason they're unused (when that's known) is documented in the attic
README. On this round I discovered that the Dwarvish Explorer
animation sprites that looked unused should have been wired into the
Explorer unit and never were.
2008-02-11 12:55:29 +00:00
Eric S. Raymond
1dd87a1b8a Use a role-based standing animation rather than a fluky macro. 2008-02-11 11:59:27 +00:00
Ali El Gariani
25a3a25a42 comment a tiny unimportant pathfinding-cost error about ZoC at destination
(a bit sensible to change, it's possible that AI rely on it)
2008-02-11 09:59:53 +00:00
Ali El Gariani
c7a29dcfd1 update changelog 2008-02-11 09:37:57 +00:00
Ali El Gariani
645dabb4ca stupid tiny optimizations for the frequent check if unit is incapacited 2008-02-11 09:36:48 +00:00
Ali El Gariani
3588d69fb5 Small optimization of the python wrapper for unit_type.attacks()
But we still don't cache it. Seems safe to do, will try after tagging.
2008-02-11 09:26:19 +00:00
Eric S. Raymond
89eb7a1dff Try to change the Dwarven Miner's image to the withstuff variant in
the appropriate move_to events.  This doesn't break anything but it
doesn't work yet either -- needs fixing by a WML expert.
2008-02-11 05:48:23 +00:00
Eric S. Raymond
568a808ddb Use [comment] to ignore the Dwarven Fighter idle admins,
...so the reference checks work.  Do a bit better job of explaining
why it was commented out.
2008-02-10 22:26:12 +00:00
Eric S. Raymond
017d92022c Clean up old campaign-specific images.
None of these are required in either mainline or UMC.  The deleted
ones are duplicates of images moved elewhere in the tree; the moved
ones go into the new attic directory for archiving.
2008-02-10 22:01:13 +00:00
Martin Renold
a306758255 enemy units can no longer be detected behind fog with the position status bar 2008-02-10 21:40:08 +00:00
Nils Kneuper
f913f28e9c created updated polish manpages, manual not complete enough 2008-02-10 20:57:39 +00:00
Nils Kneuper
8b807d2a72 updated Polish translation 2008-02-10 20:52:38 +00:00
Martin Renold
138cedfd8f display::scroll_to_tiles() perfectionism to do better scrolling
* ONSCREEN scrolls go into 50% center region instead of perfectly into
  the center

* do the minimum possible number of scrolls if a move path does not
  fit on-screen

* make fights always have 1/2 hex visible space around them In my
  tests the number of scrolls did go down by about 5%, and the median
  scrolling distance about 30%.
2008-02-10 20:08:32 +00:00
Eric S. Raymond
e733a6a07e Tweak the Annalist, an remove an unused and duplicate image. 2008-02-10 19:29:45 +00:00
Eric S. Raymond
607e2fa0d3 First cut at new Annalist animation, thanks to ghovs. 2008-02-10 19:06:09 +00:00
Eric S. Raymond
b5c850cfbc Use the magic-staff image for Staff of Righteous Flame. 2008-02-10 18:58:11 +00:00
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