aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05utils: added assginment operator for pointAlexander Sulfrian2-0/+8
2013-01-05fixed include pathsAlexander Sulfrian1-2/+2
2013-01-05base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2-0/+154
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian4-27/+27
2013-01-05changed from SDL rendering to OpenGLAlexander Sulfrian4-10/+29
2013-01-05new file classes for text and binary filesAlexander Sulfrian5-12/+197
2013-01-05added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian10-0/+510
2013-01-05changed to boost::filesystem::wifstream to support wpathAlexander Sulfrian2-3/+11
2013-01-05make string constructor argument a constant referenceAlexander Sulfrian2-2/+2
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian4-17/+24
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2-0/+93
2013-01-05added string constructor and operator= to locale independent float classAlexander Sulfrian2-11/+22
2013-01-05added class for locale independent parsing of floatAlexander Sulfrian2-0/+140
2013-01-05added wrapper for easily getting istreams from files with proper cleanupAlexander Sulfrian2-0/+92