Age | Commit message (Expand) | Author | Files | Lines |
2012-01-15 | Don't leak the XMLContext that is created while loading an XML document | Thorbjørn Lindeijer | 1 | -4/+4 |
2012-01-15 | Removed a strange if check on an uninitialized variable | Thorbjørn Lindeijer | 1 | -3/+2 |
2012-01-09 | Made the client able to remove the port from update urls. | Yohann Ferreira | 2 | -1/+59 |
2012-01-09 | Spotted some more hard-coded files and paths definitions. | Yohann Ferreira | 1 | -0/+4 |
2011-10-25 | Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enf... | Bernd Wachter | 4 | -7/+7 |
2011-09-15 | Prevent copying of MutexLocker | Ben Longbons | 1 | -1/+11 |
2011-06-19 | More C++0x Windows compilation fixes. | Philipp Sehmisch | 1 | -1/+1 |
2011-04-30 | Merge branch '0.5' | Yohann Ferreira | 1 | -8/+4 |
2011-04-18 | Remove illegal macro names starting with underscore and capital | Ben Longbons | 4 | -11/+11 |
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 |
2011-02-01 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -3/+2 |
2011-02-01 | Make it clear that our current sha256 code is GPLv2 only | Thorbjørn Lindeijer | 1 | -3/+2 |
2011-01-13 | Moved the normalize() function in strungUtils where it belongs. | Yohann Ferreira | 2 | -0/+17 |
2010-09-27 | Centralized String to bool conversion into the client. | Yohann Ferreira | 3 | -14/+20 |
2010-09-25 | Merge branch '1.0' | Thorbjørn Lindeijer | 2 | -0/+39 |
2010-08-29 | Move handling of autocomplete and input history into TextField | Jared Adams | 2 | -1/+40 |
2010-08-15 | Remove the logToChat option | Chuck Miller | 1 | -1/+1 |
2010-08-15 | Merge branch '1.0' | Chuck Miller | 4 | -35/+288 |
2010-08-13 | Simplify handling of compressed files | Jared Adams | 3 | -22/+235 |
2010-08-05 | Add better XML error logging and do some related cleanup | Jared Adams | 2 | -14/+51 |
2010-07-28 | Centralized configuration default values using the VariableData system. | Yohann Ferreira | 2 | -2/+22 |
2010-07-10 | Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ... | Philipp Sehmisch | 2 | -4/+19 |
2010-06-13 | Merge remote branch '1.0/1.0' | Jared Adams | 2 | -0/+13 |
2010-05-27 | Fix drawing incorrect utf8 strings issue. | Andrei Karas | 2 | -0/+13 |
2010-05-21 | Remove some unneeded printfs | Jared Adams | 1 | -1/+0 |
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 1 | -1/+7 |
2010-03-03 | Fix possible memory corruption. | Andrei Karas | 1 | -1/+1 |
2010-03-01 | Handle cases properly where the path already exists, but not as directory | Bernd Wachter | 1 | -6/+18 |
2010-02-25 | Fix the X11 paste code to actually return true on success | Thorbjørn Lindeijer | 1 | -0/+2 |
2010-02-25 | Added paste facility from the Wormux project | Thorbjørn Lindeijer | 2 | -0/+350 |
2010-02-25 | Add support for special folder lookup on Win32 | Bernd Wachter | 2 | -0/+108 |
2010-02-25 | Don't support backslash as path separator for non-windows platforms | Bernd Wachter | 2 | -7/+15 |
2010-02-25 | Add a simple recursive mkdir | Bernd Wachter | 2 | -0/+119 |
2010-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 |
2010-02-22 | Modify copyright headers | Freeyorp | 10 | -10/+20 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 10 | -40/+30 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 10 | -10/+10 |
2010-01-24 | Autocomplete names with quotes if the string begins with a / or @ (commands) | Blue Sans Douze | 1 | -1/+1 |
2010-01-10 | Change code style | Andrei Karas | 2 | -18/+37 |
2010-01-08 | Small refactoring in chat auto completing | Andrei Karas | 2 | -2/+2 |
2010-01-07 | Chat auto completing | Andrei Karas | 2 | -0/+22 |
2010-01-07 | Fix a typo | Freeyorp | 1 | -1/+1 |
2010-01-06 | Fixes so mapreader ignores the case of object types | Chuck Miller | 2 | -0/+15 |
2009-12-20 | Fixed an uninitialized pointer | Philipp Sehmisch | 1 | -1/+1 |
2009-12-19 | Added support for resources.xml from update server... Also added option to do... | Chuck Miller | 2 | -4/+33 |
2009-12-10 | Avoiding compiler warnings with gcc 4.4.0 | Stefan Dombrowski | 1 | -1/+1 |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 2 | -0/+27 |
2009-10-05 | Hide color codes from speech text | Andrei Karas | 2 | -0/+20 |
2009-08-10 | Move libintl from localplayer to gettext | Jared Adams | 1 | -2/+2 |
2009-05-12 | Don't unconditionally include config.h | Bjørn Lindeijer | 1 | -0/+2 |