Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 compilation fixes #69

Open
wants to merge 136 commits into
base: main
Choose a base branch
from
Open

2 compilation fixes #69

wants to merge 136 commits into from

Commits on Apr 16, 2016

  1. Lower Epsilonon Pandora

    ptitSeb committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    d3c7ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd3952 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Lower Epsilonon Pandora

    ptitSeb committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    fb73e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25d405c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630f636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ffd51 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Lower Epsilonon Pandora

    ptitSeb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    2dc1c25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031223d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d4437a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c514882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5d397e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9e4fb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bbe57b View commit details
    Browse the repository at this point in the history
  8. Lower Epsilonon Pandora

    ptitSeb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    7c1cc68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9288c42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    484d494 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9bb24e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b47c27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e077fd6 View commit details
    Browse the repository at this point in the history
  14. More macro for UNIPTR_MAX

    ptitSeb committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    c8291e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88d553c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Lower Epsilonon Pandora

    ptitSeb committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    b4e43fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32b7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e192117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6415f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c15a2ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df3592c View commit details
    Browse the repository at this point in the history
  7. More macro for UNIPTR_MAX

    ptitSeb committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    bbb184a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/ptitSeb/Serious-Engine

    Conflicts:
    	Sources/Engine/Base/Types.h
    	Sources/Engine/Engine.h
    ptitSeb committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    dca5b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Configuration menu
    Copy the full SHA
    90e408e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d5412 View commit details
    Browse the repository at this point in the history
  3. Fix mouse wheel for switching weapons

    This fixes #32. Strictly follows the Win32 version.
    yamgent authored and ptitSeb committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    4db3022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07e64e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86ef2fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bb2f81 View commit details
    Browse the repository at this point in the history
  7. Added some Failsafe. Fixed a crash in the new game intro cinematic (w…

    …hen Boss of TFE die and Sam goes to the UFO) on the Pandora
    ptitSeb committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    16d6cb9 View commit details
    Browse the repository at this point in the history
  8. Some Pandora fine-tunning

    ptitSeb committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    45429a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e0171e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

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

Commits on Sep 21, 2016

  1. Fixed a missing #endif issue

    ptitSeb committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    1984179 View commit details
    Browse the repository at this point in the history
  2. Missing a const

    ptitSeb committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    cf7056b View commit details
    Browse the repository at this point in the history
  3. Some warning solved

    ptitSeb committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    e37a80e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. More #ifdef for TFE build

    ptitSeb committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    189edcb View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Configuration menu
    Copy the full SHA
    d4f68c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb12b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    ae30b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad81a56 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    0731a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4720b55 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Configuration menu
    Copy the full SHA
    c769194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a416423 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Use standard Sin/Cos version (fixing "The Pit" tilting floor issue, a…

    …nd maybe other similar issues too)
    ptitSeb committed May 27, 2017
    Configuration menu
    Copy the full SHA
    dce3915 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

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

Commits on Jul 24, 2017

  1. Fixed a partable C dithering option, fixing the red artific on shadow…

    …s for some configurations
    ptitSeb committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    360d19b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ptitSeb/master

    Fixed a portable C dithering option, fixing the red artifacts on shadows for some configurations
    ptitSeb authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    18a59c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Fixes (hopefully) build on ARM machine (other then Pandora, so RPI an…

    …d ODroid should be good now)
    ptitSeb committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    668cc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f129cb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Configuration menu
    Copy the full SHA
    b4a3825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f908d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    804522b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c30342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e38e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79d8ee7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

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

Commits on Jul 31, 2019

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

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    f2d6e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09ab80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a9d2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from jdonald/fix-rpi-build

    Fix asm compile errors on Raspberry Pi
    ptitSeb authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    5739a72 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from jdonald/fix-ghostbusterray

    Fix "CUnixDynamicLoader error: ... /Bin/libEntitiesMP.so: undefined symbol: CGhostBusterRay_DLLClass"
    ptitSeb authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    60839e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Update README.md

    ptitSeb authored Aug 17, 2019
    Configuration menu
    Copy the full SHA
    29ed139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921c073 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ptitSeb authored Aug 17, 2019
    Configuration menu
    Copy the full SHA
    fd21751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf4b42 View commit details
    Browse the repository at this point in the history
  5. Removed a warning

    ptitSeb committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    d20c647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    669dc91 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    aae4713 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from r-a-sattarov/master

    MCST Elbrus CPU support
    ptitSeb authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    164070a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    6c21fbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from Skyrimus/patch-1

    Dedicated server compiling fix
    ptitSeb authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    6ee2792 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. [PYRA] Added PYRA Profile

    ptitSeb committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    d108132 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. [PYRA] Fix some typos

    ptitSeb committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    0961898 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    370be31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from bjoern-tantau/bjoern-tantau-sdl2-path

    Add SDL2 path for Ubuntu 18.04
    ptitSeb authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    253d2b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

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

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    b27a92c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from linuxoidmc/master

    Initial support for Apple ARM64
    ptitSeb authored Apr 4, 2021
    Configuration menu
    Copy the full SHA
    8cafd5f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. macOS/ARM: little nasty typo fix in .sh and force -O0 flag for every …

    …build target as a temporary workaround for segfaults
    pblyp committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    aff8f25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from linuxoidmc/master

    macOS/ARM: little nasty typo fix in .sh and force -O0 flag for every …
    ptitSeb authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    7aabe0b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    f777ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5231311 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    6f3ff98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from iamthesenate1/GCC-11.x

    Fix compilation with GCC 11.X
    ptitSeb authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7fd3b65 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    4f54c49 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    iamthesenate1 authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    90ed592 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from iamthesenate1/readme.md

    Fix some typos and rephrase some sentences in README.md
    ptitSeb authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    8f1a273 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Fix GCC -Waddress warning in PlayCamera

    GCC 11 says:
    
      Sources/Entities/Camera.es:397:10: warning: the compiler can assume
      that the address of ‘cm’ will never be NULL [-Waddress]
    
    The MP version of Camera.es simply checks m_penTarget instead, so
    that's what I've done here. It's not clear what the intention of the
    original code was.
    chewi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ad5655e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from chewi/camera-Waddress

    Fix GCC -Waddress warning in PlayCamera
    ptitSeb authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    824986f View commit details
    Browse the repository at this point in the history
  3. Remove unused variables in ecc

    chewi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    229a87a View commit details
    Browse the repository at this point in the history
  4. Delete unused Sources/Ecc/unistd.h

    It's not clear why this was added. It looks like a compatibility hack
    for Windows, but we include io.h directly on Windows anyway.
    
    Having this file present breaks building ecc separately on UNIX.
    chewi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6087022 View commit details
    Browse the repository at this point in the history
  5. Swap PLATFORM_* macros for standard ones in ecc

    This simplifies the standalone CMakeLists.txt file arriving in the
    next commit.
    
    _WIN32 is defined by MVSC and the MinGW toolchain for all relevant
    Windows versions.
    
    We don't need to explicitly check for UNIX because it's the only
    non-Windows case we care about.
    chewi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    bd68934 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Allow ecc to be built independently using its own CMakeLists.txt file

    This makes cross-compiling easier, and saves having to build once each
    for TFE and TSE.
    
    I considered using CMake's import/export feature, but there's little
    point when you're only importing one binary target. Pointing the ECC
    variable at the ecc binary itself is simpler.
    
    I copied the minimum CMake version of 2.8.7 from the parent
    project. To be confident this would actually work, I tested building
    under CentOS 7 with CMake 2.8.12.
    chewi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c09d186 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request #48 from chewi/standalone-ecc

    Allow ecc to be built independently using its own CMakeLists.txt file
    ptitSeb authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0ab04ba View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Some optimisations

    iamthesenate1 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    3609bf4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from iamthesenate1/master

    Some optimisations
    ptitSeb authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    9179b4e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    da8f644 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from iamthesenate1/master

    Remove some redundant #ifdefs and added some new ones
    ptitSeb authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ab0aa4f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    a5b0e70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from kytulendu/tfe_green_menu

    Restore TFE green colors menu.
    ptitSeb authored May 20, 2022
    Configuration menu
    Copy the full SHA
    9f44e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Check for AppleClang

    Pedro-Beirao committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    15d7cf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from Pedro-Beirao/master

    Check for AppleClang
    ptitSeb authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    01c14d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fix sniper FOV bug

    pac85 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3ef902a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from pac85/master

    Fix sniper FOV bug
    ptitSeb authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d7d1d80 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    a659f2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from severusseptimius/master

    Fix Intro loop when here are no demos
    ptitSeb authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    507606c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c2e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2796ccc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #63 from severusseptimius/master

    A few corrections to the Readme.md file
    ptitSeb authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4c0b882 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    9a9f8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e6cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d99ade2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ff2ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09b48d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08c77c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #65 from twolife/pause

    Pause the game when the window is minimized
    ptitSeb authored May 4, 2023
    Configuration menu
    Copy the full SHA
    3e36706 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #66 from twolife/toggle-fullscreen

    don't rebuild GL context to toggle fullscreen
    ptitSeb authored May 4, 2023
    Configuration menu
    Copy the full SHA
    537f498 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #67 from twolife/useless-stub

    Remove useless stub
    ptitSeb authored May 4, 2023
    Configuration menu
    Copy the full SHA
    92360e8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #68 from twolife/spelling

    spelling-error-in-binary, thanks Lintian
    ptitSeb authored May 4, 2023
    Configuration menu
    Copy the full SHA
    7613c03 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    c4c6cc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from twolife/splashscreen

    don't segfault when hidding the splashscreen
    ptitSeb authored May 8, 2023
    Configuration menu
    Copy the full SHA
    cb0ad7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Fix "Map Screen" when loading a level (no more black screen)

     This happen when the engine do not have access to the map graphics
     from both games (ie: we didn't copy "SE1_10.gro")
     Should fix icculus#51
    twolife committed May 15, 2023
    Configuration menu
    Copy the full SHA
    24c71a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907678a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from twolife/mapscreen

    Fix "Map Screen" when loading a level (no more black screen)
    ptitSeb authored May 15, 2023
    Configuration menu
    Copy the full SHA
    7d70431 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from twolife/search_cdpath

    Look at +cdpath parameter when searching for files to build menus
    ptitSeb authored May 15, 2023
    Configuration menu
    Copy the full SHA
    9889193 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    b22bd62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from twolife/exePath

    small fix in FileSystem abstraction
    ptitSeb authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    698af6d View commit details
    Browse the repository at this point in the history