192,957 Commits over 4,049 Days - 1.99cph!

5 Months Ago
player preview fixes
5 Months Ago
merge from queue_improvements -> aux3
5 Months Ago
Fix compile error by adding missing namespace
5 Months Ago
Delete .private files
5 Months Ago
Undo the subtract
5 Months Ago
Update: change indent_style to 4 spaces Tests: regenerated projects and tabbed a couple times - it's spaces
5 Months Ago
Update: PerfFwkManager can switch scenes - Done via a basic command interpreter (same as ConsoleSystem, just supporting coroutines) - renamed PerfFwk.IsReady to IsDone Tests: ran the LoadProcTest - asserts validated the switch is done, but no proc gen happening yet
5 Months Ago
merge from main
5 Months Ago
Use spine3 twice in spinebone list (temp solution for spineIK errors)
5 Months Ago
better gibs and saved better icon position
5 Months Ago
player_model prefab work
5 Months Ago
Remove now uneeded sound defs.
5 Months Ago
Fix double ifdef
5 Months Ago
Refactor to remove duplication.
5 Months Ago
Effects
5 Months Ago
More minor cleanups Check allocated edict count before allocating more this should prevent`ED_Alloc: no free edicts` crashes when spam spawning hundreds of entities per second.
5 Months Ago
Show building blocked message in upgrade menu.
5 Months Ago
Give box collider support to trigger radiation: - Ensured modding radiation cubes work - Applied Cube Prefabs
5 Months Ago
merge ice_sculpture -> main
5 Months Ago
updated ice sculpture icon - updated render scene as it needs custom tweaking to get an icon rendered
5 Months Ago
Catapult projectiles cleanup
5 Months Ago
Added new ballista bolt items
5 Months Ago
Compile fix
5 Months Ago
ice sculpture pedestal gibs first pass
5 Months Ago
re-baked construction guide mesh
5 Months Ago
update deployment bounds
5 Months Ago
Layer exclusions when upgrading
5 Months Ago
mesh collision for ice sculpture pedestal
5 Months Ago
merge from main
5 Months Ago
▍▌▉▅ ▊▌▋▄▅█▆▇ ▊▇▊█▊ ▋▊▇ █▄█▌▆▉▅ ▄▉▆▊▄▄▍▊ ▅▄ ▇▅▌█
5 Months Ago
Update: Executing deferred command and waiting for it's execution - also fixed the deferred command not being executed because it's missing the prefix (this took weirdly long to spot) Using it to pass control for the actual testing top the game assembly Tests: Ran LoadProcTest, it passed
5 Months Ago
lods and meshlod setup
5 Months Ago
mini crossbow viewmodel animations updated
5 Months Ago
Increase stone wall player deploy volume area to include collision area. Set time placed.
5 Months Ago
- Wrote a script to resolve duplicate bone names by appending digits - Removed the vast majority of duplicate bone warnings on siege tower (rest will need looked at after art pass)
5 Months Ago
- Fixed door NRE still happening sometimes - Changed my stupid OnChildAdded override
5 Months Ago
Siege tower prefabs
5 Months Ago
Fixed siege tower drawbridges replication Fixed SiegeTowerDoor NRE Manifest
5 Months Ago
merge from main
5 Months Ago
Disallow sending voice packets unless fully connected Try to mitigate server reconnect spam Also reset owner SteamID in more places don't throttle loopback connections Minor code cleanups
5 Months Ago
Initial setup
5 Months Ago
added GameTip for additional sculpting controls
5 Months Ago
able to switch tool into a smoothing mode with shift+rmb to smooth out the sculpture (desturctively) - hit guide changes colour and taost appears with current state - fixed issue where blurring was setting boundary values to true and causing holes to appear in the mesh
5 Months Ago
Added a detail layer property section to each of the blend shaders
5 Months Ago
Waterlogged methods cleanup Tweaked ballista waterlogged point
5 Months Ago
▅▌▋▌▇ ▅█▍▍ ▌▆▌▆▊▌▆▇_▋▋▆▍_▋▋▍▌▊▍_▍▅▌▅▅▇▅▋▋
5 Months Ago
▊▉▄ ▊▌▆▄█▌▉▉▄▉ ▅▅▊▍▄▊ ▌▋█▉▉▋ (▄▄▇▌▄▋-▌▍▄▇▊▄█▅) ▍▉ ▋▇▋▌ ▌▊▆▄▊▋▆█ █▄▅▄█/▍▌▅▊ ▊▋▋▊▄ █▋ █▉█▍▋▆▄ ▅▋▋▍▇▌▇ ▅▇███▄▆ ▊▉▉▆▋ ▌▅ ▉ ▄▆▋▅ ▉▉ ▅▆▆▊▆▍ ▍▆▋▍ █▇▇██ ▆▅ ▉██▌/▍▍▋▍▇ ▍▉ ▋█▆▆
5 Months Ago
Hackfix: skip bootstrap smoke test at the start - Key here is skipping error logs, since they trigger test failures. Right now we build this weird mutant executable, and it tries to run server-side smoke test despite being on client. It emits an error, that we can't suppress that early, and which tips over the tests. I'll need to fix this properly once I got better build pipeline control. Tests: ran LoadProcTest - it passed (though it's mostly a dummy test)
5 Months Ago
- Removed doubled stats prefab - More logging - Setup feed object parent
5 Months Ago
Added placeholder damaget to battering ram mats. Added damage script to entity. Added glass decals back.