index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
configuration.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-16
Renamed some file names for consistency with the class names
Thorbjørn Lindeijer
1
-3
/
+1
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-15
/
+15
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-1
/
+1
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
1
-1
/
+1
2010-11-13
Replace config listeners with the event system
Chuck Miller
1
-20
/
+4
2010-09-27
Centralized String to bool conversion into the client.
Yohann Ferreira
1
-1
/
+1
2010-09-15
Improve speed in configuration get methods.
Andrei Karas
1
-69
/
+76
2010-07-28
Centralized configuration default values using the VariableData system.
Yohann Ferreira
1
-0
/
+120
2010-07-17
Fix handing configuration files that don't exist yet
Jared Adams
1
-5
/
+5
2010-07-11
Made the different hard-coded paths and files be now taken from the
Yohann Ferreira
1
-14
/
+11
2010-03-17
Allow branding to bypass server list
Jared Adams
1
-1
/
+1
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-01-12
Standardize header order
Jared Adams
1
-1
/
+2
2010-01-10
Change code style
Andrei Karas
1
-15
/
+23
2009-04-13
Some cleanup of the Configuration interface
Bjørn Lindeijer
1
-17
/
+23
2009-02-18
Introduced a toLower method and grouped string utils
Bjørn Lindeijer
1
-1
/
+1
2009-02-15
Removed unnecessary parenthesis at constructors
Bjørn Lindeijer
1
-1
/
+1
2009-02-09
Merged with Aethyra master as of 2009-02-09
Bjørn Lindeijer
1
-2
/
+0
2009-02-09
Merged with Aethyra master as of 2009-01-27
Bjørn Lindeijer
1
-5
/
+1
2009-02-07
Some more include cleanups.
Ira Rice
1
-2
/
+0
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-15
Style cleanups throughout most of the code. Splitting function type from
Ira Rice
1
-2
/
+0
2009-01-09
Code style cleanup
Ira Rice
1
-8
/
+4
2008-12-13
Code style reformatting
Bjørn Lindeijer
1
-10
/
+7
2008-11-18
Pedantic fixes to the client, where I alphabetized all of the include
Ira Rice
1
-5
/
+1
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-07-18
Import of client tree
Lloyd Bryant
1
-1
/
+1
2008-05-14
Added ability to define friends, players you want to ignore or disregard and
Bjørn Lindeijer
1
-51
/
+136
2007-10-23
Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to
Bjørn Lindeijer
1
-7
/
+6
2007-04-23
Merged Björn Steinbrinks improvements at the xml parsing from trunk version.
Philipp Sehmisch
1
-7
/
+11
2006-08-05
Some cleanups, mostly lowering indentation levels.
Björn Steinbrink
1
-28
/
+28
2006-03-19
Unreverted latest change by Doener due to my lack of proper communication abi...
Eugenio Favalli
1
-4
/
+3
2006-03-19
Reverted changeset r2269 (toString) as requested by ElvenProgrammer.
Björn Steinbrink
1
-3
/
+4
2006-03-18
Added a toString conversion function.
Björn Steinbrink
1
-4
/
+3
2006-02-24
Another bunch of cosmetic cleanups, ie mostly typedefs...
Björn Steinbrink
1
-33
/
+17
2005-08-26
Remove dependency on math.h
Björn Steinbrink
1
-14
/
+3
2005-08-25
Made our drawImage() method respect the clip area from the guichan graphics p...
Björn Steinbrink
1
-2
/
+4
2005-08-25
Fixed line length in ChangeLog and some other small changes.
Bjørn Lindeijer
1
-14
/
+5
2005-08-17
Removed special #ifdefs for libxml2 linking issues in Win32.
Eugenio Favalli
1
-7
/
+0
2005-08-13
Huge header cleanup to reduce dependencies and compile time.
Björn Steinbrink
1
-9
/
+7
2005-07-11
Committed header dependencies reducing patch by Doener
Bjørn Lindeijer
1
-1
/
+0
2005-05-21
Numerous things:
Bjørn Lindeijer
1
-1
/
+5
2005-05-02
Prettier errors when things go wrong.
Bjørn Lindeijer
1
-5
/
+10
2005-05-02
Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.
Bjørn Lindeijer
1
-4
/
+15
2005-04-02
Work around Guichan focussing bug.
Bjørn Lindeijer
1
-2
/
+2
2005-04-02
Added ConfigListener class to allow listening for changes to config options,
Bjørn Lindeijer
1
-10
/
+42
[next]