Commit Graph

45935 Commits

Author SHA1 Message Date
Timotei Dolean
41a436d1d4 eclipse plugin: Refactor the 'CheckPathsAreSet' to use an install 2011-06-24 15:18:15 +00:00
Timotei Dolean
dd15c8434a eclipse plugin: Launch the game with the selected project's install if any 2011-06-24 15:18:04 +00:00
Timotei Dolean
02c8a5bd36 eclipse plugin: Remove redundant code 2011-06-24 15:17:53 +00:00
Timotei Dolean
72eca299f3 eclipse plugin: Refactor the logic behind the install paths 2011-06-24 15:17:44 +00:00
Timotei Dolean
27183742ce eclipse plugin: Remove an attribute that made...
...Eclipse choke that it cannot restore the perspective.
2011-06-24 15:17:34 +00:00
Timotei Dolean
e198baae4c eclipse plugin: Save the workspace before exiting.
This gets rid of some annoying warning messages
2011-06-24 15:17:24 +00:00
Timotei Dolean
f9f8a72f83 eclipse plugin: Convert the single-installation paths...
...to multiple-installations. There are still some
parts that need to be properly implemented/polished.
2011-06-24 15:17:11 +00:00
Timotei Dolean
565b67f54e eclipse plugin: Start working on a new...
...mechanism to get paths based on install name
2011-06-24 15:16:57 +00:00
Ignacio R. Morelle
74855ceb19 gui2: lobby_player_info: Use titlecase; simply button labels 2011-06-24 09:51:38 +00:00
Ignacio R. Morelle
81f65ce2df gui2: mp_cmd_wrapper: Use titlecase correctly; simplify Send PM button text 2011-06-24 09:51:13 +00:00
Ignacio R. Morelle
1399aaf6c1 gui2: Use titlecase for the Change Control dialog title 2011-06-24 09:35:13 +00:00
Ignacio R. Morelle
b221034aa8 Update the official forum board URL in MP menu tooltip
http://www.wesnoth.org/forum/ currently redirects to http://forums.wesnoth.org/.
2011-06-24 09:31:20 +00:00
Ignacio R. Morelle
8d4851e998 Fix a credits entry with embedded quotes 2011-06-24 08:52:16 +00:00
Ignacio R. Morelle
c566e74ebf Update changelog 2011-06-24 08:48:29 +00:00
Ignacio R. Morelle
76342ff9ae Support client localization of the inactive account login warning 2011-06-24 08:48:15 +00:00
Ignacio R. Morelle
807896e8a5 wesnothd: s/name/nick/ for inactive account warning message 2011-06-24 08:48:02 +00:00
Ignacio R. Morelle
789ac43a2f wesnothd: Do not allow users with inactive accounts...
...to claim ownership of their names (treat as unregistered)

Clients attempting to use inactive accounts will get a warning message
informing them of the situation but will be able to join the MP server
as if their nickname were unregistered instead. Untested.
2011-06-24 08:47:48 +00:00
Ignacio R. Morelle
bf906de800 wesnothd: Add support for sending login warnings that the client can dismiss 2011-06-24 08:47:33 +00:00
Ignacio R. Morelle
928d55e61b gui2: Switch new lobby to use the borderless window definition 2011-06-24 03:11:16 +00:00
Ignacio R. Morelle
10d77e1540 gui2: Create a definition for windows without border decorations 2011-06-24 03:10:55 +00:00
Sergey Popov
af71e0fa2e Change network_asio::connection::bytes_to_read_'s type to plain size_t
Since using boost::optional is kinda overkill.
2011-06-23 16:29:05 +00:00
Sergey Popov
8b5ab058b2 Added numeric progress display to GUI2 network transmission dialog. 2011-06-23 15:39:37 +00:00
Sergey Popov
c684881bd5 Fixed incorrect initialization of boost::optional<size_t>...
...class member and resulting floating point error.

network_asio::connection::bytes_to_read_ should be default
initialized, not zero initalized.
2011-06-23 15:39:31 +00:00
Fabian Müller
8c616fe491 Added support for joystick hat hotkey binding. 2011-06-23 15:14:20 +00:00
Fabian Müller
17f430852b Added the ONSCREEN_WARP scrolltype which compines the features...
...of ONSCREEN and WARP scrolling.
2011-06-23 15:00:46 +00:00
Mark de Wever
8130c2bd5a Strip trailing whitespace. 2011-06-23 05:54:44 +00:00
Mark de Wever
cbb7523535 Initialize all members. 2011-06-23 05:54:41 +00:00
Mark de Wever
c0b84d69f5 Fix a compilation warning. 2011-06-23 05:54:39 +00:00
Mark de Wever
8bb9766e4c Initialize all members. 2011-06-23 05:54:36 +00:00
Mark de Wever
98fbaa775d Initialize all members. 2011-06-23 05:54:33 +00:00
Mark de Wever
fb2aff3f14 Remove the rest of the tunused_parameter's. 2011-06-23 05:54:31 +00:00
Mark de Wever
e32770d21c Remove tunused_parameter from tfield.
Remove it from the constructor.
2011-06-23 05:54:28 +00:00
Mark de Wever
c8020529a7 Remove tunused_parameter from tfield_text.
Remove it from the constructor.
2011-06-23 05:54:26 +00:00
Mark de Wever
e868fc07ab Remove tunused_parameter from tfield_text.
Remove it from the constructor.
2011-06-23 05:54:23 +00:00
Mark de Wever
8279e1c570 Remove tunused_parameter for register_text. 2011-06-23 05:54:20 +00:00
Mark de Wever
57dce51b3f Remove tunused_parameter for register_text. 2011-06-23 05:54:18 +00:00
Mark de Wever
13b7725e68 Remove tunused_parameter for register_integer. 2011-06-23 05:54:15 +00:00
Mark de Wever
a9e50cd345 Remove tunused_parameter for register_integer. 2011-06-23 05:54:12 +00:00
Jérémy Rosen
f958417c8a fix bug 18143 : remove the internal OpenMP reboot for MacOS 2011-06-21 21:23:12 +00:00
Anonymissimus
54ea364f7b add a missing parameter description 2011-06-21 16:05:36 +00:00
Anonymissimus
e810afca51 removed duplicate assignment
fixes compilation in MSV
2011-06-21 16:05:18 +00:00
Fabian Müller
6d1e001800 Cleaned up the joystick code.
Introduced a deadzone to avoid random scrolling.

Reduced the map_location::direction enum to the original one.
2011-06-21 15:14:23 +00:00
Sergey Popov
05ebefffbf Finished implementing network_asio::connection::transfer 2011-06-21 15:13:04 +00:00
Dmitry Kovalenko
ba69be6682 Minor cosmetic fixes 2011-06-21 14:10:12 +00:00
Anonymissimus
3935c0523b codeblocks projectfile update 2011-06-21 13:40:24 +00:00
Timotei Dolean
94ebf52340 Update the VC10 project file 2011-06-21 08:39:02 +00:00
Timotei Dolean
e7e14f2ab8 Update MSVC project files 2011-06-21 07:39:35 +00:00
Timotei Dolean
837f25671b Fix a compilation issue when using just ints...
...for calling the 'pow' function resulting in ambiguity
2011-06-21 07:39:22 +00:00
Timotei Dolean
55c57b5244 eclipse plugin: Use 'enabledWhen' instead of the deprecated 'objectClass'...
...attribute for the wesnoth project page
2011-06-21 07:39:11 +00:00
Timotei Dolean
58e0c3e79c eclipse plugin: Supress 'deprecated' warning 2011-06-21 07:38:58 +00:00