141,632 Commits over 4,383 Days - 1.35cph!

60 Days Ago
▋█▊▅▅▍ █▊▍▋█▉▄▍▍▇ ▊▋▇▅▄▌▄▄▄▄▄ ▇▇▅▇▄▋▍ ▉▌▆▌▊▄▅▉ ▇▄▆▉▄▉▇ ██▌▄▉▇ ▍▇▊ ▅▅▌▅▆ ▋█ ▇▌▄ ▇▅▄ ▋▅▇▍ ▉█▄▋█▍█▍▌▋▉▄ ▅▊▊▉▊▋ ▉▅▍ ▆▉ ▊▌▋▍ ▅▆█▊▊ ▊▉▋█▇▌▊▅ ▇▆█▄▍▇▊ █▋▊█▄▊ ▆▍▇▌▇▍▋▍ ▇▊█▄▌▇▊▍▅▅ ▋▅▇▋▋▋▉▊█▄ ▉█▊▄▊▄█ ▊█▉ ▍▍▌▅▄▉▄▍▅▄▄ ▉▊█▊▍▆█ ▆▉▆▋█▋█▍▍██▋ ▍▄▉▉▆▋▆▆▊ ▅▋▊▉█▄ ▄▋▆▇▊ ▋▍█▌▇▆▉▅ ▋▅▊▉ █▇▄▄▄▄▅ ▌▊▄▌▄ ▋▊▅ ▍▊ ▇▅ ▋▄▋▍▄ ▊▊▆▄▆▄ █▉▉ ▅▅▆█ ▄▄▋ ▄█▄▋ ▅▇▄▊▄▉█ ▇▍▌▉▊▇▄█▇
60 Days Ago
Fix clientside golf ball stuttering
60 Days Ago
Fixed a bunch of serialization mismatch fields in BoatBuildingStation, BoatAI, BoatBuildingBlock and PlayerBoat Was preventing local builds
60 Days Ago
Build stuff WIP
2 Months Ago
Compile fixes
2 Months Ago
Setup tutorial island scene as a playable scene Ripped out a massive amount of tutorial code for handling the spawning around the world edge
2 Months Ago
Fix compile errors in Server mode
2 Months Ago
Fixed server shutting down when player tried to connect Better line reading of logs
2 Months Ago
Merge from main
2 Months Ago
Fix a crash in CVoiceGameMgr::ClientConnected due to binary module usage Fixed normal headcrabs not spawning from their cannisters Remove the entire GameStats(Uploader) system Its never used by anything, just wastes resources Also references to xboxsystem and matchmaking systems that were still compiled in Ship a fixed hunter_flechette.mdl * Uses the idle animation by default now instead of the impact animation, so they actually fly straight now, not at an angle Update AR2, Flechette Gun and SLAM spawn icons * AR2 icon now points the same way as other guns, SLAM icon now has the same warmer colors as all the other icons, Flechette Gun icon no longer uses the angled model in the preview Fix Flechette Gun being able to shoot through thin walls Fix file list concommand autocomplete searching mounted content It's only used for stuff like saves and demos, no need to search in mounted games like HL2 Fix sounds played via env_microphone having no subtitles
2 Months Ago
Refactored node config fields Added config fields UI
2 Months Ago
Codegen / manifest
2 Months Ago
Add trailer chassis that is scaled larger to fit building block sized trailers
2 Months Ago
Add shipping container building block trailer prototype thingy
2 Months Ago
Disable the RendererBatching components on shipping container skin for the hackweek
2 Months Ago
Merge from fishing_village_perf (not expecting much from this, but worth changing anyway)
2 Months Ago
Fixed youtooz bobble heads breaking after 10 uses
2 Months Ago
tweaked guitar inUse position
2 Months Ago
Swap away from projectiles in favour of a standard BaseEntity - Golf ball can be claimed by a client, this takes client ownership and updates the server on its position (ensuring accurate collisions for local client) - Various settings to tune update amount - Simple press e to force golf ball in that direction
2 Months Ago
Fixed flamethrower not unlocking 5.56 in tech tree. Fixed incend pistol ammo not unlocking 5.56 in hardcore
2 Months Ago
Very first pass of the node graph: from the data computer, you can build graphs with simple logic gates (similar to scratch/UE blueprints) Graphs can read data from devices connected with data chips, trigger power outputs... Can't 100% test it yet because after spending 50 years on the systems I now need to spend another 50 years getting a decent UI
2 Months Ago
Set exclude layers on fishing villages SafeZone trigger. Ran s2p on all fishing villages to bring in turret layer exclusions.
2 Months Ago
Set exclude layers on sentry.bandit.static
2 Months Ago
Merge from main
2 Months Ago
move PlayerEnterOrLeaveDeepSea RPC to the PreTeleportPlayer as it is called for all players regardless of mount/passenger state, ensures clear shore vectors
2 Months Ago
merge from mounted_shorevector_clear_fix
2 Months Ago
Drums - Updated foot ik positions on drumkit - Updated override controller
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
▋ ▉▍▋▆█▋ ▉▉▉▄▆▋▄▅▌▅ ▉▅▄▆▄▊▊ ▋▋▆▄▅▋ ▅█ ▄▌▅▍▌ ▌
2 Months Ago
Merge: from main
2 Months Ago
Bugfix: prevent leaking entities into save from transient containers Tests: 2.5k procgen map with disabled deep sea - 5 time save-load, went from 15,565 to 15,606. So we're still leaking, but less than a 0.1% per save. Didn't see anything specific in the entity dump.
2 Months Ago
- Create basic golf ball entity - Create golf ball projectile - Hitting E on the golf ball entity spawns a golf ball projectile with a small upwards velocity (for testing)
2 Months Ago
apartment complex layout refinement to street and ground surfaces readying for procmap, s2p
2 Months Ago
Dealt with the escaping when formatting for ADX. Also fixed the construction of the array syntax so it automatically parses into the dynamic type in ADX (previously it was still treated as a string) (Note: the confusion is that there is slightly different syntax when using datatable vs .ingest and I had used a combination of both DOH)
2 Months Ago
merge from prefab_preprocess_fix
2 Months Ago
PlayerRigUpdate2 -> hackweek_golf
2 Months Ago
main -> hackweek_golf
2 Months Ago
Now excludes inactive settings. And added todos for remaining work
2 Months Ago
merge from main
2 Months Ago
Blockout for rentable kiosk A
2 Months Ago
Read the log file instead and run the server in the shell
2 Months Ago
merge from main
2 Months Ago
meds box corpse
2 Months Ago
armor box corpse
2 Months Ago
merge from industrial_redirect_fix
2 Months Ago
▉█ ▆▅▆▇▌ ▄▊▅▅ ▄█▌██▅▆▇▄▄██▌▊▋▉▌▊▋▊▆▉▄▇▉▅
2 Months Ago
▄▅ ▉▍▌▉█ ▉▉▋█ ▆▋▇▋▌▋▊▇▋▍▅▆█▉
2 Months Ago
merge from sprinkler_obb_fix
2 Months Ago
tool box corpse