126,221 Commits over 4,171 Days - 1.26cph!

8 Minutes Ago
merge from ui_animators_optims
9 Minutes Ago
Death screen toggles its animators when not visible
15 Minutes Ago
anim event updates
16 Minutes Ago
Bugfix: ensure ui/store.bundle gets unloaded after all changes - UI_Store opens the first tab during warmup, outside of OnOpen, which unbalanced subscribe/unsubscribe calls. It also never closed the tab when itself being closed. Addressed both. Tests: clicked through tabs, then closed shop - no asserts fired. Need to test in bundle mode, that'll be next.
41 Minutes Ago
Bugfix: fix some items showing empty icons Tests: navigated through all tabs of shop and inventory - everything seemed present
60 Minutes Ago
merge from naval_update/deep_sea
1 Hour Ago
Added a convar to disable the deep sea: deepsea.enabled
1 Hour Ago
Moved default config generation from Bootstrap to server command `server.writeserverdefaultconfig`. Run codegen. Tested in editor.
1 Hour Ago
Merge: from fix_missing_takeovers Images still missing - digging deeper Tests: navigated to store
1 Hour Ago
Update: run Update Paths and Assign Bundle on MenuUI2_Store_General grids Tests: none, will test in parent branch
1 Hour Ago
emissive tweaks to dia de los muertos
1 Hour Ago
Doorway, low barrier, low cannon wall, low wall collider changes
1 Hour Ago
Halloween Wallpaper - adjusted wood luminance levels
1 Hour Ago
merge cannon_code to naval_update
1 Hour Ago
Hull_square collider size changes
1 Hour Ago
merge from naval_update
1 Hour Ago
Clean up logging and include empty defaults in the cfg
1 Hour Ago
added halloween bats and dia de los muertos wallpapers and build wallpaper skin files
1 Hour Ago
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.
1 Hour Ago
Fix missing material on cannonball, replace old cannon projectiles with the new model
2 Hours Ago
cannon size changes
2 Hours Ago
merge new cannonball model into cannon_code
2 Hours Ago
Fix cannon ammo staying active after firing
2 Hours Ago
merge from fix_occupied_menu_option -> main
2 Hours Ago
Add `killofftracktrains` convar that can be disabled so you can spawn trains off tracks for testing in the editor
2 Hours Ago
Add texture size text, add scrollbar for editing panel, convert more components to FlexElement
2 Hours Ago
cannon ball
2 Hours Ago
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
3 Hours Ago
merge from naval_update
3 Hours Ago
Player update content for selection of items and DB fix
3 Hours Ago
merge from main
3 Hours Ago
Disable workshop voting buttons when creating a skin
3 Hours Ago
merge from fix_client_server_fields -> main
3 Hours Ago
Fix fields that escaped the first time - SpacialBiomeFog - VolumeClouds
3 Hours Ago
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
4 Hours Ago
Compile fixes
4 Hours Ago
Merge from naval_update
4 Hours Ago
- 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
4 Hours Ago
Additional types - UI_Hero_QuickJoin_Entry - UI_Hero_Store - UI_ServerBrowserPage - UI_TutorialModal - UI_SkinViewerControls - UI_Store - UI_WorkshopItemList
4 Hours Ago
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.
4 Hours Ago
Misc block fixes
4 Hours Ago
Fix serialized fields defined inside SERVER or CLIENT causing reimports - HotAirBalloon - Client - Projectile - InstancedDebugDraw - AutoTurret - PanelLight - SpatialBiomeFog - VolumeClouds - WorkshopWeather - FPSLogger
4 Hours Ago
Missing plank item changes from earlier
4 Hours Ago
Add support for spawning the new scientists, but lets stay with the old ones for now
4 Hours Ago
▅▇▌▅▅█▉ ▇▍█▊▌ ▍▉ ▄▉▉▌▍ ▉▊ ▅▅▆▅▍▍▍▍█▉█ █▉▌ ▋▄▋▉▆█▉ ▆▊▋▌▍.
4 Hours Ago
▊▄▅▌▊ ▉▄▌▌ ▄▌▄▆▍▇▍▄▆_▍▅▉▌▍▌_▄▆▄▇▊
4 Hours Ago
▅▋█▊▆▊ ▊▇▊▋▅▆▊█▊▇▊ ▊▌▋█▊▋▉▍ ▊▆▋▇ ▌▋▍▊█▅ ▊█▇▆▅ ▍▄▄█▊▄▆▉▍▄▌▅▆
4 Hours Ago
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
4 Hours Ago
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