Commit Graph

16008 Commits

Author SHA1 Message Date
Mark de Wever
94eb53a1f6 added the latest version of wesnoth.dev by cycholka 2007-04-15 20:23:47 +00:00
Jörg Hinrichs
bdcec6517d Next try to fix the negative gold bug. 2007-04-15 19:55:33 +00:00
Jörg Hinrichs
dd333b7087 Try to fix bug #8885 (negative gold amount gets changed while save/load) 2007-04-15 19:30:51 +00:00
J.W. Bjerk
6f77422870 some explanation for the team-colors.cfg 2007-04-15 05:11:17 +00:00
Patrick Parker
61da6edbc6 get rid of the old widget.align hack...
and provide a utility method dialog::add_option()
2007-04-15 02:10:41 +00:00
J.W. Bjerk
eecb3dd3d2 added redeth's scarecrow. 2007-04-14 21:13:14 +00:00
Mark de Wever
621936fd17 scrolling_ was uninitialized and cleaned up the constructor
(problem found by valgrind)
2007-04-14 20:53:37 +00:00
Mark de Wever
db62c3604b made the error message a little bit more sensible 2007-04-14 20:30:34 +00:00
Mark de Wever
1116c5e16f Added the tool to create the unit tree in html,
as used for units.wesnoth.org (written by elricz)
2007-04-14 20:16:29 +00:00
Mark de Wever
4c50d77561 remove unused function replay::get_save_info() 2007-04-14 20:11:58 +00:00
Mark de Wever
a1d476da1b removed unused function replay::mark_current() 2007-04-14 20:05:46 +00:00
Mark de Wever
2521c7ad61 removed unused function replay::get_config() 2007-04-14 19:58:43 +00:00
Mark de Wever
f5ab5c7f41 removed unused function replay_controller::get_units() 2007-04-14 19:49:33 +00:00
Mark de Wever
8c909c903f remove unused function replay_controller::get_teams() 2007-04-14 19:46:52 +00:00
Mark de Wever
a70bac8380 remove unused function replay_controller::get_map() 2007-04-14 19:45:29 +00:00
Mark de Wever
e955dc8d8b remove unused function replay_controller::get_gui() 2007-04-14 19:43:03 +00:00
Mark de Wever
5a13ab50f1 remove unused function replay_controller::get_player_number() 2007-04-14 19:41:15 +00:00
Mark de Wever
a814243683 removed unused function replay_controller::is_loading_game() 2007-04-14 19:39:13 +00:00
Mark de Wever
f43d1c313f removed unused function replay_controller::get_status() 2007-04-14 19:36:59 +00:00
Benoît Timbert
14f6269ced Small spelling fix 2007-04-14 17:26:23 +00:00
Eric S. Raymond
7a7457d7dd Added --listfiles option. 2007-04-14 17:10:13 +00:00
Eric S. Raymond
4fda35480f Optimization step. 2007-04-14 16:42:46 +00:00
Eric S. Raymond
069f9a1314 A peasant image moved. 2007-04-14 16:41:22 +00:00
Eric S. Raymond
ab2dcc80e2 Fix some out-of-date file references in Human Woodsman. 2007-04-14 16:19:34 +00:00
Eric S. Raymond
4915c221ae First xut at reference-checking from a definitions file. 2007-04-14 16:07:34 +00:00
Eric S. Raymond
f1ff10acab Added the capability to make definition lists. 2007-04-14 15:49:43 +00:00
Mark de Wever
acdaaed941 added comment to the MSVC hack 2007-04-14 15:16:11 +00:00
Mark de Wever
66be77c0c4 fixes a small typo which Elvish Pillager spotted 2007-04-14 15:08:57 +00:00
Mark de Wever
324450149a unstoring a unit with a negative amount of HP will result in a unit with 1 HP 2007-04-14 15:04:21 +00:00
Mark de Wever
25039598a9 Found the solution for the -1 hitpoint crash,
thanks to some ideas provided by Yogin
2007-04-14 14:23:43 +00:00
Ali El Gariani
e5fe15ee6c Added support for horizontal mousewheel (patch #644) 2007-04-14 11:14:50 +00:00
Ali El Gariani
61ab446359 fix an hidden bug when using non zero start time
add comments about bad support of acceleration for some functions

simplify get_animation_duration

remove my previous tempo function (now unneeded)
2007-04-14 10:55:37 +00:00
Eric S. Raymond
212fc4d88c Make the Unit List command display each unit's level. Duh... 2007-04-14 04:40:06 +00:00
J.W. Bjerk
d05048a750 fixed the TColor and animations on the ruffian .CFG 2007-04-14 02:21:57 +00:00
J.W. Bjerk
6fb8b7fa42 Wiring in the 'Ruffian' to tSG.
This L0 Unit appears in the easy and medium difficulties in the first
three scenarios.  The Ruffian's stats may need adjustment, as is they
were taken directly from the XE henchman.  The hope is that this unit
will be useful for other campaigns, but i designed him for tSG.
Rather than radically change his concept, the unit should be moved (or
duplicated) to the tSG folders.  Also created a smaller club and gave
it to the Footpad as well.
2007-04-14 00:26:01 +00:00
J.W. Bjerk
41ee79be4c all frames for the L0 outlaw, the 'Ruffian'.
This is essentially the same as the Extended Era 'henchman', and is
intended for tSG if nothing else.
2007-04-13 23:36:41 +00:00
Ali El Gariani
f18e1c4b53 fix bug #8913: Remove hardcoded transparency on movement markers 2007-04-13 20:17:50 +00:00
Ali El Gariani
59f741e766 Add few lines (commented out) which allow to see what it's updated and when.
Basically the screen become darker except where there is a
refresh. This rand() is ugly but I wanted it to be independant
2007-04-13 19:30:07 +00:00
Mark de Wever
f80bdca971 reverted the unit offset of 16 pixels so they're back at their orginal location 2007-04-13 19:14:05 +00:00
Ali El Gariani
b7180c900c Revert some optimization (instead of finishing it):
not synchronize the flag animation between different team
2007-04-13 19:10:36 +00:00
Ali El Gariani
40e84a0127 Add 2 utility functions: get the total time and the mean tempo of an animation. 2007-04-13 18:00:37 +00:00
Nils Kneuper
f9ec829e7d updated Italian translation 2007-04-13 16:09:40 +00:00
Nils Kneuper
f0516099b9 updated Czech translation and French manual 2007-04-13 15:19:24 +00:00
Nils Kneuper
9b93ef4966 pot-update 2007-04-13 08:48:59 +00:00
Patrick Parker
c3b4d21628 quick hack to prevent template re-instatiation 2007-04-13 05:38:56 +00:00
Patrick Parker
1225da150c insert missing local variable name for auto-stored recall units
(thanks for noticing that to silene)
2007-04-13 04:23:11 +00:00
Patrick Parker
29d0738033 fix bug #8773 and bug #8903 - "Recall events in scenarios are broken" 2007-04-13 02:24:29 +00:00
Eric S. Raymond
1083f860d5 Since Jetryl approved the 90-degree rotation of Zookeeper's thrown rock,
replace my handtone image with it.
2007-04-13 01:48:12 +00:00
Lari Nieminen
db7244ee22 Removed rather meaningless time of the year declarations from the story screens. 2007-04-12 22:04:56 +00:00
Lari Nieminen
45d6960d03 Fixed broken image paths. 2007-04-12 21:16:37 +00:00