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: DCurrent/openbor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6de201a4
Choose a base ref
...
head repository: DCurrent/openbor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db5f0836
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 18, 2019

  1. Don’t invert binding X offset for left facing targets when we’re bind…

    …ing the X axis to an absolute level position.
    DCurrent committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    59d5bb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Update README.md

    Add Wasin Thonkaew to staff.
    DCurrent authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0dbf30e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. improve SDL build compile flags of -rpath for multiple items

    This will be safer, one library at the time will be fed like the
    following
    
    -Wl,-rpath,<library>
    
    before it has problem with multiple libraries, now with above, it works
    properly.
    haxpor committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    1f53910 View commit details
    Browse the repository at this point in the history
  2. improve support for cross-compile Windows build on Linux

    This makes it easier to do cross-compile. In short, build all
    dependencies as usual, then execute the following build.sh command
    
    BUILD_DEBUG=1 EXTRA_INCLUDES="..." EXTRA_LIBRARIES="..." ./build.sh 5
    
    in which specify all paths to built dependencies via EXTRA_INCLUDES and
    EXTRA_LIBRARIES separated by space.
    
    For example
    
    EXTRA_INCLUDE="/my/deps/sdl2-win32/include/SDL2
    /my/deps/zlib-win32/include ..." (specify more paths in ...)
    
    same goes for EXTRA_LIBRARIES
    
    EXTRA_LIBRARIES="/my/deps/sdl2-win32/lib /my/deps/zlib-win32/lib ...".
    haxpor committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    4e91983 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #164 from abzico/crosscompilable

    Improve Cross-compile support for Windows build on Linux
    DCurrent authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    db5f083 View commit details
    Browse the repository at this point in the history
Loading