log

age author description
Thu, 05 Jan 2012 01:25:53 +0100 Michael Kunz (Protogenes) closing powerful-configure-devel powerful-configure-devel
Thu, 05 Jan 2012 01:20:20 +0100 Michael Kunz (Protogenes) merged into default
Thu, 05 Jan 2012 01:07:41 +0100 Michael Kunz (Protogenes) fixing -Wall warnings about unused variables
Thu, 05 Jan 2012 00:22:16 +0100 Michael Kunz (Protogenes) fixed member initializer list order
Wed, 04 Jan 2012 23:51:33 +0100 Hans Wulf (Lastmerlin) Introduced proper detection and error messages if no savegame was selected powerful-configure-devel
Wed, 04 Jan 2012 23:36:38 +0100 Hans Wulf (Lastmerlin) Deleting malformed savegames works now powerful-configure-devel
Wed, 04 Jan 2012 22:14:42 +0100 Martin Preisler Merge
Wed, 04 Jan 2012 22:12:48 +0100 Martin Preisler Close all networking when the world is destroyed
Wed, 04 Jan 2012 23:11:26 +0100 Stefan Stammberger (fusion44) - cppcheck proved region.cpp, servernetwork.cpp, sumwarshelper.cpp
Wed, 04 Jan 2012 21:39:41 +0100 Martin Preisler Propagate network errors up from nlfg
Wed, 04 Jan 2012 03:13:45 +0100 Michael Kunz (Protogenes) fixed several cppcheck warnings (WIP)
Wed, 04 Jan 2012 00:47:21 +0100 Martin Preisler Add missing initializers into Action, this gets rid of a valgrind error about jump depending on memory garbage
Wed, 04 Jan 2012 00:23:15 +0100 Martin Preisler Don't allocate members of Region manually if we can help it, prevent bugs
Tue, 03 Jan 2012 23:17:57 +0100 Martin Preisler We have to initialize defaults first, then call GraphicsObject::initContent, initContent relied on the member variables initialized after its called!
Tue, 03 Jan 2012 22:43:07 +0100 Martin Preisler Mismatched allocation/deallocation in NLFGNetworkPacket::fromBuffer
Tue, 03 Jan 2012 22:40:30 +0100 Martin Preisler Don't assume region is a valid pointer in Scene::createScene, it can be 0
Tue, 03 Jan 2012 22:25:12 +0100 Martin Preisler Initialise all timer related members properly in World, reset them when initializing the world,
Tue, 03 Jan 2012 20:36:26 +0100 Martin Preisler Added initializers into Window
Tue, 03 Jan 2012 20:36:11 +0100 Martin Preisler Commented unused variables in TradeWindow
Tue, 03 Jan 2012 20:35:55 +0100 Martin Preisler Added initializers into TooltipManager
Tue, 03 Jan 2012 20:35:41 +0100 Martin Preisler Don't use using namespace in a header file, added intializers into ogg_stream
Tue, 03 Jan 2012 20:34:02 +0100 Martin Preisler Add member initializers into AttachedAction
Tue, 03 Jan 2012 20:33:23 +0100 Martin Preisler Fixed a potential segfault in item editor
Mon, 02 Jan 2012 13:53:14 +0200 Augustin Preda (dezGusty) Merge changes from default material-system-056
Mon, 02 Jan 2012 13:48:28 +0200 Augustin Preda (dezGusty) Removed usage of the Commonwealth font and the associated font files.
Tue, 27 Dec 2011 23:49:27 +0100 Martin Preisler Added a script that will run cppcheck on the codebase
Tue, 27 Dec 2011 18:21:58 +0100 Martin Preisler Go straight to the main menu after the initial loading. Fixes #24
Tue, 27 Dec 2011 17:43:20 +0100 Martin Preisler Merge header guard changes from default material-system-056
Tue, 27 Dec 2011 17:36:38 +0100 Martin Preisler Fixed header guard of config.h.in
Tue, 27 Dec 2011 17:34:02 +0100 Martin Preisler Fixed header guards for all files in src/core
Tue, 27 Dec 2011 17:22:14 +0100 Martin Preisler Fixed header guards of all files in src/gui
Thu, 22 Dec 2011 15:59:27 +0100 Martin Preisler Default rtss to true when options.xml doesn't exist, it was already defaulted to true when reading options.xml without it material-system-056
Thu, 22 Dec 2011 14:58:00 +0100 Martin Preisler Fixed a messup with shader path I've done, keep the cached shaders in a folder material-system-056
Thu, 22 Dec 2011 14:37:24 +0100 Martin Preisler Shader cache path is in writable user directory now material-system-056
Thu, 22 Dec 2011 14:12:05 +0100 Martin Preisler Merged latest changes from default material-system-056
Thu, 22 Dec 2011 14:10:52 +0100 Martin Preisler Fixed regression brought in with the MSVC post build step
Thu, 22 Dec 2011 11:04:45 +0200 Augustin Preda (dezGusty) Adapted use to take into account the RTSS enabled/disabled status. material-system-056
Thu, 22 Dec 2011 11:02:50 +0200 Augustin Preda (dezGusty) Added hidden option (currently editable only from options.xml) to control whether RTSS is enabled or disabled. (Without it, one can't use shader based shadows at the moment) material-system-056
Wed, 21 Dec 2011 22:25:59 +0200 Augustin Preda (dezGusty) Merge from default material-system-056
Wed, 21 Dec 2011 22:20:43 +0200 Augustin Preda (dezGusty) Bugfix: write options.xml to the same folder that it's read from.
Wed, 21 Dec 2011 19:39:26 +0100 Martin Preisler Don't rely on X11 and Xrandr being always available, find them with cmake
Wed, 21 Dec 2011 18:36:04 +0100 Martin Preisler Small tweaks and fixes for issues reported by rpmlint
Wed, 21 Dec 2011 18:49:37 +0200 Augustin Preda (dezGusty) Merge with branch tip. material-system-056
Wed, 21 Dec 2011 18:46:46 +0200 Augustin Preda (dezGusty) updated resource list; added rtshaderlib folder material-system-056
Wed, 21 Dec 2011 17:40:55 +0100 Martin Preisler Merged in latest changes from default material-system-056
Wed, 21 Dec 2011 16:23:31 +0200 Augustin Preda (dezGusty) replaced several debug entries with debugX material-system-056
Wed, 21 Dec 2011 16:22:57 +0200 Augustin Preda (dezGusty) reverted to disk cache, as this seems to speed up the loading phase considerably material-system-056
Wed, 21 Dec 2011 00:09:21 +0200 Augustin Preda (dezGusty) corrected miss-merge. material-system-056
Tue, 20 Dec 2011 23:53:25 +0200 Augustin Preda (dezGusty) Merge with default material-system-056
Tue, 20 Dec 2011 23:48:51 +0200 Augustin Preda (dezGusty) added error message if the options file can't be loaded properly material-system-056
Tue, 20 Dec 2011 23:47:32 +0200 Augustin Preda (dezGusty) deleted obsolete code. material-system-056
Tue, 20 Dec 2011 22:04:49 +0200 Augustin Preda (dezGusty) Merge with default material-system-056
Tue, 20 Dec 2011 21:52:51 +0200 Augustin Preda (dezGusty) corrected file after merge material-system-056
Tue, 20 Dec 2011 21:32:09 +0200 Augustin Preda (dezGusty) corrected naming sequence for the RTShader Component inclusion. material-system-056
Tue, 20 Dec 2011 21:30:16 +0200 Augustin Preda (dezGusty) corrected naming sequence for the RTShader Component inclusion. material-system-056
Tue, 20 Dec 2011 20:19:40 +0200 Augustin Preda (dezGusty) Merge with default material-system-056
Tue, 20 Dec 2011 19:16:02 +0200 Augustin Preda (dezGusty) fixed header inclusion (post-merge) material-system-056
Tue, 20 Dec 2011 19:14:04 +0200 Augustin Preda (dezGusty) moved resource files to share subfolder. material-system-056
Tue, 20 Dec 2011 19:06:51 +0200 Augustin Preda (dezGusty) Merge with default material-system-056
Wed, 21 Dec 2011 00:23:00 +0200 Augustin Preda (dezGusty) corrected main branch items