summaryrefslogtreecommitdiff
path: root/src/gui/widgets/equipmentpage.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+1
Also replace <vector> include into "utils/vector.h"
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-1/+2
2014-09-28Add support for pages in equipment window.Andrei Karas1-0/+52