summaryrefslogtreecommitdiff
path: root/src/gui/table_model.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-01-19Reflowed Player tab in setup to use layout codeIra Rice1-3/+3
Signed-off-by: Ira Rice <irarice@gmail.com> (cherry picked from commit 18c00fedebda79d4ebfbe15401c3e5bc8869fda2) Conflicts: src/gui/setup_players.cpp
2008-12-13Code style reformattingBjørn Lindeijer1-28/+16
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-1/+9
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/+149
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.