27425 Commits

Author SHA1 Message Date
Gunter Labes
c41159b87e remove support for 1.2
simplify and add a test mode
2008-09-01 12:15:47 +00:00
Pauli Nieminen
41471973fb Fixed test errors not to be overwriten from same build.
Fixed image link in header to go to front page
2008-09-01 11:48:07 +00:00
Patrick Parker
2706f4bf9d prevent a potential crash in unit_map::clean_invalid 2008-09-01 10:19:50 +00:00
Nils Kneuper
4e6f2089d9 drop 'const' to fix a warning in gcc 4.3.1 2008-09-01 08:42:31 +00:00
Pauli Nieminen
50d2c32042 Fixed server configuration reload to trigger ban writing if filename changed 2008-09-01 01:23:48 +00:00
Gunter Labes
dc3fb7b0e3 disable the banlist in favour of the new ban save file 2008-09-01 00:43:02 +00:00
Gunter Labes
bb19585b18 improve [ban_time] documentation 2008-09-01 00:36:55 +00:00
Pauli Nieminen
03343a3fdd Improved ban_time documentation 2008-09-01 00:06:29 +00:00
Pauli Nieminen
d0240c3073 Optimized parser:
* Made it possible to inline tokenizer because of huge amount of calls

* Changed token struct a bit because it was taking too larg part of
  next_token execution time.
2008-08-31 23:26:05 +00:00
Pauli Nieminen
cf4ec348b0 Fixed cancelation of asyncronous operations to work (cancel connect operation) 2008-08-31 23:25:57 +00:00
Pauli Nieminen
c151ab7e74 Added performance test for config_cache
added some comments to config_cache
2008-08-31 23:25:46 +00:00
Pauli Nieminen
1d6c5db680 Fixed compilation with boost 1.33 2008-08-31 23:18:12 +00:00
Gunter Labes
cdc198e8b1 enable the bandwidth monitor 2008-08-31 22:48:58 +00:00
Gunter Labes
773c97c31c updated dev version 2008-08-31 22:48:33 +00:00
Gunter Labes
ac432ae132 return to using sh after fixing the signals 2008-08-31 22:23:55 +00:00
Gunter Labes
e56cb08ae3 don't try to trap SIGKILL but SIGHUP instead 2008-08-31 21:37:30 +00:00
Gunter Labes
be64181bb7 run the script with bash since we're really expecting bash not sh 2008-08-31 21:25:58 +00:00
David Philippi
2fa5c7e514 hungarian translation update 2008-08-31 21:13:34 +00:00
Patrick Parker
6511160a75 now able to safely insert to an index at array.length...
...using [set_variables] mode=insert (before it would create empty
child data before inserting).
2008-08-31 19:56:15 +00:00
Mark de Wever
7498fd2fc5 Remove deprected macros. 2008-08-31 17:43:34 +00:00
Mark de Wever
97a72eff4c Removed the usage of deprecated macros. 2008-08-31 17:43:25 +00:00
Nils Kneuper
9443dba126 updated Polish translation 2008-08-31 17:04:06 +00:00
Nils Kneuper
fb9a885a99 updated German translation 2008-08-31 12:00:51 +00:00
Nils Kneuper
9c02f9a7b8 running utils/wesnoth-optipng
*** Total saved: 14 KB on 378 files
2008-08-31 10:55:57 +00:00
Nils Kneuper
8b18c31def pot-update
regenerated doc files
2008-08-31 09:55:23 +00:00
Pauli Nieminen
e160c2f9d1 Revert "Fixing bind problems using boost lambda?"
Doesn't work with 1.34
2008-08-31 09:40:22 +00:00
Gunter Labes
beb1e6bb3b properly applied patch #1100 by Broodkiller
(implements bug #11817: Allow [item]s to be visible only to specified
teams)

  * fixed overlay initialization order

  * fixed some whitespace issues

  * added a changelog entry
2008-08-31 01:02:55 +00:00
Pauli Nieminen
dd47e71cbc Fixing bind problems using boost lambda? 2008-08-31 00:58:43 +00:00
Pauli Nieminen
66d1b4793a Fixed typos from previous fix 2008-08-30 23:45:39 +00:00
Ignacio R. Morelle
1e35c509c9 Document feature #12067's implementation. 2008-08-30 23:42:44 +00:00
Pauli Nieminen
9b6c30d790 Fixed compilation for boost 1.33.0 2008-08-30 23:33:59 +00:00
Ignacio R. Morelle
6e6a257aea Revert patch #1100 2008-08-30 23:08:54 +00:00
Lari Nieminen
725ecb459e Completely reworked music in HttT. 2008-08-30 22:46:59 +00:00
Lari Nieminen
aad18fe6f4 Applied patch #1100. 2008-08-30 20:35:23 +00:00
Ignacio R. Morelle
3d8a150474 Implement ~SECTION(x,y,w,h) imagepath function (feature / bug #12067).
There are some issues with this implementation - namely X and Y are
restricted positive because of limitations of the used cut_surface()
function- it cuts the width and height of the slice. This is not
possible to be overridden since the implementation uses memcpy
internappy. I need to write a cut_surface_ex() helper later.
2008-08-30 16:37:29 +00:00
Ignacio R. Morelle
6bfe15b292 Added the frowney fortune 2008-08-30 16:29:35 +00:00
Lari Nieminen
88e562cfe9 Use Malin's own lvl3 sprite for the campaign icon. 2008-08-30 15:53:00 +00:00
Pauli Nieminen
376e62bb95 Fixed OoS bug when giving control and having move in undo stack. 2008-08-30 15:29:15 +00:00
Pauli Nieminen
30fb091b0b Improved scons revision number generator when using git. 2008-08-30 15:29:06 +00:00
Pauli Nieminen
7011bd1eea Fixed a few packet types for bandwidth monitoring 2008-08-30 15:29:00 +00:00
Pauli Nieminen
b1449b2173 Added brackets to fix compiler warning 2008-08-30 15:28:54 +00:00
Mark de Wever
8818c47c57 Rename set_canvas_text() to update_canvas().
After the previous commit this name is more descriptive.
2008-08-30 15:18:08 +00:00
Mark de Wever
45ebc2acf0 Avoid the text box text overflow termination.
When the text was too long the cursor would be drawn out of bounds which
caused an assert which terminated Wesnoth. Now the text will no longer
be drawn out of bounds and be ellipized. (The ellipses are always drawn
at the end, which will be fixed later.)
2008-08-30 15:17:58 +00:00
Mark de Wever
66d6be81bc Change the button to use the new macros. 2008-08-30 15:17:49 +00:00
Mark de Wever
c6439c548d Fix a pedantic compiler warning. 2008-08-30 14:35:25 +00:00
Mark de Wever
a26caa105a Fix some compiler warnings. 2008-08-30 14:35:17 +00:00
Mark de Wever
cd9701a1cc Renamed set_members to set_child_members.
This is done to avoid hiding the set_members function in the base class.
2008-08-30 14:34:44 +00:00
Pauli Nieminen
cdf7aa1c06 Added per cache target (path based) preproc defines
Fixed caching of preproc defines

Made cache only support gzip compression

Improved cache transactions
2008-08-30 12:44:59 +00:00
Pauli Nieminen
5329413a23 Moved support for loading and writing preproc_defines into class. 2008-08-30 12:44:52 +00:00
Pauli Nieminen
0d75346ca0 Added cache log domain 2008-08-30 12:44:44 +00:00