Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-10 | Change code style | Andrei Karas | 1 | -3/+8 | |
2009-04-13 | Some cleanup of the Configuration interface | Bjørn Lindeijer | 1 | -26/+37 | |
Mainly avoid all the convertions from integer to float and then to string and also back from string to float and then to integer. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+1 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 1 | -2/+2 | |
When not passing any parameters to constructors, there is no reason for using parenthesis. | |||||
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -1/+2 | |
Conflicts: A lot of files... | |||||
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -3/+3 | |
Conflicts: Almost everywhere. | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -1/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-12-13 | Code style reformatting | Bjørn Lindeijer | 1 | -4/+5 | |
Got rid of "void" in functions that take no arguments and removed the newline after the return type of a method in many places. | |||||
2008-11-18 | Added the font file to branding.xml | Philipp Sehmisch | 1 | -0/+1 | |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+3 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
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 | -14/+133 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -2/+9 | |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 1 | -10/+14 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -21/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
2005-07-02 | Added minimap to Tulimshar (map 3-1) | Bjørn Lindeijer | 1 | -2/+2 | |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 1 | -1/+11 | |
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager. | |||||
2005-05-02 | Prettier errors when things go wrong. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -1/+3 | |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 1 | -9/+32 | |
and added a GUI opacity slider to the setup window that utilizes this. | |||||
2005-03-01 | Simplified configuration. | Bjørn Lindeijer | 1 | -22/+2 | |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -2/+0 | |
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available. | |||||
2005-01-06 | Whoops left in two debug prints. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-01-05 | Small fix in handling spaces around delimiter in ini file. | Bjørn Lindeijer | 1 | -13/+56 | |
2004-12-30 | - ported Configuration from lists to map | Alexander Baldeck | 1 | -4/+3 | |
2004-12-27 | *** empty log message *** | Alexander Baldeck | 1 | -0/+1 | |
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -3/+2 | |
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files | |||||
2004-12-26 | - replaced default ini creation routine with new system | Alexander Baldeck | 1 | -2/+4 | |
- testing version of write support for config system | |||||
2004-12-26 | added some doxgen comments | Alexander Baldeck | 1 | -0/+5 | |
2004-12-26 | added new config file handling (code integration has yet to be done) | Alexander Baldeck | 1 | -0/+55 | |
please test overloaded geValue() using GCCs other than 3.4.3 (seems not to work properly) |