Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-16 | Vector resources can now specify which char to use as delimiters | Pavel Labath | 1 | -2/+2 | |
when saving/loading to/from string representation. This is needed for the next commit. | |||||
2011-06-16 | Add LocaleStringTraits resource class | Pavel Labath | 1 | -2/+19 | |
for resources which need to work with localised strings. | |||||
2011-06-15 | Avoid a "converting to int from foo" compiler warning | Pavel Labath | 1 | -1/+1 | |
2011-06-15 | Add support for array lua resources | Pavel Labath | 1 | -2/+2 | |
2011-06-15 | Simplify FbTk::Resource template class | Pavel Labath | 1 | -0/+208 | |
by outsourcing the conversion from string/lua to the specific type (and back) to a separate class. This change touches a lot of files because the interface of FbTk::Resource changed slightly. However, the changes are minor. |