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
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