30235 Commits

Author SHA1 Message Date
Mark de Wever
ef57c76b18 Fix a minor problem with my last commit. 2009-01-24 17:25:37 +00:00
Mark de Wever
d6683649ea Move the speaker handling of the message.
Refactor a bit so the code looks cleaner and make it easier to rewrite the old
dialogs to the new code.
2009-01-24 17:22:11 +00:00
Mark de Wever
c81f7199c5 Add more test cases for the dialogs.
In order to better test the dialogs and changes to it more test cases were
needed.
2009-01-24 16:15:46 +00:00
Phil Barber
75f7e1a7f7 Add LordBob's Human Pikeman portrait, update changelog. 2009-01-24 13:32:44 +00:00
Mark de Wever
685e1ae040 Centre the portraits if smaller as 100 x 100.
Note the vertical centering doesn't work entirely since the text
height is unknown. This might be tuned later by exporting the height
of the panel part.
2009-01-24 12:52:02 +00:00
Patrick Parker
8e57605762 WML Engine:
* Prevent duplicate id conflicts when cloning units with WML (bug #12894)
2009-01-24 12:44:02 +00:00
Mark de Wever
17905c84cd Added some macros to keep the code clean. 2009-01-24 11:47:29 +00:00
Mark de Wever
f62feb05f5 Split message.cfg. 2009-01-24 11:21:21 +00:00
Lari Nieminen
35127c0a58 Don't erase the player's keep. 2009-01-24 10:19:25 +00:00
Alexander van Gessel
ebb16e0eb1 Fix a moveto filter for the tutorial.
(http://www.wesnoth.org/forum/viewtopic.php?p=331682#p331682)
2009-01-24 04:37:55 +01:00
Mark de Wever
133eb440fb Move the panel definition to its own file. 2009-01-23 22:54:51 +00:00
Nils Kneuper
06e8959120 updated British English translation...
...(no, I am not the new maintainer of it, just to fix this strange
race Orcs -> Ogres problem reported in the forums and copy&paste some
more dead simple strings)
2009-01-23 22:40:24 +00:00
Mark de Wever
19a0d1f02d Rename a badly ided widget. 2009-01-23 22:34:49 +00:00
Mark de Wever
302007bffb Remove some unused code. 2009-01-23 22:25:37 +00:00
Sergey Popov
764297ab57 Committed McShark's projectfiles update.
It also adds Debug & Release targets to Code::Blocks and VC9 projects.
2009-01-23 22:14:49 +00:00
Mark de Wever
c7b0e65853 Potraits with an icon are TC'ed again. 2009-01-23 20:33:51 +00:00
Nils Kneuper
26732fb2a3 updated Spanish translation 2009-01-23 20:17:03 +00:00
Ignacio R. Morelle
4b9d25a5cc Brought back and changed the testing mechanism for the different tools.
Now it just depends on the 'which' command's return value.
2009-01-23 20:10:15 +00:00
Ignacio R. Morelle
24924d0203 Disable the advdef, convert and optipng existance checks for Ivanovic. 2009-01-23 19:42:34 +00:00
Ignacio R. Morelle
f38cded54a Clean RELEASE_NOTES. Ivanovic forgot to do this, apparently.
If it was intended, feel free to revert...
2009-01-23 18:36:22 +00:00
Ignacio R. Morelle
50bd2b1633 Add a comment for me as the Spanish translation maintainer. 2009-01-23 18:32:39 +00:00
Sergey Popov
09551c71b1 Apply a patch for cmake script by stikonas.
remove obsolete option for dummy locales and build them only if
localedef is detected.
2009-01-23 12:37:29 +00:00
Nils Kneuper
594ccd2ff8 running utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):

 Original size: 24311 KiB on 353 files

Optimized size: 22803 KiB

  Total saving: 1507 KiB = 6% decrease
2009-01-23 12:07:57 +00:00
Sergey Popov
a9d242fbae Wrap malloc.c and poolalloc.c in #ifndef DISABLE_POOL_ALLOC
so they could be included in project files even when poolalloc is disabled.
2009-01-23 11:58:56 +00:00
Gunter Labes
3304248f8d increase allowed nesting level to what the client allows (1000) 2009-01-23 01:40:45 +00:00
Gunter Labes
54fd05eddd send a server message to the client when invalid WML is received 2009-01-23 00:28:14 +00:00
David White
cc54d380a4 report error messages with simple_wml 2009-01-22 23:08:08 +00:00
Sergey Popov
82b8f7d1fc Adjusted svn props on projectfiles/CodeBlocks as requested by McShark. 2009-01-22 23:07:29 +00:00
Mark de Wever
a3f4379eee Removed an unused variable. 2009-01-22 20:18:00 +00:00
David White
431e753267 removed debugging statements 2009-01-22 18:35:04 +00:00
Nils Kneuper
80df2f590d updated Czech translation (now really complete) 2009-01-22 10:57:05 +00:00
Nils Kneuper
7c2ae80e4b updated Czech translation...
...(now (almost) at 100% (just the -test domain missing...)
2009-01-22 08:47:14 +00:00
Ignacio R. Morelle
23eacf6394 Removed the period in the translatable string...
..."Enable scroll tracking of unit actions"
2009-01-21 21:48:33 +00:00
Sergey Popov
77f8d3015a Removed some cruft from codeblocks-scons projectfile,
...made Build -> Compile current file command work.
2009-01-21 20:34:37 +00:00
Benoît Timbert
7d7e934cb2 French translation update 2009-01-21 19:49:02 +00:00
Sergey Popov
4af1b8aeb1 Fixed generated NSIS installer trying to install "translations" dir...
...as a file if it doesn't exist at the time WindowsInstaller method
is called.
2009-01-21 16:01:45 +00:00
Sergey Popov
9c5709576b Fixed compiler error...
...which was happening when mingw32-g++ 4.3.2 cross-compiler was used.
2009-01-21 12:14:32 +00:00
Sergey Popov
0c9bd12eba Added "windows-installer" alias which fully automates windows packaging. 2009-01-21 12:07:32 +00:00
Ignacio R. Morelle
86b55949c3 Hide the "Network Player" option for Local MP games (bug #12596) 2009-01-21 00:30:01 +00:00
Ignacio R. Morelle
1100a9961e Indentation change. 2009-01-21 00:29:33 +00:00
Ignacio R. Morelle
695b2e4bc5 Removed more references to the 1.0.x internal server. 2009-01-21 00:29:16 +00:00
Ignacio R. Morelle
8287823446 Renamed mp::start_server() to mp::start_local_game(),
...and removed a few references to the 1.0.x internal server code.
2009-01-21 00:28:58 +00:00
Phil Barber
85a54c567e Add my portrait for the Dwarf Dragonguard, update changelogs 2009-01-20 20:56:03 +00:00
Nils Kneuper
ecf00cdc60 updated Hungarian translation 2009-01-20 19:34:52 +00:00
Nils Kneuper
4f4a92bf08 updated changelog for last commit 2009-01-20 13:34:01 +00:00
Nils Kneuper
f662a62dbe updated Hungarian translation 2009-01-20 13:32:58 +00:00
Nils Kneuper
da65c953c1 updated Chinese (Traditional) translation
changelog fixes
2009-01-20 09:11:36 +00:00
David White
2f95e5b43d attempt to fix server crashes with ordered simple_wml 2009-01-20 00:17:51 +00:00
Phil Barber
b5dd70ef4f Add my portrait for the Dwarf Thunderer, update changelog 2009-01-19 22:20:22 +00:00
Gunter Labes
9d1e0e3cfd current version is 1.5.8+svn 2009-01-19 22:09:19 +00:00