userIan Hendersoncancel

5,789 Commits over 913 Days - 0.26cph!

5 Months Ago
Ensure boats dont wander out of protection areas (if they have one)
5 Months Ago
Update to version 1.13.11
5 Months Ago
naval_update -> scientist_boat_ai
5 Months Ago
naval_update -> turret_head_animations
5 Months Ago
naval_update -> blueprint_viewmodel
6 Months Ago
Final profiler window tweaks: supports larger packet rundowns
6 Months Ago
Capture all missed outgoing packets in client and server
6 Months Ago
Ensure 'server' is set right on our inbound packets
6 Months Ago
missed files (again)
6 Months Ago
Record the rest of the inbound packets I missed: group enter, group change, group destroy, world data, voice data, entity flags, entity position
6 Months Ago
Better effect outgoing packets
6 Months Ago
missing file
6 Months Ago
main -> network_profiler
6 Months Ago
- Autocomplete ranks suggestions based on how some minor closeness values - Got history working again
6 Months Ago
Automatically put the scroll view to the bottom anytime a new command comes in unless the user has scrolled up at some point
6 Months Ago
▍▄▅▉▋▇▌▅▌▌▋▉▉▌▋▅▌▆▍▄▆█▅▉▆ ▆▇ █▇▉▇
6 Months Ago
hero_title_change -> main
6 Months Ago
▇▅▄▌▇▋█ ▊█▋▉▆█▇▊ ▆▊█▌▍▌ ▋▊█ ▍▇▋▊ █▅▆▆▇▅▍▄▅▄ █▊ █ ▉█▍▋▇▍█ ▍▉██ ▊▊▍▊▉▊▍ ▄▄▌▅▇▉▆▍▇▇▊▅▊ ▍▅█▇▇▋ ▋▊▇▆▊ ▍▊▌▊▊▅▇ ▉▉▄█▊▊▇ ▄▇█▇ ▉▅▇ █▌██▆▊▇
6 Months Ago
Swapped 'view in store' to 'view'
6 Months Ago
Suggest required data types in auto complete
6 Months Ago
Swap over to roboto mono
6 Months Ago
Better autocomplete styling
6 Months Ago
New autocomplete system - still needs some work
6 Months Ago
Entered commands always generate a new timestamp
6 Months Ago
Put console command input box at the very bottom of the window
6 Months Ago
- Fixed dodgy scaling on the displayed entries - More flex fixes throughout - Command box clears after running a command
6 Months Ago
- Clear now works - Save correct date/time format when copying to clipboard - Trim <colour> tags when copying to clipboard
6 Months Ago
Developer tools tab init fix Console UI NRE fix
6 Months Ago
Fixed a bunch of console order of execution errors now that we do init in a different place
6 Months Ago
- Applied Flaviens shelf to fix messed up console init - Ensured instance is set - Merge conflicts
6 Months Ago
Added HasConsoleInput()
6 Months Ago
Ensure developer tools warms up the console so it doesnt miss any startup messages Setup copy, clear, log and log file commands
6 Months Ago
Ensure input is displayed brighter than logs
6 Months Ago
Can now submit console commands to the new console ui - Split off the display from the processing part of the console UI
6 Months Ago
Disable per item heights when a grid is used Fixed visibility calculations still expecting fixed height - use accumuative per row Use row math for height and spacing
6 Months Ago
- Fix flex virtual scroll not calculating the correct top and bottom starting rows after dynamic cell changes - Increased the threshold for console messages to be put into the same bucket (1.5 seconds now) - Console messages will now group according to log type, multiple warnings will be grouped together etc
6 Months Ago
- VirtualScroll and FlexVirtualScroll now support elements with different heights - dynamic sizing - Console is now displaying properly
6 Months Ago
Fix console not working on first open (eg youd open it to a blank screen)
6 Months Ago
Group buckets via log type (log types that are different from the 'running log' will create a new bucket
6 Months Ago
Setup correct warning colour
6 Months Ago
- Setup virtual flex - Got something printing, buffer is working
6 Months Ago
Initial console page backend work: - Timestamp bucketing system - Fixed size queue system - Simple rewrite of console
6 Months Ago
- Added RPC name under the info section of RPC packets - Added global filters for server/client realms - Added packet type breakdown of the top packets - Clean restyle of the net graph
6 Months Ago
Add a network graph
6 Months Ago
First draft of a network profiler. Featuring: - Simple packet stats - Advanced stats (entity name, packet size, timestamp etc) - Filtering via timestamp, name, type, direction, realms - Per entity bandwidth usage, showing how much % of the bandwidth is taken up by what packets
6 Months Ago
compile error
6 Months Ago
Store: - RPC inbound/outbound - SyncVar inbound/outbound - PackedSyncVar inbound/outbound - Effect inbound/outbound Missed some metrics here and there, but critically I've managed to grab the id its going to for each one
6 Months Ago
Setup data structures to store more detailed packet information, this will be stored and handled locally rather than being sent off for analytics. Data will be stored in a big ass circular buffer that we can then sort through to do the analytics. These include: - Basic data we stored before (byte size, type, etc) - Associated entity with the packet - Optional full packet data - Timestamp
6 Months Ago
More NRE fixes - lods were swapping before seat ref was established
6 Months Ago