28978 Commits

Author SHA1 Message Date
Ignacio R. Morelle
c593c2911a Remove reference to inexistent, typoed image file 2008-11-23 19:54:59 +00:00
Mark de Wever
6dfd0dbb95 Make the text wrapping work. 2008-11-23 19:03:07 +00:00
Mark de Wever
15981a1266 Fix the scrolling bar for the scroll_label.
It was broken in the layout engine rewrite. Testing didn't reveal the
problem since it's not used yet.
2008-11-23 18:26:02 +00:00
Mark de Wever
3d3d981dcb Also use the c_str() at the relative path. 2008-11-23 18:20:40 +00:00
Sergey Popov
af73d9d995 Corrected a corner case of single-character strings...
...when checking whether path is absolute on windows.
2008-11-23 17:41:12 +00:00
Ignacio R. Morelle
c0d39e3de9 Hopefully reduced cohesion a bit by moving the...
...end_*_exception classes/structs out from menu_events.hpp.
2008-11-23 17:23:42 +00:00
Lari Nieminen
cd31bc34f6 Removed an [allow_undo] which seems to have been forgotten in. 2008-11-23 17:23:42 +00:00
Ignacio R. Morelle
32fc05ab01 [[Story-screen tweaks]]
* Removed text wrapping around background image in story screens; it is
  better to always use the whole screen width if possible (fixes the
  first story screens in Descent into Darkness and Under the Burning Suns).

* Tweaked the algorithm that extends the darkened area below long
  story texts so that it gives a more consistent appearance.
2008-11-23 17:20:10 +00:00
Ignacio R. Morelle
980eb1d4dd Changed Doxygen comments a bit 2008-11-23 17:15:52 +00:00
Nils Kneuper
5c9d6f9156 updated Italian translation 2008-11-23 16:45:42 +00:00
Fabian Müller
762bd030e9 added newlines to too long entries in the abouts of LoW 2008-11-23 16:37:15 +00:00
Fabian Müller
f1dbbed562 added santi and his sons to the about file...
...to give them credit as campaign designers of LoW
2008-11-23 16:33:14 +00:00
Mark de Wever
de5a21fb9f Fix a bug where the same string was alsways returned. 2008-11-23 16:25:21 +00:00
Mark de Wever
3eea5e41a9 Truncate labels langer as 50 chars. 2008-11-23 16:25:17 +00:00
Mark de Wever
a4c6802041 Also port 2008-11-23T15:49:06Z!loonycyborg@gmail.com to the startparameters and add some comment. 2008-11-23 16:12:41 +00:00
Alexander van Gessel
465836bf22 Undef a macro. 2008-11-23 17:11:15 +01:00
Mark de Wever
fbfa68e158 Remove some headers already included in display.hpp. 2008-11-23 15:59:52 +00:00
Sergey Popov
c42cfdff01 Fixed incorrect detection of absolute path on windows. 2008-11-23 15:49:06 +00:00
Nils Kneuper
64622e5c13 updated German translation 2008-11-23 11:45:38 +00:00
Nils Kneuper
8f7a6c6936 correct some values
rewrite the "evaluating build systems"-part to refelect current
situation better insert correct places for reporting bugs
2008-11-23 11:38:41 +00:00
Eric S. Raymond
832e523669 Move a unit declaration that was dodgy because...
...(a) a macro it used was questionable within [side], and (b) wmllint
got confused.
2008-11-23 11:34:09 +00:00
Nils Kneuper
3bd7078f8d racv missing in linguas file resulting in file not shipping in tarball... 2008-11-23 11:07:45 +00:00
Nils Kneuper
3b3bb533b0 putting about.cfg into an external file...
...does *not* work with the data extraction scripts moving the content
into the _main-cfg file and removing the "old" files
2008-11-23 10:44:35 +00:00
Steven Panek
47f3ef70ba * Assigned the undead flag to sides...
...associated with Yechnagoth and the Iron Council, except for traitor elves.
2008-11-23 05:11:04 +00:00
Alexander van Gessel
06693eb859 Add crimson_penguin to about.cfg as mac packager. 2008-11-23 03:54:01 +01:00
Alexander van Gessel
bfbe4069ad Do not disable the winning event if it's triggered too early. 2008-11-23 03:39:36 +01:00
Patrick Parker
e91062abff be a little smarter about newlines in messages 2008-11-23 01:43:15 +00:00
Alexander van Gessel
16fe06a247 Remove obsolete compatibility code. 2008-11-23 02:21:22 +01:00
Lari Nieminen
b3594032ab Added two silver mage teleport frames...
...that were mysteriously missing from the proper commit.
2008-11-22 23:24:26 +00:00
Mark de Wever
1d51a60292 Fixed the font loading.
When the data directory is overridden the font path was initialized to
the initial value and never updated.
2008-11-22 23:01:33 +00:00
Eric S. Raymond
805cc70f84 Pacify wmllint. 2008-11-22 22:47:21 +00:00
Mark de Wever
e5f8aeec14 Renamed the --dummylocales parameter.
--dummy-locales looks much better as --dummylocales.
2008-11-22 22:28:41 +00:00
Mark de Wever
f30fde6150 Test for a hardcoded relative datadir path.
When the path is hardcoded it should also test for relative paths. Based
on a patch by crimson_penguin.
2008-11-22 22:28:33 +00:00
Mark de Wever
f3aca6d9ad Remove an unneeded test.
The test was added to make dummy locales working, but loonycyborg tested
and the change is not required to make it work.
2008-11-22 22:28:29 +00:00
Mark de Wever
fcbe59c8f7 Remove more obsolete caching code. 2008-11-22 22:11:58 +00:00
Mark de Wever
79b9f2143b Remove some unused size caching in tgrid::tchild. 2008-11-22 22:11:52 +00:00
Mark de Wever
894c4ee26d Remove the caching of the widget id.
The widget can change it's id without notifying the parent container and
thus getting the ids out of sync. To avoid that the caching has been
removed.
2008-11-22 22:11:42 +00:00
Thomas Baumhauer
29bf4d31b1 fixing user_handler reconnection to db 2008-11-22 21:36:24 +00:00
Eric S. Raymond
3f6b680e2f Remove two more references to noexistent images. 2008-11-22 21:36:01 +00:00
Eric S. Raymond
92883c988d Remove a reference to a nonexistent teleport image. 2008-11-22 21:17:19 +00:00
Eric S. Raymond
918f8ca6f4 Nuke a commented-out macro, the {SIDES} argument was confusing wmllint. 2008-11-22 21:15:39 +00:00
Mark de Wever
db6036c6e1 Rewrote the layout algorithm for the new widgets.
This rewrite disables, the not so good working, wrapping. This will be
fixed later also some cleaning up has been postponed.
2008-11-22 20:42:19 +00:00
Nils Kneuper
4a4ca0816f post release version bump to 1.5.6+svn 2008-11-22 20:31:20 +00:00
Nils Kneuper
4357061f38 bump version to 1.5.6
tiny changes to the changelog...
1.5.6
2008-11-22 19:26:18 +00:00
Nils Kneuper
88859c594a pot-update (last (?) update before 1.5.6)
regenerated doc files (nothing happened here)
2008-11-22 19:23:13 +00:00
Steven Panek
db4ce40fd7 Updated changelog to mention that Nym's defense animation has been fixed. 2008-11-22 19:03:37 +00:00
Steven Panek
ad985f228a Removed the redundant icon= strings. 2008-11-22 18:57:33 +00:00
Jérémy Rosen
b87a9e63b8 fix teleport animations not changing the unit facing 2008-11-22 18:52:54 +00:00
Lari Nieminen
77e677ffa3 Added a dummy terrain help entry for the coastal reef. 2008-11-22 18:52:16 +00:00
Steven Panek
c430d11726 Made string order consistent and added accidentally forgotten cost values. 2008-11-22 18:50:23 +00:00