userGriglercancel

1,218 Commits over 518 Days - 0.10cph!

39 Days Ago
merge from boat_building
40 Days Ago
merge from boat_physics_pass - generally made boats much faster but retained control on acceleration so they don't go crazy
40 Days Ago
buffed boat propulsion sails 2000 -> 2500 engine 5000 -> 10000 (4x sails)
40 Days Ago
increase accel again
40 Days Ago
increased max acceleration
40 Days Ago
removed boat<->boat separation forces because they did more harm than good, especially with more than 2 boats in the mix
40 Days Ago
better control over max acceleration of the playerboats, needs tuning still
40 Days Ago
Match max PlayerBoat velocity with tugboat
40 Days Ago
compile fixes
40 Days Ago
compositing for SlopeData
40 Days Ago
re-baked tropical1 and tropical2 to include slopedata
40 Days Ago
DrawInspectorTextureAttribute folds with the field name
40 Days Ago
initial coarse height baking
40 Days Ago
merge from deep_sea
41 Days Ago
added fuel storage/consumption to boat engine
41 Days Ago
merge from engine_forces - initial implementation only, stub functions instead of EntityFuelSystem at the moment
41 Days Ago
split up RequiredItems and PropulsionItems in boat building requirements, hooked up engine power to UI through interface
41 Days Ago
dummy logic for fuel consumption in force application
41 Days Ago
increased engine thrust, as strong as 2.5 sails
41 Days Ago
handle steering adjustment with COM centerline properly
41 Days Ago
initial engine forces - steering derived force direction - separate convar for position influence, much weaker than sails
41 Days Ago
Added DrawInspectorTexture attribute to draw Texture2D properties and fields in inspectors
41 Days Ago
initial Terrain_WaterHeight separation and dummy data for both
41 Days Ago
Initial split of Terrain_CoarseHeight for deepsea, just blank texture for now
42 Days Ago
- fixed deep sea default ocean values - take shortest distance to shore when copying into overlapping data
42 Days Ago
tropical2 s2p
42 Days Ago
baked tropical2 shorevectors
42 Days Ago
handle inactive terrain in bakes
42 Days Ago
deep sea shorevector map initializes as ocean
42 Days Ago
re-attached baked shore vectors after accepting source from last merge, reran s2p
42 Days Ago
merge from deep_sea
42 Days Ago
▅▉▉▊▌ ▆▇▅▆ █▅█▌▍_█▉▋▉▌_▉▄▉▄▋▇▄▌_█▇▍▄▋▍
42 Days Ago
▊▆▌█▇ █▌▊▅▄█▊▅ █▋▍▇▍▌▅▍ ▇▌▇▆█▍ ▌▅▅▊█, ▉▌▄▍ ▄ ▇▇▌▌▅▍▊ ▅▍▅███ ▊▋ ▊▉ ▌▇██▅ ▍█▄█ ▍█▄ ▄▆▇▌▌▍-▊▄▇▋█▅▆▇ ▆▉▇▊█ ▌▋▍▄▋▉▉▅ ▇█▋ ▊▍▆▅▌▍▄ ▊▉▊▅▊▆▄▍▆ ▆▌▋ ▌▊▌ █▉▆▄ ▆▊ ▇▇▋▆ ▊▉▅█▍▅ █▇█▋▄▌ ▋▅▋▄▌ ▆▇▇▊▉▄▌█ ▊▌ ▌▊█ ▆▆▌ ▌▄▊▍ █▇▄▇▇▇▌ ▋▊▌▅▇/▅▌▄▄█
42 Days Ago
▌▆▅▅▄ ▋▊▉▍ ▉█▄▋▋_▍▊▄▌▍▍█▍_▄▉▍
42 Days Ago
▌▋▋▋ ▅▍▋▉ ▊▌▍ ▉▇▊▉█▅▊ ▌▅▅▉▋▌▋▆ ▄▉▅▅▇ ▍▅▍█▇ ▆▌▅█ ▅▅ ▇▉ ▅▆▍▌▍▊█▉ ▉▆▉ ▇▍▍▄ ▌▍ ▆▇▉█▍ ██ ▆▅▆ ▇██▄▍▅▅▊▉
46 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
46 Days Ago
deleted old saved shorevector texture
46 Days Ago
moved shorevector baking to the Tropical1 scene and reran s2p
46 Days Ago
rebaked shorevectors
46 Days Ago
merge from deep_sea
47 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
47 Days Ago
split client/server calls to write baked data
47 Days Ago
fix rotation being inverted
47 Days Ago
actually finally fix the scaling, missing element was comparing relative shore distance sizes inclusive of dimension and world bounds
47 Days Ago
corrected blit so it scales and rotates properly
47 Days Ago
missing file
47 Days Ago
separate sizes, fixed scaling
47 Days Ago
invert assert condition
47 Days Ago
replaced debug line with asserts
47 Days Ago
merge from deep sea