X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NASAWorldWind/WorldWindJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drknapp13/WorldWindJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 184 files changed
  • 2 contributors

Commits on Jan 14, 2016

  1. Update to JogAmp JOGL 2.3.2 released on 2015 10 10

    port was done using
    git grep -lz 'javax.media.opengl' | xargs -0 perl -i'' -pE "s/javax.media.opengl/com.jogamp.opengl/g"
    git grep -lz 'javax.media.nativewindow' | xargs -0 perl -i'' -pE "s/javax.media.nativewindow/com.jogamp.nativewindow/g"
    
    Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
    xranby committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    109d8e1 View commit details
    Browse the repository at this point in the history
  2. Fix JogAmp JOGL 2.x.x -> 2.3.2 API changes

    Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
    xranby committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    e6794ae View commit details
    Browse the repository at this point in the history
  3. Import JogAmp JOGL 2.3.2 jars

    Imported using:
    wget http://jogamp.org/deployment/v2.3.2/archive/jogamp-all-platforms.7z
    7z x jogamp-all-platforms.7z
    cp jogamp-all-platforms/jar/gluegen-rt.jar .
    cp jogamp-all-platforms/jar/gluegen-rt-natives-*.jar .
    cp jogamp-all-platforms/jar/jogl-all.jar .
    cp jogamp-all-platforms/jar/jogl-all-natives-*.jar .
    
    Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
    xranby committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    52e2ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Merge pull request #1 from xranby/master

    JOGL Update to 2.3.2
    drknapp13 authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    c12572c View commit details
    Browse the repository at this point in the history
Loading
X Tutup