6,664 Commits over 2,345 Days - 0.12cph!
Define SteamInventoryItem behaviour
Fixed NRE on item drop without skin
Fixed XP bar staying bug after punch
XP bar punch size is relative to the amount of xp gained
RUST-1103 Ownership displays 0% in some situations.
RUST-1099 UI effect notices are not dismissed on disconnect
RUST-23 Crafting UI doesn't reset on reconnect
Show XP on unlock notification
Show XP overlay on blueprint buttons as red if can't afford
Emphasise that blueprint is locked/unlockable in item panel
Make it clearer that unlock button is a button
Update phrases
Owner UI shows "others" if too many owners
Fixed Owner UI blocks being too narrow if fraction too low
Can craft item if it's marked as NeedsSteamItem, doesn't have a SteamItem but does have an unlocked skin(!)
Updated loot panels to header align on the left
Added itemdef.panel (created on right of inventory menu when item selected)
Right side of inventory menu scrolls
Can view and edit text on note item
Removed itemdef.unlockedSkins (unused)
Rebuilt RustBuilder
Note takes one paper to craft, 10 seconds
Paper takes 10 seconds to craft
Removd google csv importexport
Basic Google Sheets importing
CraftTime, CraftAmount, Stackable, UnlockLevel, UnlockPrice set via Google Sheet
Does not using vorbis prevent the import crash?
Nice error when missing item in google sheet
Full screen black screen test
Downgrading to Unity b21 (fixes full screen issues, unlimited framerate on ds)
Fixed dragging out of inventory not always dropping items
Full screen non exclusive - hoping to fix cursor weird fuckup shit fuck off unity
Rain collision disabled (lag)
Disable collecting XP stats (server perf test)
Updated Sqlite
Sqlite thread safe
Sqlite insert speed unit tests
Increased default server.queriesPerSecond
Fixed raknet debug output in server console
XP saving uses protobuffers, no garbage
XP databases will be converted on first run
Probably fixed loot sometimes opening with the wrong panel
Fixed possible NRE's in LifeInfographic
RUST-1129 Binds activate when typing in chat and console
RUST-1091 Pie menu red overlay covering
RUST-1128 Assertion failed: Stomping old lifeStory (with repo)
Fixed NRE when using freecraft in the editor
SQLite memory safety
Turned off pool diagnostics (performance)
Added more profiling
Fixed xp over-categorization
Limited max item owners (lots and lots of owners creating lag)
Don't send item owners for world items
Updated XP database schema to be less write/serialize heavy
Increased pool size
Trim item owner count on load
Optimized how owners are serialized
More profiling
Network allocation tweaks
More memory optimizations