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

Development 3.6 #14

Merged
17 commits merged into from
Dec 29, 2014
Merged

Development 3.6 #14

17 commits merged into from
Dec 29, 2014

Commits on Dec 22, 2014

  1. Projected Shadow fix

    With Permission from Jeff Faust.
    
       // AFX CODE BLOCK (bug-fix) <<
       // For ShapeBase objects this causes the shader to fade along with the
       // object and also prevents a rectangular shadow artifact from occuring
       // once the visibility is zero.
    Azaezel committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    a3fab3d View commit details
    Browse the repository at this point in the history
  2. mVertexFormat validation fix

    With Permission from Jeff Faust.
    
       // AFX CODE BLOCK (bug-fix) <<
    (no text, self evident)
    Azaezel committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    a4adf28 View commit details
    Browse the repository at this point in the history
  3. depth correction

    With Permission from Jeff Faust.
    
       // AFX CODE BLOCK (bug-fix) <<
       // This fix prevents some bad rendering artifacts that occur at the edge of the visibleDistance.
       // The artifacts are most obvious when there is fog present.
    Azaezel committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    b2a4f3f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Ref Count Catch

    With Permission from Jeff Faust.
    
             // AFX CODE BLOCK (bug-fix) <<
             // for events that are not GuaranteedOrdered we can get here w/o ever
             // incrementing ref-count on the event.
    Azaezel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    dbf9275 View commit details
    Browse the repository at this point in the history
  2. Ref Count Catch

    With Permission from Jeff Faust.
    
             // AFX CODE BLOCK (bug-fix) <<
    (no text, self evident)
    Azaezel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    c76b44b View commit details
    Browse the repository at this point in the history
  3. Oriented Particles UV Correction

    With Permission from Jeff Faust.
    
       // AFX CODE BLOCK (bug-fix) <<
       // this fix re-orders the UV coords to produce a consistent orientation
       // with oriented particles in TGE.
    Azaezel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    8c979a6 View commit details
    Browse the repository at this point in the history
  4. Player Networking DIVNULL error correction

    With Permission from Jeff Faust.
    
       // AFX CODE BLOCK (bug-fix) <<
       // avoids a divide-by-zero when maxEnergy is set to zero.
    Azaezel committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    dbd8c6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b0a68c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d19b14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    566a6e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce52e01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5900fa0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee808bb View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Revert "Ref Count Catch"

    This reverts commit dbf9275.
    Azaezel committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    6ee81d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. Configuration menu
    Copy the full SHA
    d7042fb View commit details
    Browse the repository at this point in the history
  2. Bump version numbers.

    crabmusket committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    05b8fe4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1088 from eightyeight/version-3.6.3

    Bump version numbers
    crabmusket committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    cae70a9 View commit details
    Browse the repository at this point in the history