28222 Commits

Author SHA1 Message Date
Mark de Wever
a62815463d Comment out an unused parameter. 2008-10-03 17:15:06 +00:00
Eric S. Raymond
6b62c0334d Deleting, as it depends on the no-longer supported autotools build system
and apparently hasn't been used in eons.  It would be trivial to add this
capability to the scons build if we ever need it.
2008-10-03 16:32:26 +00:00
Eric S. Raymond
55336ea1e5 De-mystify this a little. 2008-10-03 16:23:41 +00:00
Eric S. Raymond
b7c37ff074 Remove obsolete Windows packaging script; it assumes wrong things...
...about the shape of the documentation tree.
2008-10-03 16:15:11 +00:00
Eric S. Raymond
b191839336 Remove the old Perl unit-tree code...
...now that we have wmlunits working and maintained.
2008-10-03 16:13:00 +00:00
Elias Pschernig
2cdcc676c5 wmlunits: use path relative to executing script to find TeamColorizer 2008-10-03 15:33:07 +00:00
Elias Pschernig
2f38261d08 wmlunits: use data dir specified on command line...
...instead of './data' to find TeamColorizer
2008-10-03 15:17:41 +00:00
Elias Pschernig
8e8855d065 wmlunits: use description from base units 2008-10-03 15:14:56 +00:00
Elias Pschernig
84dd1bda6c really fixed bug #12383 2008-10-03 15:03:56 +00:00
Elias Pschernig
c9b4737fa8 fix for bug #12384 2008-10-03 15:00:16 +00:00
Elias Pschernig
a35b8ba332 another go at fixing bug #12383 2008-10-03 14:55:53 +00:00
Alexander van Gessel
a41bb9e537 Add new [end_turn] command. 2008-10-03 14:58:02 +01:00
Alexander van Gessel
7a3f0ef6dc Fix iteration over Nonetype. 2008-10-03 14:57:53 +01:00
Sergey Popov
28a71d28d3 Added some generated files to svn:ignore. 2008-10-03 10:05:37 +00:00
Gunter Labes
889de3d89e use the ip_log only when banning simple usernames 2008-10-03 03:26:52 +00:00
Gunter Labes
f6b7598be7 fixed a typo and removed an unneeded #ifdef 2008-10-03 02:53:46 +00:00
Gunter Labes
f396861bd3 some more server command tweaks
merged the samples command back into metrics

actually allowed advertised commands for ordinary users
2008-10-03 02:31:16 +00:00
Eric S. Raymond
5a4c0e925c Typo fix. 2008-10-03 01:01:10 +00:00
Nils Kneuper
ae9547cae7 pot-update...
...(two brothers should be ready for translations for 1.6, only
spelling/grammar fixes left)

regenerated doc files
2008-10-02 23:06:05 +00:00
Eric S. Raymond
714d2e0275 Add final LF to pacify wmllint. 2008-10-02 22:35:14 +00:00
Eric S. Raymond
7022a52918 A somewhat more civilized way to quiet down wmllint. 2008-10-02 22:20:56 +00:00
Gunter Labes
284758d2af various server command improvements
* added the banned nick to a ban when available

* made the sample command socket only and have it output the current
  value when no parameter is given

* made the status command report for all nicks with the same IP when
  using a simple nick as parameter (default for ordinary users)

* removed a couple of extraneous newlines from command output

* fixed an improper name for a local variable
2008-10-02 22:12:43 +00:00
Eric S. Raymond
ff09904de8 Typo fixes. 2008-10-02 22:02:47 +00:00
Eric S. Raymond
b89f6ed23c Address bug #12384 (wmlunits issues)...
...by refactoring some unit definitions in UtBS so they're generated
with a macro expanding to a derived-unit declaration.  This means the
base unit gets to be a real [unit_type] rather than a macro that
wnlunits can't see inside.  And it's cleaner WML, too.
2008-10-02 21:58:20 +00:00
Eric S. Raymond
352f718ee7 Dialog polish and rewrite as requested by Ivanovic. 2008-10-02 21:19:34 +00:00
Richard Kettering
43e657528c New images for zombie/soulless swimmers. 2008-10-02 01:11:15 +00:00
Alexander van Gessel
a4e8ff26de Add --define option: add preprocessor defines. 2008-10-01 14:59:48 +01:00
Nils Kneuper
127e9f790a updated Galician translation 2008-10-01 12:48:09 +00:00
Gunter Labes
689c161489 fixed bug #12381: End of turn confirmation negation causes unresponsiveness 2008-10-01 12:46:51 +00:00
Gunter Labes
21f546f841 removed unnecessary attack definitions from the masked dwarves 2008-10-01 12:14:04 +00:00
Nils Kneuper
e45f83e9dd pot-update
regenerated docfiles
2008-10-01 09:55:09 +00:00
Nils Kneuper
a9b2534b47 you musn't mark the empty string translateable!!! 2008-10-01 09:46:16 +00:00
Mark de Wever
175be0ea6e Add a wrap paramater to the canvas.
This change is needed so the control can tell the text in the canvas
which wrapping method to use. Changes to the control will follow later.
2008-10-01 06:27:43 +00:00
Alexander van Gessel
b9f689a117 Made wmlunits operate more like the game. (remove logic the game lacks)
This fixes the "attacks with same name overwrite eachother" bug.
2008-10-01 01:27:06 +01:00
Eric S. Raymond
6ef82e96c0 Address bug #12380 (fix by beetlenaut). 2008-09-30 23:06:09 +00:00
Mark de Wever
00956e7e14 Allow values <= 0 to set no maximum width/height.
Some parts of the engine use 0 as no maximum width, so this change
fixes the text to always be detected as truncated (width 0 always
truncates).  This should make the layout system slighty faster and
also avoid future problems.
2008-09-30 18:34:27 +00:00
Mark de Wever
bc739fe568 Initialize all members. 2008-09-30 18:34:05 +00:00
Tomasz Śniatowski
11aff95bb8 work around a slider issue to allow setting 0 2008-09-30 19:14:25 +01:00
Tomasz Śniatowski
ad6e512b9e move the editor images into data/core/images to make wmllint happy 2008-09-30 19:13:12 +01:00
Sergey Popov
30e9459886 Refactored some code in installation section. 2008-09-30 16:56:35 +00:00
Alexander van Gessel
2d17ca4e65 Made unit_tree compatible with 2008-09-29T08:38:06Z!ai0867@gmail.com. 2008-09-30 15:48:02 +01:00
Alexander van Gessel
a8b938f7ca Fix some spelling/grammar. 2008-09-30 15:34:45 +01:00
Eric S. Raymond
ff1f2d30c0 Pacify wmllint about some legitimate macro uses. 2008-09-30 14:24:41 +00:00
Alexander van Gessel
f64e1df68a Change fix the path of 'env' in some shebang lines. 2008-09-30 15:17:10 +01:00
Alexander van Gessel
9f314cd978 Fix some executable properties. 2008-09-30 15:07:09 +01:00
Alexander van Gessel
0063d92356 Adjust a lot of svn properties. 2008-09-30 14:06:26 +01:00
Nils Kneuper
e790757ce1 some more smaller corrections 2008-09-30 12:04:38 +00:00
Nils Kneuper
66a4ccffc6 some more text refinements and fixes 2008-09-30 11:48:57 +00:00
Nils Kneuper
d06221c2a0 add an epiloge for Two Brothers (based on the liberty epilog WML) 2008-09-30 11:23:12 +00:00
Nils Kneuper
bd40e77ca2 implemented story screens in scenario 2 2008-09-30 10:31:00 +00:00