ivan tkachenko
140244a6e2
Move NuGet.Config to the root
...
Otherwise it doesn't work in IntelliJ Rider
2025-07-11 22:35:32 +03:00
ivan tkachenko
32dfeb79ab
Fix double triggering start of music
...
State transitions are only handled by changes to previousState on
per-frame basis, so only compare before/after of previousState.
2025-07-10 19:07:26 +03:00
ivan tkachenko
2457d3806c
Rename State member to make it less confusing
...
JesterAI::previousState updates on the next frame after
currentBehaviourStateIndex changes, while current- & previous-
BehaviourStateIndex only change when SwitchToBehaviourState() is
requested.
2025-07-10 19:07:23 +03:00
ivan tkachenko
94cb3eecde
Quick Fix: Object initialization can be simplified (IDE0017)
2025-07-10 19:07:01 +03:00
ivan tkachenko
c8f1ba90e3
Consistently use equality operator for state indexes
2025-07-10 19:06:48 +03:00
ivan tkachenko
eea59ca19f
Auto format code
2025-07-10 19:06:44 +03:00
ivan tkachenko
b9f6bcce9d
Implement zip bundle as an after-build msbuild target, keep versions in sync
2025-07-10 19:06:33 +03:00
ivan tkachenko
af45b958fd
Make build config more portable with user-specified git-ignored paths
2025-07-10 19:06:14 +03:00
ivan tkachenko
4144069b41
New gitignore from template
...
$ dotnet new gitignore
2025-07-10 18:55:34 +03:00
ivan tkachenko
2bd17424cd
Speed up cranking timer in debug builds
...
The code does not appear to be in `dotnet build --configuration Release`
2025-07-10 18:55:34 +03:00
ivan tkachenko
cb1002d339
Add support for WAV and OGG/VORBIS audio files
2025-07-10 18:55:34 +03:00
ivan tkachenko
68b4e120db
Organize code into functions, add some comments, add a null check
2025-07-10 18:55:34 +03:00
ivan tkachenko
a65dd56bc3
Convert mixed indentation to spaces
2025-07-10 18:55:34 +03:00
ivan tkachenko
ef1e2fd70b
Add README, icon and manifest from Thunderstore bundle
2025-07-10 18:55:34 +03:00
ivan tkachenko
9100bbe8a3
add more things to gitignore
2025-07-10 18:55:34 +03:00
Nikita Vilunov
8518e0f62d
fix track gap and durochka sound level
2024-10-29 15:18:44 +01:00
Nikita Vilunov
4558a4d942
new tracks
2024-10-29 00:47:48 +01:00
Nikita Vilunov
5d55467b9c
new track and assets for the previous one
2024-10-28 22:57:52 +01:00
Nikita Vilunov
f274513bb5
improve track selection entropy
2024-10-28 22:40:39 +01:00
Nikita Vilunov
89a41f9640
"new" track
2024-10-28 21:06:07 +01:00
Nikita Vilunov
987fe830c3
fix some stuff ok?
2024-04-26 23:40:35 +02:00
Nikita Vilunov
67e0063464
add assets
2024-03-15 23:40:14 +01:00
Nikita Vilunov
7e0ba2248f
support multiple tracks
2024-03-10 03:19:17 +01:00
Nikita Vilunov
19a4cbff68
increase music radius to cover most of the dungeon but not the surface world
2024-03-10 01:47:35 +01:00
Nikita Vilunov
20a3234371
initial version 13.37.1
2024-03-09 19:48:17 +01:00