Commit Graph

45894 Commits

Author SHA1 Message Date
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
Nils Kneuper
cd969af2dd purge release notes now that 1.9.7 announcement post is done 2011-06-20 19:00:26 +00:00
Dmitry Kovalenko
437b619397 added a wesnoth.modify_ai Lua function,
...continued work on the patrolling system, made more mess in lua_ai
arena
2011-06-20 17:05:59 +00:00
Timotei Dolean
910ca163b7 Disable building 'wesnothd' with MSVC2010
according to this boost bug:

https://svn.boost.org/trac/boost/ticket/4073

The building could be enabled after boost 1.47
2011-06-20 15:34:19 +00:00
Timotei Dolean
18382c9d43 Add solution files for Microsoft Visual Studio 2010 (VC10)
The solution works just like the VC9 one,
but it needs the proper libs and dlls for boost.

One can download them (saving the compile time & hassle)
from here: http://www.boostpro.com/download/
2011-06-20 15:34:10 +00:00
Timotei Dolean
2901173cda eclipse plugin: Implement the project properties page 2011-06-20 15:34:00 +00:00
Timotei Dolean
7050ec20cc eclipse plugin: After removing an install...
...just reset the page state
2011-06-20 15:33:49 +00:00
Timotei Dolean
bfcdb641ce eclipse plugin: Remove redundant accessors/mutators...
...since the 'ConfigFile' class is just a POD
2011-06-20 15:33:37 +00:00
Timotei Dolean
88a748a99e eclipse plugin: Implement the GUI for the...
...project's property page
2011-06-20 15:33:22 +00:00
Timotei Dolean
4a46cf94be eclipse plugin: Refactor a bit the InstallsPage,
adding a new util class to handle the installs persistance
2011-06-20 15:33:07 +00:00
Timotei Dolean
1b309b0992 eclipse plugin: Add a blank page for project properties. 2011-06-20 15:32:55 +00:00
Timotei Dolean
138dfc5b84 eclipse plugin: Update the interface to show the...
...status of the default install
2011-06-20 15:32:36 +00:00
Ignacio R. Morelle
6cd5de7712 Add icon support to the GUI2 add-ons download dialog
Really just fooling around. This design isn't quite what I want.
2011-06-20 05:42:31 +00:00
Anonymissimus
6c119c3bab updated build instructions 2011-06-19 17:30:28 +00:00
Anonymissimus
b6958b9d94 codeBlocks projectfile update 2011-06-19 17:30:06 +00:00
Anonymissimus
6648a77f6b MSVC projectfile update 2011-06-19 17:29:10 +00:00
Steven Panek
2033e95b30 Commented out the font loading code for Junicode,
...for there is no reason to try to load that font right now.
2011-06-19 17:21:43 +00:00
Mark de Wever
22fd9e29ea Remove tunused_parameter for register_bool. 2011-06-19 12:06:14 +00:00
Mark de Wever
af52051ba3 Remove tunused_parameter for register_bool. 2011-06-19 12:06:05 +00:00
Mark de Wever
0a925107e2 Remove support for helptip without tooltip.
The support was deprecated for 1.9.7.
2011-06-19 12:05:55 +00:00
Mark de Wever
f1f9e1d131 Remove support for empty help tip.
The support was deprecated for 1.9.7.
2011-06-19 12:05:46 +00:00
Mark de Wever
c2b67d5962 Remove an unused deprecated function. 2011-06-19 12:05:36 +00:00
Mark de Wever
86a9f4149d Remove an unneeded include. 2011-06-19 12:05:27 +00:00
Mark de Wever
75be32120b Make boost system mandatory for CMake.
This due to the work loonycyborg does on boost asio. Anonymissimus
please test whether it suffices on Windows.
2011-06-19 12:05:19 +00:00
Ignacio R. Morelle
34a571092b Clean up the Sound preferences tab a bit
Volume slider labels don't need to contain anything more than "Volume",
also applied previous indentation and font size conventions for this dialog.
2011-06-19 00:55:33 +00:00
Ignacio R. Morelle
8a169f0016 Rearrange various options in the Display preferences tab 2011-06-19 00:55:02 +00:00
Ignacio R. Morelle
76bf2fd23b Moved Animate Map option from Advanced Preferences to Display 2011-06-19 00:05:44 +00:00
Ignacio R. Morelle
4cb0d94763 Moved Unit Standing Animations toggle from Advanced Preferences to Display 2011-06-18 23:35:59 +00:00