128,372 Commits over 4,201 Days - 1.27cph!

4 Minutes Ago
merge from small_engine_reverse
4 Minutes Ago
Added a TimeWarning for the recalculation of UV distribution metrics when batching
5 Minutes Ago
invert rudder control when reversing so it doesn't cancel out
9 Minutes Ago
Dont allocate new RenderTextures every frame in PsotProcessLayer.RenderScale() Lets use RenderTexture.GetTemporary instead Savings in render loop (roughly): - AsyncTextureLoad.Texture (.4 ms) - Texture2D.LoadRawTextureData (.1 ms)
11 Minutes Ago
Gave SmallEngine a reverse option, provides half the force backwards - TurnOn/TurnOff interactions are instant now and on the radial menu rather than holding
21 Minutes Ago
Only requesting mipmap level change to items added to hotbar and clearing it for items removed from hotbar after 1 second
31 Minutes Ago
missing manifest update for smallengine fuel storage (caused it not to be saved/loaded)
34 Minutes Ago
Initial sqlite save/load for relationship manager - For now only save/load last team index to db, ensures in the event of a relationship manager rollback we will never have duplicate team ids - Remove dead RelationshipManager-Bags code
37 Minutes Ago
Save 40 bytes a frame in UIChat. 'FindWith' was allocating a lambda, replace with a simple loop
42 Minutes Ago
Stop HurtOverlay allocating 36 bytes a frame. Was boxing a float into Mathf.Max() with a single value?
1 Hour Ago
oil rig foot b lods and collision
1 Hour Ago
unskinned_windmill -> main
1 Hour Ago
More lod adjustments
1 Hour Ago
LOD improvements (match sail and vain)
2 Hours Ago
- Changes to how conversation data is saved from the dialogue editor graph - Fix oil rig mission item shortname - Dialogue options populated through a mission list node now display a mission icon next to the dialogue choice, indicating the option is a mission name. Added flex elements to dialogue option UI to support this - Fixed issue where displayed dialogue option number could be wrong when displaying a mission list node - Can now talk to NPC's whilst using noclip
2 Hours Ago
Boat door colliders: convex solution that has a hole for glass collider to work
2 Hours Ago
▋▉▅▅█ ▊█▌▅ ▉▍▋▅▄▋▉_▍▇▇▍▉▍
3 Hours Ago
Small engine prefab update
3 Hours Ago
more precise colliders for modular boat low walls
3 Hours Ago
Halloween_25_Update -> main
3 Hours Ago
Setting the requested mimap levels on all hotbar items
3 Hours Ago
Merge from small_engine
3 Hours Ago
Allow all door types on player boats
3 Hours Ago
Bugfix: reduce error false-positives by ensuring bot IDs never overlap - Permit random overlap once we exhaust MaxBotIdRange ids (which is old behavior) but emit an error Because we always picked a random bot ID, it was possible that there'd be an overlap and it could confuse dependent systems (like my logging for the NRE). Hoping this reduces false-positive error logging. Tests: in editor spawned a couple players and killed them, then monitored the ID queue with debugger
3 Hours Ago
boatbuilding platform anim updates
4 Hours Ago
MeshTerrainRoot should now auto update terrain size field (needed for terrain map sampling), and update island prefabs with terrain size field.
4 Hours Ago
Fix TerrainMeta NRE
4 Hours Ago
Removed TerrainCollisionTrigger scripts from dynamically placed halloween/xmas mine tunnels - not needed and not intended to be used for dynamic objects
4 Hours Ago
Updating small engine LODs
4 Hours Ago
Check for closest island in increments instead of every frame, also profiler sample fix.
4 Hours Ago
Merge: from main
4 Hours Ago
Merge from boat_building
4 Hours Ago
PT boat wall adjust
5 Hours Ago
small engine lods and collision updates
5 Hours Ago
Added methods to the texture streaming class for changing and clearing the requested mipmap level
5 Hours Ago
Storage room environment volumes on ghost ships is now brighter
5 Hours Ago
Raised scattered paper meshes to eliminate zfight on them
5 Hours Ago
Removed flickering glass decals from ghost_ships
5 Hours Ago
Fixed shifting cover prefab on ghost_ship_b
5 Hours Ago
nets ladder volume placement polish
5 Hours Ago
SmallEngine fuel compile fixes
5 Hours Ago
Fixed incorrect materials on LOD1/2 of ghost ship C
5 Hours Ago
Fixed one of the mast ladders no working and rail blocking Fixed ship_trawler_c back gate not allowing enough clearance Added ladder volumes to most hanging nets that look like they could be used to climb/board the ship
5 Hours Ago
Boat building station anims
6 Hours Ago
Merge from parent
Today
fixed blockers around FC2
Today
▆▇▋▉▅ ▇▇▆▊ ▍▋▊_▅▉▆_█▄█▅▉▊_▍
Today
merge from naval update
Today
FoliageGrid renders on closest island and resets when island changes. Handle cases of terrain being rotated when sampling terrain maps by extracting 2D worldToLocalMatrix.
Today
Merge from chippy_optimize