userIan Hendersoncancel

4,096 Commits over 701 Days - 0.24cph!

3 Months Ago
Super basic flex scroll view implementation
3 Months Ago
main -> new_menu
3 Months Ago
syncvar_fixes -> main
3 Months Ago
In memory true again
3 Months Ago
Ensure resolver is disposed of properly after use
3 Months Ago
Throw build failed exception if sync var weaving fails Only create symbol reader provider if symbols
3 Months Ago
Only enable in memory reading for editor, build should be fine since its sequenced
3 Months Ago
Ensure assembly resolver is disposed of properly. Prevents our stream from staying open and throwing copy errors.
3 Months Ago
New Weaver (Build & Editor) More reliable editor behaviour when swapping between build define symbols and scripts Some weaver cleanup and renaming
3 Months Ago
syncvar_fixes -> main
3 Months Ago
Setter protection (catches null value set on the client)
3 Months Ago
More intelligent weaving behaviour - if in client mode then skip the process entirely.
3 Months Ago
New reset method to reset syncvars back to their default values Called on ResetState (when entering pool)
3 Months Ago
▇██▋█_▄▍▄▇_▆▋▄ -> ▋▊▅▋
3 Months Ago
▆▌▄▆▉▇▄ ▄▅▉▇▉ █▉▋▉▅▄ ▌▌▋ ▋▅▌▌▄▅▉▇▅ █▉▊▇
3 Months Ago
Correct viewport setup
3 Months Ago
Server browser scroll support (still a bit broken)
3 Months Ago
Setup premium servers Can set one button to be the default enabled in rust button group - set them throughout the UI Minor adjustements to server browser list
3 Months Ago
Server browser subtabs up top rather than at the side with the filters
3 Months Ago
Setup server browser sub navigation Same padding changes but with top and bottom
3 Months Ago
Remove padding set in body and spread it onto the pages instead
3 Months Ago
Support sub domains being top level domains - provided they are regsistered with the navigation system
3 Months Ago
Increase play page sizing
3 Months Ago
Show steam profile image in footer
3 Months Ago
chicken_pie_cleanup -> main
3 Months Ago
Slightly better buff amount
3 Months Ago
Dont output a percentage to the buff list since it doesnt make sense Store value in the pie and just pass it through instead
3 Months Ago
Seperate farming better genes from planter box set genes Codegen
3 Months Ago
beehive_spawn_swarm -> main
3 Months Ago
Better bee catapult ammo lods
3 Months Ago
Ensure Bee Boulder LOD matches other catapult ammo types
3 Months Ago
beehive_spawn_swarm -> main
3 Months Ago
Removed in jar bee vfx from the bee boulder
3 Months Ago
beehive_spawn_swarm -> main
3 Months Ago
Destroying a beehive with a nucelus in it will spawn a swarm - consuming the nucleus.
3 Months Ago
instant_camera_flash_fix -> main
3 Months Ago
Create flash controller, route flash setup through there instead
3 Months Ago
Ensure flash object is off by default
3 Months Ago
Cant untoggle currently toggled button in rust button group
3 Months Ago
Cull first argument in buffer when navigating to a page
3 Months Ago
instant_camera_flash -> main
3 Months Ago
main -> new_menu
3 Months Ago
Remove top level domain being injected as an argument
3 Months Ago
SyncVars -> main
3 Months Ago
Remove testing sync
3 Months Ago
Issue a warning if sync vars are an unsupported type
3 Months Ago
syncvars -> main
3 Months Ago
Remove unused train sync stuff
3 Months Ago
main -> syncvars
3 Months Ago
Add exact array pool - only returns arrays that are exact sizes. This is needed for serialisation. I cant have anything too big