summaryrefslogtreecommitdiff
path: root/src/resources/hairdb.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer1-6/+4
This patch is not exhaustive.
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer1-2/+2
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-5/+1
modernize-loop-convert modernize-deprecated-headers
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-6/+6
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-5/+7
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira1-7/+59
- I made the charCreatedialog handle a possible max permitted color Id and a minimum hair style id for tA. - Added a foundation to later load the styles and colors from the same file, to handle the Mana-issue #224 for manaserv. - Support for non-contiguous hair color and style ids has also been added. - I also replaced the < and > arrow signs with images. Reviewed-by: Ben Longbons, Thorbjørn Lindeijer
2012-01-18ColorDB -> HairDB.Yohann Ferreira1-0/+52
This will ease the reading of the next patch about hair handling at character creation time in tAthena. As requested by bjorn. Reviewed-by: bjorn