Commit Graph

24030 Commits

Author SHA1 Message Date
Eric S. Raymond
51719f02ce Another fossil, zip-intall, is gone. 2008-03-28 14:44:50 +00:00
Eric S. Raymond
a5f45c2e1f Remove fossil optipng build option. 2008-03-28 14:38:28 +00:00
Gunter Labes
0d7e3c9bc5 also make a symlink to the log(s) in the build dir 2008-03-28 14:32:21 +00:00
Eric S. Raymond
fd44a750b2 autotools is deprecatedm, but not (yet) removed. 2008-03-28 13:49:18 +00:00
David White
93671d9f1a debugging code for simple_wml 2008-03-28 13:44:02 +00:00
Eric S. Raymond
090ac6f06a Skip all SDL tests other than SDL_net if we're only building daemons. 2008-03-28 13:03:52 +00:00
Eric S. Raymond
9fa7c24164 We now have working CheckOGG and CheckPNG tests. 2008-03-28 12:47:09 +00:00
Eric S. Raymond
98f9200044 Rewrite two Check functions more correctly. 2008-03-28 12:02:45 +00:00
Eric S. Raymond
6a6e1cf8fb Fix dumb coding error in the scons recipe. 2008-03-28 11:51:14 +00:00
Eric S. Raymond
2c1f0d0d7c Disable some mistaken checks. 2008-03-28 11:46:36 +00:00
Eric S. Raymond
7cb1eeb6bd Corrected Ogg Vorbis check. 2008-03-28 11:36:11 +00:00
Nils Kneuper
a23d7b9b50 updated German translation 2008-03-28 11:28:30 +00:00
Eric S. Raymond
c471f36b50 Improve the quality of the SDL checks in SConstruct. 2008-03-28 11:22:59 +00:00
Lari Nieminen
5f93df09ee description->id and related fixes. 2008-03-28 11:08:00 +00:00
Eric S. Raymond
1b68ec8273 Implement loonycyborg's more capable SDL check. 2008-03-28 10:58:43 +00:00
Eric S. Raymond
36834b6057 In scons recipe, use PkgConfig to check for SDL version. 2008-03-28 10:08:37 +00:00
Nils Kneuper
7dd3bf7b05 updated Italian translation 2008-03-28 09:52:18 +00:00
Gunter Labes
5dd3bb4435 add the movement cost change to the slowed tooltip 2008-03-28 09:21:04 +00:00
Eric S. Raymond
9306210729 Copy configure.ac's platform-specific checks. 2008-03-28 09:15:19 +00:00
Eric S. Raymond
874524c957 Small optimization in scons recipe. 2008-03-28 08:55:49 +00:00
David White
f7e4e425f6 added debugging code to track bug 2008-03-28 05:11:19 +00:00
Eric S. Raymond
2766e81b42 Scrap an expensive config test.
Nobody but GCC is going to implement __builtin_expect(), and failing
to notice it only costs a little speed anyway.
2008-03-28 03:20:40 +00:00
Douglas Hains
92fd24ca10 Added initial support for building candidate move pool 2008-03-28 02:51:56 +00:00
Eric S. Raymond
59ebd9b690 Enable building of the unit tests in the scons recipe. 2008-03-28 02:22:11 +00:00
Benoît Timbert
8f3ad1f8f8 New [fire_event] tag to fire any (possibly custom) event from an event.
In short, it works like this :

[fire_event]
	name=event name
	[primary_unit]
		x=x1
		y=y1
		weapon=attack_weapon
	[/primary_unit]
	[secondary_unit]
		x=x2
		y=y2
		weapon=defend_weapon
	[/secondary_unit]
[/fire_event]
2008-03-27 23:20:50 +00:00
Benoît Timbert
f910b9240f Fix a compilation error on gcc 4.1.2 2008-03-27 22:56:36 +00:00
Jörg Hinrichs
3f7c1abcbe Lazy loading for unit_types Step 1:
...Changelog (and a few debugging changes for help.cpp i forgot to revert).
2008-03-27 22:00:38 +00:00
Jörg Hinrichs
98718a8496 Lazy loading for unit_types Step 1: Implement the basic logic for lazy loading.
The goal of this step is to provide the functionality with keeping
impact on the rest of the application as low as possible. Further
optimizations will follow.
2008-03-27 21:52:43 +00:00
Eric S. Raymond
ae70561807 Mark things the scons recipe doesn't cover yet.
Implement the sanity checker in the scons recipe.
2008-03-27 21:51:30 +00:00
Nils Kneuper
722512d600 updated German and Turkish translation 2008-03-27 21:23:26 +00:00
Gunter Labes
22ecb982b2 first generate the new files and then delete the old and move 2008-03-27 21:01:28 +00:00
Eric S. Raymond
595ecf4ed9 Remove freetype configuration stuff, as we no longer build our own ttf library. 2008-03-27 20:59:02 +00:00
Eric S. Raymond
dd2224dfb0 Remove a misleading comment. 2008-03-27 20:39:30 +00:00
Eric S. Raymond
73df078a64 Document the most recent scons recipe target. 2008-03-27 20:38:08 +00:00
Eric S. Raymond
97188084ef Implement a localedir option in the scons recipe.
Fix a bug in the tarball maker.
2008-03-27 20:34:26 +00:00
Eric S. Raymond
e6ef42c9dd scons recipe can now make distribution tarballs. 2008-03-27 20:03:25 +00:00
Jan Rietema
0feaa278a6 Removing duplicate fixed ambushers in central valley. 2008-03-27 17:42:12 +00:00
Benoît Timbert
2af94d8471 French translation update 2008-03-27 17:25:34 +00:00
Eric S. Raymond
efcff1274b Nuke the vestigial --lite option. 2008-03-27 17:16:15 +00:00
Jan Rietema
befe76a519 Long March rebalancing:
- added a (small) encampment

- less ambushers

- reduced ambush range for activation of nearby units

- undead and elves now fight each other
2008-03-27 17:07:40 +00:00
Eric S. Raymond
300a4b37d1 Implement server_uid and server_gid options to scons recipe. 2008-03-27 17:01:08 +00:00
Eric S. Raymond
e700694dee Use AddPostAction to do fifo creation right. 2008-03-27 16:36:33 +00:00
Eric S. Raymond
a9d196f1b4 Another step towrds fifodir installation. 2008-03-27 15:34:16 +00:00
Eric S. Raymond
76057f9f77 A step towards getting fifodir install right. 2008-03-27 15:22:56 +00:00
Gunter Labes
79358694c5 update the install target 2008-03-27 14:46:53 +00:00
Eric S. Raymond
2ac1ebc847 Update the scons recipe todo list. 2008-03-27 14:12:43 +00:00
Eric S. Raymond
33a869ee7f Data directory installation now works. 2008-03-27 13:48:33 +00:00
Eric S. Raymond
c47b65e397 Typo fix. 2008-03-27 12:59:02 +00:00
Eric S. Raymond
66a696025b Selectively enable content signatures at binary-build time...
...but not installation time.  This avaoid the weird install crash
bug.
2008-03-27 11:30:40 +00:00
Eric S. Raymond
59deff29d4 Disable content-based signatures, and explain why it's a bad idea. 2008-03-27 10:38:03 +00:00