userAdam Wcancel
reporust_rebootcancel

5,153 Commits over 2,070 Days - 0.10cph!

2 Months Ago
Fix plant pot not working after merge from main
2 Months Ago
Apple pie temp icon, setup.
2 Months Ago
Set eat anim to return to deploy anim when completed ready for the next food item in the stack, if there's any left.
2 Months Ago
Can now specify per-item view models to use inside the food VM. Shows correct ones, hides other ones. Init in deploy. Added another pie (apple) item for testing.
2 Months Ago
Set pie VM animator to always animate.
2 Months Ago
Refresh
2 Months Ago
Merge from consume_food
2 Months Ago
Setup ViewModelRenderer scripts. Re-nabled UsesViewModelCamera.
2 Months Ago
Pie eating. Animator setup. Added Consume event to pie eat anim.
2 Months Ago
Delete placeholder pie viewmodel. Delete placeholder pie entity. Moved to food_pie_generic entity. Copied FoodModelView on to new MV. Disabled my test consuming.
2 Months Ago
Merge again?
2 Months Ago
Merge from cookingv2
2 Months Ago
Plant pot bounds and collision.
2 Months Ago
DoPrepare on plant-wheat.
2 Months Ago
Add wheat plants to spawn prefabs
2 Months Ago
Corn collectable prefabs, population & autospawn setup
2 Months Ago
Wheat, clone, entity, seeds, genes, plant properties setup. Setup growth stages. Setup placeholder growable values.
2 Months Ago
Merge from consume_food
2 Months Ago
Renamed food_pie_generic.viewmodel to food_pie_generic.viewmodel_placeholder to be clear
2 Months Ago
Merge from cookingv2
2 Months Ago
Generic pie entity and VM prefabs. Pie specific items (chicken as initial test)
2 Months Ago
Hook up new food view model script to placeholder food vm. Link to food entity.
2 Months Ago
Some very initial food VM code /setup
2 Months Ago
Added Consume server RPC to food entities. Inital OnInput for food held entity, trigger eat when you press reload for now. Don't belt-eat food items that have an item mod and valid entity prefab. Added BlockBeltSelect virtual check to ItemMod. Codegen.
2 Months Ago
Test switching food items. Added second test food item.
2 Months Ago
Very initial test food vm/held ent setup
2 Months Ago
Weapon racks can now handle items being externally removed (eg due to era enforcement)
2 Months Ago
Initial single plant pot setup
2 Months Ago
Console autocomplete now works for commands prefixed with "sv"
2 Months Ago
Merge from creative_holdToPlaceDuration_bypass
2 Months Ago
Merge from main, rebuild F1 item button after conflicts.
2 Months Ago
Reimplement as separate ConVar.Creative.bypassHoldToPlaceDuration
2 Months Ago
Setup the new world models for all cooling and warming tea items
2 Months Ago
Merge from temperature_teas
2 Months Ago
Creative mode freeplacement bypasses holdToPlaceDuration
2 Months Ago
Added "Stack" button to F1 item icons to award a max stack of the item.
2 Months Ago
Fix BoatVendor incorrect condition setting causing duo sub to be unpurchaseable.
2 Months Ago
"Switch" menu title now inclues the current setting without having to open the menu to see, eg "Switch (CS)", "Switch (C)", "Switch (S)"
2 Months Ago
▅▊▉▊▉ ▇█▇▉ ▆▌▉_▋▍▆▆▉_▄▅▊
2 Months Ago
▊▇▌█▄ ▉▍▌▇▍▄▋ ▅█▉▊ ▅█▅ ▇▇▇▄█▄▉ ▉▄▄▋▄▆ ▉▄ ▅█▊▊▌▉▄▌▇ ▌█ ▋▊█▅▉▆▅ ▇▇▅▆ ▆▇▇▉▍ ▌▌▉.
2 Months Ago
▆▍▉▄███▇▉ ▉▇▆▇▅ ▆▆▋▆▅▆▅▌█▌.
2 Months Ago
▇▋▌▍▄ ▊▋▉▍ ▅█▊▌▉█▋█_▉▇▆▌▋▊▅_▍▄▆▊▇█▌
2 Months Ago
▌█▅▋▊▋▇ ▄▋▋▋ ▌▅▄▋▅▄▍▆ ▌▊ ▉█▋▌█▇▄▄ ▊██▊▇▊▉ ▅▆▋▊█▅▋▌█
3 Months Ago
Don't attempt to auto equip bags and shields when taking from weapon racks
3 Months Ago
Merge from multi_auth_radius
3 Months Ago
Add authradius_radius and deauthradius_radius. Eg "authradius_radius 5 5" to auth everyone within 5 units (of the command issuer) on all entities within 5 units of the command issuer.
3 Months Ago
Added ArgEx.GetPlayerArgs extension method which treats every parameter after given index as a player and returns a list of the players. Add authradius_multi and deauthradius_multi commands to work on a list of players. Uses issuing players position for radius location. Adding them as additional commands to preserve the single user version and their behaviour where the target's player position is used instead.
3 Months Ago
Null check mounted vehicle when trying to notify of player weight change
3 Months Ago
Merge from presets_editor/quality
3 Months Ago
Merge from preset_change_performance (still wip)