133,991 Commits over 4,262 Days - 1.31cph!

1 Year Ago
Fix branch specific compile error
1 Year Ago
Fix compile error I forgot to press CTRL+S when last minute renaming
1 Year Ago
Fix compile error I forgot to press CTRL+S when last minute renaming
1 Year Ago
hl2.exe => gmod.exe in factory reset bat Put MAX_EDICT_BITS local in net.lua back, as without it stuff might break due to version inconsistency
1 Year Ago
engine.CloseServer now returns true if quit command was issued Fixed crashes with func_tank Handle DAdjustableModelPanel when main menu is open Added a Player Model Selector button to spawnmenu The context menu widget stuff is too hidden Make Hammer use gmod.exe when generating GameConfig.txt Remove last 3 parameters of engine.WriteSave Hide mat_surfaceid and vgui_drawtree_panelptr Fixed player ragdoll forces always being applied to center Now applies forces to the physics object that was shot. Added timedemo and related convars/concmds to blocked list Add a hack to ensure engine.CloseServer works from start up Fixed a crash with ConVarExists Minor micro optimization in VRAD Added MAX_EDICT_BITS global enum Updated Run Map dialog in Hammer https://files.facepunch.com/rubat/2024/December11-872-GenerousSkimmer.png Added NPC:GetLastPosition Added NPC:SetMoveDelay/GetMoveDelay Added physenv.Set/GetPhysicsPaused Added NPC:TranslateNavGoal Added sound.SetActorGender( model, gender ) This allows for things like soundscripts to be gender neutral for less code, and enables citizen reskins to use correct voice lines. WARNING: the gender is stored by filename only internally, not by full model path! Remove commedit.dll from sdktools hl2.exe => gmod.exe in factory reset bat Put MAX_EDICT_BITS local in net.lua back, as without it stuff might break due to version inconsistency
1 Year Ago
Added physenv.Set/GetPhysicsPaused Added NPC:TranslateNavGoal Added sound.SetActorGender( model, gender ) This allows for things like soundscripts to be gender neutral for less code, and enables citizen reskins to use correct voice lines. WARNING: the gender is stored by filename only internally, not by full model path!
1 Year Ago
Make scientists reposition when they realize they are flanked
1 Year Ago
Update: borked linux ServerProfiler.Core It gets loaded, but fails to find an entry point, so it just falls over. I'll continue tomorrow. Tests: built a standalone linux server and tried launching in via WSL - my profiler script throws an exception
1 Year Ago
Fix covers not facing the right way when converted from a prefab local space to world space
1 Year Ago
When waiting in cover, scientist face the side they think you'll come from instead of facing the wall This also helps sneaking up on them when flanking from the opposite side
1 Year Ago
Fixed ServerGib editor NRE
1 Year Ago
Better error message when RustTextFixture.SpawnEntity failed
1 Year Ago
Fixed FindPrefabPathsByLabel NRE
1 Year Ago
Added BaseCombatEntity tests, spawn and kill every BaseCombatEntity prefabs in the project
1 Year Ago
Updated knight armour textures, materials and meshes, updated skinning. added male and female helmet.
1 Year Ago
Only show zoom toast after they hold ADS down for 3 seconds
1 Year Ago
Change toast cooldown from 15m -> 5m
1 Year Ago
Add toast to variable zoom scope - will prompt you on hotkeys to zoom up and down - will stop showing once you click the button 5x
1 Year Ago
merge from main
1 Year Ago
Codegen Tests
1 Year Ago
Battering ram audio minor change
1 Year Ago
merge from fix_telephone_grid -> main
1 Year Ago
Fix telephone using the numbered grid instead of letter grid
1 Year Ago
merge from main
1 Year Ago
Update: ServerProfiler.Core separates platform specific code Required for Linux support - still figuring out how to organize msbuild projects Tests: took spanshot in Editor's Craggy, and did a couple start-stops of playing to ensure no errors
1 Year Ago
Fixed methods being renamed OnDiedByPlayer
1 Year Ago
test meshes
1 Year Ago
testing setup for fitting marching cubes to mesh
1 Year Ago
Various fixes about the colour buffer not being resized or copied correctly
1 Year Ago
Added a fresh OnKilled() method inside BaseNetworkable which is actually called OnKilled()
1 Year Ago
Added first pass jungle ruin floor kit. Updated assets gym with jungle ruin kits.
1 Year Ago
Rename Entity profiler back to OnKilled()
1 Year Ago
merge from main -> fix_telephone_grid
1 Year Ago
Replace BaseCombatEntity::OnKilled() with BaseCombatEntity::OnDied() Since when you Kill an entity OnKilled isnt called, its only called on Die() so its way less confusing to be actually named that
1 Year Ago
-Battering Ram wheels now steer the correct way -Battering Ram wheels rotate via Quaternions
1 Year Ago
Have scientist try to guess your current location based on where they saw you last
1 Year Ago
Horses: removed the velocityDelta thing when applying forward forces, feels better when moving from gallop to canter after releasing shift
1 Year Ago
backup ruins_e
1 Year Ago
Update ballista icon Changed siege weapon items selection panel
1 Year Ago
Fixed ballista ModularCarAudio.StopTyreAudio NRE
1 Year Ago
Added a fallback blit in cases where TAA is invalid
1 Year Ago
Added the RustTAA shader to the Always Included shaders list
1 Year Ago
Add filename to inspector. Only show save preset button if there's a filename specified. Potential NRE fixes.
1 Year Ago
Manifest
1 Year Ago
Fixed catapult fire interaction available when looking at the wheels
1 Year Ago
Added SiegeWeaponVehicleAudio, inherits from from GroundVehicleAudio Updated BatteringRamVehicleAudio Added wheel audio to all siege weapons
1 Year Ago
Add temporary debug error messages to diagnose the uninitialised component issue.
1 Year Ago
▇▌▉▋▊▅▌▇▅▉▄ ▅▋█ ▉▄▍ ▇▆▄▉▌▅▉▆▄▉ ▌█▌▊▊ ▆▊▍▍ ▅▊▅▄█▉▆ ▌▆ ▆▅▌▌▍▌ █▌▍██▋▄▉ ▉▊▍▍▆▍▇ ▍▅█▉▌▆ ▆▅▉▍▊▇▆▍▌▊▍█
1 Year Ago
Merge from defaults
1 Year Ago
bumped render queue on hit guide up to avoid issues with disappearing inside sculpture at times