Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -4/+4 | |
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using | |||||
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 1 | -42/+29 | |
2013-04-29 | Single xml solution - compatibility with skill-set and special-set | Przemysław Grzywacz | 1 | -1/+2 | |
Mana-mantis: #506. | |||||
2012-04-04 | Synced specials to latest manaserv changes | Erik Schilling | 1 | -11/+4 | |
Reviewed-by: bjorn. | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-07-10 | Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ↵ | Philipp Sehmisch | 1 | -0/+132 | |
files. Restored functional recharge bars in specials window. Individual specials are only shown after the server informed the client about their status. Made level label, use button and progress bars optional. Their use is controlled through specials.xml. The special window button is again shown even when the player has no specials. This problem needs to be solved differently now for architecture reasons. Reviewed-by: Jaxad0127 |