Commit Graph

12 Commits

Author SHA1 Message Date
Garrett Cox
78f0525ec0
Bump LUS (#625) 2024-05-31 19:50:36 -05:00
Malkierian
63c293f78a
Implement Alt Assets Variable LUS (#619)
* Bump LUS to `94b755b77c0c0f566686c9d23fa4c15e23473a0c`.
Remove `CVAR_ALT_ASSETS` from LUS cvars cmake.
Change all pertinent `CVarGetInteger` calls for `CVAR_ALT_ASSETS` to `ResourceManager::IsAltAssetsEnabled`.
Implement frame-end toggle of `mAltAssetsEnabled`.

* Remove `ShouldClearTextureCacheAtEndOfFrame`.
Move prevAltAssets check to end of `Gfx_ProcessGfxCommands`.

* Missed initial `mAltAssetsEnabled` set.
2024-05-31 17:26:04 -04:00
briaguya
f32bccc5b9
ci(linux): install libzip without crypto, bump sdl from 2.28.5 -> 2.30.3 (#588)
* ci(linux): install libzip without crypto, bump sdl from 2.28.5 -> 2.30.3

* just install libzip with apt for otr gen

* copy the .so to a place linuxdeploy looks for it

* but do it in the right place
2024-05-30 22:21:24 -04:00
Archez
c7aafb65fd
Fix o2r file copy (#592)
* fix o2r file copy script

* move script to cmake folder
2024-05-30 22:12:14 -04:00
Archez
41e35ff3ee
Fix macports cache (#543)
* fix macports cache

* cache key obey os version

* more tweaks

* fix sccache and try mac gtar replacement

* oh a custom gtar wrapper..

* comments and different test

* update

* soh otr after main build

* cache bust

* 2ship o2r builder

* change install path

* bust cache

* sccache cmake fixes

* dont list 2ship.o2r in pr artifacts
2024-05-27 17:58:30 -05:00
briaguya
e01faa7d23
exclude libcrypto from appimage (instead rely on system version of openssl) (#485)
Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-26 17:33:59 -04:00
Archez
3ca81dd758
Rename CMake project from mm to 2ship (#487) 2024-05-26 17:09:31 -04:00
Garrett Cox
0728eaa53b
Use temporary cvar to disable close color wrapping for now (#472) 2024-05-24 19:40:50 -05:00
Garrett Cox
e5076a1127
Add cvar overrides for LUS (#464) 2024-05-23 22:01:28 -04:00
Archez
5a8989bdbe Pack and publish release builds (#300)
* pack release builds

* changes

* test

* more

* different unzip

* different unzip 2

* add pr artifacts action

* mm hashes

* add gc rom

* update linux sh

* fix windows linking

* give windows release a console

* tweaks
2024-05-22 09:05:03 -05:00
Archez
d75ad5aae2 Add cmake for bundling mac app and add mac icon (#177) 2024-05-22 09:05:01 -05:00
Garrett Cox
2332f63f5a Initial commit for 2S2H
Co-authored-by: Louis <35883445+louist103@users.noreply.github.com>
Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com>
Co-authored-by: Random06457 <28494085+Random06457@users.noreply.github.com>
2024-05-22 09:04:51 -05:00