Took long enough for this next build, right? Well sorry about that guys! Had a little too much going on for the past few months.But here it is, RC1. Alot of changes. I recommend a clean install. Unfortunately, I won’t be able to do FSACARS integration just yet - I don’t have my FSX PC for a few weeks since I am moving.It can be downloaded from hereBuild 340 (RC-1 aka “Top of Decent”)
- Clean URLs implemented
- Set Google Map type (See Notes)
- Pilot ranks are updated on PIREP accept
- Schedule distance properly saved/displayed
- Schedule listing shows airport name with ICAO on default
- Option to show Leg in schedule (See Notes)
- “False alarm” errors in updates/changes fixes
- Code field expanded
- Airports/Pilots listed by hub
- Added “Aircraft” field to schedule search options
- Added “Distance” to schedule search
- Added “Arrival Airport” to schedule search
- Unnecessary AJAX removed from “File PIREP”
- PIREP comments can be viewed by admin
- Login error fixed
- Pilot registration messes up ranks fixed
- Flight hours not adding properly bug fixed
Notes: (All these options go in local.config.php to change from default) ----- To stop the flight leg text from showing, add:
Config::Set('SHOW_LEG_TEXT', false);
To use a different map type (default is G_PHYSICAL_MAP). Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP
Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP');
You can also change the line color on the map using: (default is red)
Config::Set('MAP_LINE_COLOR', '#ff0000');