Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fov is now accessible through javascript. #130

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2015

  1. Fov is now accessible through javascript.

    Oolite.gameSettings.fov (read-only): player game option fov, in degrees
    PlayerShip.viewFov (read/write): current view fov, in degrees
    DaymareOn committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    ab51fc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. BUGFIXES The game options gui now displays correctly not the currentl…

    …y used angle of view value, but the player chosen angle of view. Moreover, modifying the currently used angle of view doesn't modify anymore the player chosen angle of view.
    DaymareOn committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    dd3d0f7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    BUGFIXES
    DaymareOn committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    6b7b8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef6b61b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. The javascript property player.ship.viewFov is not anymore an angle in

    degrees, but a multiplier of oolite.fov.value, itself an angle in
    degrees.
    DaymareOn committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    f92d4cb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Merge remote-tracking branch 'upstream/master' I get back the commits…

    … from upstream master till revision 3b49de2.
    
    Conflicts:
    	src/Core/HeadUpDisplay.m
    	src/Core/Universe.m
    DaymareOn committed May 23, 2015
    Configuration menu
    Copy the full SHA
    11d7e76 View commit details
    Browse the repository at this point in the history