Commit Graph

23960 Commits

Author SHA1 Message Date
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
Eric S. Raymond
3bd3aa9086 Refactor scons installation. 2008-03-27 10:27:23 +00:00
Nils Kneuper
3a992a1bd3 updated German translation 2008-03-27 10:19:18 +00:00
Eric S. Raymond
dd01cd139c Corrected recipe for making revision.hpp. 2008-03-27 10:13:00 +00:00
Eric S. Raymond
ca5539e5a5 Clean up the installation productions. 2008-03-27 09:33:14 +00:00
Eric S. Raymond
76b4d7929a Arrange for uninstall to delete all servers. Add an install-campaignd. 2008-03-27 09:15:20 +00:00
Eric S. Raymond
e44daa3079 Arrange both build recipes so they generate a revision.hpp file...
...containing a symbol definition for the checkout revision. Guard the
inclusion with HAVE_REVISION so Windows developers doing an SVN
checkout wobn't trip over it.  (This is a stopgap until scons or cmake
lets us create the recision.h file uniformly on Windows.)
2008-03-27 08:37:20 +00:00
Douglas Hains
4add070c77 Added vim tools dir and syntax highlighting file for Formula AI scripts
(see Formula AI wiki for usage details & ctag support)
2008-03-27 01:50:09 +00:00
Gunter Labes
7b72f04ae8 use scons for trunk builds
use svnversion to get the revision
2008-03-27 01:45:06 +00:00
Gunter Labes
3b9f18403d implement fifodir 2008-03-27 01:34:23 +00:00
Gunter Labes
7241160454 rename gmon.out when the server terminates
add some error messages
2008-03-27 00:45:08 +00:00
Gunter Labes
84e2ad2b7a remove unnecessary includes and libs from the wesnothd target
add a wesnothd-install target

add linker flag for profiling
2008-03-26 23:40:51 +00:00
Ali El Gariani
b011baced1 Fix a misleading error message, if map was empty...
...(random map genaration fail), we only give the proper warning when
placing leader not units (and so returned an "invalid position" in the
later case). Now directly abort if no map.  Thanks to mihoshi to have
provided a test case for this (patch #11380)
2008-03-26 22:07:27 +00:00
Gunter Labes
dd6c1ad37b correctly append $CXXFLAGS and $LDFLAGS from the environment 2008-03-26 20:45:50 +00:00
Benoît Timbert
ab3c516723 French translation update 2008-03-26 19:20:10 +00:00
Jérémy Rosen
6f25fc834e add editor doxygen documentation (minor patch by xonev) 2008-03-26 18:38:50 +00:00
Jérémy Rosen
999c64fbc0 fix some animations being skiped after displaying a message 2008-03-26 18:38:04 +00:00
Mark de Wever
302536a937 Move a deeply nested structure out of its parent.
This also allows data not interesting for the outside to be defined in
the .cpp instead of the .hpp.
2008-03-26 18:14:12 +00:00
Eric S. Raymond
0dff223ddd Accept passed-in LDFLAGS and CXXFLAGS. 2008-03-26 18:09:24 +00:00
Eric S. Raymond
e3b0135242 Use LINKFLAGS, not LDFLAGS. Link only as needed. 2008-03-26 17:48:17 +00:00
Piotr Cychowski
e017aa6d20 One more fix of incorrect [have_unit] usage 2008-03-26 17:46:34 +00:00