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

Miscellaneous Updates from Mars Game #529

Open
wants to merge 20 commits into
base: development
Choose a base branch
from

Commits on Dec 15, 2015

  1. Now, if there's an error parsing the YAML file, we print some details on

    the error.
    Nathan Marshak authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    cf0e6bb View commit details
    Browse the repository at this point in the history
  2. Modify raycast results to remove circular references

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    cd25ccb View commit details
    Browse the repository at this point in the history
  3. Return sound instance id rather than instance object

    Brett Swift authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fa23885 View commit details
    Browse the repository at this point in the history
  4. Remove centroid from raycast

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fde679c View commit details
    Browse the repository at this point in the history
  5. Update light target matrix when target property is set.

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    8001a86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    911c546 View commit details
    Browse the repository at this point in the history
  7. Optimized kernel.application calls in view/threejs

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b98bfff View commit details
    Browse the repository at this point in the history
  8. Re-apply transparency fix to collada loader

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    0895c66 View commit details
    Browse the repository at this point in the history
  9. Enable specular map from specularLevel node

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    88f46fa View commit details
    Browse the repository at this point in the history
  10. Use kernel.prototypes instead of getPrototypes in each driver.

    davideaster authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    a742ee0 View commit details
    Browse the repository at this point in the history
  11. Remove attempts to follow the driver chain using kernel.kernel.

    davideaster authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    295658b View commit details
    Browse the repository at this point in the history
  12. No stage/log.

    davideaster authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    93b784b View commit details
    Browse the repository at this point in the history
  13. Optimize kernel.application.

    davideaster authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    766d963 View commit details
    Browse the repository at this point in the history
  14. Setting up to be merged into mars-game-dev

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    f7a38c9 View commit details
    Browse the repository at this point in the history
  15. Fix for extending heightmap

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    076c573 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ed638f View commit details
    Browse the repository at this point in the history
  17. More fixes to analytic solver

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    ba06edd View commit details
    Browse the repository at this point in the history
  18. Add a scene.vwf enableRenderer property.

    Setting `enableRenderer` to `false` will disable the renderer.
    davideaster authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    392e14a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Only call notifyDriverOfPrototypeAndBehaviorProps if node and threeOb…

    …ject exist
    Brett Swift committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    a069a66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #531 from virtual-world-framework/branch/notify-dr…

    …iver-props-performance
    
    Restrict notifyDriverOfPrototypeAndBehaviorProps to 3D nodes #2
    BrettASwift committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    a79c26b View commit details
    Browse the repository at this point in the history