Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-13 | Code style reformatting | Bjørn Lindeijer | 1 | -26/+22 | |
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-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-06-16 | Allow whispers by default (patch by Fate). | Bjørn Lindeijer | 1 | -1/+1 | |
2008-06-09 | Fix for segfault in drop down list of player ignore and sanity check for ↵ | Dennis Friis | 1 | -1/+6 | |
/whisper ignore. Patch by fate. | |||||
2008-05-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 1 | -5/+5 | |
issues, but it would be better to fix those instead of using this complicated workaround. | |||||
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -0/+342 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. |