Commit Graph

23999 Commits

Author SHA1 Message Date
Eric S. Raymond
e51b375858 Clean up macro so typechecking doesn't barf. 2008-03-23 14:27:28 +00:00
Eric S. Raymond
72c93c3374 Typo fix. 2008-03-23 13:49:49 +00:00
Eric S. Raymond
4d22fce1a4 Correct a documentation comment. 2008-03-23 13:43:38 +00:00
Nils Kneuper
b55b3cca14 updated Italian translation 2008-03-23 13:43:01 +00:00
Eric S. Raymond
52d796ee6e Get the libraries in the right order for cutter and exploder builds. 2008-03-23 13:12:37 +00:00
Piotr Cychowski
30e7d5bb79 The Great NR WML cleanup project
* First pass on scenario 6

* Fix a bug causing Tallin to unstore with half HP if he was still a
  peasant at this point

Unless anything else pops up I consider this scenario finished.
2008-03-23 10:53:34 +00:00
Mark de Wever
d322964baf Fix a typo. 2008-03-23 10:39:21 +00:00
Gunter Labes
be49784497 make joining players play a sound again 2008-03-23 09:56:08 +00:00
Martin Renold
d269092fe5 fixed the minimap cache...
...(it was recalculating all minimaps in the lobby every time)
2008-03-23 09:27:23 +00:00
Piotr Cychowski
faebece0f2 The Great NR WML cleanup project (yes, I have not forgotten :P )
* Make white mages respawn within a radius of each other

* Phase out SUPPORTER macro in favor of a die event, army of
  Supporters might sound cool but this was just an outcome of a crude
  WML workaround

* Introduce the result of above to first five scenarios
2008-03-23 07:02:50 +00:00
Eric S. Raymond
289ed42e86 Refactor libraries to eliminate scons warning messages. 2008-03-23 05:46:18 +00:00
Eric S. Raymond
9f0ddf215d Added cutter to scons build. 2008-03-23 05:36:25 +00:00
David White
74ba90c370 attempt to fix problem with WML ordering 2008-03-23 05:33:27 +00:00
Eric S. Raymond
495313cf1c Add exploder to the scons build. 2008-03-23 05:13:12 +00:00
Eric S. Raymond
e75d2e0b81 Get rid of last duplicate-envoronment warning. 2008-03-23 02:22:04 +00:00
David Philippi
937ed5386a danish translation update 2008-03-23 01:52:11 +00:00
Eric S. Raymond
b2ac585d1e Eliminate another warning. 2008-03-23 00:23:37 +00:00
Eric S. Raymond
743ca5fbab Correct and simplify some paths. 2008-03-22 23:27:54 +00:00
Lari Nieminen
a3f2ce7f6c Reordered a few transition rules...
...to fix a glitch between mountains and desert hills.
2008-03-22 22:59:32 +00:00
Ali El Gariani
44384d2d28 Activate again the defense cache, because reading defense seems slow.
This make the previous defensive pathfinding feature much more cheap,
and probably helps the AI too, since it often use unit's defense.
2008-03-22 22:55:07 +00:00
Ali El Gariani
17e84d51c9 First implementation of defensive pathfinding:
When 2 tiles have same move cost, we pass by the one with the better defense.

This help when ambushed and give a good probability to stop on good
terrains when doing multi-turns path.

PS : it's a slightly hackish one-liner and has a performance
cost. Optimization in the next commit.
2008-03-22 22:46:18 +00:00
Douglas Hains
fdddd90bce Added support for formula scripting to formulaAI parser 2008-03-22 22:10:10 +00:00
Ali El Gariani
42b2db2158 add a little shadow on the bar of the loading screen 2008-03-22 20:28:45 +00:00
Ali El Gariani
975ef01ab4 add a little 3D effect in the loading screen
fix sub-optimal multi-turns pathfinding which avoided ZoC too much
2008-03-22 20:23:42 +00:00
Eric S. Raymond
4be7a28ae0 Change link order to put system libaries last. 2008-03-22 18:00:47 +00:00
Benoît Timbert
762a7f1e47 Apply a patch from caslav.ilic: Fix the extraction of info variables...
...when the value is quoted.
2008-03-22 17:10:00 +00:00
Eric S. Raymond
67bf2612d6 scons recipe complexity reduction. 2008-03-22 17:01:48 +00:00
Mark de Wever
1cdd8361e7 Add has_key member. 2008-03-22 16:49:48 +00:00
Gunter Labes
43748b58e5 remove --enable-debug and use different $CXXFLAGS for the different versions 2008-03-22 15:15:46 +00:00
Mark de Wever
73abe36486 Converted the text to use the formula system as well.
Buttons now can draw their label from the definition.

Various minor cleanups.
2008-03-22 15:00:23 +00:00
Nils Kneuper
109acec398 updated Chinese translation 2008-03-22 13:09:31 +00:00
Eric S. Raymond
f622023e36 More option coverage in the scons recipe. 2008-03-22 13:09:01 +00:00
Eric S. Raymond
ed0c215917 Add smallgui option to scons recipe. 2008-03-22 12:41:36 +00:00
Eric S. Raymond
de3b6a6b1c Split the scons recipe so it doesn't have to rebuild every .o every time. 2008-03-22 11:56:45 +00:00
Lari Nieminen
fa7008d6a6 Applied mesilliac's fix for keep<->cavewall glitches. 2008-03-22 11:12:10 +00:00
Eric S. Raymond
2b652a22e8 Remove some unneeded #includes and #defines. 2008-03-22 10:39:02 +00:00
Benoît Timbert
54cd5b3403 French translation update 2008-03-22 10:15:55 +00:00
Eric S. Raymond
e2aff149a6 Typo fix. (Patch #1009) 2008-03-22 10:00:17 +00:00
Gunter Labes
da607317c0 separate out of sync termination reasons by the era used 2008-03-22 09:46:43 +00:00
Eric S. Raymond
a586100484 And yet *more* scons warnings cleared. 2008-03-22 05:52:01 +00:00
Eric S. Raymond
6e370718fb Yet more scons warnings cleared. 2008-03-22 05:40:54 +00:00
Eric S. Raymond
949389a998 More warning message elimination. 2008-03-22 05:31:31 +00:00
Eric S. Raymond
0dd9a4da4d Cut down on scons warnings. 2008-03-22 05:20:56 +00:00
Eric S. Raymond
22c54522ad Back out SConstruct changes that broke the game build. 2008-03-22 05:08:09 +00:00
Gunter Labes
39a02dc942 also exit explicitely on SIGTERM
correct a couple more server messages
2008-03-22 04:55:46 +00:00
David White
0d984bf38e committed files that were meant to be committed before...
...but I missed them because I'm stupid. :(
2008-03-22 04:42:25 +00:00
David White
432a9c2d0c added extra assertions to detect error 2008-03-22 02:36:57 +00:00
David White
95702243c0 added extra assertions to track causes of crash 2008-03-22 02:13:51 +00:00
Bartek Waresiak
3c5acd98cf applied barbarianhero's 'def' keyword patch to formula system 2008-03-21 23:11:31 +00:00
Bartek Waresiak
1040df9492 Small fix to unit formulas,
...and making move_unit work correctly for formulas which attempt to
move unit to a place where it is already standing
2008-03-21 19:36:03 +00:00