Commit Graph

24934 Commits

Author SHA1 Message Date
Gunter Labes
cf77ef5ac2 build dev servers with the default -O2
use the now implemented program_suffix option of scons
2008-05-11 10:35:58 +00:00
Gunter Labes
de6130605f some tweaks.. 2008-05-11 10:16:14 +00:00
Gunter Labes
af4dca255e polish the graceful restart feature 2008-05-11 09:52:49 +00:00
Mark de Wever
c9a4e89bbd Move the size calculation from the builder to the window,
...this way it can be recalculated if needed. (This is required for
listboxes).

Fix a few definition typos in comments.
2008-05-11 09:47:49 +00:00
Patrick Parker
556d50f738 Prevent steadfast ability from lowering resistance if already over 50% 2008-05-11 05:05:34 +00:00
Sergey Popov
06b7b5e592 SCons recipe no longer tries to pass paths in -D compiler flags on windows. 2008-05-10 19:42:36 +00:00
Moritz Göbelbecker
6cf78fa6f9 Fix revision.hpp when you build a specific target 2008-05-10 15:45:14 +00:00
Sergey Popov
f0885cb468 Added extra_flags_release and extra_flags_debug build variables. 2008-05-10 14:43:25 +00:00
Mark de Wever
58328e8a35 Name the togglebutton fields internal also selected or not,
...like the recent API change. This also fixes a bug with how to react
to the selected state.  (Some parts inverted selected and not
selected.)
2008-05-10 12:40:14 +00:00
Sergey Popov
c37a6f0944 SCons recipe:
- fixed regex in po/SConscript to work on windows.

- No longer pass -O2 -ansi on windows.
2008-05-10 12:02:55 +00:00
Moritz Göbelbecker
a96f8f2092 Add support for revision.hpp 2008-05-10 11:30:58 +00:00
Lari Nieminen
fb9df57ef5 Gave the upkeep panel a bit more space so that two-digit numbers fit nicely. 2008-05-10 10:55:09 +00:00
Mark de Wever
a03f59778e Add some helper functions. 2008-05-10 10:01:21 +00:00
Moritz Göbelbecker
0cb0e9e7e2 Build instructions for cmake. 2008-05-10 09:58:04 +00:00
Mark de Wever
c680ac76df Add callback function when clicking. 2008-05-10 09:52:22 +00:00
Mark de Wever
6b06fa5ac6 Add callback function when clicking. 2008-05-10 09:51:58 +00:00
Mark de Wever
1e4e33e27b Add helper class tselectable_ and let ttoggle_button derive from it. 2008-05-10 09:07:08 +00:00
Mark de Wever
061893af23 Update Doxyfile to 1.5.5 format. 2008-05-10 08:27:47 +00:00
Mark de Wever
a9c840e43a Made some functions static.
Wired in gzip_[en|de]code which were defined but not used.
2008-05-10 08:24:25 +00:00
Pauli Nieminen
0aa365bb75 fixed wrong cast 2008-05-09 23:22:22 +00:00
Pauli Nieminen
a00b0c475d Fixed null-pointer reference in network code 2008-05-09 22:54:20 +00:00
Mark de Wever
0973bfccee Make some functions static. 2008-05-09 22:44:58 +00:00
Mark de Wever
efa3cad57a Move some declarations to the proper header. 2008-05-09 22:28:12 +00:00
Moritz Göbelbecker
118498840d Change default CXXFLAGS for debug builds. 2008-05-09 22:07:30 +00:00
Mark de Wever
a50860a912 Draw the reachmap in front of the terrain,
...the old way looked bad with mountains. Spotted by Zookeeper.
2008-05-09 22:02:52 +00:00
Nils Kneuper
e8e8fffc92 updated status of cmake recipe 2008-05-09 21:13:48 +00:00
Ignacio R. Morelle
9be9fc7d5c Fix bug #11655 ; I'll report to the spanish translation team later 2008-05-09 20:53:26 +00:00
Mark de Wever
5c77a6bccb Match the signature of the definition. 2008-05-09 20:43:23 +00:00
Sergey Popov
b77e5e62ec Made scons recipe use po/LINGUAS. 2008-05-09 19:53:36 +00:00
Moritz Göbelbecker
02d23ffb0e Revert accidental commit of wesnoth.pot 2008-05-09 19:36:10 +00:00
Moritz Göbelbecker
e9c10d50e4 Add translation support for manual and manpages (update-po4a)
Keep the list of languages only in po/LINGUAS (the old files remain
for now for compatibility)
2008-05-09 19:12:21 +00:00
Pauli Nieminen
b42cc2fd5c Fixed dissalow_observers only default to true if controller=null 2008-05-09 18:40:56 +00:00
Pauli Nieminen
6be0e05732 Fixed a bug in sdl threading use in upload_logs
dissallow_observers is forced on if side has controller=null
2008-05-09 18:23:21 +00:00
Mark de Wever
7acbc98933 Fix some compiler warnings about unused variables. 2008-05-09 16:25:26 +00:00
Mark de Wever
03f8bd9223 Fix a small bug where the scollbar position was never assigned,
problem found by g++.
2008-05-09 16:21:21 +00:00
Mark de Wever
4ccb5dd736 Add a toggle button class.
A toggle button is a button which has two states up and down. For
example a radio button or a checkbox is a toggle button.
2008-05-09 16:16:44 +00:00
Sergey Popov
8146f5b544 Made scons recipe regenerate revision.hpp only if svn revision changes. 2008-05-09 16:01:58 +00:00
Sergey Popov
a75775048a Made scons recipe use imagemagick's identify instead of file(1). 2008-05-09 14:59:02 +00:00
Pauli Nieminen
becda0f479 revert non-intented changes 2008-05-09 13:55:12 +00:00
Pauli Nieminen
c5fc49d650 Fixed a bug that caused game configs to reload evne if not needed 2008-05-09 12:31:23 +00:00
Pauli Nieminen
273f7b1775 improved reloading of game configs after installing or removing addons 2008-05-09 11:33:38 +00:00
Moritz Göbelbecker
d102086566 Beautfiy cmake output a little 2008-05-09 11:00:19 +00:00
Moritz Göbelbecker
de985bcbec Add cmake support for dummy locales. 2008-05-09 10:53:45 +00:00
Sergey Popov
5d22ac90a4 Refactored po/SConscript. 2008-05-09 09:51:35 +00:00
Pauli Nieminen
7c3b6f494b MP server start script working with gracefull server restart 2008-05-09 08:15:41 +00:00
Tomasz Śniatowski
38136dcccb Update copyright info, use foreach shorthand,
...remove exec bit from newly added files
2008-05-09 06:55:21 +01:00
Moritz Göbelbecker
8af3fee926 Implement image resizing for gui=tiny in cmake builds. 2008-05-09 01:49:21 +00:00
Ali El Gariani
54790008f9 Tiny improvement of the resistances in the HP tooltip.
When resistance is different for attack end defense (steadfast), the
title of the tooltip says "Resistance (Att / Def)", since the order of
numbers was only implict before ("20% / 40%")
2008-05-09 01:41:19 +00:00
Ignacio R. Morelle
69818a4a44 Fix bogus commit 2008-05-07T23:39:03Z!shadowm@wesnoth.org that was supposed to fix bug #11386 on SVN trunk 2008-05-08 23:52:29 +00:00
Ali El Gariani
32a782f7b4 update changelog 2008-05-08 23:11:32 +00:00