reporust_rebootcancel

130,068 Commits over 4,140 Days - 1.31cph!

8 Months Ago
Try/Catch GetDefaultNewShotName in the DemoShotUI, will fall back to a generic name suggestion
8 Months Ago
Fixed interaction blocker in demo playback UI not working when the UI is disabled
8 Months Ago
Hooked up conditional mount brackets, will use a curved bracket when attached to the horizontal barrel
8 Months Ago
merge from primitive_gm -> primitive
8 Months Ago
merge from primitive_gm -> primitive
8 Months Ago
Fixed horse ground checks: ignore any collider from the horse itself + ignore client cols when in editor
8 Months Ago
Fixed compile errors
8 Months Ago
Update: Server demo playback now creates entities on palyers as it first encounters them - Added demo progress logging - Avoided a number of reasons for kicking (as we don't fully setup entity simulation) I can see more activity now - next up is making sure the important history is also replicated/present. Tests: played the same demo from before - logs confirmed players were present.
8 Months Ago
UV polish on floor kit pieces (WIP)
8 Months Ago
Proof of concept for new spacially aware environment volumes method
8 Months Ago
Progress
8 Months Ago
90 degree rotation amount
8 Months Ago
- Swapped siege tower guide mesh from constructable to proper guide - Adjusted offsets
8 Months Ago
Adobe walls prpgress
8 Months Ago
▉▌▊ ▊█▍▆▉▅▊▆▊▌▌ ▍▅▆▊█▅▉▆▅▇ ▌█ ▍▉▄█▆▉▌ ▆▊█▋▍▅▇▄▆▅▅ ▋▌▅▆▄▄▅▆ ▄▆▅▆ ▊▆▌▄ ▄▊█▋▇▊▌ ▉▆▉█ ▆█ ▅▅▆▅▄▊▍▇ ▋▉▍▇▄▉▉▄ - ▇▋█ ▅▅▇_▇▋█▋▄_▄▉▄▉▊▌▋▍▄▍▅ ▊▉▌▊▇▅ ▉█ ▆▅▆▉▌ ▌▍▅▇▌▌█▊▆▉▍ ▋▊▍▇▉▇▊ ▉▄▆▄▌▇█▍ ▆▆▍█▍▋/▄▆▋▊▊█ ▄▆▉██▄▍▍ ▊▅▅▍▍ (▉▋█▉▋▅▌ ▌.▌▉) - ▅▋▋▊▆▋█▅ ▊▌▌▉▆▉ ▌▉▌█▉ ▇▄ ▄▄▉ █▍▉▊▍▉▌▉▆ ▊▇ ▋▋▇▊▅▅ - ▍▉▅▅▍█▌▋▆▆ ▇▇██▅ ▊▆▆▆▅ ▌▆▅▍▆ ▆▉ ▆▅▋ █▋▇▆▅▉▍▇█ █▊ ▍▋▆▉▆▋ - ▆▆ ▄▉▅█▄ ▆▋▇▅▌▊▌▊▉ █▋▊▍▆▇ ▉▋▌▋▋ █▍ █▍█ ▍▉▇▄▅▆▇▆▆ ▍▇ ▆▋▉▋▉▄
8 Months Ago
updated vm minicrossbow anims
8 Months Ago
Ensure primitive gamemode sets the era convar to "primitive" (which is what applies the item restrictions)
8 Months Ago
Fix items being blocked when server has unassigned era
8 Months Ago
- Remove further conflicting bone names - Setup Model root bone
8 Months Ago
Merge from presets_editor/quality
8 Months Ago
- Siege tower doors no longer parent sleepers - Siege tower doors now parents mounted players
8 Months Ago
Hopefully fix flyhack kicks when jumping on top of the siege tower. Made the parent boxes pretty generous
8 Months Ago
Restrict armored door
8 Months Ago
▆▍▊▉▍▆ ▋▉▍ ▍▌▌▍▊▍ ▍▄ █▆▇▅▌█▌ ▌▄▇█▆▇▊ ▍▋▄▅▍█▅█.
8 Months Ago
Only following weapons enabled in primitive - melee - bow, crossbow, compound bow - nailgun - water pipe - double barrel - revolver
8 Months Ago
fixed horse reverse jittering/bouncing
8 Months Ago
Aux2 Network++
8 Months Ago
Unassign all item's eras to start from scratch
8 Months Ago
updated vm minicrossbow string idle anims
8 Months Ago
merge from main -> primitive_gm
8 Months Ago
Items not assigned to an era will be available to all eras
8 Months Ago
Replaced blockout meshes with beam kit in jungle ruins. Fixed some UV errors.
8 Months Ago
Disable saving item after changing an item's era because it actually lag spikes the editor
8 Months Ago
Double the amount of horses spawned in the wild in primitive gamemode from 2 -> 4 per km^2
8 Months Ago
Added an armor insert item. Armor inserts can be slotted into armor. Include armor slots in CollectProtection
8 Months Ago
Merge from tick_limit_improvements
8 Months Ago
Better maxpacketspersecond_tick lag forgiveness
8 Months Ago
When trying to change replicated convars from the F1 menu on the client / from the editor, send the replicated convar to the server (as if you prefixed it with `sv`) instead of telling the client it can't change replicated convars locally
8 Months Ago
- Cleaned up layer setup - Bow strings setup on additive layer again - Renames
8 Months Ago
Better horse grounded checks
8 Months Ago
Restored breed max speed scale
8 Months Ago
Merge from train_tunnel_altitude_2
8 Months Ago
Add convars for boat purchases as well - `vendor_sub_solo_enabled` - `vendor_sub_duo_enabled` - `vendor_rowboat_enabled` - `vendor_rhib_enabled`
8 Months Ago
merge from workshop_normalmap_issue
8 Months Ago
Add primitive gamemode to manifest so it can be loaded
8 Months Ago
Now that we have convars, apply default settings to primitive gamemode - block metal & hqm upgrade tiers - disable patrol heli event - disable purchase of minicopter, scrap heli & attack heli from airwolf vendor (he only sells hot air balloon now)
8 Months Ago
New: Editor-Server can playback a server demo Mimics how client demos are played back - streams commands to the server for execution. Currently doesn't spawn players/has some entities missing - that's next to investigate Tests: Took an old 5 min demo and played it back until it stopped the editor play session.
8 Months Ago
Increased horse wheel mass to 600 Tweaked braking forces