Commit Graph

1862 Commits

Author SHA1 Message Date
Kristoffer Erlandsson
d8b16d558d Different brush sizes added. 2004-04-27 20:17:38 +00:00
Kristoffer Erlandsson
2d730da71f Made cancel on confirmation in the new map dialog return...
...to the dialog instead of the map.
2004-04-27 19:43:25 +00:00
Pauli Manninen
66c38c4521 updated changelog 2004-04-27 07:04:36 +00:00
Kristoffer Erlandsson
a35e4a629a Confirmation dialog when generating a random map now appears before generation. 2004-04-27 06:48:51 +00:00
Kristoffer Erlandsson
5a9fee57a7 Minor cleanup in the dynamic rebuilding of terrain. 2004-04-27 06:28:41 +00:00
Kristoffer Erlandsson
ce362b34b7 Dynamically generated terrain now displays correctly in the editor. 2004-04-26 21:35:22 +00:00
Kristoffer Erlandsson
ed55b59702 Refactoring: the terrain palette now is a separate class.
Major speed enhancement: the palette is only redrawn when needed.
The coordinates and terrain type of the hex the mouse is over are shown.
2004-04-26 19:57:36 +00:00
Benjamin Drieu
5616b044d2 Orcish ruler now has orcishfoot move type 2004-04-26 17:19:41 +00:00
Dave White
01a79b1949 made it so teleporting units would re-clear shroud/fog (resolved bug #8700 2004-04-26 15:55:59 +00:00
Dave White
d536ee72d4 made it so the character's name does not overlap their profile when they speak. (resolved bug #7933) 2004-04-26 15:11:50 +00:00
Dave White
ef8ce79a38 made it so that the first player can start with less than 100 gold ...
...in a multiplayer game
2004-04-26 15:02:13 +00:00
Dave White
2ad375a769 made it so that when you open a multiplayer saved game, ...
...it won't allow "I'm ready" to be clicked until players have joined
(bug #7459)
2004-04-26 14:50:46 +00:00
Pauli Manninen
fc66b294be changelog cleanup 2004-04-26 08:59:31 +00:00
Pauli Manninen
e04f864614 updated changelog 2004-04-26 08:28:13 +00:00
John B. Messerly
d06c918024 Fixed an assertion failure in delayed fog-of-war update code
(apply_shroud_changes(...)). Specifically, the code had an implicit
dependency on a unit only being moved once per turn. This has been
fixed.
2004-04-26 05:13:40 +00:00
Kristoffer Erlandsson
7e1e93a82c Confirmation dialog refactoring. 2004-04-25 22:29:40 +00:00
Kristoffer Erlandsson
5253fb2fc7 Fix for crashes and weird behavior in the load map dialog 2004-04-25 22:16:56 +00:00
John B. Messerly
7b2a23735d Changed pure virutals in hotkeys.hpp to virutals.
Reason: now all derived classes of command_executor don't have to
implement the same set of commands.
2004-04-25 20:39:55 +00:00
Kristoffer Erlandsson
d4a8b29b8d Fixed bug where odd number of terrains were not drawn correctly in the palette. 2004-04-25 20:38:06 +00:00
Dave White
3ee8192b53 fixed Li'sar dying in Hasty Alliance not resulting in a loss 2004-04-25 20:11:24 +00:00
Kristoffer Erlandsson
7ce8cf8a6b Added definitions of new pure virtual methods in hotkey.hpp. 2004-04-25 19:40:38 +00:00
John B. Messerly
8a80955b83 Added the ability to move units on fog/shroud maps without ...
...updating the fog/shroud, so the moves can be undone. The player can
commit the moves, forcing the fog/shroud to update, but then the moves
can no longer be undone.  Useful to make fog/shroud maps behave more
like normal maps, with respect to move undoing.
2004-04-25 18:50:42 +00:00
John B. Messerly
5021410e72 Added KDevelop 3.x project file for Wesnoth. 2004-04-25 18:32:27 +00:00
Philippe Plantier
ef56271071 Added a french text to the icons/wesnoth.desktop file 2004-04-25 15:42:37 +00:00
Philippe Plantier
7bde81baf2 Fixed wesnoth.desktop (FreeDesktop shortcut definition file), ...
...which did contain invalid UTF-8 sequences (see bug #8679)
2004-04-25 15:25:33 +00:00
Philippe Plantier
da557a6dcc Fixed support for UTF-8 languages on text-boxes.
Added wstring_to_string and string_to_wstring routines in
language.cpp, which convert strings according to the current charset()
2004-04-25 15:21:57 +00:00
Kristoffer Erlandsson
0c1f6fd11d New map and load map added. Editor does no start with an empty map 2004-04-25 15:04:41 +00:00
Kristoffer Erlandsson
666d497d40 New map and load map added. 2004-04-25 15:04:01 +00:00
Kristoffer Erlandsson
258bf33052 load map and new map menu items and hotkeys added 2004-04-25 15:03:18 +00:00
Mark Michelsen
13f75059cb Updated Packagers and Translators lists on About page 2004-04-25 13:55:23 +00:00
Kristoffer Erlandsson
9d9ce088fa General get_dir() added. 2004-04-25 13:37:08 +00:00
Kristoffer Erlandsson
34b66cf654 Save as functionality added. 2004-04-25 13:36:00 +00:00
Jordà Polo
7d2d09f3f2 added Philippe Plantier (Ayin) 2004-04-25 13:13:50 +00:00
Kristoffer Erlandsson
31dc756ccb Tiles on the border of the map now update correctly when nearby tiles are drawn. 2004-04-25 00:25:51 +00:00
Kristoffer Erlandsson
6c864cd88b Added ability to remove tiles from the border cache, needed by the editor. 2004-04-25 00:24:58 +00:00
Philippe Plantier
c24b115d51 Added font=Bepa-Roman.ttf line in slovak translation, to solve bug #8634, ...
..."Invalid font characters" (The Vera font does not support
iso-8859-2 characters, used in slovak and polish languages.)
Translators should ensure this line is preserved when upgrading
translations.
2004-04-25 00:10:39 +00:00
Kristoffer Erlandsson
9f508b99cd Fixed indentation. Made minimap not update as often.
Now allows setting start pos for player 0. Minor cleanups.
2004-04-24 19:20:28 +00:00
Pauli Manninen
f317de6067 pumped version to 0.7.6-CVS 2004-04-24 19:14:43 +00:00
Isaac Clerencia Perez
b3d81c0de3 Created campaign dirs and moved scenarios inside 2004-04-24 19:07:26 +00:00
Pauli Manninen
72e9e00ac5 updated changelog
pumped version to 0.7.5
ran autoreconf
2004-04-24 17:53:12 +00:00
Pauli Manninen
ed2b707670 updated changelog 2004-04-24 17:47:51 +00:00
Dave White
d72f28386a added unhandled exception code 2004-04-24 17:20:10 +00:00
Pauli Manninen
04bd3eac56 updated changelog 2004-04-24 17:14:26 +00:00
Pauli Manninen
7ec65264cf updated changelog 2004-04-24 17:08:31 +00:00
Dave White
68c077615c fixed crash when one presses 'escape' from 'advance unit' dialog 2004-04-24 16:56:55 +00:00
Benjamin Drieu
603a2a7570 New image 2004-04-24 16:53:34 +00:00
Dave White
fbb1cb27ac fixed compile error in editor 2004-04-24 16:09:24 +00:00
Kristoffer Erlandsson
5e5fd9a519 Major changes. Now supports the theme system ...
...and uses command_executor for executing menu and hotkey commands.
2004-04-24 15:30:27 +00:00
Kristoffer Erlandsson
f4ed5ef65c Editor actions added. 2004-04-24 15:29:52 +00:00
Kristoffer Erlandsson
9ec2a69243 Editor action texts added. 2004-04-24 15:29:21 +00:00