solvespace/srf
Daniel Richard G 7ca137f5fe Changed GetMilliseconds() to return a 64-bit value
This function previously returned an int32_t. Presuming that it measures
the length of time since the application was started, the 32-bit type would
cause the returned value to wrap from 2^31-1 to -2^31 after a little less
than twenty-five days.
2013-10-28 00:43:38 -04:00
..
boolean.cpp Various fixes for warnings and minutia 2013-10-28 00:42:39 -04:00
curve.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
merge.cpp Replaced RGB-color integers with dedicated data structure 2013-10-25 01:49:12 -04:00
ratpoly.cpp Quash warnings for floating-point equality comparisons 2013-10-28 00:43:37 -04:00
raycast.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
surface.cpp Replaced RGB-color integers with dedicated data structure 2013-10-25 01:49:12 -04:00
surface.h Replaced RGB-color integers with dedicated data structure 2013-10-25 01:49:12 -04:00
surfinter.cpp Various fixes for warnings and minutia 2013-10-28 00:42:39 -04:00
triangulate.cpp Changed GetMilliseconds() to return a 64-bit value 2013-10-28 00:43:38 -04:00