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/python-tcod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19.0.2
Choose a base ref
...
head repository: libtcod/python-tcod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 11, 2025

  1. Update changelog

    HexDecimal committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    3131edb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. 2 Configuration menu
    Copy the full SHA
    bebbb9a View commit details
    Browse the repository at this point in the history
  2. Add SDL Window text input methods

    Text input events were missing since version 19.0.0 and had to be added again.
    HexDecimal committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    84df0e7 View commit details
    Browse the repository at this point in the history
  3. Prepare 19.1.0 release.

    HexDecimal committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    651f58f View commit details
    Browse the repository at this point in the history
  4. Improve text input docs

    Cross reference with TextInput class
    
    Add examples
    HexDecimal committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    d641bc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Add offset parameter to tcod.noise.grid

    `origin` parameter is unintuitive for sampling noise by chunks or by
    integer offsets.
    HexDecimal committed Jul 13, 2025
    3 Configuration menu
    Copy the full SHA
    ae49f32 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. Fix documentation typo

    Event attributes are not positional
    HexDecimal committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    2d74caf View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Prepare 19.2.0 release.

    HexDecimal committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    c19aacd View commit details
    Browse the repository at this point in the history
Loading