reporust_rebootcancel

122,036 Commits over 4,048 Days - 1.26cph!

4 Months Ago
Damage WIP
4 Months Ago
Make towing visuals rope less loose to avoid it clipping into the floor
4 Months Ago
slight edit to vm minicrossbow admire anim and 3p reload anims
4 Months Ago
Fixed NRE when hitting tugboat with the battering ram
4 Months Ago
Null check lod and foliage grid instances, for when changing options in the menu, not in-game. Extra wait frames.
4 Months Ago
YOLO commit. Around 960 ~ prefabs and meta files
4 Months Ago
4 Months Ago
Fix mini crossbow backpack offset again
4 Months Ago
Fixed vehicles being able to use horse poop (or any item) as fuel
4 Months Ago
Merge from main
4 Months Ago
Manifest
4 Months Ago
- Fixed screwed bone names messing with the middle door of the siege tower (causing client and server states to be messed up) - Fixed middle siege tower door using the wrong sounds
4 Months Ago
Fixed a bug I introduced on doors
4 Months Ago
mini crossbow viewmodel - set up idle/ads idle states in animator
4 Months Ago
Fixed Door OnObjects throwing NRE if entityContents is null
4 Months Ago
Rotate player when rotating the static ballista
4 Months Ago
Fixed saving
4 Months Ago
▉▄▅▆▄ ▋▍▍▊ ▅▊▇▆
4 Months Ago
▄▋█▄▊▌
4 Months Ago
Update: ServerDemoPlayer - Only maintain entities from demo stream - Destroys any entities that server decides to create, if they were not part of demo stream - Reserve a 100k network IDs when playing a demo to avoid ID clashes - Refactored message logging when playing back demos Although not robust, this allows us to simulate a core set of functionality. Will need massaging to expand further. Tests: played back 4 separate Craggy demos - all played back properly.
4 Months Ago
Support disabling FoliageGrid refresh. Disable FoliageGrid refreshing during preset changes, manually refresh once settings are all applied, reduces calls from 2 to 1. Split manual LODGrid and FoliageGrid refresh calls over two seperate frames when changing presets.
4 Months Ago
wallpaper gallery metas
4 Months Ago
client doesn't assume player ragdoll is always lethal
4 Months Ago
don't let player mount a ragdolled horse
4 Months Ago
Setup virtual pre/post apply functions. Override for TweakGraphicsPresetsUI and toggle LODgrid refreshing there instead.
4 Months Ago
Cherry-pick marking DamageTracker `public`
4 Months Ago
Mark DamageTracker `public` (third attempt 😤 )
4 Months Ago
Merge from swapover
4 Months Ago
enabled horse temp ragdolling - horse ragdolls with damage/sliding/airtime and will get back up (assuming it doesn't then die while ragdolling)
4 Months Ago
Fixes, can mount static ballista
4 Months Ago
Changed how the No Sunlight flag was being set for environment volumes to fix an issue with material types
4 Months Ago
Mark DamageTracker `public` (again 🙄)
4 Months Ago
edited vm minicrossbow rotation curves on viewmodel prefab and updated wonky strings on strings pulled back idle
4 Months Ago
Mark DamageTracker `public`
4 Months Ago
Added static ballista deployable, without the wheeled base (wip) Renamed ballista vehicle to "Mounted Ballista"
4 Months Ago
Removed Update Game Manifest (Fast) since it's bullshit Renamed Update Game Manifest to Update Game Manifest (Unoptimized)
4 Months Ago
Cherry-pick MemoryBlock, AllocatingMemoryBlock and DamageTracker to be used in FastDebugDraw
4 Months Ago
(Add) Pull out MemoryBlock, AllocatingMemoryBlock and DamageTracker into separate files so they can be reused. In a different directory this time, so Plastic may allow me to cherry-pick, please.
4 Months Ago
(Remove) Pull out MemoryBlock, AllocatingMemoryBlock and DamageTracker into separate files so they can be reused. In a different directory this time, so Plastic may allow me to cherry-pick, please.
4 Months Ago
added old critter models/materials for examples and cherry picked to updated main - branching off to critters2
4 Months Ago
FastDebugDraw WIP with fucking new files
4 Months Ago
Merge from main
4 Months Ago
Correct tiger push direction
4 Months Ago
Add Assets/Scripts/Rendering/Instancing/Indirect directory, hoping that Plastic shuts up about stupid directory conflicts
4 Months Ago
(Add) Pull out MemoryBlock, AllocatingMemoryBlock and DamageTracker into separate files so they can be reused by /main/fast_debug_draw
4 Months Ago
(Remove) Pull out MemoryBlock, AllocatingMemoryBlock and DamageTracker into separate files so they can be reused by /main/fast_debug_draw
4 Months Ago
Battering ram back door effects Added a new layer for visual wheels, we were using the server layer Vehicle World instead of Vehicle Detailed A visual wheel can't hit its owner colliders
4 Months Ago
merge from primitive
4 Months Ago
- Ballista Mount blockout
4 Months Ago
Catapult ammo stacks to 4 Catapult explosive ammo damage reduction - back to 4 hits to break stone walls Catapult explosive ammo cost reduction Subject to change pending further testing