Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-08 | Small refactoring in chat auto completing | Andrei Karas | 1 | -1/+1 | |
2010-01-07 | Chat auto completing | Andrei Karas | 1 | -0/+4 | |
2010-01-07 | Fix a typo | Freeyorp | 1 | -1/+1 | |
2010-01-06 | Fixes so mapreader ignores the case of object types | Chuck Miller | 1 | -0/+9 | |
This will decrease warnings in the log file by a good bit | |||||
2009-12-10 | Avoiding compiler warnings with gcc 4.4.0 | Stefan Dombrowski | 1 | -1/+1 | |
With the changed __attribute__ it compiles now without warnings on gcc 4.4.0. For other compiler this should work too, because this format is already used for log() in log.h. | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -0/+10 | |
2009-10-05 | Hide color codes from speech text | Andrei Karas | 1 | -0/+8 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -0/+11 | |
2009-04-29 | Changed palette colors to be once again stored in a human readable | Tametomo | 1 | -0/+8 | |
format once again. This was originally reverted because it caused a regression on Windows, but not Linux, which was later found out to be because there's a Linux kernel function which will convert hex strings into an integer format, while Windows doesn't share the same luxury. So, to avoid any issues, this commit adds an atox (ascii to hex) string utility, and uses it when parsing hex strings for colors from the configuration file. Also ensured that people who have colors saved in the old, raw integer format can get their colors converted to hex values. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-13 | Fixed @'s in a user's nick | David Athay | 1 | -0/+8 | |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -0/+68 | |
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. |