4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 10:27:36 -04:00
Commit Graph

12 Commits

Author SHA1 Message Date
cab950421f Update dependency libraries. 2023-01-20 20:46:07 -05:00
421f8032c8 Re-fix the TPotS launching race condition.
This was fixed in H-uru/libhsplasma#242 originally, but Win32 APIs seem
to have terrible performance without user mode buffering, which
negatively impacted PRP loading in other tools, such as PRP Shop.
Therefore, the fix was reverted in H-uru/libhsplasma#246. This fixes the
race condition closer to the point of impact using the Win32 stream
introduced by H-uru/libhsplasma#264.
2023-01-18 18:12:01 -05:00
524c8e19ca Fix Start Menu shortcut. 2022-04-16 16:48:07 -04:00
89de4e103c Update dependency hashes. 2022-04-02 19:01:43 -04:00
5359447a10 Change installer from WiX to NSIS.
I don't really remember why we initially used WiX. Possibly to silently
update any existing Blender installs? Anyway, the problem is that the
VCRuntime MergeModules are deprecated, and GHA has pretty much removed
them. So, we need to use NSIS to be able to trivially run the
vc.redist.exe installer. It runs an MSI, and WiX produces MSIs, so to
keep using WiX, we'd need to write an installer-coordinator. Forget
about it. Just use NSIS.
2022-04-02 19:01:43 -04:00
301bf81ba5 Ensure HSPlasma gets the correct Python exe. 2022-04-02 19:01:43 -04:00
ee492d90a2 Bump HSPlasma requirement.
Apparently, plLayerAnimationBase.runtimeCtl was returning the wrong
thing, significantly impacting our lighting calculations.
2021-08-25 18:16:00 -04:00
8c62ef677a Bump HSPlasma for plLayerInterface.bottomOfStack. 2021-08-15 03:34:12 -04:00
9cd8eecf61 Fix Blender 2.79b+VS2013 build issues. 2021-08-15 03:32:28 -04:00
b100652d58 Fix ./build.ps1 -Classic to work with VS2013. 2021-08-15 02:18:08 -04:00
6a67325229 Bump HSPlasma GIT_TAG for Korman 0.12. 2021-08-12 18:09:06 -04:00
2bb1c174c7 Add "Blender for Korman" and build/package process.
This will allow us to automate releases with the Blender 2.79
"experimenntal nightly" codebase. This is great because the newer
Blender uses Python 3.7 (instead of 3.5). This pulls from my fork of
Blender, which has a number of build improvements added on top.
2021-08-10 21:06:04 -04:00