aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/time.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* base/time: use float value to force float resultAlexander Sulfrian2013-01-211-1/+1
|
* base/time: make get_time static, constructor protectedAlexander Sulfrian2013-01-181-1/+0
| | | | | | The Time class does not have any state so the get_time method could be static. Because the Time class now has only static methods, deny creation by making the ctor protected.
* base/time: removed unused RelativeTimerAlexander Sulfrian2013-01-181-87/+0
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* converted UTime.pas to c++Alexander Sulfrian2013-01-051-0/+130