32495 Commits

Author SHA1 Message Date
Patrick Parker
4ffceb57a8 fix a bug with auto-stored WML variables...
...not being restored correctly to their previous state afterwards
(spotted by silene)
2009-04-05 19:07:06 +00:00
Guillaume Melquiond
0883510e03 Fixed segfault when generating maps. Introduced by commit 34437. 2009-04-05 18:18:09 +00:00
Guillaume Melquiond
84ed1d6117 Removed almost unused and redundant functions. 2009-04-05 18:03:14 +00:00
Guillaume Melquiond
fe400bb4ee Removed config::child_list. 2009-04-05 18:03:10 +00:00
Guillaume Melquiond
ddd73e6f94 Removed config::get_children. 2009-04-05 18:03:07 +00:00
Guillaume Melquiond
8065d803d2 Removed unused variable. 2009-04-05 18:03:03 +00:00
Bartek Waresiak
84cf706274 Fixed 'attacks' bug, that made some attacks not being executed 2009-04-05 17:32:46 +00:00
Eric S. Raymond
667fe9e6dd This portrait move should have gone with the character renaming. 2009-04-05 17:20:21 +00:00
Guillaume Melquiond
4dd3b62080 Removed config::get_children.
Note that the code does not make sense to me, hence the FIXME
comments; we are most certainly destroying WML variables there.
2009-04-05 17:05:07 +00:00
Guillaume Melquiond
b7c1ece285 Removed config::get_children. 2009-04-05 17:05:04 +00:00
Guillaume Melquiond
5ba0a23da4 Removed config::get_children. 2009-04-05 17:05:01 +00:00
Guillaume Melquiond
112d4116b8 Removed config::get_children. 2009-04-05 17:04:57 +00:00
Guillaume Melquiond
a19a97da26 Removed useless pointer. 2009-04-05 17:04:54 +00:00
Guillaume Melquiond
1275b8e981 Simplified code. 2009-04-05 17:04:50 +00:00
Guillaume Melquiond
667c7d97f5 Removed unused function. 2009-04-05 17:04:46 +00:00
Ignacio R. Morelle
5be95443ce Spanish translation update. 2009-04-05 16:20:14 +00:00
Nils Kneuper
13ad2f63c3 reuse existing string to not add a new string 2009-04-05 15:04:51 +00:00
Nils Kneuper
233491d72a regenerate doc files for trunk 2009-04-05 14:57:50 +00:00
Nils Kneuper
0ecb7f1a4a updated Italian translation 2009-04-05 14:47:45 +00:00
Alexander van Gessel
47f3484b40 s/donothing()/NOP()/ in test scenario, as the latter function actually exists. 2009-04-05 15:16:26 +01:00
Nils Kneuper
a641cc22b1 updated Indonesian and Russian translation 2009-04-05 13:59:39 +00:00
Lari Nieminen
9698bf1e79 Added keep and castle overlay terrains,
...which can be painted on any non-layered terrain to enable them to
act as keeps or castles for recruitment.
2009-04-05 11:55:56 +00:00
Tomasz Śniatowski
18d9cbc3df silence a msvc warning 2009-04-05 12:21:42 +01:00
Fabian Müller
173239dd4f Added the CREATE_OR_RECALL_UNIT macro...
...which takes a full set of [unit] attributes as argument.
2009-04-05 11:04:09 +00:00
Tomasz Śniatowski
19e0e8eb41 fix a msvc build error and some c++ correctness 2009-04-05 11:47:22 +01:00
Nils Kneuper
6610fe2ac3 updated Icelandic, Norwegian and Russian translation 2009-04-05 09:53:06 +00:00
Guillaume Melquiond
c37154dea4 Definitely removed config::all_children. 2009-04-05 09:44:25 +00:00
Guillaume Melquiond
bfd9613844 Removed config::all_children. 2009-04-05 09:44:21 +00:00
Guillaume Melquiond
0a9fb6c1b4 Removed config::all_children. 2009-04-05 09:44:18 +00:00
Guillaume Melquiond
bf04c180e6 Removed config::all_children. 2009-04-05 09:44:15 +00:00
Guillaume Melquiond
333fffb5fc Removed pointers to config. 2009-04-05 09:44:11 +00:00
Guillaume Melquiond
7a2333c288 Removed config::all_children. 2009-04-05 09:44:07 +00:00
Gunter Labes
abfaa094cb also save the game title 2009-04-05 06:55:09 +00:00
Ignacio R. Morelle
30bfc5901e Update copyright notices. 2009-04-05 02:18:29 +00:00
Ignacio R. Morelle
a9684cefb7 Doxygen. 2009-04-05 02:16:04 +00:00
Ignacio R. Morelle
5f3a43ab6d Set appropriate default parameters for the storyscreen::page
...constructor, thus fixing a regression with background scaling.
2009-04-05 02:15:47 +00:00
Ignacio R. Morelle
7d5bfc330f The code that sets the playing music track appropriately got lost.
Fixed that.
2009-04-05 02:15:34 +00:00
Ignacio R. Morelle
3a57ce6956 Finish refactoring of storyscreen code.
There are new bugs that must be fixed, thus this code is still disabled
unless the --shadowm-storyscreen switch is used.
2009-04-05 02:15:14 +00:00
Richard Kettering
95624b0f81 Added PNG versions of kitty's story images. 2009-04-05 01:04:46 +00:00
Sergey Popov
40db3cb639 Fixed compile error when forum_user_handler is enabled. 2009-04-04 23:50:51 +00:00
Ignacio R. Morelle
89db3f84f9 Add a property getter. 2009-04-04 23:48:38 +00:00
Ignacio R. Morelle
1a82c767c5 Wire-in a call to storyscreen::controller::show_all_pages() . 2009-04-04 23:48:25 +00:00
Ignacio R. Morelle
8a520da4c8 Fix an "incomplete type" compiler error. 2009-04-04 23:48:09 +00:00
Ignacio R. Morelle
d30d55ae01 Add stub files for the storyscreen rendering code. 2009-04-04 23:47:49 +00:00
Ignacio R. Morelle
ee4355771b Progress in new storyscreen code:
* StoryWML should handle [if], [switch], [deprecated_message],
  [wml_message], [part] and [page] correctly now.

* StoryWML::PageWML should handle [if], [switch],
  [deprecated_message], [wml_message] and possible page property
  overrides in [if] and [switch] cases correctly now.

* Started to write rendering components - now floating_image can
  create a set of parameters for rendering itself.
2009-04-04 23:47:31 +00:00
Ignacio R. Morelle
e21df85337 Expose the [deprecated_message] code for use elsewhere than EventWML. 2009-04-04 23:47:10 +00:00
Ignacio R. Morelle
09f518e465 Expose the [wml_message] code for usage elsewhere than EventWML. 2009-04-04 23:46:48 +00:00
Fabian Müller
16a25432b9 Fixed typo in a comment. 2009-04-04 21:46:27 +00:00
Guillaume Melquiond
6e7b107837 Removed pointer to config. 2009-04-04 21:31:06 +00:00
Guillaume Melquiond
547fa1f3bb Removed config::get_children. 2009-04-04 21:31:02 +00:00