index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-13
menu/clipping_helper: made clipping working
Alexander Sulfrian
1
-0
/
+7
2013-01-13
utils/rectangle: removed external constructors and added helper
Alexander Sulfrian
1
-14
/
+0
2013-01-13
utils/point: addition/subtraction should only be possible with same type
Alexander Sulfrian
1
-4
/
+4
2013-01-13
utils/rectangle: could get top/bottom/left/right coordinates from Rectangle
Alexander Sulfrian
1
-8
/
+19
2013-01-13
utils/rectangle: added ctor to create a Rectange from a FTBox
Alexander Sulfrian
1
-0
/
+8
2013-01-13
utils/math: added abs/min/max as static template functions
Alexander Sulfrian
1
-0
/
+69
2013-01-13
utils/rectangle: the points should be modifiable
Alexander Sulfrian
1
-2
/
+2
2013-01-05
utils/dimension: added template for types of the metrics
Alexander Sulfrian
3
-69
/
+41
2013-01-05
utils/rectangle: added function to intersect two rectangles
Alexander Sulfrian
1
-0
/
+23
2013-01-05
utils/rectangle: added shortcut for accessing the position of a rectangle
Alexander Sulfrian
1
-0
/
+10
2013-01-05
utils/rectangle: added constructor for array of values
Alexander Sulfrian
1
-0
/
+6
2013-01-05
utils/point: added possibility to change coords
Alexander Sulfrian
2
-0
/
+15
2013-01-05
utils: templatized point, point_3d and rectangle
Alexander Sulfrian
6
-202
/
+128
2013-01-05
utils: reformated contructor calls
Alexander Sulfrian
1
-2
/
+4
2013-01-05
utils: added assginment operator for point
Alexander Sulfrian
2
-0
/
+8
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
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
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
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
2013-01-05
added wrapper for easily getting istreams from files with proper cleanup
Alexander Sulfrian
2
-0
/
+92