Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | fixed include paths | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2 | -0/+154 | |
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 4 | -27/+27 | |
2013-01-05 | changed from SDL rendering to OpenGL | Alexander Sulfrian | 4 | -10/+29 | |
draw, repaint methods do not have the SDL_Surface* parameter anymore | |||||
2013-01-05 | new file classes for text and binary files | Alexander Sulfrian | 5 | -12/+197 | |
2013-01-05 | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 10 | -0/+510 | |
2013-01-05 | changed to boost::filesystem::wifstream to support wpath | Alexander Sulfrian | 2 | -3/+11 | |
wifstream from boost could be created with a boost::filesystem::wpath to support Unicode paths | |||||
2013-01-05 | make string constructor argument a constant reference | Alexander Sulfrian | 2 | -2/+2 | |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 4 | -17/+24 | |
all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | |||||
2013-01-05 | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 2 | -0/+93 | |
2013-01-05 | added string constructor and operator= to locale independent float class | Alexander Sulfrian | 2 | -11/+22 | |
2013-01-05 | added class for locale independent parsing of float | Alexander Sulfrian | 2 | -0/+140 | |
parsing of float with . or , independent of the current locale | |||||
2013-01-05 | added wrapper for easily getting istreams from files with proper cleanup | Alexander Sulfrian | 2 | -0/+92 | |