reporust_rebootcancel

127,003 Commits over 4,109 Days - 1.29cph!

8 Months Ago
Added a new localization key for train yard's skip container, to avoid conflicts with 'skip' the verb in other languages
8 Months Ago
▉█▄▋▇▅▆▄▅▉▄ ▍▉▆▊▍█▋ ▋█▇ ▅▉ ▊▆▋▇▆ ▊▆▊ ▆▌▅▉▇██ ▍▉▅▊▋▉▇
8 Months Ago
Merge from peacekeeper_turret_hostile_warning_ui
8 Months Ago
Removed some unneeded code, debug spam.
8 Months Ago
merge from 2d-flickering-workaround
8 Months Ago
Wolves will not respond to a howl from a wolf that doesn't belong to their pack This will prevent wolf packs from merging too often, reducing cases where players have to face more than 4 wolves
8 Months Ago
merge from wire_slack_fix
8 Months Ago
Reverted wire length 'fix' from 107563
8 Months Ago
mini crossbow viewmodel anims updated
8 Months Ago
merge from main
8 Months Ago
▊▌▌ ▋▌▉▋ ▉▋▉▄ ▅█▇ ▇▅█▄▆▄▌█ ▇▄█▉▍█▇▍▉ ▆▆▋ ▍▉▋▉▊/▋▊▇▌▇▇
8 Months Ago
8 Months Ago
When using SetPath, don't update the path if it didn't change
8 Months Ago
Number of wolves per square km decreased from 3 to 2, max pack size increased from 3 to 4
8 Months Ago
merge ice_sculpture->Aux2
8 Months Ago
Added missing prevent buidling to catapult constructable prefab
8 Months Ago
Can't pull/push a mounted ballista
8 Months Ago
Catapult - updated reload anim (moves slower as it reaches full tension)
8 Months Ago
Fixed SocketMod_SphereCheck returning 'Not enough space' instead of 'Cannot build this close to X' when building in a monument prevent building volume Was happening when deploying siege weapons, amongst other large deployables
8 Months Ago
Add a separate turret warning icon. Move UI code to a specific turret icon script.
8 Months Ago
Fix client compile issues
8 Months Ago
fixed nre on client loading of sculpture
8 Months Ago
▋▇▉▊ ▆▍▆▄█▉▄▇ ██▄▆█▆▋▋▆▌ ▅▇▉ ▇▊▋ ▅▊▉▆▉▆▆▊▍▉█ ▍▄ ▄▍▆▇▌█▉▄▉█▄▉▌.▇▍▆▅▄▌▇▉. - ▍▋▄ ▌▋▅▅▇▆.▍▌▋▊▅▌▍▄.▋▌▄▋_▉▅▉▊▋▍▇█_▌▉▉▊█▅▆▅█▄▇ = █.▊▇ (▉▅▋▅▅▄ ▇▄▇▄▆) ▌█▉ █▅▍▆ ▋▌█▇▆▅▅▄▊▋▊▊▉▉▄▅▊▇▍▊▌ > ▇ ; ▅▌▅ ▉▇▊▋▋▋▆ - ▅▄▋▋▍▅▍▉ ▍▄█ ▊▇▊█▊▋▆ ▍▄▆▆█▇▋▉▅▋▌ ▉▆▌▍ █▉█ ▌▆▆███▋▋▍▉-█▉▄▊▌▉▌▊.▄▌▊▇▄▇▄▅▋▇▌▉▊ ▍▅▍▌▉▍▉▊ ▌▉▋ █▅▅▊▋▆▊▊▄▇█▊▌ ▉▅▍█▆▋ (▇▌█▍██▄▌▇ ▊▇▍▅▆▌▍▍▅▇██▋ ▅█ ▇▉█▅▆▇▍▅ ▇▅▆▌▄▆▊▆▊█▇▄▋▇)
8 Months Ago
merge ice_sculptures->Aux2
8 Months Ago
updated entity bounds
8 Months Ago
Implemented new catapult reload animation
8 Months Ago
Merge: from soundmodulator_leak - Fixed sound leaks from quickswitching scenarios - Fixes wrong loop sound being played when coasting on a pedal bike - Fixing flamethrower not playing sound when quickswitching while holding fire button - Fixing pilot sound not played on taking out a flamethrower - Recycle footsteps when their sounds end, instead of potentially incorrect preset time Tests: played with a lot of weapons and vehicles while monitoring sounds via audio.printsounds and log.level Audio 2
8 Months Ago
merge ice_sculptures->Aux2 + codegen
8 Months Ago
- Siege tower towing setup - Added editor gizmos to towing visuals
8 Months Ago
- Added icon to siege tower - Finalised basic constructable (added each of the build steps and relevant colliders)
8 Months Ago
jungle skin prefabs setup progress
8 Months Ago
manifest
8 Months Ago
added ability lock/unlock edits to sculpture when you're not holding a melee weapon
8 Months Ago
actual client compile fix
8 Months Ago
Implemented catapult incendiary ammo model Updated icon and recipes Naming
8 Months Ago
Merge: from main Tests: Booted editor - no errors
8 Months Ago
client compile fix
8 Months Ago
Catapult - added reload anim
8 Months Ago
Plushy crafting fix
8 Months Ago
- Redone siegetower constructable with the new model - Setup colliders for each stage - Use constructable stage 1 model as the guide mesh
8 Months Ago
Added small ramp so its easier to get in and out of the tower
8 Months Ago
- Cleaned up Siege Tower - New colliders for front entrace - Wired up doors to the dual damage system
8 Months Ago
Remove allocs in async pathfinding Make sure querying allies nearby doesn't return null or dead allies
8 Months Ago
updated rig and anims for mini crossbow
8 Months Ago
jungle skin - models and gibs
8 Months Ago
Ballista bolt effects tweaks
8 Months Ago
Ballista Spear -> Ballista Bolt Updated placeholder icons
8 Months Ago
Update: drop sound instances for variety of types on disable - HarborBridge - HarborCrane - PhoneDialler Tests: none, trivial changes
8 Months Ago
Bugfix: Stop DigitalClock from leaking sound instances when it's flags change - Also dropping sound refs on disable Tests: none, trivial change
8 Months Ago
merge from main