log

age author description
Wed, 26 Oct 2011 21:07:11 +0000 wuha - fixed network connection timeout, when client looses focus
Wed, 26 Oct 2011 19:27:59 +0000 ig0rk0 italian translation update
Wed, 26 Oct 2011 15:20:09 +0000 thegusty999 Made video driver combo-box smaller when opened.
Wed, 26 Oct 2011 15:18:10 +0000 thegusty999 Activated video driver combo-box; user can now choose freely between the loaded plugins.
Wed, 26 Oct 2011 15:14:14 +0000 thegusty999 Added new helper function for resolution handling.
Wed, 26 Oct 2011 13:48:12 +0000 thegusty999 Bugfix: When switching to window (fullscreen) mode, the correct resolution is displayed in the resolution combo-box.
Wed, 26 Oct 2011 13:12:01 +0000 thegusty999 Added temporary option: preferredLocale; should be used to differentiate between OS locale and preferred locale (maybe the user wants to use a different language or locale).
Wed, 26 Oct 2011 12:35:57 +0000 thegusty999 Updated debug message.
Wed, 26 Oct 2011 12:21:07 +0000 ig0rk0 image for disabled ComboBox button
Wed, 26 Oct 2011 12:17:37 +0000 thegusty999 commented out unused variable.
Wed, 26 Oct 2011 11:07:01 +0000 thegusty999 Bugfix: closing the game with the window [X] button (or ALT+F4) no longer crashes the game.
Wed, 26 Oct 2011 09:55:23 +0000 ig0rk0 translation updates
Wed, 26 Oct 2011 09:37:37 +0000 thegusty999 Bugfix: proper usage of the PHYSFS folder setup; will no longer always create the plugins.cfg file on Windows.
Wed, 26 Oct 2011 06:38:22 +0000 thegusty999 added type cast to remove compiler warning
Wed, 26 Oct 2011 06:35:32 +0000 thegusty999 Bugfix: display correct name for region (via CEGUI::string objects instead of null terminated strings);
Wed, 26 Oct 2011 06:23:01 +0000 thegusty999 updated comments (translated into English)
Wed, 26 Oct 2011 00:47:01 +0000 mafm Support for 'make install', at least in Unix. It shouldn't break anything in Windows or Mac, and neither for Unix/Linux developers not using 'make install' (e.g., for those compiling and running locally), but it's absolutely essential to be able to build proper packages for Debian/Ubuntu, Fedora and virtually any other distribution in a non-hacky and proper multi-user way. So if this commit happens to cause some problem, please don't revert the changes, talk to me instead (mafm on IRC, or find my email on the intertubes), because it's very important to get this working, so Sumwars can be distributed along with GNU/Linux distributions.
Wed, 26 Oct 2011 00:24:49 +0000 mafm Fix: Ogre::String (std::strings, really) cannot be passed where a <const char*> is required, and it caused a failure when trying to compile in GCC g++ 4.6.1
Tue, 25 Oct 2011 23:52:32 +0000 mafm >> breaks when building with GCC g++ 4.6.1
Tue, 25 Oct 2011 22:58:25 +0000 mafm Minor syntacting editing for consistence/clarity
Tue, 25 Oct 2011 22:33:37 +0000 mafm Debian package: update 'copyright' file
Tue, 25 Oct 2011 22:21:10 +0000 mafm Updating resources License.txt: WindowsLook.tga and vanilla.tga have been removed a few revisions ago, they were unused by this project
Tue, 25 Oct 2011 22:12:19 +0000 mafm Remove empty directory (unused for more than two years, according to the VCS log)
Tue, 25 Oct 2011 21:59:05 +0000 mafm Debian package: Remove the use of specific flags, accept default ones coming from upstream
Tue, 25 Oct 2011 21:51:06 +0000 thegusty999 Fixed sound format (PCM24 -> PCM16)
Tue, 25 Oct 2011 21:45:44 +0000 kalimgard fixed underscore in the wrong place
Tue, 25 Oct 2011 20:53:28 +0000 kalimgard secret door dialog will not be shown after tutorial anymore
Tue, 25 Oct 2011 20:23:40 +0000 kalimgard rephrased questlog entry for herbalist quest
Tue, 25 Oct 2011 20:08:37 +0000 kalimgard corrected Questlog entry for herbalist quest.
Tue, 25 Oct 2011 19:56:24 +0000 kalimgard deleted numbers from remaining numbered peasants
Tue, 25 Oct 2011 19:53:05 +0000 kalimgard surrounded quest reward text for Maylons Grave with translation function, making it hopefully translatable
Tue, 25 Oct 2011 19:50:14 +0000 kalimgard deleted numbers of walking peasants
Tue, 25 Oct 2011 19:46:09 +0000 kalimgard renamed all female peasants into "Peasant Woman"
Tue, 25 Oct 2011 19:43:02 +0000 kalimgard added feedback for energy source puzzle
Tue, 25 Oct 2011 19:18:33 +0000 kalimgard fixed missing 'yes' option during skill-tutorial
Tue, 25 Oct 2011 18:59:51 +0000 kalimgard fixed the short-cut tutorial problem
Tue, 25 Oct 2011 18:54:09 +0000 ig0rk0 gettext fixes
Tue, 25 Oct 2011 18:50:52 +0000 thegusty999 Fixed crash when extra buttons on mouse with more than 3 buttons are pressed.
Tue, 25 Oct 2011 18:05:21 +0000 thegusty999 Changed default behavior for Window (Fullscreen) mode: now displays the used resolution (but is read-only)
Tue, 25 Oct 2011 17:01:42 +0000 thegusty999 added string for "Please restart the game" notification.
Tue, 25 Oct 2011 16:59:29 +0000 thegusty999 fixed format
Tue, 25 Oct 2011 16:56:06 +0000 thegusty999 added new text strings.
Tue, 25 Oct 2011 16:28:27 +0000 thegusty999 added Graphics mode resolution options to options menu.
Tue, 25 Oct 2011 16:20:13 +0000 thegusty999 Updated combo-box sizes for the options menu -> graphics tab.
Tue, 25 Oct 2011 15:30:48 +0000 ig0rk0 translate strings into English
Tue, 25 Oct 2011 14:05:10 +0000 thegusty999 Added sumwarshelper files to CMakeLists.txt
Tue, 25 Oct 2011 14:02:40 +0000 thegusty999 Added controls to display graphics. Functions to bind them for editing will follow shortly.
Tue, 25 Oct 2011 14:00:19 +0000 thegusty999 New helper function. (used in string parsing for used screen resolution)
Mon, 24 Oct 2011 20:15:41 +0000 ig0rk0 * ukrainian translation update
Mon, 24 Oct 2011 16:27:38 +0000 ig0rk0 * new Trade Window
Mon, 24 Oct 2011 11:59:41 +0000 thegusty999 Added resource file version information (tested with VS2010). This allows the application to display details when someone right clicks it, then goes to the Properties -> Details tab
Sun, 23 Oct 2011 19:32:24 +0000 wuha new feature: introduced alternate right mouse skill (switch with tab)
Sun, 23 Oct 2011 18:24:48 +0000 ig0rk0 Add new string and fix typo
Sun, 23 Oct 2011 18:10:51 +0000 thegusty999 removed unused variable; added size_t to int cast (to get rid of compiler warnings)
Sun, 23 Oct 2011 18:06:47 +0000 thegusty999 commented out unused variables.
Sun, 23 Oct 2011 18:03:24 +0000 ig0rk0 Move window calls to proper places
Sun, 23 Oct 2011 17:58:44 +0000 thegusty999 bugfix: don't allow join or host game if no char is loaded (still must upload text translations)
Sun, 23 Oct 2011 17:42:37 +0000 ig0rk0 [Translations]
Sun, 23 Oct 2011 16:41:00 +0000 ig0rk0 * update pot files
Sun, 23 Oct 2011 15:15:35 +0000 thegusty999 Added parenthesis to remove compiler warnings;