28615 Commits

Author SHA1 Message Date
Mark de Wever
00a521f53f Make sure the canvas knows about the screen size.
Added a helper function to make it easier to add the size. The sizes are
needed for image scaling depending the screen size.
2008-11-04 16:54:44 +00:00
Mark de Wever
f1aaa7e137 Use the logger macro now that they moved to log.hpp. 2008-11-04 16:54:39 +00:00
Mark de Wever
234c897ab5 Change ugly defines to const unsigned.
Please use const type instead of #define there's no good reason not to
do so!!!
2008-11-04 16:54:28 +00:00
Eric S. Raymond
92fa8298c8 Correct some documentation. 2008-11-04 12:59:52 +00:00
Eric S. Raymond
39553800ce Sff a check for incorrect sentence-ending punctuation. 2008-11-04 12:46:05 +00:00
Eric S. Raymond
72fad01d24 Document an entry point a little better. 2008-11-04 02:31:36 +00:00
Eric S. Raymond
76db51c237 We shouldn't be naming Dwarves after the monster from Beowulf.
Especially not friendly ones.
2008-11-04 00:17:01 +00:00
Eric S. Raymond
1afb992b06 Tighten up spellchecking yet again. 2008-11-04 00:05:29 +00:00
Eric S. Raymond
950897fb10 Tighten up the spekll-checking, and catch some more glitches. 2008-11-03 22:38:07 +00:00
Steven Panek
62362444e9 Removed the Dread Bat from UtBS as it is now in core. 2008-11-03 22:30:51 +00:00
Steven Panek
f4af8b818f Mainlined Dread Bat. 2008-11-03 22:21:04 +00:00
Jérémy Rosen
dbc693da43 remove an optimisation that caused incorrect redraws 2008-11-03 20:43:49 +00:00
Sergey Popov
c1456d5d94 Made NSIS use correct registry entries and default installation...
...directory depending on install mode(per-user or per-machine).
2008-11-03 20:30:36 +00:00
Eric S. Raymond
7571ffb728 Tighten up the implementation of spell-checking a bit,
...and fix some edge cases it catches.  Also, implement a method to
check ancestor scomes in WmlIterator (not yet used).
2008-11-03 19:47:46 +00:00
Mark de Wever
0374fe356c Initialize all members. 2008-11-03 18:49:37 +00:00
Mark de Wever
b84827bed2 Initialize all members. 2008-11-03 18:49:33 +00:00
Mark de Wever
359f7d0eb7 Initialize all members. 2008-11-03 18:49:30 +00:00
Mark de Wever
73d2985ff2 Initialize all members. 2008-11-03 18:49:25 +00:00
Mark de Wever
2c9ffc7c79 Initialize all members. 2008-11-03 18:49:21 +00:00
Mark de Wever
7d575fa425 Initialize all members. 2008-11-03 18:49:17 +00:00
Mark de Wever
eb2283610b Initialize all members. 2008-11-03 18:49:13 +00:00
Mark de Wever
187950939e Initialize all members. 2008-11-03 18:48:49 +00:00
Eric S. Raymond
d80f4e0740 Typo fix. 2008-11-03 18:32:31 +00:00
Lari Nieminen
f63b49a2d5 A flashier animation for the troll shaman's fire attack...
...(needs improvement though).
2008-11-03 17:20:34 +00:00
Lari Nieminen
cc650b7c50 New graphics for the troll shaman. 2008-11-03 12:32:40 +00:00
Eric S. Raymond
f8d75639b9 Remove an unneeded stripping operation. 2008-11-03 08:37:37 +00:00
Eric S. Raymond
9352e992fc Correct handling of exceptional cases involving legitimate spellings...
...ending in single quote.
2008-11-03 08:32:35 +00:00
Eric S. Raymond
2cc7e6f954 Document what the spellchecker scanner is doing. 2008-11-03 08:25:16 +00:00
Eric S. Raymond
53d2b62b88 When a spelling exception occurs, report the non-case-smashed token. 2008-11-03 07:41:08 +00:00
Eric S. Raymond
c279bd6ba1 Teach the spellchecker to handle another edge case. 2008-11-03 07:17:31 +00:00
Eric S. Raymond
3e381f8e37 Dwarf-dialect tweaks. 2008-11-03 05:00:48 +00:00
Eric S. Raymond
2dee5c7a2b Fix some minor bugs in the spellchecker scanner. 2008-11-03 04:51:15 +00:00
Steven Panek
bfaf097c1d Changed Asheviere's magic's name from cold to raging blizzard...
...and gave it an appropriate animation.
2008-11-03 04:30:37 +00:00
Eric S. Raymond
3863275e23 Refactoring step. 2008-11-03 03:04:00 +00:00
Alexander van Gessel
3df044e3ff State filesizes in proper SI-notation. 2008-11-03 04:02:36 +01:00
Gunter Labes
3e6863c2ad send a server message when a player with the same IP...
...as an existing game member enters
2008-11-03 01:34:36 +00:00
Ignacio R. Morelle
803e23dbca Revert 2008-11-03T00:20:15Z!shadowm@wesnoth.org. 2008-11-03 00:54:59 +00:00
Eric S. Raymond
ff898341e1 This revision fixes almost all spellcheck exceptions in mainline.
The few that remaim probably indicate spellchecker bugs.
2008-11-03 00:49:29 +00:00
Ignacio R. Morelle
7d58c338f8 Revert 2008-09-08T09:16:41Z!crazy-ivanovic@gmx.net, 2008-09-07T01:36:56Z!shadowm@wesnoth.org
(patch attached to bug #11676) and restore the old wesnoth-optipng
behavior (doesn't use advcomp)
2008-11-03 00:20:15 +00:00
Ignacio R. Morelle
ef9bbc1807 Mention 2008-11-02T20:06:48Z!shadowm@wesnoth.org 2008-11-02 20:51:10 +00:00
Ignacio R. Morelle
d0e4bfe7b2 Sound sources are loaded from saved games.
This fixes bug #11495.
2008-11-02 20:06:48 +00:00
Ignacio R. Morelle
1aa6a2d778 * Make sound_source WML function use the new sourcespec config-based
constructor
* Sound sources are dumped to saved game state. (Pre-final step for
  fixing bug #11495).
2008-11-02 20:00:02 +00:00
Ignacio R. Morelle
ddb9c8301a [[WML engine improvements]]
* Rewrote the experimental WML write interface. Now it is finished
  and ready for real use.
* Sourcespecs may be built from WML config objects directly (reader
  interface).
2008-11-02 19:57:29 +00:00
Alexander van Gessel
23a491aa47 Ran optipng, saved 471 kB (1%) on 4667 files. 2008-11-02 20:51:05 +01:00
Nils Kneuper
4582c1056c fix wrong tags which stop compiling the manpages 2008-11-02 19:17:13 +00:00
Sergey Popov
e78d1df3ba Removed dead code. 2008-11-02 18:10:56 +00:00
Sergey Popov
9721409c98 Added env.InstallBinary wrapper method and made use of it. 2008-11-02 18:10:48 +00:00
Ignacio R. Morelle
ebe1ae2f40 Reworked the interfaces for sound source,
...taking off some uncomfortable coding practices.

  This is my first step towards fixing a bug in which sound sources are
  discarded on game load (bug #11495). Functionality should not be
  affected by this commit. A experimental write() interface was added
  to class soundspec but it is still unused and untested.
2008-11-02 18:05:11 +00:00
Ignacio R. Morelle
c9bf55b9e6 Corrected sound={SOUND_LIST:SWISH} with sound={SOUND_LIST:SWORD_SWISH}. 2008-11-02 16:40:13 +00:00
Alexander van Gessel
b6b8adaa0c Ran optipng, 1 KB (12%) saved. 2008-11-02 16:51:32 +01:00