Commit Graph

33831 Commits

Author SHA1 Message Date
Guillaume Melquiond
aae5533518 Fixed incorrectly overridden menu item. 2009-06-13 12:33:59 +00:00
Mark de Wever
e111adb9b8 Add po update targets per language.
This is needed for maintenance and thus are the targets only available
if the maintenance target is enabled.
2009-06-12 17:45:04 +00:00
Mark de Wever
c3cf4d1dc7 Add mo update targets per language.
This is needed for maintenance and thus are the targets only available
if the maintenance target is enabled.
2009-06-12 17:44:58 +00:00
Eric S. Raymond
a797f34029 Prevent Pango markup from confusing the spellchecker. 2009-06-11 19:55:49 +00:00
Tomasz Śniatowski
d39b3ff94f disable one more instance of the msvc warning 4250 in new ai code 2009-06-11 20:55:23 +01:00
Tomasz Śniatowski
eb0997d1a9 add new files to msvc project and fix issues with same filenames 2009-06-11 20:55:03 +01:00
Tomasz Śniatowski
ef5a2202dc rm deleted files from the msvc project 2009-06-11 20:54:45 +01:00
Tomasz Śniatowski
bddcd60d77 fix an error in a msvc-only workaround 2009-06-11 20:54:26 +01:00
Tomasz Śniatowski
1d991f7637 disable msvc warning 4250 in new ai code 2009-06-11 20:54:00 +01:00
Eric S. Raymond
e4776e7077 Fix a minor Python error. 2009-06-11 19:01:36 +00:00
Iurii Chernyi
b192e801c8 fixed MSVC compilation error 2009-06-11 18:45:09 +00:00
Eric S. Raymond
a6818271ab Sagus has a portait (draft). 2009-06-11 18:25:48 +00:00
McShark
a707843a19 Fix compiler warning about "no newline at end of file" 2009-06-11 17:34:17 +00:00
Eugen Jiresch
bd0d689cfb added a turn_manager_ member to class ai_default 2009-06-11 15:43:37 +00:00
Eugen Jiresch
110de07518 added a reference to the teams vector to class unit...
...(in preparation of gamestatus removal)
2009-06-11 14:47:52 +00:00
Eugen Jiresch
78462e95df added static modifier to dummy_tod in game_display.cpp 2009-06-11 14:26:25 +00:00
Eugen Jiresch
5e331e8542 removed gamestatus member from game_display 2009-06-11 13:53:07 +00:00
Eugen Jiresch
4e3d1f840c added time_of_day_at() to tod_manager (copied from actions.cpp) 2009-06-11 12:48:50 +00:00
Nils Kneuper
dab0d7906e apply patch by stikonas to add pluralization support...
...for the "Gold" string in the mp connect wait dialog for non-host
players (this adds a new string)
2009-06-11 12:48:16 +00:00
Eugen Jiresch
eb792b62ec added tod_manager member to game_display...
...and removed most references to gamestatus in game_display
2009-06-11 11:27:51 +00:00
Nils Kneuper
ad1d68a1a7 convert some about strings (removing the colon at the end) 2009-06-11 10:58:54 +00:00
Eugen Jiresch
69cb3db1d3 fixed reference to tod_manager in ai::game_info 2009-06-11 10:13:39 +00:00
Eugen Jiresch
3934a3a087 added vector<team> member to terrain_filter...
...(in preparation of gamestatus removal)
2009-06-11 09:31:34 +00:00
Eugen Jiresch
3842034843 added assignment operator to tod_manager 2009-06-11 08:36:08 +00:00
Eugen Jiresch
dabe62d766 savegame reorganization:
...added tod_manager member to ai::game_info, soon to replace gamestatus
2009-06-11 08:24:52 +00:00
Gunter Labes
393de7e9f1 fixed terrain parsing 2009-06-11 06:46:15 +00:00
Gunter Labes
4a429a5530 made defense and resistance values default to 0% 2009-06-11 06:46:08 +00:00
Eugen Jiresch
8223da600a replaced turn related functions in play_controller...
...by the respective functions of tod_manager
2009-06-10 21:50:23 +00:00
Eugen Jiresch
ad65cf8d44 added turn members to tod_manager 2009-06-10 20:50:42 +00:00
Eugen Jiresch
063df523d5 removed gamestatus.number_of_turns()...
...references from game_events.cpp and play_controller classes
2009-06-10 16:35:50 +00:00
Gunter Labes
2b64624a21 fixed bug #13664: Minor typo in Tale of Two Brothers #3 2009-06-10 15:54:52 +00:00
Eugen Jiresch
0c4d9a98b6 removed a gamestatus.turn() reference from game_events.cpp 2009-06-10 14:44:23 +00:00
Eugen Jiresch
9686608b66 removed the remaining references to gamestatus::turn()...
...from play_controller classes (except assertions)
2009-06-10 14:26:28 +00:00
Iurii Chernyi
acb6f7b734 removed gamestatus usage, where it is not needed 2009-06-10 14:22:40 +00:00
Gunter Labes
55659c7577 simplified steadfast a bit 2009-06-10 11:41:49 +00:00
Gunter Labes
bc66d8b60b combine filter_base_value conditions...
...with "and" instead of "or" and made resistance_filter_matches()
also check the filter_base_value (fixes steadfast)
2009-06-10 11:41:45 +00:00
Gunter Labes
a7a8b08f76 fixed bug #13659: The South Guard - too many scenarios promised 2009-06-10 11:41:07 +00:00
Eric S. Raymond
ebedc05802 Minor punctuation and translation-key fixes. 2009-06-10 10:27:18 +00:00
Eric S. Raymond
f4d19a719e Eliminate spurious pofix error messages by hand-fixing some translation keys. 2009-06-10 10:03:10 +00:00
Eugen Jiresch
0bb8487da3 removed most references of gamestatus::turn()...
...in play_controller and subclasses
2009-06-10 09:32:58 +00:00
Eugen Jiresch
96bae44ec1 removed unnecessary argument from tod_manager::get_previous_time_of_day() 2009-06-10 08:37:46 +00:00
Ignacio R. Morelle
1c34496075 An unwanted adjust_surface_alpha() call slipped...
...in the Pango-based render code commit.
2009-06-09 14:55:44 +00:00
Iurii Chernyi
98927c3a19 POTFILES.in changes after renames in src/ai 2009-06-09 14:32:23 +00:00
Ignacio R. Morelle
1c251f7d3b Rename the --shadowm-storyscreens switch to --new-storyscreens. 2009-06-09 14:05:37 +00:00
Ignacio R. Morelle
4bf50066ff Add code that uses Pango for rendering storyscreen text...
...instead of SDL_ttf. It is enabled at run-time only if the
--shadowm-storyscreens switch is passed in the command line.

At the moment, this code is pretty much untested and messy, and doesn't
implement any visual effects.
2009-06-09 14:05:09 +00:00
Sergey Popov
640e5aff7c Fixed a mistake in autodetection of versioned installation boost. 2009-06-09 13:25:40 +00:00
Iurii Chernyi
fff0d9b9f9 file renames in src/ai 2009-06-09 13:00:46 +00:00
Eric S. Raymond
5354149d67 Yanqui -> Zhangor
Changing this proper name because "Yanqui" is a common ethic slur in
Spanish.  Unlike most of the other name changes, this one has to be
done in translations too.
2009-06-09 11:12:34 +00:00
Eugen Jiresch
bf9d99427f started implementation of savegame_config...
...in play_controller (turn and time_of_day members)
2009-06-09 09:42:07 +00:00
Gregory Shikhman
264ecb97a3 confused bar and pie graph types, now fixed 2009-06-09 09:09:14 +00:00