126,216 Commits over 4,171 Days - 1.26cph!
merge from naval_update/deep_sea
Added a convar to disable the deep sea: deepsea.enabled
Moved default config generation from Bootstrap to server command `server.writeserverdefaultconfig`. Run codegen. Tested in editor.
Merge: from fix_missing_takeovers
Images still missing - digging deeper
Tests: navigated to store
Update: run Update Paths and Assign Bundle on MenuUI2_Store_General grids
Tests: none, will test in parent branch
emissive tweaks to dia de los muertos
Doorway, low barrier, low cannon wall, low wall collider changes
Halloween Wallpaper - adjusted wood luminance levels
merge cannon_code to naval_update
Hull_square collider size changes
Clean up logging and include empty defaults in the cfg
added halloween bats and dia de los muertos wallpapers and build wallpaper skin files
Bugfix: warm up UI_StoreTakeover's Takeovers in more cases
- Reimplemented warmup of StoreFeatured/General/Limited to first spawn empty tiles and fill them up once tab is opened
Turns out, we can open tabs of store without opening store itself, resulting in an access to uninitialize takeovers. Couple empty item icons remain, will fix next.
Tests: navigated to the store and clicked through bunch of tabs and scrolled around.
Fix missing material on cannonball, replace old cannon projectiles with the new model
merge new cannonball model into cannon_code
Fix cannon ammo staying active after firing
merge from fix_occupied_menu_option -> main
Add `killofftracktrains` convar that can be disabled so you can spawn trains off tracks for testing in the editor
Add texture size text, add scrollbar for editing panel, convert more components to FlexElement
Fix train cars showing "Occupied" when trying to loot the storage with a driver in the seat
- caused by "Occupied" menu option not checking how far you are from the mount point
Player update content for selection of items and DB fix
Disable workshop voting buttons when creating a skin
merge from fix_client_server_fields -> main
Fix fields that escaped the first time
- SpacialBiomeFog
- VolumeClouds
Update: break ItemStoreTakeover links to sprites
- Added warmup-cooldown to relevant UI screens
Doesn't work correctly - menu spawns, but uses wrong assets. This is due to warm-up logic running before storetakeover warmup
Tests: navigated to Store and Inventory pages. Inventory is okay, but store is derped
- Finish objectives for oil rig mission, assigned as new available mission from Outpost scientist
- Optional objectives are now prefixed as optional in the mission preview conversation dialogue
- Fix some issues with new reward choices
- Remove ShowIf attribute, was not working well enough across the board
- Add TryGetEntity to EntityRealm, works like Find but a little neater
Additional types
- UI_Hero_QuickJoin_Entry
- UI_Hero_Store
- UI_ServerBrowserPage
- UI_TutorialModal
- UI_SkinViewerControls
- UI_Store
- UI_WorkshopItemList
Teleporting on the map via enable_marker_teleport while having the underground map layer selected will now attempt to teleport you to the deepest valid position (train tunnels, caves etc.). Falls back to regular behaviour.
Fix serialized fields defined inside SERVER or CLIENT causing reimports
- HotAirBalloon
- Client
- Projectile
- InstancedDebugDraw
- AutoTurret
- PanelLight
- SpatialBiomeFog
- VolumeClouds
- WorkshopWeather
- FPSLogger
Missing plank item changes from earlier
Add support for spawning the new scientists, but lets stay with the old ones for now
▅▇▌▅▅█▉ ▇▍█▊▌ ▍▉ ▄▉▉▌▍ ▉▊ ▅▅▆▅▍▍▍▍█▉█ █▉▌ ▋▄▋▉▆█▉ ▆▊▋▌▍.
▊▄▅▌▊ ▉▄▌▌ ▄▌▄▆▍▇▍▄▆_▍▅▉▌▍▌_▄▆▄▇▊
▅▋█▊▆▊ ▊▇▊▋▅▆▊█▊▇▊ ▊▌▋█▊▋▉▍ ▊▆▋▇ ▌▋▍▊█▅ ▊█▇▆▅ ▍▄▄█▊▄▆▉▍▄▌▅▆
Swap avoidance Physics.Spherecast to GamePhysics.TraceAllUnordered, should be a bit more reliable
Further simplification to avoidance code, not 100% sold on it so im commenting out for now
Replaced the original wall collision mesh rather than importing a copy so I dont break static wallls using the original. Tests fine in editor on deployable and bandit town walls
Make the cannon handle spin depending on the height of the back block, raise/lower the back block as the cannon rotates
Replace old model with the new LODed model.
Adjust: cannon hand IK, pitch clamping to fix the cannon clipping into itself, mount anchor offsets.
Update: UI_StoreTakeover.AssignStoreBundle utility to assign it's icons to ui/store.bundle
- Ran Assign Store Bundle on all takeovers
Tests: inspected meta changes
Speed up motion list execution 30x by caching matrices and checking them for changes.