userIan Hendersoncancel
reporust_rebootcancel

5,708 Commits over 913 Days - 0.26cph!

5 Months Ago
Ensure developer tools warms up the console so it doesnt miss any startup messages Setup copy, clear, log and log file commands
5 Months Ago
Ensure input is displayed brighter than logs
5 Months Ago
Can now submit console commands to the new console ui - Split off the display from the processing part of the console UI
5 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
5 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
5 Months Ago
- VirtualScroll and FlexVirtualScroll now support elements with different heights - dynamic sizing - Console is now displaying properly
5 Months Ago
Fix console not working on first open (eg youd open it to a blank screen)
5 Months Ago
Group buckets via log type (log types that are different from the 'running log' will create a new bucket
5 Months Ago
Setup correct warning colour
5 Months Ago
- Setup virtual flex - Got something printing, buffer is working
5 Months Ago
Initial console page backend work: - Timestamp bucketing system - Fixed size queue system - Simple rewrite of console
5 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
5 Months Ago
Add a network graph
5 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
5 Months Ago
compile error
5 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
5 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
5 Months Ago
More NRE fixes - lods were swapping before seat ref was established
5 Months Ago
5 Months Ago
- Setup system to enable/disable leg animator on LOD - Setup on PT Boat Rear turrets so that the expensive leg animators will only be enabled when up close
5 Months Ago
Legs animator: - Re-eneable leg animator on pt boat walk around turrets - Allow foot gluing to work lower down under the foot position, this combats the higher waves Tested the static and regular ballista on a few terrain types. Responded fine to the changes.
5 Months Ago
turret_head_animations -> naval_update
5 Months Ago
Another compile fix
5 Months Ago
Fixed compile errors
5 Months Ago
turret_head_animations -> naval_update
5 Months Ago
Stop the reload animations of a turret if you hop off
5 Months Ago
Fix some issues with my one shot cancellation
5 Months Ago
Stop current player one shot if mounting or dismounting
5 Months Ago
Made front turret way smoother to look around with
5 Months Ago
naval_update -> turret_head_animations
5 Months Ago
multi_drop_nre_fix -> main
5 Months Ago
add printouts
5 Months Ago
- Setup a method to emulate the twitch drop crash from before - Codegen
5 Months Ago
Wrap the whole menu init sequence in a try/catch
5 Months Ago
Stop a null drop NRE bricking the whole Bootstrap sequence
5 Months Ago
5 Months Ago
- Apply root motion (not needed but helps rule things out) - Setup correct reload time on the front turrets
5 Months Ago
Reorient the front point pivot
5 Months Ago
Fixed position offset on the front turret
5 Months Ago
- Fixed scuffed clamping on the front turret seat - Use tickrate for lerping (cant use deltatime since im predicting)
5 Months Ago
turret_head_animations -> naval_update
5 Months Ago
- Fixed muzzle flash playing at the wrong location (still bugged on front turret?) - Add model scripts to the top most parent of each of the 50cal entities - Remove any clientside angle smoothing - bad idea (causing minor stutters) - Deleted unused head anims folder
5 Months Ago
Dont bother with the snapshot update - we dont need it. Handle it in SV_ReloadStart instead
5 Months Ago
Yaw needs to be set as well due to where our animation starts
5 Months Ago
Actually set the pitch values to prevent them trying to continue where they left off
5 Months Ago
- Save client predicted weapon rotation adjustments into the state circular buffer - Ensures this forced position update is classified as valid on the client, preventing reconcilliation Without this the turret was reconcilling at the end of a reload as the predicted rotation change wasnt saved as a valid state
5 Months Ago
Fix some causes of reconcilliation after a reload - Dont generate predicted states when reloading - Force update visual weapon rotation when reconcilling, dont just update internal values - Increase degree offset required for reoncilliation
5 Months Ago
naval_update -> turret_head_animations
5 Months Ago
scientist_boats_ai_improvements_3 -> naval_update
5 Months Ago
Some more tuning: - Reduce group cohesion a little (they were a bit too stuck into groups) - Can jump to a new macro target earlier (makes them less stubborn) - Increase how far out they need to be before they will begin pulling towards the centre - Greatly increase the applied centre force (they cant get out of moving to the centre as easily)