199,032 Commits over 4,140 Days - 2.00cph!

8 Years Ago
Fixed voice looping
8 Years Ago
Sending parameters from JS -> Lua
8 Years Ago
Re-register JS bindings on page load
8 Years Ago
JS -> Lua bindings (no parameters yet)
8 Years Ago
Misc UI crap
8 Years Ago
Facepunch.Api manifest, banned servers (We can ban servers from showing up in the server browser now)
8 Years Ago
merge with TOD
8 Years Ago
Added console command for time
8 Years Ago
Replaced Physics.Linecast(Vector3 start, Vector3 end) with Physics.Linecast(Vector3 start, Vector3 end, out RaycastHit hitInfo) because Unity
8 Years Ago
Switched to generic parts list
8 Years Ago
build nmo setup art
8 Years Ago
building nmo setup
8 Years Ago
tweaks to light times
8 Years Ago
Call ConsoleMessage, OnFinishLoadingDocument, OnDocumentReady, OnChangeTitle, OnChangeAddressBar, OnChangeTargetURL methods
8 Years Ago
Shift clicking a server in the serverlist will copy its Ip to your clipboard
8 Years Ago
Swap wheels
8 Years Ago
Fixed language selector
8 Years Ago
Goal holds Energy and Stamina considerations, while goal plans disabled considerations and just rely on bonuses for scoring.
8 Years Ago
Added energy and stamina considerations to validate the goal and goal plans for fever sickness.
8 Years Ago
Skins
8 Years Ago
Sleep Off Sickness called Sleep Off Fever now (goal).
8 Years Ago
Print progress when building the navmesh Sleep main thread while building the navmesh
8 Years Ago
Don't hide console messages from the chromium developer console Hide context menus
8 Years Ago
Animal laggy ass is additive
8 Years Ago
Illness effects now actually apply the Sick flag while effect is active.
8 Years Ago
Removed sound debug
8 Years Ago
Add Disabled flag action should be executed on break.
8 Years Ago
Add/Remove Disabled unit flag actions Fever Sleep interactions now add and remove Disabled flag.
8 Years Ago
Fixed "IsStopped can only be called on an active agent"
8 Years Ago
More work on sickness.
8 Years Ago
Working on sickness.
8 Years Ago
Fixed bumper 2
8 Years Ago
skin approval + icons
8 Years Ago
merge into main
8 Years Ago
merge from main
8 Years Ago
animal progress fixed bunch of animal animations (temp) animals stay at their proper attack range animals give up if they can't reach their target animals don't target players they can't see animal skeletons setup animal damage setup animal protection setup
8 Years Ago
Separate save system, make it a static class. Add console command for setting autosave value.
8 Years Ago
Shader compile time opt; skipping unused permutations
8 Years Ago
Some small initial work as I learn about the save system.
8 Years Ago
Fixed flickering/missing bullet glass impact decals
8 Years Ago
Minor interaction system change.
8 Years Ago
Localized voice limiting works for sounds that aren't initially parented to another object (RUST-1598) Snow footstep tweaks Distant gunshot tweaks Misc minor sound tweaks
8 Years Ago
Fixed NREs in player and npc culling Fixed perf issues in lodgroup culling
8 Years Ago
merge from main
8 Years Ago
bugfix
8 Years Ago
ai improvements
8 Years Ago
Adjusted loot drop suitcase collider for easier interaction
8 Years Ago
Oops, turned NPCs back on.
8 Years Ago
Merge container update into Main.
8 Years Ago
Containers can now be used by one user only at a time. Mostly based on UI (interaction ends when UI is closed) but also handles improper client disconnections.