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: cegui/cegui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cegui/cegui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    a5a6194 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1182 from paroj/v0

    CMake: allow selecting Ogre as imagecodec
    Ident authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    bf1621e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Null Renderer: Fix mismatching class

     Fix: prototype for NullRenderTarget:draw does not match any in class
    susnux authored May 10, 2021
    Configuration menu
    Copy the full SHA
    0e4909e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Irrlicht: Fix build with version <= 1.8

    Fixes "error: cannot declare of abstract type 'CEGUI::IrrlichtMemoryFile'"
    susnux committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9388a1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1214 from susnux/v0

    v0 branch: Fix compiling
    Ident authored May 11, 2021
    Configuration menu
    Copy the full SHA
    bbc668a View commit details
    Browse the repository at this point in the history
  3. GLES: Fix library names to look for

    Already fixed in master, but for v0 branch CMake is still
    not searching all commonly used library names
    susnux committed May 11, 2021
    Configuration menu
    Copy the full SHA
    17e1b03 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1216 from susnux/v0

    GLES: Fix library names to look for
    Ident authored May 11, 2021
    Configuration menu
    Copy the full SHA
    9a04d1d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. OGRE: Fix build with OGRE 13.x

    Do not use some deprecated functions as the node-less positioning API disabled by default.
    susnux authored and niello committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    35212da View commit details
    Browse the repository at this point in the history
  2. Ogre: use forward compatible high-level texture API

    available since Ogre 1.0
    paroj authored and niello committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    971013e View commit details
    Browse the repository at this point in the history
  3. Ogre: generate required shaders via RTSS

    for Vulkan and GLES2 compatibility
    paroj authored and niello committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9a6cc81 View commit details
    Browse the repository at this point in the history
  4. fix build with Ogre 14

    paroj authored and niello committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    97e054a View commit details
    Browse the repository at this point in the history
Loading