Commit Graph

46071 Commits

Author SHA1 Message Date
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
Ignacio R. Morelle
665392f4fb wesnothd suh: Show inactive users in /INFO like fuh does...
...(this won't occur in practice, though)
2011-06-21 00:58:26 +00:00
Ignacio R. Morelle
3f9ca006e1 Add wesnothd user_handler support...
...for checking whether a user account is active and can claim
ownership or a nickname or not

Right now this code is unused in the auth logic. Both suh and fuh
implementations are provided, only the latter works (using phpBB 3.0's
rules).
2011-06-21 00:53:33 +00:00
Fabian Müller
d6634d7c2e Changelog entries for 2011-06-20T23:33:10Z!fabianmueller5@gmx.de. 2011-06-20 23:49:42 +00:00
Steven Panek
ee90c01c6d Ran umcpropfix; added keyword lines. 2011-06-20 23:36:51 +00:00
Fabian Müller
d04fa3be80 Basic Joystick support. 2011-06-20 23:33:10 +00:00
Steven Panek
565fdc7801 Ran umcpropfix. 2011-06-20 23:23:26 +00:00
Sergey Popov
d066552a95 Added missing copyright notices. 2011-06-20 22:21:18 +00:00
Sergey Popov
16e9e547b8 Made the GUI2 network transmission dialog...
...actually track download progress.
2011-06-20 22:10:42 +00:00
Steven Panek
e98101d8d0 Set svn:eol-style. 2011-06-20 20:38:41 +00:00
Sergey Popov
88bed58f48 Add conditional compilation to support boost < 1.37 2011-06-20 20:34:33 +00:00
Sergey Popov
47d6e3b0a5 New network subsystem: implemented the handshake...
...and started implementing reading/writing WML.
2011-06-20 20:34:22 +00:00
Elias Pschernig
31ad9b2d06 Updated about_cfg_to_wiki to not require the deprecated python parser...
...any longer. As a side-effect seems to fix the script.
2011-06-20 19:19:17 +00:00
Timotei Dolean
6b1de38e75 eclipse plugin: Refactor the way the plugin uses the paths.
Now there exists a specialized class just for the paths. That is so we
can easily model the installation based paths.
2011-06-20 19:12:00 +00:00
Timotei Dolean
3e9974051a eclipse plugin: cleanup some redundant code 2011-06-20 19:11:36 +00:00