userGarry Newmancancel
branchrust_reboot/maincancel

5,292 Commits over 2,345 Days - 0.09cph!

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
Killed music UI Added tips explaining numlock, numpad controls, full keyboard input Added keyboard lock ui Game tips use RustText Split InstrumentKeyController into multiple files
4 Years Ago
Sound settings test 2
4 Years Ago
Sound settings test 1
4 Years Ago
Here's a ton more sounds to import
4 Years Ago
Added AudioClipImporterSetup
4 Years Ago
Fixed icons not being included
4 Years Ago
Alt look hides viewmodel/body
4 Years Ago
Fixed not able to access the motor in rowboat when driving
4 Years Ago
Bundle juggle
4 Years Ago
Merged from instruments
4 Years Ago
Remove ImpostorShadows component in PrefabPreProcess
4 Years Ago
Don't remove DDraw script from server builds
4 Years Ago
Added noclipspeed, noclipspeedslow, noclipspeedfast
4 Years Ago
Fix for asset loading possibly using more memory
4 Years Ago
Put files in asset bundles even though they're also in /resources/ (old behaviour, map maker request)
4 Years Ago
Benchmark record memory usage
4 Years Ago
Don't compile bundles using strict mode
4 Years Ago
Leg model tweaks
4 Years Ago
updated mounts for rowboat, horse, mini heli, transport heli Added SideLeanAmount to BaseMountable, allowing player to lean over the sides of seats when looking to the side and down
4 Years Ago
IndependentScale serialization
4 Years Ago
deleting cctv meta files that I'm guessing @helk added on accident