aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utils: added assginment operator for pointAlexander Sulfrian2013-01-052-0/+8
|
* fixed include pathsAlexander Sulfrian2013-01-051-2/+2
|
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-052-0/+154
|
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-054-27/+27
|
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-054-10/+29
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* new file classes for text and binary filesAlexander Sulfrian2013-01-055-12/+197
|
* added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian2013-01-0510-0/+510
|
* changed to boost::filesystem::wifstream to support wpathAlexander Sulfrian2013-01-052-3/+11
| | | | | wifstream from boost could be created with a boost::filesystem::wpath to support Unicode paths
* make string constructor argument a constant referenceAlexander Sulfrian2013-01-052-2/+2
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-054-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
* added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2013-01-052-0/+93
|
* added string constructor and operator= to locale independent float classAlexander Sulfrian2013-01-052-11/+22
|
* added class for locale independent parsing of floatAlexander Sulfrian2013-01-052-0/+140
| | | | parsing of float with . or , independent of the current locale
* added wrapper for easily getting istreams from files with proper cleanupAlexander Sulfrian2013-01-052-0/+92