summaryrefslogtreecommitdiff
path: root/src/gui/table_model.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-3/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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-13Code style reformattingBjørn Lindeijer1-17/+21
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-01* Updated GUI table and model to better handle NULL widgets during ↵Fate1-3/+8
initialisation * On SMSG_MOVE et al., ignore boots and glove information-- that information is incorrect and we're guaranteed to already have the correct information anyway. * Properly decode `is dead' information for PCs, so that dead players, when encountered, will be lying on the ground, dead, rather than standing. * Use `skills.xml' file from client data to determine skill names * Report client version number (hereby bumped to 1) in unused charserver slot (ignored by vanilla eAthena)
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+137
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.