v1.6.1 (1.6.0.1) 16/07/09

---------------------
Added
------
Command to delete saved files
Command to save current GPS coords to a file with place name.
Function to retieve above locations and get prices when online and save info to savedfiles.
When GPS button pressed if offline the GPS coords will be saved to file as above.
Labels for fuel type selected and a price by fuel type selected
Indicators for fueltype selected or sorted by. (Request of Sal.R)
Fixed
"/" stripped from the brand names so icons will work.
prevention of error if stations.prv file empty
v1.5.1 (1.5.0.1) 10/10/08
---------------------
Some bug fixes.
Removed reliance on logo for brand name (pointed out by
DiggGuy)
Stopped it missing out a station and then doubling up on first one read (Pointed out by
DiggGuy)
stopped distances of less than 1 mile being treated as further than 9 miles
v1.5 (1.5.0.0) 4/10/08
---------------------
Ability to save current info and recall at a later date if no internet available (1 save per Zipcode)
v1.4 (1.4.0.2) 14/09/08
-----------------------
Calculation of Zipcode from GPS coords supplied via RoadRunner.
Slider added to show progress when updating gas prices
v1.3.1 (1.3.0.1) 09/08/08
-------------------------
Change to RRGASSEARCHING command so it actually works when it is supposed to.
Removal of Sort order resuming to unleaded if distance is chosen on restart
v1.3 08/08/08
--------------
Distance truncated to 1 decimal place
last 'searched by' is remembered on restart.
added RRGASNODATAAVAIL trigger.
First release v1.2 07/08/08
--------------------------
Donation(s) - Thank You
-----------------------
Chuck
Get it from my
forum
Thanks to LostReception for releasing his code
it's an extension plugin so X,rrgas will needed to be added to menu.skin
When initially loaded it will look to see if there is a previously saved list of prices, it there is and it is the same as the zipcode in the ini file (this is updated everytime the zipcode is changed) and the date is the same it will used the stored data.
You can sort the prices by distance or any of the fuel types.
You can also limit the distance you are willing to travel.
here is a screenie and a list of skincommands.
Skinning sholud be fairly easy as I have used mainly similar commands to the old native ones, just replaced the gas part with rrgas. The layout should be the same so you should be able to use the same graphics (with some minor tweaks).
the .skin is just called gas.skin as opposed to gas_pricefinder.skin
here is the current skin commands.
SkinCommands
Buttons
rrgas - loads gas.skin
rrgas_zipcode - brings up NUMOSK to change zipcode
rrgas_refresh - force refresh of data from web if available
rrgas_distance - brings up NUMOSK to change maximum distance to travel
rrgas_distancesort - sort stations by distance
rrgas_diesel - sort stations by diesel price
rrgas_premium - sort stations by premium price
rrgas_plus - sort stations by plus price
rrgas_unleaded - sort stations by unleaded price
rrgas_gps - use current Lat and Lon from RoadRunner to generate Zipcode and then get prices. (Added in v1.4)
rrgas_save - save current info to disk with zipcode as filename (added in v1.5)
rrgas_load - brings up gas_saved.skin which has list of previously saved info (added in v1.5)
rrgas_select - select and load previously saved info. (added in v1.5)
rrgas_delete - delete a saved zipcode (added in v1.6)
rrgas_savegps - save gps location to a file for retrieval at a later date or on a different PC (will do this automatically when gps button is pressed if no internet available). (added in v1.6)
rrgas_offline - runs through the saved gps locations file getting prices for those locations and saving the information. (added in v1.6)
In the following # is (0-19)
rrgas_#_fdnavigate - Send GPS coords to Freedrive and plot route
Labels
rrgas_zipcode - current zipcode
rrgas_updated - Last time/date a successful update occured
rrgas_distance - current distance to travel restriction
rrgas_fuel - current fuel selected (added in v1.6)
In the following # is (0-19)
rrgas_#_diesel - price of diesel
rrgas_#_premium - price of premium
rrgas_#_plus - price of plus
rrgas_#_unleaded - price of unleaded
rrgas_#_distance - distance from zipcode
rrgas_#_address - number and street of station
rrgas_#_address2 - town, state and zipcode of the station
rrgas_#_name - rrgas station brand
rrgas_#_lon - gas station GPS coordinates (Lon.)
rrgas_#_lat - gas station GPS coordinates (Lat.)
rrgas_#_byfuel -returns price of currently selected fuel (added in v1.6)
Indicators
rrgas_distance - Indicates sort is by distance (added in v1.6)
rrgas_diesel - Indicates sort is by diesel price (added in v1.6)
rrgas_premium - Indicates sort is by by premium price (added in v1.6)
rrgas_plus - Indicates sort is by by plus price (added in v1.6)
rrgas_unleaded - Indicates sort is by by unleaded price (added in v1.6)
In the following # is (0-19)
rrgas_#_icon - Fuel company logo
Sliders
RRGAS - Will show progress as it gets the prices from the web (added in v1.4)
Commands sent by RRGas
RRGASSEARCHING - this is sent when RRGas starts looking for new prices
- Requested by JohnWPB
RRGASDONE - this is sent when RRGas has finished searching and parsing the info.
- Requested by JohnWPB
RRGASNODATAAVAIL - this is sent when there is no information for zipcode entered (added in v1.3)