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

1033 Commits

Author SHA1 Message Date
9d0e478261 Set collideGroup along with memberGroup per dpogue 2022-04-02 19:23:18 -04:00
f64fdebb2f Adjust SimDef
Switch to proper kGroupDynamicBlocker
2022-04-02 19:23:17 -04:00
b494d268ec Remove excess whitespace 2022-04-02 19:23:17 -04:00
5b49049194 More adjustments
Remove unneeded "safety" measures and set dynamic_blocker default value to True instead of False
2022-04-02 19:23:16 -04:00
7bc9e9833b Add kDynamicBlocker collider toggle.
Exports a collider that should hopefully block only dynamic objects (kickables). Also, some formatting adjustments to the properties script to match others (this can be undone if wanted)
2022-04-02 19:23:15 -04:00
89de4e103c Update dependency hashes. 2022-04-02 19:01:43 -04:00
bbd243026a Bump the build process to VC++2022.
This includes a new B4K built with VC++2022 as well.
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
af1b224702 Avoid double-installing Korman.
Don't install any copies of Korman that might be lurking inside the
Blender directory. This can easily result in interesting race conditions
where we can't predict what exactly will be installed. Worse, if the
korman installed to Blender is a Windows directory junction, then CPack
will fail with an inscrutable error.
2022-04-02 19:01:43 -04:00
301bf81ba5 Ensure HSPlasma gets the correct Python exe. 2022-04-02 19:01:43 -04:00
44a41429c3 Merge pull request #320 from DoobesURU/SoundMsgCallback
Add Callback EnumProperty to sound message node.
2022-03-19 20:47:22 -04:00
8cb886be38 Fix EnumProperty descriptions
Adjust descriptions due to my blatant copy/paste per Hoikas.

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2022-03-19 20:40:15 -04:00
54f5b8b0ed Add Callback EnumProperty to sound message node. 2022-03-19 20:16:24 -04:00
f5f0147a93 Merge pull request #319 from DoobesURU/RemoveFlareOpacityMod
Remove Opacity Fader from Plasma flare function
2022-03-13 14:04:24 -04:00
e4115138db Adjust material/texture settings
Removes the Skip Depth Test (per Jrius) while also implementing updated emissive functions.
2022-03-07 17:06:21 -05:00
dd43ede92e Remove Opacity Fader from flaregen
Takes out opacity fader, which has been causing problems for end user.
2022-03-04 18:14:44 -05:00
1e198a1cfe Merge pull request #318 from Jrius/envmap_fog_fix
Dynamic envmap: let the engine use default fog settings.
2022-02-27 17:51:21 -05:00
f7d06016b1 Dynamic envmap: use -1 fog to let the engine use default fog settings. 2022-02-27 12:37:06 +01:00
560670bd34 Merge pull request #299 from DoobesURU/PythonTexNodeAnim
Add named animation EnumProperty
2022-02-26 19:39:59 -05:00
cd5db19410 Finish up the logic for multiple-animation Python nodes. 2022-02-26 16:42:36 -05:00
2ca2349d81 Some Adjustments
A few adjustments to my poor copy paste to hopefully match it better with the node's other pieces.
2022-02-26 16:06:33 -05:00
ca856e5ee7 Add named animation EnumProperty
Adds a needed animation picker for new named animations for the Python script texture node. Code borrowed from node_messages.py
2022-02-26 16:06:33 -05:00
2039b8a6d7 Merge pull request #317 from DoobesURU/LinkBookModShare
Add Share Function to Linking Book Mod
2022-02-24 21:45:53 -05:00
c442a3a59a One more slight adjustment of the UI
Moves the share Properties and adds separator like the others
2022-02-24 21:36:52 -05:00
7f0d64fce3 More script fixes
Adjusts PointerProperty text, increases created share region size, and reorganizes where the share functions are on the modifier
2022-02-24 21:34:11 -05:00
b8b3adac5d A few naming fixes
Naming adjustments in the _create_moul_nodes definition
2022-02-24 21:08:32 -05:00
ca85cb603c More script touch ups per Hoikas. 2022-02-24 20:16:58 -05:00
6bef5ba887 More fixes to the modifier pre_export, convert_logic, and logicwiz references 2022-02-24 20:07:02 -05:00
7942501413 Add pre-export share region code
Creates us a new cube if no share region mesh is specified, similar to the click region only bigger
2022-02-24 19:17:36 -05:00
4cee3d6876 Various fixes per Hoikas' suggestions 2022-02-24 18:51:46 -05:00
528f381d32 Optional Share region
Adds a field for an optional share region (uses click region if blank).
2022-02-24 10:27:57 -05:00
f335639b45 Add Share Function to Linking Book Mod
Adds a "Shareable" toggle to Linking Book Mod when Link Type is set to Private Link (MOUL only).
2022-02-24 09:47:52 -05:00
a63995dd8a Merge pull request #315 from DoobesURU/WavesetAmpFix
Fix Waveset Amplitude
2022-02-12 22:10:57 -05:00
ec130140b5 Adjust amp min comment 2022-02-11 16:19:54 -05:00
9a5e8e7417 Fix Waveset Amplitude
Changes amplitude property to a three digit float for more precision, which fixes wobbly geostate waves
2022-02-10 08:35:08 -05:00
106c0895c1 Fix #314. 2022-02-05 17:14:13 -05:00
95879a6873 Fix #292. 2022-02-05 17:10:44 -05:00
5cf7f88906 Fix #313.
It's `warn()`, not `warning()`, so fix'em all.
2022-01-21 18:02:13 -05:00
d9abf79e6c Merge pull request #312 from Jrius/polygon_vcol_cleaning_fix
Fix vcol cleaning bug with polygons
2022-01-02 14:53:08 -05:00
e5a1e720f7 Vertex color cleaning: ignore convex loops 2022-01-02 17:19:20 +01:00
e3a3163224 Merge pull request #304 from Hoikas/emit_per_texture
Allow per-texture emit.
2021-12-31 12:35:56 -05:00
8d2154288b Merge pull request #310 from Jrius/swimregion_ahny_defaults
Ahnonay default buoyancy for swimregions
2021-12-24 09:47:42 -05:00
641399b459 Merge pull request #308 from Jrius/sound_relative_filepath 2021-12-23 18:20:10 -05:00
d8a3ee00f4 Ahnonay defaults for swimregions 2021-12-23 12:59:05 +01:00
6ad999ff8c Merge pull request #309 from Jrius/vertex_duplication_fix
Fix vertex duplication
2021-12-22 16:13:00 -05:00
cb63255fb4 Fix vertex duplication 2021-12-22 12:55:41 +01:00
5a1d93f584 Sounds: allow paths relative to the Blender file. 2021-12-21 10:19:00 +01:00
eb7e8f6a20 Merge pull request #307 from Jrius/render_dependency_fix
Fix error in render dependency check
2021-12-16 16:23:30 -05:00
53c5459590 Fix error in render dependency check 2021-12-16 11:08:54 +01:00
04e88e0b47 Allow per-texture emit. 2021-11-18 15:11:14 -05:00