26584 Commits

Author SHA1 Message Date
Tomasz Śniatowski
25c22b9c91 editor2: use sliders in new map dialog 2008-08-08 12:29:24 +01:00
Lari Nieminen
eecdc8fafb Fixed a few typos. 2008-08-08 08:31:27 +00:00
Lari Nieminen
46ee044601 Upgraded and fixed Malin's graphics and animations. 2008-08-07 21:44:06 +00:00
Lari Nieminen
fe98ef99de DiD cleanups to the first 6 scenarios,
(mostly moving everything from story.cfg to the scenario .cfg's)
including a change to how the ice breakage works in 'Beginning of the
Revenge'.
2008-08-07 18:05:30 +00:00
Nils Kneuper
08595bdaff updated Chinese (traditional) translation 2008-08-07 15:11:57 +00:00
Douglas Hains
c7e7dde675 Added target callable obejct for attack moves 2008-08-07 08:05:58 +00:00
Richard Kettering
faa2da5dd7 Added in WML for muzzle-flashes. 2008-08-07 05:21:58 +00:00
Douglas Hains
f394d863a8 Added can_reach call to attack move evals to reduce amount of required evals.
Added target (enemy_unit in candidate_move class) as callable object
to eval formula.
2008-08-07 05:19:47 +00:00
Richard Kettering
e2d0df696d Added in new thunder/dragonstick sound effects. 2008-08-07 05:05:10 +00:00
Douglas Hains
cddb6b3a67 Fixed bug in scouting eval formula 2008-08-07 05:02:50 +00:00
Douglas Hains
251e29acdc Added can_attack function to formula AI,
...returns true if a unit can reach attacking range of enemy unit
Added functionality to eval attack moves to
candiate_move::evaluate_move
2008-08-07 04:53:11 +00:00
Richard Kettering
bf498b40be Updated muzzle flare scripting to include misfire sparks. 2008-08-07 04:47:55 +00:00
Richard Kettering
c84b2c6899 Added misfire effects. 2008-08-07 04:22:30 +00:00
Ignacio R. Morelle
12ac0b2199 'attempt' at improving this image's shadow 2008-08-06 23:06:47 +00:00
Tomasz Śniatowski
acce76ae8f editor2: mouse modifier on paint/fill...
...hold either alt to draw on base terrain only, like in old editor
(fill support is new but not fully done)
2008-08-06 23:18:10 +01:00
Pauli Nieminen
8369d1c9d8 Added WIP config_cache class
Changed unit test default report level to short report
2008-08-06 20:51:14 +00:00
Pauli Nieminen
7c18ce1613 Added explicit float to int cast to fix compiler warning 2008-08-06 18:39:06 +00:00
Pauli Nieminen
fbb7b59469 Fixed warning: control reaches end of non-void function 2008-08-06 18:37:58 +00:00
Tomasz Śniatowski
ed1cdd5db0 fix compilation error 2008-08-06 18:53:24 +01:00
Pauli Nieminen
e9464f297e Script to analyse campaignd server log for trafic numbers 2008-08-06 16:58:59 +00:00
Pauli Nieminen
a84a266966 Fixed compilation warning about unitialized variable 2008-08-06 15:55:20 +00:00
Tomasz Śniatowski
47ad6eeb9a editor: starting position tool (works more or less like in the old editor) 2008-08-06 16:45:21 +01:00
Mark de Wever
6f4b9e9432 Make the stepsize 10 for experience work. 2008-08-06 15:19:08 +00:00
Pauli Nieminen
5a454f874d Added size output for campaign list too 2008-08-06 15:11:06 +00:00
Mark de Wever
ce41f025a2 Fix some alignment problems in the dialog. 2008-08-06 15:08:05 +00:00
Pauli Nieminen
245ff4ce00 Added send size to campaignd log 2008-08-06 14:06:08 +00:00
Mark de Wever
10840e969c Move the return values from tbutton to twindow, where it belongs. 2008-08-06 12:27:03 +00:00
Mark de Wever
dc88a59cc8 Make the grid handle multiple columns with 1 resizable item better.
The limit for the mp_create_game dialog is the width of the name of a map.
2008-08-06 12:20:21 +00:00
Douglas Hains
f278afcc72 Pull type information for candidate moves from WML...
...and added type member to candidate move class
2008-08-06 04:58:58 +00:00
Ignacio R. Morelle
f60398313e Update players changelog 2008-08-05 22:25:45 +00:00
David Philippi
2fd59aa3d6 danish translation update 2008-08-05 22:15:11 +00:00
Ignacio R. Morelle
c3fbc7cde3 More progress in the add-ons update mechanism - still not enabled. 2008-08-05 22:00:35 +00:00
Ignacio R. Morelle
f2f8adc673 [[victory music and endlevel fixes]]
* Made victory music not play on 'continue' endlevel result.

* Victory music will no longer play on replay/observation, either.

* Victory music will play after the commands of the 'victory' WML
  event handler are finished.

* Added some const qualifiers around.

* Output an error message if [endlevel] is used in the 'defeat' WML
  event handler.
2008-08-05 21:59:10 +00:00
Mark de Wever
805257e69f Improved the best row height determination algorithm. 2008-08-05 19:27:16 +00:00
Mark de Wever
68c80529ca Fix an error in the initialization order in unit_map. 2008-08-05 17:29:48 +00:00
Mark de Wever
ec2966a6dd Initialize all members. 2008-08-05 17:23:30 +00:00
Mark de Wever
7c1f92e565 Initialize all members. 2008-08-05 17:16:17 +00:00
Mark de Wever
0495aa0ea3 Initialize all members. 2008-08-05 17:04:16 +00:00
Pauli Nieminen
688c38e8fc Added unit tests to devdocs 2008-08-05 13:00:06 +00:00
Sergey Popov
66733c3ffb Made scons --help sort options alphabetically. 2008-08-05 12:04:30 +00:00
Gunter Labes
3207048de8 typo fixes 2008-08-05 11:53:30 +00:00
Mark de Wever
886ae5dc4b Add the minus operators to tpoint. 2008-08-04 16:59:20 +00:00
Mark de Wever
549d9432b2 Renamed a test due to a compilation error,
...suokko you might want to review the change.
2008-08-04 16:26:57 +00:00
Mark de Wever
025e4d49bb Comment out unused parameters. 2008-08-04 15:13:34 +00:00
Mark de Wever
d27a83ae28 Make setup_user_data_dir() static. 2008-08-04 15:12:50 +00:00
Tomasz Śniatowski
a9362872b3 editor2: random map generate dialog stub, refresh image cache option 2008-08-04 13:36:59 +01:00
Pauli Nieminen
2a3f64a738 Added new widget and test file tos cmake. 2008-08-04 10:58:42 +00:00
Pauli Nieminen
941346ed5e Fixes gcc 4.3 warning in drop_target.hpp
Added som test data configs

Cleaned test_drop_target not to require anything special from
drop_target class
2008-08-04 10:15:25 +00:00
Richard Kettering
7810f4a32f cleanup of book items, and addition of a stone tablet. 2008-08-04 07:35:53 +00:00
Pauli Nieminen
b65325235f Added support for fake mouse events in unit tests
fixed warning about redefined preprocessor macro in wesconfig.h
2008-08-04 07:27:20 +00:00