Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fahrenheit has temporarily been removed; it will be back.
|
|
|
|
|
|
|
|
The abstract unit conversion methods are now protected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added 'da-' to the unit file, which was previously missing because it
was interpreted as 'deciatto'. 'D-' can still be used.
|
|
|
|
|
|
Also added a search box list, and fixed a bug with dimension exponentiation.
|
|
The dimension selector does nothing, as its purpose is to filter a
list which does not exist yet, but it does correctly load the options.
|
|
getDimension() now works with exponents,
Added a dimension parser,
comments can now be in the middle of lines
|
|
The startup unit count is now performed by the UnitDatabase.
|
|
Addition and subtraction are now possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The GUI does not do anything right now, but the idea is that the user
will select a dimension (length, mass, energy) and then select units
to convert from a searchable list.
|
|
|
|
There is now a @since tag for version as well as date.
|
|
|
|
It includes:
- a units database to store units
- unit prefix classes
- a unit converter GUI that accepts some unit math
NOTE: A lot of this code will be edited in the near future.
|
|
|
|
|
|
|
|
|