userJake_Richcancel
reporust_rebootcancel

4,148 Commits over 1,219 Days - 0.14cph!

2 Months Ago
Can now select prefabs, modify their values in the custom inspector and have them update the render
2 Months Ago
Fix preview window not redrawing every frame
2 Months Ago
Update icon renderer manifest
2 Months Ago
Spawn the prefab in the scene when you click it instead of setting one to active
2 Months Ago
Delete every prefab (except rendering ones) inside the IconRenderer scene, instead store the renderering setting in the PropRenderer component on the source prefab
2 Months Ago
Fix destroyed PropRenderer causing NRE and failing to draw window
2 Months Ago
Update iconrenderer_improvements/batch
2 Months Ago
merge from main -> iconrenderer_improvements
2 Months Ago
▍▉▇ ▊▍▇▊▊▋▌▄ ▋▅▋▋▌ ▇▌▊▊█▅ ▍▅▌▌▇▌▋█ ▉▄▆▅▇▌▌▍▋ ▋▇ ▆▉█ █▋█▄▉ ▉▌▊▇▉█▋ - ▊▅▋▅▍▌ ▍▇▆▄█▍█ ▌▍▇▄▍ ▇▅▉█ ▊▄% -> ▇▇%
3 Months Ago
merge from upkeep_convars -> hardcore_refresh
3 Months Ago
Set convars in hardcore gamemode to 5x upkeep (WIP)
3 Months Ago
Rewrite upkeep code so it can pull convars that are modified at runtime instead of being stuck with the convars it pulled when the TC was spawned - get rid of the arrays, pull convars manually - besides generally needing to be fixed, hardcore gamemode was changing the convar after entities were spawned
3 Months Ago
Modify upkeep convars to make them easier to understand - remove bracket_3_blockcount convar because it doesn't do anything (all blocks past bracket_2_blockcount are automatically in the 4th upkeep bracket) - change descriptions to be a bit easier to understand
3 Months Ago
Show max team size in the disconnected screen error message instead of as a toast
3 Months Ago
If you are the party leader and connecting to a server that has max team size lower than your party size, prevent connecting and show a toast indicating you need to remove party members before your party can connect - doesn't apply if max team size is zero or unable to be found
3 Months Ago
Add max team size convar to server tags & parse team size in server info
3 Months Ago
merge from party_system -> main
3 Months Ago
Fix joining a server in a party causing certain teammates to show their name as "DEAD" instead of their real name
3 Months Ago
merge from main -> party_system
3 Months Ago
merge from party_system -> main
3 Months Ago
Fix NRE from party menu trying to render when opening DM menu in chat
3 Months Ago
merge from party_system -> main
3 Months Ago
Show party leader icon beside the leader in the party - use callback to detect right when party owner has changed - expose party leader via IFriend (can make new interface in future)
3 Months Ago
Fix windows server console lagging server when spamming console (usually with errors) - buffer log messages in ConcurrentQueue and write to console on a separate thread - redraw input and status messages on that same thread - Unity logging is still slowish but improves windows console stalling the server when logging is spammed Add 'console_spam' command to forcibly spam the server console with text
3 Months Ago
▌▌▇▌▍ █▍▉▇ █▄▊_▄▍█▉▇▇▇_▋▍█▇▉██▊▇▉ -> ▌▅▊▇
3 Months Ago
▋▆▍ ▇▄▋▄▉▅▋▉▅ ▊▌▄ ▆▉ ▅▇▍▋▍▍▌▆▅▍▄▍▆▇▅▉▊() ▇▆ ▆▌▇ ▄▄▊█▆▋ ▍▅ ▆▋▉▇▊▍▌▄▌ - ▆▄▅▌▌ ▍▊ ▌▇█▉▍█ ▋▄ ▋▋▆▌▄▉▊▅▇ - ▍▊▇█▍▋ ▅▋▉▉▄▅▋█▆▅▄▉▍▇▇▅▋() ▍█▊▌ ▊▍▍ ▇▊▍▋▌▅ ▉▅▍▉▆▌ ▇▍ ▋▌▍▆▄▋▄▍▊
3 Months Ago
▊▄▅▉▆ ▆▆▉▊ ▆▊▍▍ -> ▋▆▋_▌▊▆█▅▍▆_█▌▉█▉▌▄▍▄▍
3 Months Ago
merge from party_system -> main
3 Months Ago
Fix joinKey not being reset when team enters pool
3 Months Ago
merge from party_system -> main
3 Months Ago
Cherrypick 123243 which was commited on wrong branch (fix reconnecting to same server as party leader not prompting other users to connect)
3 Months Ago
merge from party_system -> main
3 Months Ago
Fix party invites that arrived before the main menu was fully setup not being shown
3 Months Ago
fix merge to main
3 Months Ago
merge from party_system -> main
3 Months Ago
Update rich presense for party members at the same time the rich presense is updated for a friend
3 Months Ago
Fix rich presence not updating for friends inside your party
3 Months Ago
merge from main -> party_system
3 Months Ago
merge from party_system -> main
3 Months Ago
Rewrite party system so it integrates with the existing friends system code - support party from any provider but only provide party members from steam - add extra event that fires off when you leave the party since there is no callback for it normally
3 Months Ago
Fix connecting to same server multiple times in a row not firing off "OnLobbyGameCreated()" callback
3 Months Ago
merge from print_light_counts -> main
3 Months Ago
Fix "Print Lights" doing both ddraw and printing light count
3 Months Ago
merge from main -> print_light_counts
3 Months Ago
merge from party_system -> main
3 Months Ago
Hide friends menu names when in streamer mode
3 Months Ago
Hide party invite pop-up if accepting invite inside the friends menu
3 Months Ago
Give warning when party invite is sent to non-friend indicating it will likely be blocked
3 Months Ago
Fix party invite from friend menu when accepting invite via party invite popup
3 Months Ago
merge from party_system -> main