userGriglercancel
reporust_rebootcancel

1,218 Commits over 518 Days - 0.10cph!

41 Days Ago
merge from boat_building
41 Days Ago
merge from boat_physics_pass - generally made boats much faster but retained control on acceleration so they don't go crazy
41 Days Ago
buffed boat propulsion sails 2000 -> 2500 engine 5000 -> 10000 (4x sails)
41 Days Ago
increase accel again
41 Days Ago
increased max acceleration
41 Days Ago
removed boat<->boat separation forces because they did more harm than good, especially with more than 2 boats in the mix
41 Days Ago
better control over max acceleration of the playerboats, needs tuning still
41 Days Ago
Match max PlayerBoat velocity with tugboat
41 Days Ago
compile fixes
41 Days Ago
compositing for SlopeData
41 Days Ago
re-baked tropical1 and tropical2 to include slopedata
41 Days Ago
DrawInspectorTextureAttribute folds with the field name
41 Days Ago
initial coarse height baking
41 Days Ago
merge from deep_sea
42 Days Ago
added fuel storage/consumption to boat engine
42 Days Ago
merge from engine_forces - initial implementation only, stub functions instead of EntityFuelSystem at the moment
42 Days Ago
split up RequiredItems and PropulsionItems in boat building requirements, hooked up engine power to UI through interface
42 Days Ago
dummy logic for fuel consumption in force application
42 Days Ago
increased engine thrust, as strong as 2.5 sails
42 Days Ago
handle steering adjustment with COM centerline properly
42 Days Ago
initial engine forces - steering derived force direction - separate convar for position influence, much weaker than sails
42 Days Ago
Added DrawInspectorTexture attribute to draw Texture2D properties and fields in inspectors
42 Days Ago
initial Terrain_WaterHeight separation and dummy data for both
42 Days Ago
Initial split of Terrain_CoarseHeight for deepsea, just blank texture for now
43 Days Ago
- fixed deep sea default ocean values - take shortest distance to shore when copying into overlapping data
43 Days Ago
tropical2 s2p
43 Days Ago
baked tropical2 shorevectors
43 Days Ago
handle inactive terrain in bakes
43 Days Ago
deep sea shorevector map initializes as ocean
43 Days Ago
re-attached baked shore vectors after accepting source from last merge, reran s2p
43 Days Ago
merge from deep_sea
43 Days Ago
▅▉▉▊▌ ▆▇▅▆ █▅█▌▍_█▉▋▉▌_▉▄▉▄▋▇▄▌_█▇▍▄▋▍
43 Days Ago
▊▆▌█▇ █▌▊▅▄█▊▅ █▋▍▇▍▌▅▍ ▇▌▇▆█▍ ▌▅▅▊█, ▉▌▄▍ ▄ ▇▇▌▌▅▍▊ ▅▍▅███ ▊▋ ▊▉ ▌▇██▅ ▍█▄█ ▍█▄ ▄▆▇▌▌▍-▊▄▇▋█▅▆▇ ▆▉▇▊█ ▌▋▍▄▋▉▉▅ ▇█▋ ▊▍▆▅▌▍▄ ▊▉▊▅▊▆▄▍▆ ▆▌▋ ▌▊▌ █▉▆▄ ▆▊ ▇▇▋▆ ▊▉▅█▍▅ █▇█▋▄▌ ▋▅▋▄▌ ▆▇▇▊▉▄▌█ ▊▌ ▌▊█ ▆▆▌ ▌▄▊▍ █▇▄▇▇▇▌ ▋▊▌▅▇/▅▌▄▄█
43 Days Ago
▌▆▅▅▄ ▋▊▉▍ ▉█▄▋▋_▍▊▄▌▍▍█▍_▄▉▍
43 Days Ago
▌▋▋▋ ▅▍▋▉ ▊▌▍ ▉▇▊▉█▅▊ ▌▅▅▉▋▌▋▆ ▄▉▅▅▇ ▍▅▍█▇ ▆▌▅█ ▅▅ ▇▉ ▅▆▍▌▍▊█▉ ▉▆▉ ▇▍▍▄ ▌▍ ▆▇▉█▍ ██ ▆▅▆ ▇██▄▍▅▅▊▉
47 Days Ago
basic initial baked shore vector override component to let us specify zero shoredistance around areas that wouldn't normally result in shorevectors due to a lack of terrain (ghost ships, floating cities) - will let us stop storm waves just taking over the floating city in storms as they have no terrain to generate shore vectors
47 Days Ago
deleted old saved shorevector texture
47 Days Ago
moved shorevector baking to the Tropical1 scene and reran s2p
47 Days Ago
rebaked shorevectors
47 Days Ago
merge from deep_sea
48 Days Ago
big break-everything refactor on shore vectors where all data is wrapped behind ShoreData structs that are switched as required - all queries have to be made positionally or directly on the relevant ShoreData map - most query methods now passthrough to the correct dataset, some are hardcoded to Mainland data for some questionale pre-existing usage - refactored ShoreVectorQueryStructure to use the ShoreData structs and handle switching between them internally in jobs
48 Days Ago
split client/server calls to write baked data
48 Days Ago
fix rotation being inverted
48 Days Ago
actually finally fix the scaling, missing element was comparing relative shore distance sizes inclusive of dimension and world bounds
48 Days Ago
corrected blit so it scales and rotates properly
48 Days Ago
missing file
48 Days Ago
separate sizes, fixed scaling
48 Days Ago
invert assert condition
48 Days Ago
replaced debug line with asserts
48 Days Ago
merge from deep sea