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

PR changes for IN4189 from @eckhardtgirl, @raies1000, @wrvangeest #4

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

Commits on Mar 9, 2016

  1. gitignore

    eckhardtgirl committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    bdd0ae9 View commit details
    Browse the repository at this point in the history
  2. Updated .gitnore

    Exclude /bin in each module
    Raies1000 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    7229ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f54442 View commit details
    Browse the repository at this point in the history
  4. viewport 100% coverage

    eckhardtgirl committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    91f3136 View commit details
    Browse the repository at this point in the history
  5. added rendermanagertest

    Raies1000 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    306e70f View commit details
    Browse the repository at this point in the history
  6. 70% test coverage for Camera class

    Tests for Camera class that covers ~70% of the code. Mock class of the
    Bound Interface included for one test.
    wrvangeest committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    499e829 View commit details
    Browse the repository at this point in the history
  7. Added render manager tests

    Not all parts tested yet
    Raies1000 committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    b097659 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3d3eb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a100a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    800d196 View commit details
    Browse the repository at this point in the history
  2. Added more tests for rendermanager

    rendersubscenenode and preloadspatial need asserts
    Raies1000 committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    4e8abf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. removed comment code

    eckhardtgirl committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    bb1a4ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e2ec7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e34bb4 View commit details
    Browse the repository at this point in the history
  4. Refactor RenderManager and ViewportManager

    Removed the Viewport responsibilities from RenderManager and added them
    to new class ViewportManager. RenderManager now has ViewportManager
    object, that other classes can also reach to manage the Viewports.
    wrvangeest committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    37df556 View commit details
    Browse the repository at this point in the history
  5. added more tests

    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    37c3796 View commit details
    Browse the repository at this point in the history
  6. Merge RenderManagerTest

    wrvangeest committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    9036fac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ddf9d6 View commit details
    Browse the repository at this point in the history
  8. spatial

    eckhardtgirl committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    5a7d1dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c3df68 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2 from wrvangeest/test

    Tests into master
    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    e413d68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a91fe2 View commit details
    Browse the repository at this point in the history
  12. Refactored viewPortManager

    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3f657a6 View commit details
    Browse the repository at this point in the history
  13. Cleaned ViewPortManager

    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    b10a7cf View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3 from wrvangeest/methodRender

    render Method is refactored: three loops into one.
    wrvangeest committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    f10fac4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4 from wrvangeest/refactor-viewportmanager

    Refactor viewportmanager
    wrvangeest committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    eccb22c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02b7855 View commit details
    Browse the repository at this point in the history
  17. Added tests for camera

    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    8bb992b View commit details
    Browse the repository at this point in the history
  18. Refactored computation of camera onFrameChange

    This commit refactors computation of left, right, bottom and top plane
    in onFrameChange in order to avoid code duplication and improve
    understandability
    Raies1000 committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    0a8e37f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Merge pull request #5 from wrvangeest/refactor-camera

    Refactor camera
    eckhardtgirl committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    f8f32ba View commit details
    Browse the repository at this point in the history
  2. Added two tests for reshape

    Raies1000 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    539f934 View commit details
    Browse the repository at this point in the history
  3. Refactored Caps.OpenGL32 in FilterPostProcessor

    Caps.OpenGL32 is called multiple times. If one changes the version, this
    has to be done multiple places. By making this a variable, changes can
    be made more easiliy
    Raies1000 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    c54108f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    795f229 View commit details
    Browse the repository at this point in the history
  5. Refactored preloadScene

    Refactored preloadScene intro preloadNode and preLoadGeometry. This
    splits the functionality of preloadScene into its two functionalities
    Raies1000 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    0622e8a View commit details
    Browse the repository at this point in the history
  6. Refactor render() methods out of most classes

    Empty render() implementations removed.
    render() method removed from Control Interface.
    TO DO: add InstancedNodeControl render to list
    wrvangeest committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d880d5e View commit details
    Browse the repository at this point in the history
  7. Fixed InstancedNodeControl by making it Public

    TO DO: Create subInterface to replace if's
    wrvangeest committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    7aa2e49 View commit details
    Browse the repository at this point in the history
  8. The test cases until now

    eckhardtgirl committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    9efe9df View commit details
    Browse the repository at this point in the history
  9. render() in separate RenderControl interface

    Seperated method from Control Interface for those several classes that
    actually use it.
    wrvangeest committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    da4b197 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from wrvangeest/refactor-filterpostprocessor

    Refactor filterpostprocessor
    wrvangeest committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    a5217b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1de11f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Refactored renderSubscene

    Refactored rendersubscene into renderSubsceneNode and
    renderSubsceneGeometry
    Raies1000 committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    6e306d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. Configuration menu
    Copy the full SHA
    f48256d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    a43e81a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from wrvangeest/BinaryInputCapsule

    Binary input capsule
    Raies1000 committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    d913765 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Added tests

    Getters and setters now tested. 100% coverage in ViewPortManager.
    wrvangeest committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    2525bd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from wrvangeest/refactor-rendermanager

    Refactor rendermanager
    wrvangeest committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    d6c7ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49cbcf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from wrvangeest/RemoveRender

    Remove render
    Created extra interface in order to remove empty method declarations
    Raies1000 committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    32802b6 View commit details
    Browse the repository at this point in the history