summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Allow hide setup window by pressing key "Setup window".Andrei Karas1-2/+7
2011-08-11Fix saving opened tabs state.Andrei Karas1-0/+3
2011-08-10Add players setup tab.Andrei Karas1-0/+3
Move all player related settings from relation tab to players tab.
2011-08-10Rename setup_players to setup_relations.Andrei Karas1-2/+2
2011-08-09Add perfomance setup tab.Andrei Karas1-1/+3
Move some settings from video to perfomance tab.
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-0/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2
2011-01-02Initial commit.Andrei Karas1-0/+178
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.