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.