summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)Author
2025-03-31Prevent GameplayStats and TimeDisplay from getting reset on ship json drag ↵Christopher Leggett
and drop (#5269)
2025-03-21Rework CI build caching for stability (#5170)Archez
* improve github build caching * add back network build flag * add back sdlnet
2025-02-16pin linuxdeploy (#5070)briaguya
* test forked linuxdeploy * pin version
2025-02-04Macos game mode support (#4993)Archez
* Remove macos startup script and rework cpack bundling --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com> * Add helper for creating mods folder --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com> --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com>
2024-10-17Change SoH Input Editor CVar to CVAR_WINDOW and remove definition for LUS's ↵Malkierian
input editor CVar from the cmake. (#4438)
2024-06-02update to latest LUS main (#4202)briaguya
Includes supporting changes from: * https://github.com/HarbourMasters/Shipwright/pull/4197 (alt assets variable changes) * https://github.com/HarbourMasters/Shipwright/pull/4199 (WindowBackend enum changes) * https://github.com/HarbourMasters/Shipwright/pull/4200 (Extract gMtxClear) --------- Co-authored-by: Malkierian <malkierian@gmail.com> Co-authored-by: inspectredc <inspectredc@gmail.com>
2024-05-01Incorporate LUS CMake CVar system (#4093)Malkierian
* Incorporate LUS CMake CVar system. Customize all LUS CMake CVars to align with plans for preset system. Swap "gOverlayFont" usage back to LUS CVar macro. * Change CMake sets to use the cache to allow for including LUS's file for the add_compile_defines and remove the duplication on SoH's side. * Move SoH CMake CVars to `soh-cvars.cmake` for clarity.
2024-02-01sccache for windows builds (#3385)briaguya
* cache vcpkg on windows ci * try sccache as variant * missed a spot * see if we're checking here * does this do it? * trying to make minimal changes and have this work * hopefully these z7s do something * we were almost at the max already bump to double * Apply suggestions from code review * sc * latest from soh-macready branch of otrexporter
2023-11-05[OTR Archive] Store soh version in OTR files and verify on launch/ask to ↵Adam Bird
regenerate (#3218) * parse sohver arg and store version file in otr * parse args for soh.otr gen only * pass soh version from built in extractor * update launch scripts, cmake and extract steps to pass soh version * check otr versions and error or ask to regenerate * add wiiu core header for osfatal * review feedback * remove soh dummy version for lus change instead * only configure linux script for linux * change lus commit * rename soh version to port version * fix submodules * bump OTRExporter * clean up error messages for switch/wiiu * strings not char array * typo * init wiiu before otr detection * Add message for mac/linux extraction * remove unneeded exits * change version number types to u16 to fix 32bit devices * bump otrexporter
2023-08-13#3040 give em to the distro packagers + LUS submodule bump (#3119)Christopher Leggett
* implement for install method packagers * use std::filesystem::temp_directory_path * absolutely impeccable * include libultraship proof * fix windows compilation * rename "Installation" back to "Bundle" --------- Co-authored-by: Alto1772 <56553686+Alto1772@users.noreply.github.com>
2022-11-23Use shallow clone for vcpkg (#2006)m4xw
2022-10-04set version in build.c from CmakeLists.txt version info (#1678)th-2021
2022-08-16[cmake] Improve OTRExporter asset extraction script, Lower required CMake to ↵Zaxus125
3.16 (#1196) * supply ZAPD.out path as an argument to extract_assets.py rather than regenerating the script Generating an entirely new script file to change a string is excessive. Instead, extract_assets.py takes in one optional positional argument that contains the path to ZAPD.out, the original purpose for the string replacement. This also removes the need for the file(CHMOD ...) command, which bumps the minimum cmake version all the way up to 3.19. Additionally, there was an extra script being generated in OTRExporter/CMakeLists.txt that used the same CHMOD logic, but did not accurately declare its minimum version to 3.19, this removes that unused logic. * OTRExporter: accept a rom path as an argument to extract_assets.py
2022-08-08fix path to ZAPD (#1092)th-2021
2022-08-05Move to cmake across all platforms (#363)th-2021