Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoneMR committed May 19, 2013
1 parent efe6a81 commit ca679e8
Show file tree
Hide file tree
Showing 28 changed files with 1,238 additions and 0 deletions.
Binary file added resources/src/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added resources/src/fonts/Roboto-Condensed.ttf
Binary file not shown.
Binary file added resources/src/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added resources/src/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added resources/src/fonts/futura.ttf
Binary file not shown.
Binary file added resources/src/images/clear-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/clear-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/cloudy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/fog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/menu_icon_roboto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/partly-cloudy-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/partly-cloudy-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/sleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/snow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/src/images/wind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions resources/src/resource_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"media": [
{
"trackingAdjust": -4,
"characterRegex": "[0-9:\u00b0-]",
"defName": "FUTURA_40",
"type": "font",
"file": "fonts/futura.ttf"
},
{
"defName": "ICON_WIND",
"type": "png",
"file": "images/wind.png"
},
{
"defName": "ICON_ERROR",
"type": "png",
"file": "images/error.png"
},
{
"defName": "ICON_PARTLY_CLOUDY_NIGHT",
"type": "png",
"file": "images/partly-cloudy-night.png"
},
{
"defName": "ICON_PARTLY_CLOUDY_DAY",
"type": "png",
"file": "images/partly-cloudy-day.png"
},
{
"defName": "ICON_CLOUDY",
"type": "png",
"file": "images/cloudy.png"
},
{
"defName": "ICON_FOG",
"type": "png",
"file": "images/fog.png"
},
{
"defName": "ICON_SLEET",
"type": "png",
"file": "images/sleet.png"
},
{
"defName": "ICON_SNOW",
"type": "png",
"file": "images/snow.png"
},
{
"defName": "ICON_RAIN",
"type": "png",
"file": "images/rain.png"
},
{
"defName": "ICON_CLEAR_NIGHT",
"type": "png",
"file": "images/clear-night.png"
},
{
"defName": "ICON_CLEAR_DAY",
"type": "png",
"file": "images/clear-day.png"
},
{
"characterRegex": "[:0-9]",
"defName": "FONT_ROBOTO_LIGHT_SUBSET_49",
"type": "font",
"file": "fonts/Roboto-Light.ttf"
},
{
"characterRegex": "[:0-9]",
"defName": "FONT_ROBOTO_THIN_SUBSET_49",
"type": "font",
"file": "fonts/Roboto-Thin.ttf"
},
{
"characterRegex": "[:0-9]",
"defName": "FONT_ROBOTO_BOLD_SUBSET_49",
"type": "font",
"file": "fonts/Roboto-Bold.ttf"
},
{
"defName": "FONT_ROBOTO_CONDENSED_21",
"type": "font",
"file": "fonts/Roboto-Condensed.ttf"
},
{
"defName": "IMAGE_MENU_ICON",
"type": "png",
"file": "images/menu_icon_roboto.png"
}
],
"friendlyVersion": "VERSION",
"versionDefName": "APP_RESOURCES"
}
3 changes: 3 additions & 0 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Any of "us", "ca", "uk" (for idiosyncratic US, Candian and British measurements),
// "si" (for pure metric) or "auto" (determined by the above latitude/longitude)
#define UNIT_SYSTEM "auto"
Loading

0 comments on commit ca679e8

Please sign in to comment.