249,481 Commits over 3,959 Days - 2.63cph!
Use current flag instead of next (probably the same thing but this keeps consistency)
Roll back module entity changes (causing merge issues)
Initial work on making reactive targets accept electrical inputs. One bug remains with chained targets. Due to engine limitations, reactive targets no longer decay (now same as pressure plates)
Increase maximum length of drain calculation
Show clone option by default when mousing over plants while holding RMB (save opening entity menu)
Gravity warning when connecting fluid entities will now be more accurate and take into account whether a prop is powered
Add missing files
Set isReadable to false on TMP font atlases?
Add header above toolbar to show demo name and recorded date
Remove some hidden out of bundle references to the full fonts
StateDebugInfo now tracks state change type (enter/exit) and the world position at which the AI state changed.
Remove from benchmark list
Added StateDebugInfo, keep a history of the last 20 states and durations for a brain. (editor only)
Pulled HumanBrain / CH47Brain states out into partials instead of the main brain files, to make it clearer what's common and not.
Removed some calculations on variables that never get used, distance checks, inverseloops etc.
Some basic state cleanup.
Fix LiquidContainer server NRE
Enable CPU boost when loading on switch
Clean up asset bundle manifests before generating
Disable anti aliasing on Switch by default
Upgrade to Unity 2019.3.14f1
Removed replay diagnostic injection for now
Asset changes after upgrade
Not for next update: Fixed GMOD_SendToClient having inflated buffer sizes
Preventative fix for large Lua files causing clients to get stuck on loading or completely breaking a server with autorefresh
HTTP global always returns a boolean, not only on success
Train tunnels progress / straight pieces / curves / stops
Fixed SetMaterial PVS with missing materials fix not working with CaPiTaLiZeD materials
merge nextbot performance changes
merge slider constraint fix
Ensure slider constraint with bad values does not cause crazy physics and cause potential crashes
Server's IP address can be selected and copied in the server browser.
Make IP address in server browser selectable (#1707)
Disabling some of the usage of Hierarchy group outside of the editor
Folder renames
More refactoring
Test refactor/cleanup
Sandbox.Library absorbed
Puzzle 'simplelight' HDRP light fixes.
Sat dish monument fixes.
Sewer branch fixes.
Moved sewer branch puzzle into lighting group to merge proof the custom stuff there
Fixed new cliffs clipping into underground areas in sewer branch
Fix SteamServer not being initialized
Drinking tea now hydrates the player
Moving Html parser to namespace
Refactor
Stripped HtmlEntity, Added HtmlEntity tests
Trimmed HtmlNodeCollection
Remove Overlap
Strip save/write/commentnode
HtmlAttributeCollection stripped
More trimming
More trim
Start HtmlParser unit test
Strip ServerSideCode parsing
Handle unclosed tags in a more permissive, expected way
More stripping
HtmlParser unit tests
Merge from farming_optimisation (server side farming performance improvements, split fluids evenly when draining through splitters and heaters now affect planter temperature)
Fix cam zoom lerp not being multiplied by delta time (fixes camzoomlerp convar not working with midi binds)
Merge from dialogue_graph
Added AIThinkMode to base brain, all brains can set their think mode: interval or fixed update, as well as individual tick rates.
Moved a bunch of ShouldThink/DoThink logic to base brain so it can be used by all brains instead of each having its own delta implementation, age tracking etc.
Added "time in current state" to debug display.