Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-06 | General code cleanups | Thorbjørn Lindeijer | 1 | -9/+0 | |
* Use final for all message handlers, Client, LocalPlayer, Being::getType, Being::setPosition and Being::setMap. (avoids some warnings about virtual dispatch in constructors) * Use auto in more places * Use emplace_back instead of push_back in some places * Use default member initializers * Less else after return * Removed superfluous .c_str() * Removed type aliases that are only used once * Removed more unused includes | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-08-09 | Replace remaining gcn::Label instances with Label instances | Jared Adams | 1 | -2/+4 | |
Reviewed-by: Chuck Miller | |||||
2010-03-31 | Removed the ability to assign custom skins to windows/popups | Thorbjørn Lindeijer | 1 | -2/+0 | |
Old settings are causing it to fall back on the wrong combination of files if old data is in the search path. Reviewed-by: Jared Adams | |||||
2010-03-14 | Add tooltips to hp, xp, mp bars. | Andrei Karas | 1 | -0/+100 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> |