Fix a couple of typos.
This commit is contained in:
parent
e6c0c9a51a
commit
336c52b830
4
NEWS.md
4
NEWS.md
@ -36,7 +36,7 @@ This release contains many small fixes and enhancements. Highlights include the
|
||||
|
||||
** **
|
||||
- Plugin: Highlight Weakened Portals colors have been generally improved. They should now reflect the changes in portal shield handling much better.
|
||||
- Plugin: Calulate AP Stats now considers missing resonators when calculating the possible AP gain for either team.
|
||||
- Plugin: Calculate AP Stats now considers missing resonators when calculating the possible AP gain for either team.
|
||||
- Plugin: Guess Player Level has gained some statistics like average level per faction (by sutepasu).
|
||||
- Plugin: Player Tracker would pick up bogus portals sometimes, resulting in awkward lines drawn (fix by vita10gy).
|
||||
- Plugin: Player Tracker now stops after zooming out too far. It was eating CPU while not being helpful.
|
||||
@ -94,7 +94,7 @@ CHANGES IN 0.7 / 0.7.1
|
||||
- Bugfix: portals were not clickable below the sidebar
|
||||
- Bugfix: map wasn’t rendered properly sometimes (only a gray area was shown)
|
||||
- Bugfix: resonators were duplicated sometimes
|
||||
- Bugfix: AP calulation was wrong
|
||||
- Bugfix: AP calculation was wrong
|
||||
- Bugfix: Permalink gave the wrong zoom level
|
||||
- Bugfix: zoom position not saved sometimes
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# possible fields:
|
||||
# resourceBaseUrl - optional - the URL base for external resources (all resources embedded in standard IITC)
|
||||
# distUrlBase - optional - the base URL to use for update checks
|
||||
# buildMobild - optional - if set, mobild builds are built with 'ant'. requires the Android SDK and appropriate mobile/local.properties file configured
|
||||
# buildMobile - optional - if set, mobile builds are built with 'ant'. requires the Android SDK and appropriate mobile/local.properties file configured
|
||||
# preBuild - optional - an array of strings to run as commands, via os.system, before building the scripts
|
||||
# postBuild - optional - an array of string to run as commands, via os.system, after all builds are complete
|
||||
|
||||
|
@ -29,7 +29,7 @@ $details = Array (
|
||||
'path' => 'experimental',
|
||||
'name' => 'Experimental build',
|
||||
'web' => 'http://iitc.jonatkins.com/?page=test&build=experimental',
|
||||
'mobileweb' => 'http://iitc.jonatkins.com/?page=test&build=experimental#test-mobild',
|
||||
'mobileweb' => 'http://iitc.jonatkins.com/?page=test&build=experimental#test-mobile',
|
||||
),
|
||||
|
||||
'jonatkins-dev' => Array ( # personal
|
||||
|
Loading…
x
Reference in New Issue
Block a user