250,492 Commits over 3,959 Days - 2.64cph!

4 Months Ago
viewmodel - fixed ironsights being too low
4 Months Ago
Only require generic params if instance method not resolved
4 Months Ago
4 Months Ago
Compile fix
4 Months Ago
Humans: added a "poor man's RBF" constraint setup which pushes out elbow & kneecap helpers outwards a bit as arms/legs rotate, which helps volume preservation
4 Months Ago
Change ISelectable to a Component - auto create the trigger if none specified. Add Selectable.ISelectionListener Auto find Selectable if not specified I think this is a better system - added listeners for Hover/Unhover for selectables as well. Sync player's AimRay. Now can have components that show an outline or something when item is hovered
4 Months Ago
cherrypicking world_update_2/concrete_barrier_material_fix
4 Months Ago
▌▍▄▍▊ ▇█▌▅ ▅▄_▅▅▇▇█_█▄▍▅▍▊█▄_▉▄▋▄▍▄█▇▇
4 Months Ago
Add JsonObject.GetPropertyValue Fix errors
4 Months Ago
merge from cuffs_backpack_fix
4 Months Ago
merge from fix_backpack_learnbp
4 Months Ago
renamed controller and anims to meet naming convention
4 Months Ago
network++ save++
4 Months Ago
merge from cave-reverb-fix
4 Months Ago
merge from world_update_2
4 Months Ago
added hammer anims to controller
4 Months Ago
added viewmodel hammer anims
4 Months Ago
Added larger radius terrain filter to avoid rivers to ice sheets
4 Months Ago
Fix exception when creating new scene MapInstance - load resources from loading instance MapInstance - allow loading scenes as maps Publish scenes as maps When publishing a map, try to set ParentPackage Add Flag.WithFlag( Flag, bool ) Add GameObjectFlags.EditorOnly Make map preview less annoying
4 Months Ago
world_update_2 -> radioactive_water
4 Months Ago
Try rolling back changes to `game.CleanUpMap`
4 Months Ago
Added more terrain anchors to rock_formation_a to prevent gaps
4 Months Ago
cave_large_medium terrain check fixes
4 Months Ago
▉▆▌▉█ ▇▆▌▆ ▆▆_▊▅▄▅_█▋▅█▍▌▋▋▉
4 Months Ago
wip fire rate test
4 Months Ago
Added second ocean topology pass after all cliffs have been spawned
4 Months Ago
Large coastal rock prefab variants for the arctic biome to fix an issue where grass was being projected on top
4 Months Ago
better separation of flow vector/angle generation, still need to find a proper home for it
4 Months Ago
Fixed collision issues and floating geo on cliff_jutting_d
4 Months Ago
Added ISelectableEvent Add CameraController, add IHeroEvent. Center on Hero when first spawned.
4 Months Ago
Deleting old textures
4 Months Ago
attempt at preventing seaweeds close to coastal rocks
4 Months Ago
-Fire Extinguisher Texture update and material consolodation
4 Months Ago
Override Deserialize with options for Scene so undo uses scene deserialize instead of GameObject, fixes undoing object deletions
4 Months Ago
- ▋▄▅▅ █▋▇ ▆▌▅▅▄▉ ▇█▉▅▇▅/▊▇▄▌▊▌▋█▇ ▉▇ █▆██▊█▄▋▌▋ ▋▆▅▌▋▊ - ▍▋▇ ▅▍▆▅▆▄ ▋▆▉▆▋▆▄▋▉▋ ▍▉▅▊▍█ █▉ █▍▅▍▍▍▆▋▋▄ ▇▇▅▄▆▇ - ▌▆▉ █▅ ▉▋█▉ ▅▋ ▄▋▄▇▊▉▋▋▇▍ ▋▆▉▄▍█ - ▍▇▅ ▉▌ ▇▋▋▋▌▍ █▌ ▆▊▇▌▅▆▄▋▊▋ ▌█▇▌█▅ - ▄▄█▅ ▄▋▅█▊▍ ▊▍▆ ▊▋▉▇▌ ▅▆ ██▇▋▍▋▆ ▊▇▅█▉▇ - ▊▊▌ ▉▆▌█ ▉▍ ▅▆▊▄█ ▄▍ ▆▄█▋▅▊▉ ▊▊▅▆██ - ▄▉█ ▅▊▉▍▍▄▄▍▊▋ ▉▆ ▅▅▍▇▆▋▅ ▄▍▋▅▄▅
4 Months Ago
Oops Hero prefab selector needs selectable tag
4 Months Ago
Some cleanup. Auto select Hero on start. Don't love this first iteration of selection
4 Months Ago
Changed river splat from stones to gravel
4 Months Ago
Only spawn 1 oasis on maps smaller than 4000 Don't spawn any canyons on maps smaller than 4000 Spawn 2 canyons on maps larger than or equal to 5000
4 Months Ago
Subtracting 105196 (shore margin increase) due to several regressions
4 Months Ago
Add ISelectable and basic selection Improvements to selection stuff - add Deselect and pass PlayerState into selection callbacks
4 Months Ago
Switch to a blend tree
4 Months Ago
Add Input settings Add PlayerState system. Simplify some stuff on GameManager for static access
4 Months Ago
Added support for multiple IViewmodelComponents on a single viewmodel Added BlunderbussViewmodel component that adds a shotsLeft state and lerps between three layers based on how many shells are left
4 Months Ago
Library cleanup
4 Months Ago
WIP More WIP Compiling again Mostly working, can't edit graphs Fixed editing method graphs WIP saving graphs without the resource editor open Fix component editor not refreshing when adding / removing members Fix editing method bodies from outside component editor
4 Months Ago
Fix editing method bodies from outside component editor
4 Months Ago
Fix component editor not refreshing when adding / removing members
4 Months Ago
Ability to reverse direction more stage progress
4 Months Ago
Add Component.DestroyGameObject()