Bartek Waresiak
01d1d4179c
Fixed the switch() function bug...
...
...which made this function always return second argument instead of
proper result
2008-03-25 16:31:18 +00:00
Nils Kneuper
7cd29ccaf8
updated Italian translation
2008-03-25 16:25:04 +00:00
Eric S. Raymond
4e90bbc3cd
scons should no longer generate wesconfig.h. Add Python-suppression option.
2008-03-25 14:36:53 +00:00
Gunter Labes
8f2280e619
handle non-player hosts better
...
consider [advance_unit] and [choose] for out-of-turn players legal commands
send server messages always in the [message] form since the client
can handle that now
2008-03-25 14:27:04 +00:00
Nils Kneuper
a3908cd1fa
more fixes related to the removal of wesconfig.h
2008-03-25 14:24:22 +00:00
Piotr Cychowski
13f278cc62
Merge scenario 5 per ESRs request
2008-03-25 14:24:00 +00:00
Nils Kneuper
efe8ed43e2
correct comment in src/wesconfig
...
this file should *NOT* be autogenerated but only touched by hand by
the packager of the release tarball
2008-03-25 14:18:16 +00:00
Ignacio R. Morelle
dec24de9ed
Hardcode wesconfig.h...
...
...(i.e. no longer auto-generated, it was updating only the version
number anyway, and that can be easily done by hand)
2008-03-25 14:14:10 +00:00
Eric S. Raymond
22c0411b08
SpellingMistakes fixes (dev branch).
2008-03-25 14:13:58 +00:00
Nils Kneuper
6190fc70aa
revert 2008-03-24T16:04:02Z!esr@thyrsus.com
...
the file *is* needed to build eg on windows and maybe other platforms
that don't rely on autotools and scons
2008-03-25 14:13:28 +00:00
Ignacio R. Morelle
0f5bdaf8f3
Mention the -R linker parameter removal
2008-03-25 13:54:10 +00:00
Nils Kneuper
983637898c
add "while attacking it" to the backstab description in the special notes
2008-03-25 13:24:59 +00:00
Lari Nieminen
846855b041
Removed the last traces of the Ghast in DiD.
...
Only the unit .cfg remains since it might still be useful in the future.
2008-03-25 13:17:54 +00:00
Piotr Cychowski
a1c0b5f717
The great NR WML cleanup project:
...
* First pass on scenario 11
2008-03-25 12:48:49 +00:00
Nils Kneuper
0b4e18ae85
updated Turkish translation
2008-03-25 10:13:09 +00:00
Eric S. Raymond
c8efc43a4b
Document know problems with the scons build.
2008-03-25 08:50:25 +00:00
Eric S. Raymond
f016fd119b
scons uninstall proceduction is working.
2008-03-25 05:56:15 +00:00
Douglas Hains
2e77800a49
Fixed Formula AI parsing bug and cleaned up sample script
2008-03-25 05:28:18 +00:00
Richard Kettering
b88a607bdc
Added images for zombie bat.
2008-03-25 05:16:11 +00:00
Ali El Gariani
798b866c8b
Map screenshot feature for editor and game (with units):
...
The render engine is rerouted, so most objects are on it. So keep the
UI parts that you can hide by moving your mouse (footsteps,
highlighted hex etc...), may be useful. But don't write map labels
(not hideable).
Need a warning because filesize can be really huge (bmp). Dezoom helps that.
PS: a nice useful bug show the minimap rectangle change to include all
the map during the screenshot
2008-03-25 04:56:30 +00:00
Eric S. Raymond
93e18d1214
scons installation works, but with one odd error message.
2008-03-25 04:30:17 +00:00
Douglas Hains
f6a9e66c38
Cleaned up formula AI script file reads to use {script.fai} WML syntax.
2008-03-25 03:44:25 +00:00
Richard Kettering
c561c4b4ed
New icon for music, minor tweaks to general icon.
2008-03-25 03:29:29 +00:00
Ali El Gariani
b67d62c435
Fix a type spotted by Sapient
2008-03-25 02:24:51 +00:00
Bartek Waresiak
f28df33901
Made commandline hide just after pressing enter, not after executing function.
2008-03-25 02:00:12 +00:00
Bartek Waresiak
73d6f301b3
Made formula command line more powerful:
...
...now funtions executed in it can affect game
2008-03-25 01:39:17 +00:00
Eric S. Raymond
07ac33c7de
Get the Python site-packages directory right in the scons recipe.
2008-03-25 01:14:25 +00:00
Ali El Gariani
35db448c17
remove a redundant and strangely placed "About the game" from the help
...
(it's already in the introduction section)
2008-03-25 00:04:34 +00:00
Bartek Waresiak
0ed88a7733
Fixed bug which made attack function produce invalid results
2008-03-24 19:53:49 +00:00
Nils Kneuper
694af45d03
minor header correction
2008-03-24 19:36:36 +00:00
Nils Kneuper
dfe562c6ac
add FINDCFG to the packaging, also fixes bug #11279
2008-03-24 19:31:56 +00:00
Piotr Cychowski
e0993598af
The great NR WML cleanup project:
...
* First pass on scenario 10
* Some changes in scenario 9 to make 10 work properly
2008-03-24 19:15:29 +00:00
Nils Kneuper
42272d9a5a
correct list of src files
2008-03-24 19:10:10 +00:00
Nils Kneuper
401404f610
simplify the file to prepare the move to a new build system
...
*please* everyone using translations check if they are still working
correctly (that is make install and creation of the files working
normally)
2008-03-24 19:02:40 +00:00
Eric S. Raymond
23798c2b78
Typo fix.
2008-03-24 16:38:00 +00:00
Lari Nieminen
ccb257d3a5
Made the signpost a bit smaller, repositioned it a bit higher...
...
...and tweaked the colouring slightly.
2008-03-24 16:35:44 +00:00
Lari Nieminen
ec3c2ea8cc
Got rid of commas in variable names...
...
...and prevented the guards from having identical ids.
2008-03-24 16:21:33 +00:00
Eric S. Raymond
4d1c2b3936
This file is generated (either by autotools or scons)...
...
...and does not belong in the repo.
2008-03-24 16:04:02 +00:00
Lari Nieminen
e83b1a48d8
Added mention of backstab and charge only working on offense...
...
...into their descriptions in the manual.
2008-03-24 15:45:35 +00:00
Eric S. Raymond
2e9f61e876
Installation production is ready, *except* for data directory installation.
2008-03-24 15:32:49 +00:00
Eric S. Raymond
7e28631e52
Proof of concept for installation machinery.
2008-03-24 15:04:08 +00:00
Benoît Timbert
5d789571cd
French translation update
2008-03-24 14:24:45 +00:00
Eric S. Raymond
b6af620a56
Most of the way (though not all) to getting the test target to build.
2008-03-24 14:16:41 +00:00
Ignacio R. Morelle
40462d1d5e
Remove spurious -R command line switch from generated C++ linker step
2008-03-24 13:47:35 +00:00
Eric S. Raymond
d648270ebb
Re-introduce wesconfig.h include to some files...
...
...where it will be handy for the scons build.
2008-03-24 13:43:45 +00:00
Ignacio R. Morelle
0d68aacd5e
Added probes for required runtime environment
2008-03-24 13:36:44 +00:00
Eric S. Raymond
c1bc990148
Refactoring step in the scons recipe.
2008-03-24 13:24:11 +00:00
Eric S. Raymond
e2cd9ae8dc
Fix a comment and regroup.
2008-03-24 12:52:29 +00:00
Eric S. Raymond
a2942cbc28
Re-enable fribidi and Python tests.
2008-03-24 12:50:21 +00:00
Lari Nieminen
262d9069c7
Update the old logo image used in the windows installer.
2008-03-24 12:43:59 +00:00