1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split geometry::Plane3D<T> implementation off into separate file. Added iostream input and output for the equation of the plane. More... almost 13 years ago
Modify mathutils.hpp, split it into files. The old version creates constants for every translation unit, which have lower precision than we could use. More... almost 13 years ago
dos2unix on CMakeLists.txt file in engine directory. More... almost 13 years ago
Added serialization support to Error messages. More... almost 13 years ago
Duration now supports ISO 8601 serialization. More... almost 13 years ago
Forgot to change the fill character back from '0'. More... almost 13 years ago
We don't need strings when we can use single characters. They're just easier to manage. More... almost 13 years ago
Taking out a diagnostic line in the unit test that we don't need anymore, seeing as it passes. More... almost 13 years ago
We need the <iomanip> header file. More... almost 13 years ago
Documentation addition to date::Duration. More... almost 13 years ago
Remove the week member from date::Duration in order to more closely follow the ISO 8601 standard for durations. More... almost 13 years ago
Date reads ISO 8601 extended format now. More... almost 13 years ago
We were using an octal constant by accident. It worked, but there's really no reason. More... almost 13 years ago
Whitespace fix. More... almost 13 years ago
Polish off Timezone class. We need to make sure that the durations are always okay, and then print them out correctly. Document that invariant. More... almost 13 years ago
date::Timezone now supports ISO 8601 extended format in its stream output and input operators. More... almost 13 years ago
Why are we using friend functions when we can live without them? More... almost 13 years ago
Remove the Loggable interface. Because we are switching to using the iostreams classes for our logging functionality as per Issue 69, this class is no longer necessary. Classes will just override the operator<< function. More... almost 13 years ago
Update the documentation for the new release. More... almost 13 years ago
Merge branch 'delete-number' into unstable More... almost 13 years ago
Implementation of the Date class and related helper methods. More... almost 13 years ago
Unit test for Date. More... almost 13 years ago
Minor modifications to the Date interface. More... almost 13 years ago
Let's just ignore daylight savings time. It's too dependent on geographic location. More... almost 13 years ago
Fix for Timezone which prevented it from compiling properly. Dunno how I missed that. More... almost 13 years ago
Added interface for Date class. More... almost 13 years ago
Add a system natural integer type and its unsigned counterpart to the integer types (int doesn't necessarily do this anymore). More... almost 13 years ago
Documentation fix in Duration. More... almost 13 years ago
Change the default constructor of Timezone to make it lightweight. We get the current timezone with a nonmember function. More... almost 13 years ago
Remove the types::Number class, because we have no need for it. Even in scripting, we can just use a float or a double. More... almost 13 years ago