Gunter Labes
|
85393e624b
|
rename wmlclient to add-on_manager.py to better convey what it does
replace most remaining references to 'campaign' with 'add-on'
|
2008-04-05 13:53:50 +00:00 |
|
Sergey Popov
|
fec3bb823f
|
Made use of more sophisticated fribidi check in scons recipe.
|
2008-04-04 13:57:25 +00:00 |
|
Eric S. Raymond
|
124062ca13
|
campaigns_client.py becomes one of the installable tools for content authors.
To conform to the naming convention of the other tools it is renamed
'wmlclient'.
|
2008-04-04 01:48:25 +00:00 |
|
Sergey Popov
|
c09cb7563e
|
Made scons recipe enforce version requirements...
...for SDL_image, SDL_mixer and boost.
|
2008-04-03 19:03:48 +00:00 |
|
Sergey Popov
|
62b02122f4
|
Made scons recipe check for boost regex.
|
2008-04-03 18:26:18 +00:00 |
|
Sergey Popov
|
9b33dbb392
|
Removed gamestatus_editor.cpp from scons recipe.
|
2008-04-03 18:13:38 +00:00 |
|
Sergey Popov
|
3c498a683a
|
scons recipe: fully implemented dummy locales.
|
2008-04-02 18:04:37 +00:00 |
|
Eric S. Raymond
|
a079908c2e
|
Comment fixes.
|
2008-04-02 17:23:28 +00:00 |
|
Sergey Popov
|
97d797b258
|
scons recipe: added targets to generate dummy locales.
|
2008-04-02 16:53:58 +00:00 |
|
Eric S. Raymond
|
45c0b21771
|
The scons recipe cn now make binary and data tarballs.
|
2008-04-01 22:02:40 +00:00 |
|
Sergey Popov
|
4bb982c4d5
|
scons recipe: added more help text about gettext targets.
|
2008-04-01 20:13:37 +00:00 |
|
Eric S. Raymond
|
4b9a80419f
|
scons recipe can now build the project dependency graph.
|
2008-04-01 18:53:03 +00:00 |
|
Eric S. Raymond
|
485381faaa
|
Warn user of current set of build options.
|
2008-04-01 15:49:22 +00:00 |
|
Sergey Popov
|
a08e454b2f
|
scons recipe: added cachedir option to specify directory...
...that contains a cache of derived files which can be shared between
different build trees.
|
2008-04-01 10:32:19 +00:00 |
|
Sergey Popov
|
d9a168c419
|
Made scons recipe always update localized .po files...
...whose locale is among command-line targets.
|
2008-04-01 09:07:39 +00:00 |
|
Sergey Popov
|
2c91143e35
|
Made scons recipe update localized .po files on pot-update.
|
2008-03-31 22:11:59 +00:00 |
|
Sergey Popov
|
d24235b472
|
scons recipe: removed lingua option.
Added lingua targets, e.g. "scons update-po ru de".
|
2008-03-31 20:36:29 +00:00 |
|
Sergey Popov
|
cc5ee0d5c6
|
Made scons recipe automatically delete temporary .wml.po and .cpp.po files.
|
2008-03-31 20:20:30 +00:00 |
|
Sergey Popov
|
9cf7e852b7
|
scons recipe: implemented separate "pot-update" and "update-po" options.
|
2008-03-31 18:51:05 +00:00 |
|
Sergey Popov
|
1422f1e8a2
|
scons recipe: added "lingua" option to specify which language...
...update-po will update.
|
2008-03-31 18:16:19 +00:00 |
|
Sergey Popov
|
309157618d
|
scons recipe: renamed pot-update target to update-po...
...and made it update localized .po files.
|
2008-03-31 17:49:34 +00:00 |
|
Eric S. Raymond
|
0a76b4a0c7
|
Comment fix.
|
2008-03-31 16:17:08 +00:00 |
|
Eric S. Raymond
|
8f7c7f5049
|
Add some documentation, remove some to-do comments, and update the to-do list.
|
2008-03-31 16:12:25 +00:00 |
|
Sergey Popov
|
d5f05aa0d8
|
scons recipe: pot-update target now generates .po files...
...from C++ and wml and concatenates them into .pot files.
|
2008-03-31 15:21:31 +00:00 |
|
Sergey Popov
|
f0eba50d9f
|
scons recipe: added pot-update target.
For now updates only messages from C++ files.
|
2008-03-31 13:28:15 +00:00 |
|
Sergey Popov
|
bd95e29145
|
scons recipe: fixed logic error in InstallFilteredHook...
...that caused it to resize images even if tinygui is disabled.
|
2008-03-31 09:48:57 +00:00 |
|
Eric S. Raymond
|
2e24714b75
|
Install and uninstall the manual.
|
2008-03-30 23:21:58 +00:00 |
|
Eric S. Raymond
|
017b28a313
|
Add an nls option,
...defaulting to True but flipped to false if gmsgfmt is not in the
executables path.
|
2008-03-30 22:43:10 +00:00 |
|
Sergey Popov
|
505c03b18b
|
Made scons recipe invoke msgfmt instead of gmsgfmt.
|
2008-03-30 22:13:56 +00:00 |
|
Eric S. Raymond
|
754f9fc5db
|
Fix bad indent.
|
2008-03-30 21:43:35 +00:00 |
|
Eric S. Raymond
|
9a0cb246a1
|
Guard the catalog combination so install won't blow up igf gmsgfmt is missing.
|
2008-03-30 21:42:16 +00:00 |
|
Eric S. Raymond
|
f0715e3215
|
Comments and rearrangement.
|
2008-03-30 21:06:25 +00:00 |
|
Sergey Popov
|
228d43c152
|
Made scons recipe uninstall man pages during "scons uninstall".
|
2008-03-30 19:14:12 +00:00 |
|
Sergey Popov
|
23b3e6dda3
|
scons recipe: added targets to compile binary message catalogs(.mo files).
|
2008-03-30 15:47:53 +00:00 |
|
Eric S. Raymond
|
7acf88b50b
|
Another small refactoring step.
|
2008-03-30 12:41:42 +00:00 |
|
Eric S. Raymond
|
dbda831dfa
|
Refactor client-side installation slightly.
|
2008-03-30 12:33:49 +00:00 |
|
Eric S. Raymond
|
1b5425ede7
|
Installation of localized manual pages for server side.
|
2008-03-30 12:31:47 +00:00 |
|
Sergey Popov
|
9eda403fa5
|
Alias install localized manpages to "install-clientside"...
...instead of "install" in scons recipe.
|
2008-03-30 12:28:34 +00:00 |
|
Sergey Popov
|
980e610fe4
|
Made "scons install" install localized man pages.
|
2008-03-30 12:05:16 +00:00 |
|
Eric S. Raymond
|
320a8f69a7
|
Introduce install-clientside alias in scons recipe.
|
2008-03-30 11:55:53 +00:00 |
|
Eric S. Raymond
|
939283fdd0
|
Generic PKGConfig checks are not needed.
|
2008-03-30 11:47:14 +00:00 |
|
Eric S. Raymond
|
eda6e9f488
|
Not necessary to set LIBPATH for individual targets in the scons recipe.
|
2008-03-30 11:37:34 +00:00 |
|
Eric S. Raymond
|
388e176cd2
|
First cut at installing manual pages.
|
2008-03-30 10:54:33 +00:00 |
|
Sergey Popov
|
df07b422a7
|
Corrected utils/sanity_check invocation in scons recipe.
|
2008-03-29 19:11:12 +00:00 |
|
Eric S. Raymond
|
611d8099f1
|
Speed up default scons case by not computing the distribution tarball manifest.
|
2008-03-29 16:44:38 +00:00 |
|
Eric S. Raymond
|
b5add44a17
|
Fix the Mac OS bundle makers, tested against the autotools version.
|
2008-03-29 16:18:28 +00:00 |
|
Eric S. Raymond
|
1b1aa89095
|
Improved help in the scons recipe.
|
2008-03-29 16:13:33 +00:00 |
|
Eric S. Raymond
|
386ca0a4e5
|
Implement making of Mac tarballs in the scons recipe (untested).
|
2008-03-29 15:28:01 +00:00 |
|
Sergey Popov
|
ebd89a7237
|
Made scons recipe disable in-game python extensions if python is not found...
...instead of disabling "wesnoth" target.
|
2008-03-29 15:19:52 +00:00 |
|
Sergey Popov
|
898e6554e7
|
Made scons recipe disable "wesnoth" target if python is not found.
|
2008-03-29 14:57:16 +00:00 |
|