Commit Graph

25100 Commits

Author SHA1 Message Date
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
Tomasz Śniatowski
d17e98ea18 Some map editor project stubs.
Nothing usable, but contains a take on editor actions. Should not
affect other devs -- changes outside map_editor dir are surounded by
#ifdef MAP_EDITOR.
2008-05-08 22:00:39 +01:00
Nils Kneuper
873e61dea7 a missing declaration... 2008-05-08 20:47:46 +00:00
Sergey Popov
8262b0a694 Made scons recipe properly resize 205x205 images to 80x80. 2008-05-08 20:35:35 +00:00
Nils Kneuper
48274249df revert (parts) of the last two changes, still enforce using relative dirs 2008-05-08 20:32:54 +00:00
Nils Kneuper
fa07b0b582 set localedir to relative...
...(no idea how the game will find it, probably some black magic...)

mgoe: please have a look at it to check if this is correct
2008-05-08 20:19:07 +00:00
Nils Kneuper
d84f964389 change way handling of translations dir is done...
...(enforce it being inside DATAROOTDIR)
2008-05-08 19:35:40 +00:00
Nils Kneuper
0cccfef1a0 really implement --with-datadir-name 2008-05-08 19:19:15 +00:00
Sergey Popov
16430cdf38 Renamed localedir option to localedirname. 2008-05-08 19:08:14 +00:00
Sergey Popov
9eb5e1d320 Fixed default value of datadir. 2008-05-08 19:01:11 +00:00
Sergey Popov
1d83dc025a Implemented MsgMerge builder method. 2008-05-08 18:30:37 +00:00
Mark de Wever
64a616f58d Fix some compiler warnings. 2008-05-08 18:15:56 +00:00
Sergey Popov
6a559fe1e5 Added gettext tool. 2008-05-08 16:11:57 +00:00
Pauli Nieminen
03f1af96f9 Fixed a typo in previus commit 2008-05-08 13:10:27 +00:00
Pauli Nieminen
6b589ee48e added option to do graceful shut down for server 2008-05-08 12:58:31 +00:00
Pauli Nieminen
14d199adbc Added restart command to server. It handles graceful restart of wesnoth server. 2008-05-08 12:02:24 +00:00
Sergey Popov
51f18a2a02 Added python imports that for some reason are required on windows...
...but not on linux.

Append PROGSUFFIX when copying binaries to wesnoth root.
2008-05-08 11:22:15 +00:00
Ignacio R. Morelle
3eea235180 Fix bug #11386 on SVN trunk (1.5.0+svn). 2008-05-07 23:39:03 +00:00
Sergey Popov
3626ba999c Made sdl check honor PKG_CONFIG_PATH. 2008-05-07 21:37:52 +00:00
Lari Nieminen
dedfa2e0d8 Fix bogus types in recruit lists. 2008-05-07 18:55:41 +00:00
Mark de Wever
78117f3e1c Added some includes to fix compilation problems with Sun Studio 12
(patch #1066 provided by inchworm).
2008-05-07 17:57:47 +00:00
Sergey Popov
7789f5e772 Renamed pythonlibdir option to python_site_packages_dir 2008-05-07 17:23:58 +00:00
Sergey Popov
c4efb694bf Implemented pythonlibdir that specifies where to install python modules. 2008-05-07 16:30:41 +00:00
Sergey Popov
9a1c104611 SCons recipe can now build both build variants at the same time. 2008-05-07 13:47:23 +00:00
Sergey Popov
c2abf84dbf Implemented debug and release build variants. 2008-05-07 11:23:39 +00:00
Nils Kneuper
dfa8407141 implement BINARY_SUFFIX and BINARY_PREFIX...
...(equivalent to --program-suffix= and --program-prefix=) in the
cmake recipe
2008-05-07 09:58:52 +00:00
Nils Kneuper
22c1a4aab2 fix cmake 2.6 support (patch by Patterner) 2008-05-07 08:13:25 +00:00
Mark de Wever
1a8890cc29 Add some files which where forgotten before. 2008-05-06 15:36:42 +00:00
Benoît Timbert
d776a0881d French translation update 2008-05-06 15:14:38 +00:00
Mark de Wever
d38d55af27 Replace a tab with a space. 2008-05-06 15:02:37 +00:00
Sergey Popov
5610e7f241 Moved all custom config checks to separate files. 2008-05-06 13:19:38 +00:00
Sergey Popov
a09fb63227 Moved python check to separate file. 2008-05-06 12:43:02 +00:00
Lari Nieminen
3bd83f974c Allow the flaming sword to be taken by Kalenz. 2008-05-06 12:03:56 +00:00
Lari Nieminen
2154f4f97c Fixed sharpshooter bow sounds. 2008-05-06 10:52:18 +00:00
Sergey Popov
572f5d705a Corrected subprocess.call invocation. 2008-05-06 09:35:03 +00:00