253,545 Commits over 3,990 Days - 2.65cph!

5 Years Ago
[D11] Rowboat + Speedboat LOD distance tweaked
5 Years Ago
[D11][UI] Fixed Research Table button prompts and actions. Fixed give scrap option in workbench
5 Years Ago
█▊▊▍▋▊ ▍▆▊█▌▉▄ ▌█▍▊▄ (▅█▊▇ ▅▄▍▊▆▌▌ ▊▉▊▅▅)
5 Years Ago
Server compile fix
5 Years Ago
Missing sound updates
5 Years Ago
merge from instruments
5 Years Ago
Scene2Prefab Compound
5 Years Ago
Print bind count on instrument and BindingCollection in instruments.midiinfo Increased max concurrent notes on the piano to 10 (was 3)
5 Years Ago
Update animation slots on trumpet
5 Years Ago
Fixed some duplicated notes and incorrect animation slots on the jerry can guitar
5 Years Ago
Fixed some inconsistent animation slots on the bass
5 Years Ago
Made a new keybind generator for the new full keyboard input mode Fixed a note missing a MIDI code on the bass guitar Generated default full keyboard binds for guitars, drums, flute, xylophone, tuba, trumpet Jerry can guitar and acoustic guitar now use two different keybind short names (they have different notes)
5 Years Ago
added parallel/fan num properties for bullets tweaked slowmo visual effect
5 Years Ago
Chassis can now be recycled at the vehicle lift
5 Years Ago
Fixed LMB note playing all octaves instead of just one
5 Years Ago
Unsaved
5 Years Ago
Add instruments.debugNotes to print notes being played Fixed some missing strings on piano and trumpet
5 Years Ago
▊▆▅▋ ▍▉▅▋▌▍▋▌▋▄ ▍▉▇▋▋▊ ▊▊▊▋█▄▇ ▊▊▉▍▊▄▋ ▇█▌ ▄▄▋▆▄▌▉▍█▇ (▆▉▉▉▌▋▉ ▅▄ ▊▇▇▍ ▅▉ ▄▆▍ ▅▌▍▊█▊)
5 Years Ago
Fixed some issues from the merge earlier, rebuild manifest to get instruments to show in compound
5 Years Ago
Remove typings for styled-components cause they suck
5 Years Ago
Recycler recycling method made static, so garage can use the same process for chassis recycling
5 Years Ago
Editor work
5 Years Ago
Implement chat for the mock server
5 Years Ago
Button visuals and text
5 Years Ago
scene2prefab all monuments
5 Years Ago
Fixed wild prefab
5 Years Ago
Team page now has functional team chat
5 Years Ago
Updated mesh optimization tools
5 Years Ago
Setting up garage UI for chassis recycling
5 Years Ago
Fixed viewmodels not animating from midi input on cowbell and tambourine (input was too fast, is now updated via events)
5 Years Ago
Tundra foliage spawn settings / Progress Made spawn settings dependant on topology masks Texture tweaks and material tweaks Tundra forests Made grass splat slightly darker in tundra
5 Years Ago
Add IsEmpty() method to ItemContainer
5 Years Ago
Finished HapisIsland Fixed SavasIsland_koth
5 Years Ago
Fixed bass vm not playing strum animations
5 Years Ago
Move MidiMapShortName to NoteBindingCollection (this ensures changes are propagated to the static compound variants of instruments) Add new instrument shortname that we use to load autoplay recordings (this should fix compound instruments not being able to autoplay) Updated default autoplay recordings to match new file name requirements (eg. bass.weapon_autoplay is now bass_autoplay)
5 Years Ago
Fix exception when playing a recording and the directory doesn't exist
5 Years Ago
Reapply compile fix Fix NRE when using playrecording with no args
5 Years Ago
Merge from main
5 Years Ago
▊▄█▆█ ▅▋▅▆ ▆▆█▆
5 Years Ago
▅▋▋▄▄▇▇▊▅
5 Years Ago
Fixed more Hapis errors Reverted some tiny meshes back to renderer batching Renderer batch skips non-readable meshes Added mesh optimization editor tools
5 Years Ago
Fix chat timestamp always being 0
5 Years Ago
Audio Import test 3
5 Years Ago
Server compile fix
5 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.
5 Years Ago
Bottom keyboard row
5 Years Ago
Documentation
5 Years Ago
Merge from main
5 Years Ago
Added KeyboardMidi
5 Years Ago
Added InstrumentKeyController.KeyMidiMapShortname