40173 Commits

Author SHA1 Message Date
Jody Northup
d438bc98c7 All files that must be compiled...
...are now included in manually maintained VC9 project.
2010-06-16 13:56:12 +00:00
Jody Northup
52bce1e38d Brought the initialization of move class's...
...static const double members in line with C specification (code now
compiles in VC9).
2010-06-16 13:50:33 +00:00
Jody Northup
243fa797a7 correctly marked move_action as a struct,
...instead of a class, to alleviate linker errors.
2010-06-16 13:49:03 +00:00
Nils Kneuper
f83e78f4b3 updated Vietnamese translation 2010-06-16 13:48:44 +00:00
Jody Northup
b2073a1be1 Minor changes to initialization order...
...and better separation of member types (object/data/function) in
persist_context class and member structs.
2010-06-16 13:47:53 +00:00
Phil Barber
a751a391be Add and wire new Dwarf Lord ranged attack by Cloud.
Remove an old unused frame from the Dwarf Lord.  Update changelogs.
2010-06-16 10:32:51 +00:00
Nils Kneuper
d08682fe55 the update for the reference file (wesnoth.pot)...
...was missing in 2010-06-16T02:29:03Z!Majora700@gmail.com by espreon
2010-06-16 07:31:50 +00:00
Gabriel Morin
178982bdb5 Whiteboard: experiment with allowing units to plan moves...
...in spaces left by other units. The visuals don't work yet. Since
move validation is not yet in, this can crash the whiteboard if you
try weird move combinations
2010-06-16 05:45:01 +00:00
Gabriel Morin
9e02d534bb Whiteboard: arrow gets properly reset when selecting a new unit 2010-06-16 05:44:53 +00:00
Gabriel Morin
d1a5aa8668 Removed dependency of team.hpp on whiteboard/side_actions.hpp.
Should save some recompiles.
2010-06-16 04:28:08 +00:00
Gabriel Morin
3f23d77b63 Added missing include,
...which prevented the removing of the whiteboard/side_actions.hpp
include from team.hpp
2010-06-16 04:28:00 +00:00
Gabriel Morin
9eb1b26c22 Whiteboard: initial test of action execution,
...by defining the same move twice
2010-06-16 04:27:49 +00:00
Gabriel Morin
aaafb4ca15 Missing files 2010-06-16 03:02:01 +00:00
Steven Panek
5b22596eb8 Removed the deprecated macros,
...for they should have been removed a long time ago.
2010-06-16 02:31:03 +00:00
Steven Panek
f550a88593 Converted straight apostrophes in the name macros...
...to their curly forms; ran pofix.
2010-06-16 02:29:03 +00:00
Gabriel Morin
edb40ede64 Whiteboard: highlight-on-hover for planned moves 2010-06-16 01:03:08 +00:00
Gabriel Morin
dfedaa5376 Whiteboard: minor refactoring, comments, cleanup 2010-06-16 01:03:01 +00:00
J.W. Bjerk
e661c1d5be much uploading of experimental half-finished terrain...
...especially grass and dirt shore.
2010-06-16 00:52:59 +00:00
Gabriel Morin
f73ac59af2 Arrows: fixed invalidation on delete. 2010-06-15 23:07:33 +00:00
Gabriel Morin
d3df4ba8ba Whiteboard: redefinition of moves doesn't crash anymore;...
...a little problem with invalidation remains
2010-06-15 23:07:26 +00:00
Gabriel Morin
fde442ae18 Another way of handling the display pointer, with hopefully better luck 2010-06-15 21:44:21 +00:00
Ali El Gariani
1faf7dc372 Remove map from ai::game_info, and uses resources::game_map instead 2010-06-15 21:22:40 +00:00
Ali El Gariani
494f09bdc5 Remove teams from ai::game_info, and uses resources::teams instead 2010-06-15 21:22:35 +00:00
Ali El Gariani
4ab3effcea Remove now useless parameter 2010-06-15 21:22:29 +00:00
Ali El Gariani
2d024fc524 Remove now useless parameter 2010-06-15 21:22:25 +00:00
Ali El Gariani
6358623c0b Remove now useless parameter 2010-06-15 21:22:22 +00:00
Ali El Gariani
0b8f260d07 Remove unit_map from ai::game_info, and uses resources::units instead 2010-06-15 21:22:20 +00:00
Ali El Gariani
83885b1490 use 'virtual const' instead of 'const virtual' 2010-06-15 21:22:02 +00:00
Steven Panek
e4317fccd4 Added some cola to some source strings. 2010-06-15 21:10:37 +00:00
Steven Panek
ed55dc0e71 Added missing conversions; ran pofix on everything. 2010-06-15 21:07:43 +00:00
Gabriel Morin
1c7c79a2c3 Arrows/Whiteboard: big and hopefully final refactoring;...
...got rid of observer pattern and settled on a lifecycle management
strategy.
2010-06-15 20:37:35 +00:00
Gabriel Morin
d3da33b68b Erase unit's previous move when defining a new move 2010-06-15 20:37:28 +00:00
Gabriel Morin
3c81bdbe54 Whiteboard: selection mechanism 2010-06-15 20:37:21 +00:00
Gabriel Morin
5829d7d40e Whiteboard: start of mechanism to track selected units. 2010-06-15 20:37:14 +00:00
Gabriel Morin
115e821e1c Arrows: use double instead of float, as per mordante's instructions 2010-06-15 20:37:06 +00:00
Guillermo Biset
336e831ec0 Improved header in sdl_server.cpp...
...and added a common_srcs list in CMakeFile.txt
2010-06-15 20:33:16 +00:00
Guillermo Biset
b77e1d572e Finished the simple SDL_net server / ana client test. 2010-06-15 20:04:14 +00:00
Iurii Chernyi
01d4d38303 refactor src/ai/actions.?pp to use resources:: instead of ai::game_info 2010-06-15 19:18:53 +00:00
Guillermo Biset
87dd67f0e3 Moved ana's Doxyfile to doc/ana and added a test subdir. 2010-06-15 19:11:38 +00:00
Ali El Gariani
58966301a3 Use top_srcdir instead of .. for ../data/tools copy.
Seems needed to use make in another directory.
2010-06-15 16:06:22 +00:00
Guillermo Biset
42005b0724 Removed getopt_pp as a requirement of the sample apps,
...changed to GPLv2 and other minor changes.
2010-06-15 08:05:03 +00:00
Steven Panek
531fef7d67 Ran wesnoth-optipng:
Overall statistics (only for files with a smaller recompressed size):
  Original size: 269 KiB on 2 files
 Optimized size: 251 KiB
   Total saving: 17 KiB = 6% decrease
2010-06-15 03:23:36 +00:00
J.W. Bjerk
606f57c4f5 adjusted the default base for some terrains:
base winter/fall combo hill/forest terrains on the brown hills.
2010-06-15 00:23:07 +00:00
Gabriel Morin
1de29f0a4c Whiteboard: use fake units to show destination position. 2010-06-14 22:59:47 +00:00
Gabriel Morin
6e1dee902d Arrows: removed notification of deletion,
...since arrows can outlive display and try to notify a dead pointer.
2010-06-14 22:59:40 +00:00
Gabriel Morin
8443f25d49 Added "ghosted" animation to be used with whiteboard 2010-06-14 22:59:33 +00:00
Gabriel Morin
8ab65f6f86 Whiteboard: stop displaying a temp arrow if unit is deselected 2010-06-14 22:59:25 +00:00
Gabriel Morin
acc1efabf9 Arrow: Little change to path validation 2010-06-14 22:59:17 +00:00
Gabriel Morin
56989f8de1 Whiteboard: refactoring methods that create the temporary move arrow. 2010-06-14 22:59:10 +00:00
Nils Kneuper
3e086eb0f5 updated Galician translation 2010-06-14 21:05:58 +00:00