userAdam Wcancel

12,349 Commits over 3,712 Days - 0.14cph!

5 Years Ago
fix + refactor
5 Years Ago
Removed cloning mechanic, instead you now receive a seed (plus bonus ones for yield gene modifiers) when picking the fruit, which contain the plant's gene data. Codegen.
5 Years Ago
Show water ml consumption on crosshair info.
5 Years Ago
More water + yield calc wip and a bit of refactor. Removed some more unneeded code.
5 Years Ago
Changed socket placement checks to use new growable entity instead of the old plant entity. BaseRidableAnimals now eats growables instead of plants.
5 Years Ago
codegen
5 Years Ago
merge from main
5 Years Ago
Added temperate to UI and protobuf. Re-ordered quality stats in UI to make more sense.
5 Years Ago
More wip quality
5 Years Ago
Moved all quality calcs to GrowableEntity.Quality, bit of other refctoring. Added temperature quality calc. Clamp01 on the existing curve evaluations to prevent any accidental bad data in the curves causing bad shit.
5 Years Ago
Removed a bunch of pre-existing code related to growth and growthAge which isn't needed.
5 Years Ago
Removed a bit of unused code
5 Years Ago
Show current stage name and progress on crosshair UI. UI tweaks. Additional farming save file with potatoes at fruiting stage, to save my sanity.
5 Years Ago
Yield value increases during the fruiting stage, includes yield gene modifiers. Placeholder values. Show the yield and current stage info on crosshair info.
5 Years Ago
Show plant type on crosshair info
5 Years Ago
merge from main
5 Years Ago
Potato text setup
5 Years Ago
basic initial potato item/entity setup, manifest.
5 Years Ago
Grabbed spud models from new_plants
5 Years Ago
Increased planterbox slots and it now checks all inventory slots for fertilizer. Tweaked UI loot panels.
5 Years Ago
Planter + Composter panel prefabs
5 Years Ago
Ground value calc changes.
5 Years Ago
Added PlanterBox ui to crosshair hud, shows current/max water ml levels when hovering a planterbox.
5 Years Ago
more
5 Years Ago
Serialize + show growth rate in UI. More modifier/calc tests. Sweet new farming setup save.
5 Years Ago
calc tweaks
5 Years Ago
Hardiness genes now increase the ground modifier value for growables outside of planter boxes.
5 Years Ago
Implemented water gene functionality: water genes increase the amount of water required/consumed, currently by 20% per water gene.
5 Years Ago
Missed file
5 Years Ago
Growth genes now boost growth speed. Currently +0.1 multiplier per growth gene.
5 Years Ago
Also calculate modifiers at post server load. Refresh contained growables when fertilizer is added/removed from planterbox instead of just next tick. Updated farming test save.
5 Years Ago
Plant ui now shows modifier values (placeholder). Fixed a fertilizer bug with planters. More modifier calculations/work. Lights and planters now correctly update their plants.
5 Years Ago
Reworked more growth basics, exposed ground, light and water modifiers, protobuf.
5 Years Ago
Bit of refactor & optim.
5 Years Ago
More refactoring of farming1 stuff to be useable for new farming stuff. Added gene type counting functions.
5 Years Ago
Refactor
5 Years Ago
more composter prefab updates
5 Years Ago
Only generate plant display string when inspecting a plant for the first time, not on load.
5 Years Ago
▅▉▍▊▍▆ ▇▍▉▇ ▆▇▇█▊'▇ ▋▅▄█-▍ █▇▅▆▊ ▋▆▇█▇▅▊
5 Years Ago
Gene serialization and randomization improvements.
5 Years Ago
More composter prefab setup
5 Years Ago
Ceiling lights now check+refresh growables not plants. Fixes. Manifest.
5 Years Ago
manifest
5 Years Ago
merge from main
5 Years Ago
Gene display string formatting refactoring/improvements. Seed info panel fixed so longer genes don't wrap.
5 Years Ago
Only stack seeds with the same gene makeup. Show gene makeup in the seed information panel.
5 Years Ago
Seeds transfer their genetic makeup when planted.
5 Years Ago
Seed genes experimenting. Fixed a bug with encoding/decoding gene data to instancedata int. GrowableGene display utils.
5 Years Ago
Added GrowableGeneEncoding utility class for storing multiple gene values into an int, ready for storage in item InstanceData. Removed gene modifier value stuff for now.
5 Years Ago
Dominant gene calc fix. Only crossbreed with the same species.