Thanks to visit codestin.com
Credit goes to github.com

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: libtcod/libtcod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: libtcod/libtcod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libtcod-fov
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 350 files changed
  • 1 contributor

Commits on Sep 26, 2024

  1. Cull non-field-of-view sources and data

    Remove SCons
    
    Update header includes
    
    Remove libtcod dependencies
    
    Remove samples
    HexDecimal committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4bff15f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Remove portability header

    Was redundant with the config header
    HexDecimal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bd22aeb View commit details
    Browse the repository at this point in the history
  2. Convert symbols to TCODOFV_ prefixes

    Clear changelog
    
    Remove older compiler switches
    HexDecimal committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e38eed2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Clean up header include guards

    Remove unused expand-as-defined symbols
    HexDecimal committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5fcdc29 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Rename source folder to libtcod-fov

    Remove some old dependency logic
    HexDecimal committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    3598245 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Generate amalgams

    HexDecimal committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b36f3a2 View commit details
    Browse the repository at this point in the history
  2. Move C++ FOV code inline

    Removes the remaining C++ source file for libtcod-fov
    HexDecimal committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e1f9b40 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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