userGarry Newmancancel
reporust_rebootcancel

7,315 Commits over 2,345 Days - 0.13cph!

4 Years Ago
Switch back to .net 4.x (for modders)
4 Years Ago
Don't report "active agent" navmesh errors
4 Years Ago
█▍▋ █▍▇▄▇▅▄▊ ▅▇ ▅▍▅█ ▋▆▅▅▉▋▄ ▋▅ ▇ █▇█▆ ▌▌
4 Years Ago
Can't order servers by wiped date
4 Years Ago
Added Jenkins-Client.Groovy, Jenkins-Server.Groovy Removed Jenkinsfile
4 Years Ago
audio.bundle tweak
4 Years Ago
RecordBundleSizes fix
4 Years Ago
Fixed DownloadStringCoroutine
4 Years Ago
Less spammy dedicated server bootup
4 Years Ago
Benchmark record bundle sizes
4 Years Ago
gc;totalmemory to megabytes
4 Years Ago
Fixed array exceptions in DevMovePlayer
4 Years Ago
Fixed DownloadStringCoroutine errors
4 Years Ago
Fixed DownloadStringCoroutine errors
4 Years Ago
Retry string download 3 times before calling it a day
4 Years Ago
Check Steam valid before trying to cancel ticket
4 Years Ago
Make sure audiomixer goes in audio.bundle so there's only one version of it
4 Years Ago
if audioclip has "engine-model" in the name, import DecompressOnLoad, because apparently we're procedurally creating sounds at runtime and the sources can't be streamed from disk
4 Years Ago
meta
4 Years Ago
Removing LeanAudio to make sure we never use it
4 Years Ago
Removing collider_batch.prefab (missing script) @andre might want to check this is okay
4 Years Ago
Fixed missing script on player_ragdoll
4 Years Ago
Tweaked seat mounting to take into account facing direction, making it a bit easier to get into the seat you want to get into
4 Years Ago
Tweaked rhib driver standing position so you can access fuel again
4 Years Ago
Fixed full keyboard mode right border
4 Years Ago
Fixed drumkit notes
4 Years Ago
▊▄▊▉▊█▊▌▋█ ▉▉▅▋▉▉▇▇ ▅▊▇▆▉▉ ▄▊▄▅ ▍██▌█▍▄
4 Years Ago
Report server exceptions on staging to new sentry url too
4 Years Ago
Moved some instrument animation stuff to animation file
4 Years Ago
Fixed NRE in LootPanelOven.Switch
4 Years Ago
Better debug output when exception in NoteBinding.FindButton
4 Years Ago
Fixed some exceptions in KeyboardMidi if json files are wrong (show warnings instead)
4 Years Ago
Don't report "Could not allocate memory" exceptions
4 Years Ago
▉▉█▋▍▆▄▋ ▄█▋▊▉▌ ▇▌▍▌▌▌▅ ▍▋█▉▄▉▊
4 Years Ago
Switching back to .net 4.x (we're using lots of shit)
4 Years Ago
Compile fix
4 Years Ago
Report exceptions to a different sentry project on staging
4 Years Ago
Fixed inventory playermodel breathing NRE
4 Years Ago
Switching Api Compatibility to net standard 2.0 was suggested as a solution to fix freezing - testing
4 Years Ago
Audio bundle test Don't include streamingassets stuff in bundles
4 Years Ago
Reduced overall body scaling by 75% Fixed body scale seeding not seeding very good Removed redundant BoneInfoComponents from playermode Fixed bone scaling setup in inventory screen player preview not being the same as actual
4 Years Ago
Server compile fix
4 Years Ago
Missing sound updates
4 Years Ago
Audio Import test 3
4 Years Ago
Server compile fix
4 Years Ago
We have json files in Assets\StreamingAssets\keymidi\ that are editable at runtime. midi.json - a list of note names and their corresponding midi note number qwerty-uk.json - a keyboard mapping definition, mapping note names to key names. Key names can be instrument specific, if you add a qwerty-uk.piano.json file, it'll be used when playing a piano. It's not possible to fit everything on the keyboard, so rather than complicate things by adding modifiers for sharps we should just leave them out. Anyone that misses them will have real midi input. This is so people a bit familiar can play happy birthday.
4 Years Ago
Bottom keyboard row
4 Years Ago
Documentation
4 Years Ago
Added KeyboardMidi
4 Years Ago
Added InstrumentKeyController.KeyMidiMapShortname