| Commit message (Expand) | Author | Age | Files | Lines |
* | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 2013-01-05 | 1 | -0/+23 |
* | utils/rectangle: added shortcut for accessing the position of a rectangle | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 |
* | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 2013-01-05 | 1 | -0/+6 |
* | utils/point: added possibility to change coords | Alexander Sulfrian | 2013-01-05 | 2 | -0/+15 |
* | utils: templatized point, point_3d and rectangle | Alexander Sulfrian | 2013-01-05 | 6 | -202/+128 |
* | utils: reformated contructor calls | Alexander Sulfrian | 2013-01-05 | 1 | -2/+4 |
* | utils: added assginment operator for point | Alexander Sulfrian | 2013-01-05 | 2 | -0/+8 |
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 2 | -0/+154 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 4 | -27/+27 |
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 4 | -10/+29 |
* | new file classes for text and binary files | Alexander Sulfrian | 2013-01-05 | 5 | -12/+197 |
* | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 2013-01-05 | 10 | -0/+510 |
* | changed to boost::filesystem::wifstream to support wpath | Alexander Sulfrian | 2013-01-05 | 2 | -3/+11 |
* | make string constructor argument a constant reference | Alexander Sulfrian | 2013-01-05 | 2 | -2/+2 |
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 4 | -17/+24 |
* | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 2013-01-05 | 2 | -0/+93 |
* | added string constructor and operator= to locale independent float class | Alexander Sulfrian | 2013-01-05 | 2 | -11/+22 |
* | added class for locale independent parsing of float | Alexander Sulfrian | 2013-01-05 | 2 | -0/+140 |
* | added wrapper for easily getting istreams from files with proper cleanup | Alexander Sulfrian | 2013-01-05 | 2 | -0/+92 |