Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
561 4907 d 20 h awk /trunk/ Added GLGraphics::Console, a Quake-style console.

Added test application for console (test/GLGraphics-console).

Fixed Vec3f operator>>. The following now works:

CGLA::Vec3f in(0,1,2);
std::stringstream ss;
ss << in;
CGLA::Vec3f out;
ss >> out;
assert(in == out);

Didn't test any other VecXX types or Matrix types.. They might be broken.

Misc:
Fixed CMake Policy CMP0005 error.
Missing #include <iterator> in Manifold.cpp.
Disable ExportBuildSettings (deprecated in CMake)
 
117 7166 d 6 h bj /trunk/src/CGLA/ added () access to components  
89 7177 d 0 h jab /trunk/src/ A lot of documentation has been added/edited.

gel.doxygen now contains a lot of comments to namespaces.
 
45 7220 d 4 h jab /trunk/src/CGLA/ In many places in CGLA, int could very well be replaced with unsigned int. This
is a good idea since it makes input checking simpler.
 
43 7220 d 5 h jrf /trunk/src/CGLA/ Replacement of for-loops with STL algorithms.
The for-loops that weren't obviously replaceable still remain.
 
12 7349 d 21 h jab /trunk/ NaN initialization is now ok. I also updated the README.  
10 7350 d 21 h jab /trunk/ NAN initialization  
2 7352 d 5 h bj /trunk/ initsl commit with a single app project