ivan tkachenko
70eabe75dd
Bump version
2025-08-24 22:29:47 +03:00
ivan tkachenko
4cc9713fa7
Fix resetting to wrong initial colors, e.g. in Mineshaft tunnel tiles
...
This does not fix fading out and transitioning to the very first palette
color though, but fixing that would require color events to
be "personalized" per-light, which is currently not supported.
2025-08-23 01:49:12 +03:00
ivan tkachenko
8710df7525
Change config value for Override Spawn Rates to true by default
2025-08-22 16:09:01 +03:00
ivan tkachenko
9d23fd5b95
Downgrade LobbyCompatibility to optional dependency
...
Since it does not prevent unmodded clients from joining, there is no
reason for literally any mod to require it.
2025-08-22 16:05:42 +03:00
ivan tkachenko
4516b853cd
Remove remaining CSync code and references
...
There were issues with clients not being able to join, potentially
caused by linked (even though actually unused) CSync library.
2025-08-22 15:16:24 +03:00
ivan tkachenko
b3767cbbf0
Add "polyfill" for IsExternalInit C# feature
...
Imperium does this as well, and the whole internet would tell you to do
this too, so it should be fine.
2025-08-22 15:16:24 +03:00
ivan tkachenko
327e606deb
Drop required properties syntax
...
Sometimes, seemingly after random unrelated changes, it might stop
compiling with internal compiler error messages about missing features
and attributes. .NET Standard 2.1 is not supposed to support any
features beyond C# 8.0, while `required` attribute was introduced only
in C# 11 or 12, it's hard to tell.
2025-08-22 15:16:24 +03:00
ivan tkachenko
70e45d5ba2
Remove unused class
2025-08-22 15:16:24 +03:00
ivan tkachenko
d4d3e15de3
Clean separation between track data and config overrides
...
In debug builds Config keeps a reference to the last set original track
instance from which it can load original values.
2025-08-22 15:16:23 +03:00
ivan tkachenko
525c0e108f
Refactor CurrentTrack to be less dependent on a global static
2025-08-22 15:16:23 +03:00
ivan tkachenko
73ad702684
Rewrite AudioSource handling from scratch
2025-08-22 15:16:23 +03:00
ivan tkachenko
e67de4556c
Move BeatTimeState from global static to per-Jester-instance Behaviour
2025-08-22 15:16:11 +03:00
ivan tkachenko
0b0383003f
Reset BeatTimeState for good measure
...
Hopefully will fix Mineshaft lights somehow getting stuck in multiplayer.
2025-08-22 15:16:11 +03:00
ivan tkachenko
c6b128270f
Add new track OnePartiyaUdar
2025-08-15 00:52:38 +03:00
ivan tkachenko
852d866073
Bump version
2025-08-15 00:51:53 +03:00
ivan tkachenko
42c6179ba5
Add new track Beha with three variants of intro
2025-08-14 19:13:20 +03:00
ivan tkachenko
5649a18633
Split Track into Selectable and Audio interfaces, add support for groups
2025-08-14 18:48:54 +03:00
ivan tkachenko
47f984cd28
Allow tracks to share common audio clip files
...
Send one request per file name. File names can be explicitly overridden.
2025-08-14 15:38:59 +03:00
ivan tkachenko
fc3a62e511
Rename Start segment to Intro to reduce some confusion
...
Confusingly, "start" may refer to too many things in different places,
while "intro" would unambiguously refer to an audio clip that plays
first before the loop starts.
2025-08-14 15:11:46 +03:00
ivan tkachenko
5f0c890682
Remove unused method
2025-08-14 15:09:31 +03:00
ivan tkachenko
59a069f51b
Bump version
2025-08-14 15:09:27 +03:00
ivan tkachenko
26f9d2cf9f
Print tracks length in debug builds, and remove unnecessary non-null assertion
2025-08-11 22:28:32 +03:00
ivan tkachenko
a950093f8e
Sort tracks by name, so they are easier to find in the config
2025-08-11 22:28:32 +03:00
ivan tkachenko
8842005898
Add new track BeefLiver
2025-08-11 22:28:31 +03:00
ivan tkachenko
b4ae4bad41
Config: More usable range for fading out
2025-08-11 22:28:31 +03:00
ivan tkachenko
69e64397a0
Extrapolate AudioSource playback time to get smoother transitions
...
AudioSource only updates about 25 times per second, meaning that even at
30 fps some adjacent frames would be calculated as having exact same
timestamps and render duplicated colors. At 100+ fps more than 2/3 of
the frames would be duplicates.
As a drive-by change, split complex logic of BeatTimeState into smaller
classes. Most of the time the state needs to maintain some boolean flag
which it flips once and stays that way, like HasStarted, IsLooping.
2025-08-11 22:28:31 +03:00
ivan tkachenko
3d0795f04d
Drop CSync as a dependency from Release builds
...
Since the rewrite of track selection to a custom netcode, CSync is only
needed for debug/development builds now.
2025-08-11 22:28:31 +03:00
ivan tkachenko
4abd0fb612
Fix stale event handlers causing errors in console
2025-08-11 22:28:30 +03:00
ivan tkachenko
dd3c9647e3
Bump version
2025-08-11 22:28:29 +03:00
ivan tkachenko
0dca416958
Rewrite track choosing event to custom netcode
2025-08-07 20:27:57 +03:00
ivan tkachenko
1aa8c1ddfa
Fix Disco Ball hanging around after being disabled
2025-08-07 20:27:57 +03:00
ivan tkachenko
75d0ee2c1d
Bump version
2025-08-07 20:27:57 +03:00
ivan tkachenko
1ffdd5d97e
Add spawn rate patch to make the event more likely
2025-08-05 05:10:21 +03:00
ivan tkachenko
05749ff122
Add Animator and Audio to MineshaftStartTile
2025-08-03 00:31:07 +03:00
ivan tkachenko
f131ad7148
Fix NarrowHallwayTile2x2 mineshaft lights flickering
2025-08-03 00:31:07 +03:00
ivan tkachenko
f50989b5ae
Refactor: Optimize DiscoBallManager to create and cache at start of round
2025-08-03 00:31:06 +03:00
ivan tkachenko
72adb9e713
Refactor: Fix up visibility and static modifiers, and other minor things
2025-08-02 16:25:45 +03:00
ivan tkachenko
76e9ca3595
Refactor: Make State an internal class of JesterPatch class
2025-08-02 16:12:44 +03:00
ivan tkachenko
b6f2ca355b
Refactor: Factor out displaying lyrics as a tip in its own method
2025-08-02 15:54:07 +03:00
ivan tkachenko
78370da460
Fix LEDHangingLight (GarageTile & PoolTile) lights flickering
2025-08-02 15:50:59 +03:00
ivan tkachenko
4d84a2d001
Fix multiple Light components per animator
...
Add them all to the allPoweredLights list,
not just the whatever first one was found.
2025-08-02 15:50:59 +03:00
ivan tkachenko
0eb02698eb
Fix KitchenTile lights flickering
2025-08-02 01:04:12 +03:00
ivan tkachenko
c7b67b9042
Update manifest, README and project files
2025-08-02 01:04:11 +03:00
ivan tkachenko
f53f837e3f
Bundle CHANGELOG.md
2025-08-01 23:10:36 +03:00
ivan tkachenko
86644388f3
Bump version
2025-08-01 23:10:35 +03:00
ivan tkachenko
9062f386de
Fix/add light flickering with animator controllers
2025-08-01 16:48:16 +03:00
ivan tkachenko
3a2eaad493
Add more light flickering to the track Kach
2025-08-01 02:55:27 +03:00
ivan tkachenko
b70e868ac4
Rename DiscoBall asset bundle
...
There is going to be another bundle, so we want some distinctive names.
2025-07-31 21:44:52 +03:00
ivan tkachenko
bacb9f07c7
Use StartOfRound.Instance.audioListener for lyrics events
...
Probably doesn't make a difference, but it's nice to be able to
calculate audio source<->listener distance directly.
2025-07-30 20:09:17 +03:00
ivan tkachenko
2a28a36a69
Config: Remove EnableColorAnimations toggle
...
Turns out, it doesn't really affect anything. AMD on Linux would lag anyway.
2025-07-30 18:56:34 +03:00