Moritz Göbelbecker
c8b33c083e
Fix blending of base and overlay terrains in the minimap.
2008-04-28 17:07:38 +00:00
Moritz Göbelbecker
1f9b17b954
Add support for centering multihex terrain images...
...
...using the center=(x,y) attribute.
2008-04-28 16:54:29 +00:00
Moritz Göbelbecker
cf9eac3aa1
Add support for arbitrary source rects to blit_surface and cut_surface
2008-04-28 16:39:05 +00:00
Ali El Gariani
b9ff50c5cc
Fix some bugs with the undocumented location-specific terrain rules:
...
- x and y values were shifted by 1
- other [tile] requirements were ignored
2008-04-28 16:25:23 +00:00
Mark de Wever
0642efcaf5
Remove the dummy text_font_size since it's no longer mandatory.
2008-04-28 16:11:25 +00:00
Mark de Wever
61f7ff6168
Make the window defintion also more general.
...
Make text_font_size no longer mandatory.
2008-04-28 16:10:27 +00:00
Mark de Wever
9d8935aa5e
Change the calling converion of blit_surface...
...
...so it can use the normal locker class.
2008-04-28 15:58:29 +00:00
Nils Kneuper
8d7dc96679
updated Chinese translation
2008-04-28 15:48:05 +00:00
Sergey Popov
450b36c0b2
Made "destdir" affect installation of manual and manpages.
2008-04-28 15:23:42 +00:00
Elias Pschernig
cf449290cb
Python's stderr is redirected to a file pyerr.txt...
...
...made the python script execute even if pyerr.txt cannot be written to.
2008-04-28 14:53:26 +00:00
Sergey Popov
1f5f895571
Added "destdir" option to scons recipe.
2008-04-28 14:39:07 +00:00
Richard Kettering
730c01137e
Replaced my old hack with kestenvarn's newest HttT map,
...
...faded slightly for readability on the main screen.
2008-04-28 03:37:45 +00:00
Gunter Labes
04518278ba
now really use the current dir for translations
...
comment the funny pop_to_top() call out since it doesn't work on
units.wesnoth.org
remove trailing spaces
2008-04-27 23:41:31 +00:00
Gunter Labes
90c7d5c289
default to the current directory for translations rather than cwd + /data
2008-04-27 22:47:18 +00:00
Ignacio R. Morelle
41cb27d28d
Fixed ally_race i18n issues
2008-04-27 22:16:49 +00:00
Mark de Wever
c8447a8370
Also move the locker class for SDL_Surface*
2008-04-27 21:56:49 +00:00
Richard Kettering
0de662dbcc
New and improved melee animations for the banebow.
2008-04-27 21:44:47 +00:00
Richard Kettering
84b01a61b6
New and improved melee animations for the banebow.
2008-04-27 21:41:00 +00:00
Ignacio R. Morelle
c17555c6f0
More i18n fixes on the same vein (ally name)
2008-04-27 21:35:40 +00:00
Ignacio R. Morelle
17e9e2628b
i18n fixes optimized using WML variables
2008-04-27 21:29:28 +00:00
Ignacio R. Morelle
a3a8c41498
ally names i18 fix, optimized
2008-04-27 21:25:23 +00:00
Ignacio R. Morelle
3babc79daf
Ally name's i18n fix - part three with defferent approach
2008-04-27 21:21:25 +00:00
Ignacio R. Morelle
392f589afd
Testing a different approach to solve the i18n names issue
2008-04-27 21:05:12 +00:00
Richard Kettering
261b738336
Slight tweak to ranger melee frames.
2008-04-27 20:57:23 +00:00
Richard Kettering
dbdadf2487
Slight tweak to ranger melee frames.
2008-04-27 20:55:11 +00:00
Moritz Göbelbecker
ab74a6bc3c
Move blit_surface from gui/widgets/helper.cpp to sdl_utils.cpp
2008-04-27 20:33:19 +00:00
Elias Pschernig
657da51da7
wmlunits: display attacks also in the overview tree
2008-04-27 20:28:24 +00:00
Nils Kneuper
9dd166175d
clean up RELEASE_NOTES after 1.5.0
2008-04-27 20:27:00 +00:00
Jörg Hinrichs
ebf71fa06f
Add filesystem_win32.ii to make Windows compile
2008-04-27 19:46:59 +00:00
Nils Kneuper
7f2011934f
updated Russian translation
2008-04-27 19:18:48 +00:00
Mark de Wever
848416aea8
Add a spacer class used to align the buttons better at the left side.
2008-04-27 18:09:34 +00:00
Mark de Wever
a0f17c383d
Remove some not needed translatable strings.
...
Make other strings like the currently used strings.
2008-04-27 16:02:30 +00:00
Mark de Wever
f7228ced85
Add the widget library to the wesnoth-lib domain and update the helper files.
2008-04-27 15:48:07 +00:00
Mark de Wever
174966c394
Implement the different copy buffer...
...
...for mouse selection and keyboard copy under X11 systems. The old
widget library doesn't use it the new one does.
2008-04-27 15:09:20 +00:00
Sergey Popov
f130a87cb1
SDL check no longer appends unneeded paths to CPPPATH and LIBPATH.
2008-04-27 11:45:12 +00:00
Mark de Wever
57b52369b9
Properly clear the X11 clipboard when we select in another application.
...
Pasting from another application is still borked.
2008-04-27 11:33:15 +00:00
Mark de Wever
9e89ca161d
Send system events to the event handler for the X11 clipboard.
2008-04-27 11:29:28 +00:00
Mark de Wever
dae63c82da
Add some debug info.
...
Fix a bug where every click was a left click.
Middle click in a text box now pastes on UNIX systems.
Pasting only works withing Wesnoth.
2008-04-27 08:55:31 +00:00
Mark de Wever
5de36bcee4
Made the mouse button handeling generic...
...
...and implement the middle and right button.
Also fixes a minor bug in the the text_box where a mouse out of the
widget when not captured never recieved the mouse up.
2008-04-27 08:08:36 +00:00
Gunter Labes
4b82fdb63a
abort games with more than MAX_PLAYERS sides
2008-04-27 06:13:02 +00:00
Gunter Labes
a87cd64086
typo fix
2008-04-27 03:15:00 +00:00
Richard Kettering
bf9990c472
New images for the elven sorceress.
2008-04-27 02:37:32 +00:00
Richard Kettering
1b561d8ead
New images for the elven sorceress.
2008-04-27 02:28:56 +00:00
Ali El Gariani
bd2c765909
Fix a missing use of reference for unit parameter in undo action
2008-04-27 01:44:58 +00:00
Ali El Gariani
9546abc1bf
Cut again the head of our leader, to reminds ours to solve this nicely.
...
This revert the temporary hack used for the 1.5.0 release, except the
part about unit fake, because it fixed a real bug: moving a unit
behind another placed on a keep, and he walks on his head (of course
the keep-cut-head bug make it hard to see it, but the rendering order
was wrong)
2008-04-27 01:36:39 +00:00
Ignacio R. Morelle
ea9ff187b8
Use translatable ally unit's name field...
...
...instead of nontranslatable $ally_name variable value in dialogues
2008-04-27 01:19:33 +00:00
Ignacio R. Morelle
70cce499ce
Fix a small variable expansion order bug
2008-04-27 01:15:32 +00:00
Gunter Labes
5bbb0afe2f
go back to using sed to find the build dir, seems more reliable after all
2008-04-27 01:08:49 +00:00
Ignacio R. Morelle
d70d945b78
Use translatable ally name instead of the nontranslatable $ally_name...
...
...variable value in dialogues
2008-04-27 01:01:36 +00:00
Ignacio R. Morelle
54856ca47c
Fix dialogues using nontranslatable ally_name...
...
...variable value to use unit's name instead.
Also, introduced a bugcheck (hint:
http://www.wesnoth.org/forum/viewtopic.php?f=7&t=13827 )
2008-04-27 00:53:35 +00:00