202,107 Commits over 4,171 Days - 2.02cph!

10 Months Ago
Compile fix
10 Months Ago
Added support for multiple record modes: FrameInterval or Manual. Automate timeline playback, start recording and then end recording after timeline has finished. OnComplete now triggers after playback has finished, so we correctly pop up the output folder etc. Can now specify an initial timeline playback start time.
10 Months Ago
Merge from main
10 Months Ago
Fix copy paste - now remaps every type of network id, fixing storage entities - fixed building ID not being reset for new pastes - refactored pasting code so it more closely resembles SaveRestore.Load() - fixed rotation of pastes not always working - save entities in order of network id so the pasting is more deterministic - removed saving of entity ids in pastes because it's not needed - change paste directory from EntityCopies -> copypaste
10 Months Ago
Merge from halloween24
10 Months Ago
HLOD now immediately resolves when the player finishes loading
10 Months Ago
removed the metal shield skin from rig then linked the v_shield to the weapon rootbone in the prefab.
10 Months Ago
Timeline playback/record initial test
10 Months Ago
Show the loading screen before teleporting the player rather than after, should fix players seeing the halloween/xmas dungeon as it loads in
10 Months Ago
battering ram fuel consumption
10 Months Ago
Show incorrect presses in red
10 Months Ago
10 Months Ago
fixed car lift collider box being offset in y/z
10 Months Ago
Incorrect key presses now reduce remaining time. QTE will now fail when running out of time. QTE timer loss is now configured on QTE entity.
10 Months Ago
10 Months Ago
fixed storage building large ceiling collider gap
10 Months Ago
Repair UI and gesturecollection prefabs after merge
10 Months Ago
Merge from main
10 Months Ago
Merge from QTE
10 Months Ago
▆▇▍▊▋▋ ▇▇█▊▊▌▄▋▍▊▍▅▅ (▆▍█▅▆▄) ▇▇▇ ▍▊▊▄▉▋▍▉ ▌▅▇▄█▊ █▄▄▄▊▊▌▇▊ ▅▆▋▄▋
10 Months Ago
+1 the month in the server browser last played
10 Months Ago
FF & NeoTokyo spawnpoints + Map Category (Community Contribution) Rework how spawnpoint entities are added in base gamemode One file now, not 25 duplicated files. Minor code cleanups Linux: Do not ExecuteToPriority if there are no jobs This addresses slowdowns on Linux (srcds?) to do with the filesystem garrysmod-issues/issues/5932
10 Months Ago
▉▆▄ ▅▊▉▆▌▊▄█▇▅ ▅▄▇▄ ▋▄ ▉▍▋▄▌▇▌▇▄ ▄▍ ▄▅▋ ▉█▆▄▇▅ ▄▄▋ █▆▇▌▆ ▉▅█▌▍▅ ▇▊ ▌▆▆▋▌▆ ▅▌▊▍▇▉▊▊ ▌▆▊▊▍█▆ ▆▋██ ▉▋▌ ▉▅▄▄█▍ ▊▍▌▉▆ ▌ ▌▌▌▆ ▄▇ ▊▍▇ ▆▆▇▅▌▇
10 Months Ago
Add a small delay before showing QTE ui.
10 Months Ago
Basic initial QTE sequence generation, just string based for now. Trigger QTE event properly and with generated sequence.
10 Months Ago
QTE entity start/stop/complete triggering. UI interacts with the entity. Completing the QTE now triggers the entity completion methods, ending the gesture, hiding the UI and clearing any associated player for SingularInteraction qte entities.
10 Months Ago
Merge from main -> copypaste
10 Months Ago
Fail state can now apply player modifiers. Pressing a wrong key will now fail the QTE. Add some placeholder modifier effects for fail state.
10 Months Ago
Tweak sequence length ranges. Negative modifier tweaks.
10 Months Ago
TTT: fix ragdoll not being created if ttt_dyingshot is on Community contribution
10 Months Ago
Adjust how we disable self-unblocking for Lua-blocked navmeshes Adds NAV_MESH_BLOCKED_LUA Navmesh auto-blocking checks now run on map start/cleanup Makes certain code that was meant to run on map cleanup to actually run now. Also updates blocked status of nav areas on map load
10 Months Ago
3p anims + updated worldmodel anims
10 Months Ago
merge from Halloween24
10 Months Ago
More sensible defaults for 360 controller bindings $eyeposition and $illumposition are now affected by $scale Block gui/input.SetCursorPos while main menu is open Fixed regression with nav_update_blocked concommand Make gui.HideGameUI work more like the hook Instead of disabling the function entirely, holding shift would disable its functionality, and it displays a message on how to bypass it, if it blocks the main menu one too many times. Temporarily disable 24BPP optimization for .png/.jpeg loader
10 Months Ago
wip qte
10 Months Ago
Fixed regression with nav_update_blocked concommand Make gui.HideGameUI work more like the hook Instead of disabling the function entirely, holding shift would disable its functionality, and it displays a message on how to bypass it, if it blocks the main menu one too many times.
10 Months Ago
removed WaterVisibilityTrigger from xmas dungeon cell prefabs
10 Months Ago
merge from Halloween24
10 Months Ago
removing WaterVisibilityTrigger from all halloween procedural dungeon cell prefabs and set it to not spawn a christmas dungeon
10 Months Ago
merge from main
10 Months Ago
Fix: FreeUnmanaged the DebrisEntity list after we're done with it
10 Months Ago
Updated english engine.json file
10 Months Ago
Merge from gesturepack
10 Months Ago
Cherrypicked 106168
10 Months Ago
Protocol++
10 Months Ago
Removed a log
10 Months Ago
Fixed halloween hunt score announcement typo
10 Months Ago
Merge: from requesttrees_spike - Fixes NRE when players disconnect during tree streaming (fixed by discarding those players early) Tests: in Editor CLIENT+SERVER mode disconnected before 4k proc-map streamed in - server was gud
10 Months Ago
Clean: removing leftover log Tests: none, trivial change
10 Months Ago
Merge: from main Tests: none (no conflicts)