log

age author description
Tue, 01 Nov 2011 08:57:24 +0000 thegusty999 Bugfix: changing language now also properly affects character list
Tue, 01 Nov 2011 08:31:32 +0000 thegusty999 Bugfix: character preview file (.png) deleted together with character.
Mon, 31 Oct 2011 22:47:55 +0000 mafm More updates to the Debian package
Mon, 31 Oct 2011 20:12:52 +0000 mafm Updating revision number of the Debian package
Mon, 31 Oct 2011 20:06:43 +0000 mafm Font links in the Debian package
Mon, 31 Oct 2011 19:58:23 +0000 ig0rk0 don't set language to default after re-init
Mon, 31 Oct 2011 19:36:51 +0000 wuha unified brackets in chat windows and added some extra margin to avoid unexpected line breaks
Mon, 31 Oct 2011 19:27:48 +0000 thegusty999 Fixed bug: selecting "System default" language no longer crashes the game.
Mon, 31 Oct 2011 19:19:07 +0000 wuha fixed bug: correct error message is displayed on server disconnect
Mon, 31 Oct 2011 19:17:07 +0000 ig0rk0 fix ukrainian locale identifier
Mon, 31 Oct 2011 19:05:25 +0000 thegusty999 Updated gettext: improved language support under Windows.
Mon, 31 Oct 2011 01:15:43 +0000 mafm Fixing several things preventing the game to load config files and resources and, in general, work correctly. PHYSFS is not very nice/sane to use IMO, and the writeDir options interfering with exists() are not justified (why should try to find /home/USER/.sumwars/usr/share/game/sumwars etc...? There is no way to find something by absolute path after setting the writing dir). Now it should really work well in Unix when specifying CMAKE_INSTALL_PREFIX when building with cmake, so in this way people can install in Unix into /opt or /usr/local and not just /usr
Sun, 30 Oct 2011 23:33:05 +0000 mafm Update revision name in Debian package names
Sun, 30 Oct 2011 23:30:48 +0000 mafm Using std::string instead of char pointers with temporary storage: we were getting garbage file names for config files since my recent commit
Sun, 30 Oct 2011 23:28:16 +0000 mafm Add quotes in the C++ file, remove it from the CMakeLists.txt file, so we have the desired results without interfering with the rest of the installation process
Sun, 30 Oct 2011 22:46:00 +0000 mafm Update files related to Debian packaging
Sun, 30 Oct 2011 22:40:28 +0000 mafm Use directory for config/data files derived from the CMAKE_INSTALL_PREFIX specified when building with cmake, so in this way people can install in Unix into /opt or /usr/local and not just /usr, and the game will work (hopefully\!)
Sun, 30 Oct 2011 22:30:01 +0000 mafm Minor style corrections and removal of cruft such as alien iphone preprocessor definitions
Sun, 30 Oct 2011 22:24:45 +0000 mafm Refurbishing code so the system tries to load and use system-wide and user-local config files for OGRE when system-wide don't exist (ogre.cfg and plugins.cfg), as well as resources.cfg files, and tries to give useful and clear error messages when they are not found.
Sun, 30 Oct 2011 21:53:05 +0000 mafm Removing macPath(), now in sumwarshelper.h
Sun, 30 Oct 2011 21:52:18 +0000 mafm Creating gameDataPath() in addition to userPath(), since in installed applications in Unix systems, the data should been shared by all of the users in the system, and thus in a system-wide accessible directory. Also properly defining macPath() in this file instead of the application.{h,cpp} files (it doesn't belong in there), with the proper #include. There's a bit of redundancy between macPath() and the other two functions, although my limited knowledge about Macs doesn't allow me to go beyond here.
Sun, 30 Oct 2011 21:44:39 +0000 mafm Correcting D3D->OpenGL comment
Sun, 30 Oct 2011 21:07:13 +0000 mafm Small cleanup of code, declaring variable closer to where they are really used and so on
Sun, 30 Oct 2011 19:27:02 +0000 mafm Refurbish the way to create ~/.sumwars/save on Unix. According to PHYSFS documentation, it will try to create all of the parents of the final directory, so there's no need to provide code to create all of the intermediate dirs explicitly.
Sun, 30 Oct 2011 19:03:51 +0000 mafm Setting property 'svn:eol-style' to native, and removing the ^M characters at the end of each line
Sun, 30 Oct 2011 16:36:50 +0000 thegusty999 Updated CMake scripts: now has better OGRE included boost lib detection.
Sat, 29 Oct 2011 15:42:49 +0000 ig0rk0 don't override language setting from options.xml under Windows
Sat, 29 Oct 2011 13:10:32 +0000 thegusty999 CMake: using static variant as first lib name for release (previously was set just for debug build).
Sat, 29 Oct 2011 12:51:07 +0000 thegusty999 CMake: fixed GNUWIN* search paths
Sat, 29 Oct 2011 12:47:49 +0000 thegusty999 reverted changes; use static variant as first lib name.
Sat, 29 Oct 2011 12:25:41 +0000 ig0rk0 * Italian translation update
Sat, 29 Oct 2011 12:20:32 +0000 thegusty999 CMake: Reverted some previous changes for inter-developer compatibility :)
Sat, 29 Oct 2011 11:54:01 +0000 thegusty999 CMake: Added boost and GNUWINDIR packages to used list for includes
Sat, 29 Oct 2011 11:42:44 +0000 ig0rk0 * this script is used only for game setup, not for build environment setup
Fri, 28 Oct 2011 22:29:48 +0000 thegusty999 Added option to use both LUA_DEV and LUA_DIR as env vars for Lua.
Fri, 28 Oct 2011 22:06:05 +0000 thegusty999 updated cmake find scripts to only use the VS2010 paths if the corresponding env-var is found.
Fri, 28 Oct 2011 20:25:47 +0000 thegusty999 commented out unused variable; replaced instance of "int" with "size_t" to get rid of compiler warnings.
Fri, 28 Oct 2011 20:17:21 +0000 thegusty999 updated used types to unsigned based types (size_t) to remove compiler warnings.
Fri, 28 Oct 2011 20:13:51 +0000 thegusty999 Added paths to Vorbis cmake finder file.
Fri, 28 Oct 2011 19:46:17 +0000 thegusty999 Added paths to OGG cmake finder file.
Fri, 28 Oct 2011 19:28:58 +0000 thegusty999 Added paths to Vorbis cmake finder file.
Fri, 28 Oct 2011 16:35:59 +0000 thegusty999 Added utility script for CMake: find GnuWin32 (useful for Windows installations).
Fri, 28 Oct 2011 14:58:15 +0000 thegusty999 Updated the install script; now also copies boost and gettext libraries.
Fri, 28 Oct 2011 11:18:08 +0000 thegusty999 Updated the install script; now has additional checks and messages in case of missing environment variables.
Fri, 28 Oct 2011 08:32:13 +0000 thegusty999 fixed incorrect ifdef code paths (inverted APPLE and WINDOWS scenario).
Fri, 28 Oct 2011 08:28:41 +0000 thegusty999 Added text of caught exceptions in sumwars log.
Fri, 28 Oct 2011 08:04:59 +0000 thegusty999 updated authors list (added Michael Kunz & Augustin Preda), reflecting team state on the site team page.
Fri, 28 Oct 2011 08:01:37 +0000 thegusty999 new feature: added support for clipboard interaction with the game (works for single line and multi line CEGUI edit-boxes.
Fri, 28 Oct 2011 07:59:21 +0000 thegusty999 Added Clipboard class files to project.
Fri, 28 Oct 2011 07:58:06 +0000 thegusty999 New utility class Clipboard (interacts with the host OS clipboard.)
Fri, 28 Oct 2011 00:42:11 +0000 mafm Fix typo: Programm
Fri, 28 Oct 2011 00:03:36 +0000 mafm Fixing remaining problems of 'make install' on Unix -- the assumption that the binary is going to be run inside where the same directory as the resources and config files are clashes completely with the way that multiuser systems work. Some problems might still remain, but by now the creation of packages for GNU/Linux (or BSDs, etc) distributions should work without many hiccups.
Thu, 27 Oct 2011 23:59:33 +0000 mafm Remove trailing whitespace (many lines)
Thu, 27 Oct 2011 23:44:37 +0000 mafm Defile full path of icon in the .desktop file, otherwise it doesn't seem to find the proper file
Thu, 27 Oct 2011 23:30:32 +0000 mafm Minor updates to the Debian package information
Thu, 27 Oct 2011 23:05:35 +0000 mafm Improving installation, adding icons, authors.txt for in-game credits, etc
Thu, 27 Oct 2011 23:03:59 +0000 mafm For some reason, somebody commited authors.txt instead of using this one... so I figured that it's better to have only one and up to date.
Thu, 27 Oct 2011 20:30:27 +0000 thegusty999 Bugfix: corrected size of "Willpower" tool-tip from character screen. (Now it's multi-line with \n in text).
Thu, 27 Oct 2011 19:51:38 +0000 mafm Setting svn:eol-style native for the config files
Wed, 26 Oct 2011 21:20:41 +0000 wuha exit game now goes back to character selection
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;